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,121

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,407
1

Others have mentioned several WYSIGYG (what you see is what you get) editors. However, they're quite limited. If simplicity is what you're after, I recommend something like Google Sites. But really, you should learn HTML and CSS. They aren't too difficult, and they'll open up many possibilities. In my opinion, except for quickly-thrown-together sites, you want to write the site yourself.

Suggested editors: Everyone has their own favorites. I mostly use Gedit and VIM. Others have other preferences. No matter. Any decent editor will have HTML support built in.