Forum Moderators: mack
-tim
Tough choice - making a cerreer in webdevelopment :-) Good luck - there's lot of competition and the gold-rush era is well over...
There is no "standard" - it all depends on your needs and the client's demand. Some want to have sites made purely in Flash, others need a content management system (CMS), and again others might only wnat a kickstart and then continue to maintain their sites in Frontpage, Fusion, GoLive, Dreamweaver - you name it.
Knowing your way around HTML and CSS is a good choice though. Try to write clean and efficient code, which validates with the W3C validators (both HTML and CSS).
Look at other sites, learn from them, and build your own sites. There's lot of free webhosting out there: use it to gather experience.
Good luck!
On Windows, I would use EditPlus, and on Linux (my development platform of choice) I use Bluefish. However, there are a thousand text editors out there, and everyone has their own favorite.
For ecommerce, check out OSCommerce, which is built with PHP/MySQL and is free to use and adapt.
I then moved away from windows all together and started using Linux. I find that it has all the tools I need and also gives me a much better understanding of how computers operate.
However being on Windows does not limit you in any way, You just need to find what suits your development style. As was mentioned I think you do need to have a good grasp of html css in order to process with your planned wen development career. Lets be honest if you want to still be designing in 4-5 years you will NEED to know CSS and probaly xml.
Mack.
I agree with encyclo: a syntax highlighting editor which not only understands HTML but also CSS, maybe PHP and other languages would be immense help.
We did a quick&dirty project with GoLive which combines a sort of WYSIWYG with direct HTML and CSS editing and it worked quite OK. There were however no "deeper" reasons for selecting GoLive other that we gould get it fast and cheap. Dreamweaver et.al. will do the job just as well.
I would use EditPlus, and on Linux (my development platform of choice) I use Bluefish.
EditPlus is a really good Code editor, it's very clean, very light weight, and very configurable.
Encyclo: does bluefish work as welll as edit plus in terms of configuration options, like being able to create your own html code templates, tag templates etc?
Does it have a comparably powerful search and replace? (multiple open files, multiline search and replace etc?)
I've been thinking of switching to Linux too, but I need a code editor that works as well as Editplus. What Linux distro do you use and prefer?
thanks for any information. By the way, I saw your recommendation for wordpress, just tried it, it's as good as you say it is. For multiple user applications is there a CMS system you'd recommend that is as good as that?