xpresstechnologies
Regular Member
- Dec 14, 2012
- 338
- 59
Any one can tell us a best tool for creating the webpages.?
I have a strong opinion on this matter.
I say a text editor with syntax highlighting and ftp. Notepad++ has served me for years in this category.
Stay far away from dreamweaver, for health of the internet. Please.
A text editor and good web browser are all you need. Find one with a good interface for examining and testing modifications without make code changes or uploading. Chrome has this, and firefox recently added their own version of it.
Hit f12 in Chrome, or god knows what in Firefox.
Hell even Internet Explorer has this functionality these days. Actually, it additionally has the ability to check your site design against previous versions of IE. Very valuable asset.
I'm personally not against using things such as a wordpress cms. You've got strong control over markup and css, and full control when you get into javascript. Any blogger will tell you, you'll eventually start picking up reliable html and css tidibits, as its required to get the look and feel you want.
Dreamweaver is similiar in that respect, but the bloated markup it creates will leave you quickly lost on design problems that come up.
The hard path is the best path. You'll avoid hurdles and limitations and certainly work up a sweat in the process ;]