Forum Moderators: open
At work I now have a copy of FrontPage, which I've never used before. I like to keep my code tight, so I can't see using it for WYSIWYG. Are there any other features that I might find useful? Or should I ignore it and continue my basic text-editing ways?
Thanks.
[webmasterworld.com...]
I am a huge fan of Dreamweaver, others swear by Frontpage etc - But lets not go there ;)
If you are used to hand coding, I'm not sure if using FP will add any extra benefit to you?
I know that I like Dreamweaver for hand coding for it's tag colouring, both in html and JavaScript - I'm sure FP has something similar.
IMHO you'd be very well advised to do just that. Or use a free text based editor like 1st page 2000 (which i'm using at the moment)
There are lots of good text-based editors out there which will make your life far easier than Frontpage ever could. Many of them are very similar too, and so at the moment I jump between lots of different ones (e.g. Homesite/1st page/coffee cup etc etc)
I am forced to use Frontpage sometimes to work on sites using FP specific code, and as a hand-coder, for me it's like pulling teeth.
And ...the horror... when you open up your hand coded site and see the mess that FP can sometimes make of your code when you add a line break or a paragraph or something.
Sorry, touchy subject for me ;)
Some scripting languages may not agree with FP though, even in HTML mode. PHP mentions this in their manual.
I'd guess its to do with FP checking the code on your page when you save. Some FP extensions will want you to not edit code, so FP checks those pages and undoes changes. ;).
$message = preg_replace("'here'","<a href=\"/?id=10&product={$result['id']}\">here</a>",$message);$message = preg_replace("'here'","<a href=%22/?id=10&product={$result['id']}/">here</a>",$message);
...thats using default option settings on FP 2002, after saving the file it changed the code a little.
I'm currently making changes, saving, then uploading (manually) via FTP. I don't find that particularly onerous, but was just curious if FrontPage offers any site management benefits?
P.S. I'm not trying to get into what editor people prefer. I'm asking about FrontPage because it's what's on my machine. I don't want to start any range wars....
The author compared coding of a simple rollover script, including # of lines of code and number of characters, whether the page valiadated with W3C, and whether the javascript was "good" (?).
The results were the same each time: hand-coding came in first, then DW, then GoLive. FP came in a distance last. By distant, I mean more than 100 times the coded lines and characters as hand-coding and DW. The differences between GoLive and FP were less significant, but certainly noticeable.
Just a little something to think about.... ;)
BTW, I don't use FP, but I understand there's a way to change the settings so it doesn't change so much of your coding when you save a document. Maybe someone can help you out with that. I believe the backupbrain.com study used the default settings. ;)
1- Use the publish option to either make the remote site (on the server) like local or other way. It will take care of updates for you. You have to "open web" the version you want to publish from.
2- You can work on your pages online (on the server) without touching your local backup. This makes development, testing and debugging much faster since you do not have to save, upload and view for each action. Just save and view.
DWMX has similar convenience too. It basically uploads automatically whenever you hit save. But in Frontpage you are working on the actual live page.
I like FP and DW both. If you want to choose, take DW. If it will cost you, take the free one. IMO differences are not an issue if you are comfortable with hand coding. But WYSIWYG in both can save you a lot of time and much less mistakes.
However, in the past i've run into problems where frontpage doesn't recognise a page or script that has been modified and I have to go to great lengths to get the changes uploaded - like FTPing it to the server and moving pages using windows explorer ;)
However, in the past i've run into problems where frontpage doesn't recognise a page or script that has been modified and I have to go to great lengths to get the changes uploaded - like FTPing it to the server and moving pages using windows explorer ;)
If I remember right, that can happen if you edit files outside of Frontpage....I had that same problem too
Apart from that the FTP was fine.
Photon, as with any editor you can used to the "quirks" pretty quick, specially when the editor is free and on your desktop ;)
Here's a good workaround for this problem that I discovered:
Right click on the file within FrontPage and go to 'properties'. Click on the 'summary' tab and add some comments (it doesn't matter what, a single letter will do). FP will now republish the file because you've added comments to it. Saved me a lot of time in the past.
For myself, I'll continue my hand-coding ways with HTML-Kit and TextPad. I really want to like HTML-Kit (seems a bit wonky, though), but have used TextPad quite happily for some time (but that's a different topic).