View Single Post
Old 05-02-2008, 07:10 AM   #5 (permalink)
ftaylor
Platinum Lifetime Member
 
ftaylor's Avatar
 
Name: Finbarr Taylor
Last Online: Today 06:24 AM
iTrader: (0)
Join Date: Apr 2008
Posts: 100
DNF$: 100
Location: Glasgow
Country:


Quote:
Originally Posted by draggar View Post
Good suggestion unless the person making the site doesn't have the knowledge to program or the funds to purchase software like Dreamweaver (and if you're going to do that, bite the bullet and get the whole Creative Suite).
Learning from scratch doesn't need Dreamweaver, or any other HTML editor for that matter. I personally use a glorified notepad. All you really need is an editor that tabs all of your .html files and that applies colours to the code appropriately. Dreamweaver is good in that it lists suggestions - but many of these are deprecated and have not been implemented properly by the people who coded the respective browsers. The point of learning from scratch is that you learn to program
MAllie:You might want to investigate Notepad++ if you choose to learn from scratch.

Quote:
Templates can be a great way to learn web development. Sure, they can look templated and may not work 100% but it will give them a chance to modify a "working" site and expirement with layouts etc to not only see what can be changed but also start to learn the basics of web development.
Really depends what template you buy. Some use over-complicated code or bad practices like tables.

Quote:
Programs like DW and Web Expressions (and most HTML editors) also tend to add in a lot of fluff into your programming which will need to be taken out to optimize the site for speed (but don't get me wrong, they're great for updating an entire site (many pages) at once.
Agreed; unless you just use DW for the code view.

Quote:
A lot of my sites are made or maintained with Dreamweaver and I've had no issues with IE, FF, or Safari 9for my Mac friends). Some features won't work with some browsers but that is an issue with different browsers, not the program made to make the site.
In my experience you always have to code hacks yourself. Dreamweaver does not take care of these. I use Linux these days anyway, so latest version of DreamWeaver isn't an option; but that's a different discussion altogether!
__________________


Last edited by ftaylor; 05-02-2008 at 07:18 AM.
ftaylor is offline   Reply With Quote