Forum Moderators: open
Be sure to read Marcia`s WebmasterWorld Welcome and Guide to the Basics [webmasterworld.com] post.
Andreas
For example, if you can't remember the parameters to use on a specific function, simply type the name of the function, put the cursor on it, and hit F1. It will bring you directly to that function in the PHP manual. This has helped me dozens of times.
I like Homesite 5, but only because of its sytax highlighting. Its a glorified text editor in my hands.
If you rely upon a WYSIWYG editor like FrontPage (gasp!) because you do not want to bother to learn how to code HTML properly, then you are limiting yourself a great deal.
Once you master tables and HTML in general - plus CSS - you will be able to code just as fast, or faster, by hand. Especially if you get into a scripting language like PHP or ASP where you can make one template page and then use the language to have that page render in any way you want.
Many WYSIWYG's make horrible code.
Use just notepad!
Notepad and HTML editors like HomeSite are fine for Web designers. But for those of us who make a living by creating content (as opposed to doing Web design on salary or at hourly freelance rates), a WYSIWYG authoring tool is by far the most efficient way to generate pages and revenue.
WYSIWYGs drive me crazy. I've tried to use them, but invariably I'll end up in the source code editor cleaning things up. Maybe I just haven't invested enough time in them, but I as it stands I can build a page faster by hand than in a WYSIWYG. And the results are better.
WYSIWYGs drive me crazy. I've tried to use them, but invariably I'll end up in the source code editor cleaning things up. Maybe I just haven't invested enough time in them, but I as it stands I can build a page faster by hand than in a WYSIWYG. And the results are better.
Agreed.
I do own a copy of Dreamweaver, but about the only times I use it are when I nned to work with some complex tables with a lot of spanning, use it's clean up Word HTML feature, or use its site sych utility.
Other than that I'm quite a bit quicker using a text editor.
It's lean and clean and very fast to load.
[textpad.com...]
It is not free. A tool for professionals. But so worth it if, like me, you spend 40 or 50 hours in a text browser every week.
Are you kidding? I run a newspaper website. Thousands of pages of content. THE most efficient way to generate pages is learning server side scripting.
frontpage mangles server side code, among everything else.
i can't post a fully knowledgeable opinion regarding Dreamweaver, as all my experiences with it have been more than horrible. i am a backend coder, and every frontend designer that has given code created in Dreamweaver has been a nightmare. random font tags, random strong tags, random everything tags. this is caused by doing everything in design mode, and not cleaning up the code afterwards. i just read in a post farther up something about a word html cleaner in dreamweaver..? i have never seen nor heard of it, i would like to know more, so i can pass on the info to my frontend contractors. my pet peev is html formatting, so for me dreamweaver causes great anguish. sorry for the rant.
Textpad has powerful regex commands and is extensible for different syntax. download it free at [textpad.com...] and if you like it, send em the $20. its well worth it in the 'find and replace' tools alone.
Homesite works okay too, if thats your bag, and if you're a mac user, BBEdit is THE way to go. In fact, the reason why I like textpad so much is because it reminds me of BBEdit.
Good luck!
Patrick
UltraDev where I can quite happily drive the whole site with templates which makes large scale updates much easier
SSI menu's can achieve the same thing. I never did like DW's idea of templates.
We use DW for its ease of updating lots of links at once, shifting files etc and for its check in, check out feature which does the job nicely for preventing two people editing the same page. Of course, with raw html coding is useful. On Windows, I prefer EditPlus - designed for coding (not just html or php etc)... and easy to use.
[jedit.org...]
another one for you mac folks is:
Alpha
[kelehers.org...]
[edited by: john316 at 9:22 pm (utc) on Mar. 5, 2003]
I'd like to find a *nix command line editor that does syntax
highlighting, if there's such a thing. Anyone know of one?