473,395 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

[Fluff] Microsoft FrontPage ad

Apologies for the fluff post, but I thought you all would get some
amusement out of this...

A banner ad from Microsoft just came up as I was browsing a popular news
site. (I can't do a screenshot on this machine, so I'll just have to
describe it.) In the first frame, they show a gnarled thicket of
illegible code next to the message, "We've cleaned up our act." Then a
hand appears and wipes the code away and this appears in its place (this
is an exact quote):

<p>FrontPage 2003 now has built-in professional coding tools
that help you produce <b>clean code</b> faster.
That's right. We said FrontPage</p>
Phester

Jul 20 '05 #1
10 2282
On Thu, 23 Oct 2003, Phester wrote:
is an exact quote):

<p>FrontPage 2003 now has built-in professional coding tools
that help you produce <b>clean code</b> faster.


The correct markup for strong emphasis is <strong> , so they must
have had some *other* reason for wanting bold text.

SCNR

Jul 20 '05 #2
On Thu, 23 Oct 2003 18:54:35 GMT, Phester <ph*****@fakename.fake>
wrote:
Apologies for the fluff post, but I thought you all would get some
amusement out of this...

A banner ad from Microsoft just came up as I was browsing a popular news
site. (I can't do a screenshot on this machine, so I'll just have to
describe it.) In the first frame, they show a gnarled thicket of
illegible code next to the message, "We've cleaned up our act." Then a
hand appears and wipes the code away and this appears in its place (this
is an exact quote):

<p>FrontPage 2003 now has built-in professional coding tools
that help you produce <b>clean code</b> faster.
That's right. We said FrontPage</p>

Guess I'll have to rush out and buy a copy of FrontPage. Right after I
see those pork chops in my fridge sprout wings.

Jul 20 '05 #3
> The correct markup for strong emphasis is <strong> , so they must
have had some *other* reason for wanting bold text.


Maybe they were being bold? :)
Jul 20 '05 #4
Phester wrote:

<p>FrontPage 2003 now has built-in professional coding tools
that help you produce <b>clean code</b> faster.
That's right. We said FrontPage</p>

For several years now I'm giving every new FrontPage a regular try-out
to see if it's capable of doing things good. So far there's nothing
close to it (above sample shows they still got the wrong attitude to
content-layout separation).
But I have to give them credit 'cause their editor was a reason in '96
or so that got me started on learning HTML.

--
Google Blogoscoped
http://blog.outer-court.com
Jul 20 '05 #5
> But I have to give them credit 'cause their editor was a reason in '96
or so that got me started on learning HTML.


Same.
Jul 20 '05 #6
"Philipp Lenssen" <in**@outer-court.com> wrote in
news:bn************@ID-203055.news.uni-berlin.de:
For several years now I'm giving every new FrontPage a regular
try-out to see if it's capable of doing things good. So far
there's nothing close to it (above sample shows they still got
the wrong attitude to content-layout separation).
But I have to give them credit 'cause their editor was a reason
in '96 or so that got me started on learning HTML.


Same here. These days, I use EditPlus.

--
Kayode Okeyode
http://www.kayodeok.co.uk/weblog/
Jul 20 '05 #7
CJM
To be honest, there is no reason why a good developer can't build a good
site in Frontpage...

If you disable the code-rewriting features, you are left with a souped-up
text editor...

Ok, so I don't think that is MS's sales angle, but it's true!

Maybe that should be their next advertising slogan.

"Marginally better than notepad..."

Chris

"Phester" <ph*****@fakename.fake> wrote in message
news:Lt********************@typhoon.sonic.net...
Apologies for the fluff post, but I thought you all would get some
amusement out of this...

A banner ad from Microsoft just came up as I was browsing a popular news
site. (I can't do a screenshot on this machine, so I'll just have to
describe it.) In the first frame, they show a gnarled thicket of
illegible code next to the message, "We've cleaned up our act." Then a
hand appears and wipes the code away and this appears in its place (this
is an exact quote):

<p>FrontPage 2003 now has built-in professional coding tools
that help you produce <b>clean code</b> faster.
That's right. We said FrontPage</p>
Phester

Jul 20 '05 #8
CJM wrote:
To be honest, there is no reason why a good developer can't build a
good site in Frontpage...

If you disable the code-rewriting features, you are left with a
souped-up text editor...

Ok, so I don't think that is MS's sales angle, but it's true!


But that's exactly the point. I often hear the argument "this or that
editor will now leave your code intact". Duh. I don't need an editor to
do that. I can just leave the file on the hard-disk and throw the
computer out of the window if I don't want to change my files. The
point is that "marginally better than Notepad" would still mean they
leave _every_ little thing intact, plus some color hilights, plus the
same start-up time. Sorry, but they change things like &copy; to (c)
(as character) and so on, and the start-up time is also not the same.
Personally I use Netpadd which I consider to be "marginally better than
Notepad" (e.g. color highlighting, auto-completion, and _definitely_
leaves the code intact).
--
Google Blogoscoped
http://blog.outer-court.com
Jul 20 '05 #9
CJM

"Philipp Lenssen" <in**@outer-court.com> wrote in message
news:bn************@ID-203055.news.uni-berlin.de...
CJM wrote:

But that's exactly the point. I often hear the argument "this or that
editor will now leave your code intact". Duh. I don't need an editor to
do that. I can just leave the file on the hard-disk and throw the
computer out of the window if I don't want to change my files. The
point is that "marginally better than Notepad" would still mean they
leave _every_ little thing intact, plus some color hilights, plus the
same start-up time. Sorry, but they change things like &copy; to (c)
(as character) and so on, and the start-up time is also not the same.
Personally I use Netpadd which I consider to be "marginally better than
Notepad" (e.g. color highlighting, auto-completion, and _definitely_
leaves the code intact).


OK, now I think you are taking this a little too seriously...

The point was, for all it's faults.. FP doesnt *have* to generate crap
code... It *can* be turned off.

I'm not sure what you are on about with &copy; - My version of 2002 doesnt
do that. This the appropriate options set, my code is never changed.

If you want to use another editor (or Notepad) feel free... You use Netpadd,
whereas I would recommend HTML-Kit. Horses for courses...

Ironically, FP will have a few features that Netpadd (and others) don't...
but this thread wasn't about comparing editors - the fact is that many
editors can do naughty things, not just FP.

And I'm not sure where start time comes in... another editor comparison
perhaps?

Look, I'm not going to advocate people rushing out to buy Office/FP... but
it's just too easy a target. Microsoft is crap, FP is crap etc... Yes, we
know... but 95% of everything is crap...

Chris

Jul 20 '05 #10
CJM wrote:
Ironically, FP will have a few features that Netpadd (and others)
don't...
Of course it will. The question is whether or not they're helpful to
anybody who knows HTML, and who also knows more than HTML, server-side
scripting, databases etc. are used for doing bigger websites. And
someone who also knows ASP or FP-Extensions are not cross-server.
but this thread wasn't about comparing editors - the fact
is that many editors can do naughty things, not just FP.

And I'm not sure where start time comes in... another editor
comparison perhaps?
They all suffer from one basic misconception though if they're
graphical, i.e. pseudo-WYSIWYG... they make you think the Web can work
that way (or that a programming language can, which basically is needed
for many bigger sites, as opposed to just plain HTML).

Look, I'm not going to advocate people rushing out to buy
Office/FP... but it's just too easy a target. Microsoft is crap, FP
is crap etc... Yes, we know... but 95% of everything is crap...


Actually, I was serious when I said I give FP a try whenever a new
version comes out. I have this hope they put a lot of effort into it
and a lot of money so there must come out some value. And I do see
serious possibilities for an editor to do something useful. E.g.
something like a graphical CSS designer, which respects your
class-names and doesn't add inline-styles. Unfortunately, FP does just
that. I was thinking about doing it myself as part of a CMS I wrote.
For me it would need to be browser-based. I want to view my page, grab
a div-block, reposition it one pixel to the left, save, and only the
CSS media screen gets changed. Something like that I would definitely
give a try. Not that I would really use it.

--
Google Blogoscoped
http://blog.outer-court.com
Jul 20 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Bruce A. Julseth | last post by:
I am doing my PHP development in MS FrontPage. At on time, when in Frontpage and I would double click on a page in my development folder, FrontPage would open it. Now when I double click, Notepad...
16
by: George Hester | last post by:
Easily. Go to this page: http://support.microsoft.com/default.aspx?scid=kb;en-us;224979 And then use their second example the clientcap.htm and clientcap.asp section. Then fire up...
0
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
10
by: Phester | last post by:
Apologies for the fluff post, but I thought you all would get some amusement out of this... A banner ad from Microsoft just came up as I was browsing a popular news site. (I can't do a...
1
by: Rod | last post by:
I read an article on Microsoft's MSDN entitled, "Creating Managed FrontPage 2003 Add-ins in C#"...
1
by: LynchburgRecord | last post by:
The Code Snippet (from VB Net in Visual Studio Net 2003) below does the following (1) Create a Front Page (2002) Application Objec (2) Open a We (3) Close the We (4) Execute Front Page...
3
by: dave | last post by:
We have an application that works perfectly in-house (tested on 3 different servers). It uses Microsoft.Web.UI.WebControls.dll for menubars and toolbars. Problem Description: We uploaded...
5
by: VB Programmer | last post by:
First time I've heard of it... http://www.microsoft.com/products/expression/en/default.mspx Will this be a replacement for VS.NET or Frontpage? How does this technology fit in? Is the...
5
by: davepisarek | last post by:
I am looking for a quick and dirty way to create a hyperlink that will open a Microsoft access database written in asp.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.