4

Possible Duplicate:
Basic Web Development IDE/Editor like Dreamweaver?

What software would you recommend for a newbie (not much experience in HTML code) to develop websites? It would be great if it is simple to use (for basic work) but can also support advanced usage.

Will it be better to go for an IDE or a standalone editor kind of program?

The website will have basic stuff like Drop-Down-On-Hover menus, buttons, Change-Color-On-Hover buttons, images and text in multiple columns, etc.

Thanks in advance for your suggestions.

deshmukh
  • 4,061

2 Answers2

11

Regarding Drop-Down-On-Hover menus, buttons, Change-Color-On-Hover buttons, images and text in multiple columns,

You may find Web Developer Tools very helpful. You may download the .deb file here -> WDT

enter image description here

You can find many menus source code from many websites inside WDT

enter image description here

You may generate css Menus

enter image description here

Image processing tools

enter image description here

HTML editor

enter image description here

Please check also the following questions they have great and helpful answers. You may find many helpful tools from them.

Achu
  • 21,237
  • 1
    Very very useful. Thanks a lot. Exactly what I was looking at. – deshmukh Dec 19 '11 at 11:27