So Why is Frontpage Evil?

Discussion of non-phpBB related topics with other phpBB.com users.
Forum rules
General Discussion is a bonus forum for discussion of non-phpBB related topics with other phpBB.com users. All site rules apply.
Ska4Christ
Registered User
Posts: 200
Joined: Mon Sep 12, 2005 3:03 am
Location: Heaven (Ephesians 2:6)

So Why is Frontpage Evil?

Post by Ska4Christ »

Hey Guys,

Just wondering, what exactly do programs like Frontpage and Dreamweaver mess up when you use them to edit your files? I know I've heard not to use them, but I'm wondering... why?
Grace and Peace,
Todd 8-)

“Fight like a man, scriptures in hand!” – The O.C. Supertones
rick`
Registered User
Posts: 228
Joined: Wed Jun 02, 2004 5:09 am

Post by rick` »

Generally because of the non-standards bloated and poorly formed code that gets used.
They seem to be the main reason. Mainly for FrontPage. DreamWeaver isn't that made (specially when you're working with embeded flash and javascript (apparently)).
User avatar
smithy_dll
Former Team Member
Posts: 7632
Joined: Tue Jan 08, 2002 6:27 am
Location: Australia
Name: Lachlan Smith

Post by smithy_dll »

Because in order to use them properly, you have to understand what it's outputting, and why it's outputting that. (just like any other field of stuff)

Sadly most people who use them have no clue as to what they are doing, which is where all the horror stories come from.
Systems Engineering
User avatar
pentapenguin
Former Team Member
Posts: 11030
Joined: Thu Jul 01, 2004 4:15 am
Location: GA, USA

Post by pentapenguin »

FrontPage especially is bad for three reasons:

1) It generates Internet Explorer optimized code. Even though 70-80%+ of net users unfortunately(!) use IE, this is still no reason to leave people that use other browsers out in the cold with IE only code. It's just plain rude in my book to design a site that only works properly in one browser (of course you may not be able to show everything in all browsers but the site should at least be usable in any browser).

2) FrontPage doesn't support web standards. This goes with point 1. If you use web standards, then most browsers will more or less display the site as intended.

3) It generates boatloads of code. No exaggeration -- FrontPage may take 2-3 pages of code to produce a tiny page which means lots of bandwidth usage. While this isn't as big as a problem as it used to be since web hosts give GBs of transfer, but all that code takes longer to download and display.
Support Resources: Support Request Template
If you need professional assistance with your board, please contact me for my reasonable rates.
Govnor
Registered User
Posts: 259
Joined: Mon Jan 16, 2006 12:42 am

Post by Govnor »

I have found that when you make changes, particularly to tables, WYSIWYG editors seem to 'forget' to delete certain lines of code.
The < p > tag is often attributed to a css class when you copy & paste text into a table cell.
It looks neatly aligned in the editor, and if you preview in firefox, it is intelligent enough to know you have used a crap editor, and aligns things as you intended.
View it in Idiot Explorer however, and it will show up the flaws & will appear skew wiff.

Of the two best known, dreamweaver (IMO) is definately the best behaved, and you can go into code view & start learning how to handcode quite quickly, then use either method with just one editor :-)
Image
ChaosBringer
Registered User
Posts: 412
Joined: Mon Apr 19, 2004 11:30 pm

Post by ChaosBringer »

Yep, i either use Context, Zend Development Enviroment(for php), EditPlus, or plain old notepad. Sometimes, just sometimes, i use coffeecup html editor.
And even that has crapcode that you need to take out of your final page...

01000001 01101100 01101100 00100000 01111001 01101111 01110101 01110010 00100000 01100010 01101001 01101110 01100001 01110010 01111001 00100000 01100001 01110010 01100101 00100000 01100010 01100101 01101100 01101111 01101110 01100111 00100000 01110100 01101111 00100000 01110101 01110011 00100001
Lone-wolf
Registered User
Posts: 3
Joined: Thu Mar 23, 2006 12:28 pm

Post by Lone-wolf »

And lets not forget the crappy file publishing of FrontPage, i only use Dreamweaver for file publishing and minor editing.
niksa
Registered User
Posts: 612
Joined: Mon Sep 08, 2003 7:20 pm
Location: Future birthplace of James T. Kirk

Post by niksa »

I think they make it much more complicated than necessary. It truly does produce way more code for a single action than is necessary, so it becomes a hassle to maintain manually.

Plus, like pentapenguin said, it's optimized for IE, which is, sure, the browser of choice currently... but it's not necessary to have that kind of built-in exclusion.

If I need an html editor, I use coffeecup editor, personally. It's more manageable, imo.
Julian123
Registered User
Posts: 1
Joined: Sat Mar 25, 2006 7:02 pm

Post by Julian123 »

its not functional beyond itself
I like music theory with pancakes in Istria! - Kermit the Frog
Ska4Christ
Registered User
Posts: 200
Joined: Mon Sep 12, 2005 3:03 am
Location: Heaven (Ephesians 2:6)

Post by Ska4Christ »

Well, yeah, I can see where the problems come in with those that don't know the code themselves. (Horror Stories as someone said... ) I understand it pretty well myself, it's just quicker to use a WYSIWYG editor sometimes, not to mention the file transfer is rather simple. I definitely know about the excess code... I try to go in and remove a lot of it when I use Frontpage.

One thing I never could figure out... it always seems to remove the tags for the title in my phpBB files! :evil:

Also, I recently aquired Dreamweaver; its not as bad?
Grace and Peace,
Todd 8-)

“Fight like a man, scriptures in hand!” – The O.C. Supertones
User avatar
Ramon Fincken
Registered User
Posts: 4835
Joined: Thu Oct 14, 2004 1:04 am
Location: NL, The Netherlands Amsterdam area @GMT +1

Post by Ramon Fincken »

I always use a txt editor, but for graphical stuff I use my FP.

I never ever had any problem editing phpBB files with FP.
Dutch quality fully managed WordPress hosting - ManagedWPHosting.nl

Before changing a file, some code or installing a MOD >> Make a backup first!

Do you like my mods? paypal me $1 :) forumsoftware[AT}creativepulses[DOT}nl [/size]
PhpBBantispam.com || Instant find your mod here
mw-dnb
Registered User
Posts: 118
Joined: Tue May 21, 2002 12:12 am

Post by mw-dnb »

i write all my stuff on notebook paper, optimize it for aol's web browser, then send it in to my ISP on punch cards just to make sure the code is perfect.

ok all jokes aside, the only thing you need to know about frontpage is that it has no standard but MS's standard - which is rapidly being turned over by other browsers that DO support the industry standards.

if you are looking for a EDITOR get simple apps like what most of the people above mentioned. If you are looking for a full on web dev. IDE (integrated development environment) get Dreamweaver. It is the industry standard period.

If you are a total novice then don't get frontpage or dreamweaver - get a book or pay someone to make your site for you.
The brighest light burns out the quickest and you burn so very bright.
www.elementsofbass.com | For the breakbeat hardcore
User avatar
Saeru
Registered User
Posts: 622
Joined: Sun Feb 19, 2006 5:44 am
Location: Under a pile of PHP code.

Post by Saeru »

Only thing I use frontpage for is copying my raw writtings to it. no HTML.. just my writtings. So all the paragraphs and such are automatically done and with a little editing in notepad can be placed on my site..

aside that.. I hate frontpage.. x.x
"Naku ga yousuru ichidanto tsuyosa kyaku ga icchuu wo yusuru."[/size]
txuspe
Registered User
Posts: 73
Joined: Mon Nov 03, 2003 2:48 pm
Location: Spain

Post by txuspe »

I unistalled FP years ago... 8)
Subsim
Registered User
Posts: 173
Joined: Mon Apr 08, 2002 5:12 pm

Post by Subsim »

Front Page works fine, this isn't fine art, ya know ;)

Return to “General Discussion”