views:

124

answers:

6

Which is the best recommended tool for webpage UI design including Javascript/jQuery?

A: 

Dreamweaver, Notepad++.

Pablo Santa Cruz
"...I believe you can get me through the night"
ewall
A: 

I use Notepad2, Visual Studio Express and Firefox + Firebug

Galwegian
+3  A: 

Design? I'd say: a pencil and paper.

(When it comes to implementation, I use a variety of graphics tools (including the GNU Image Manipulation Program, Inkscape and ImageMagick) and a text editor (Komodo Edit at present).

David Dorward
A: 

Aptana Studio, Eclipse or NetBeans might be a choice.

Bobby
NeatBeans... You did that on purpose, I'm sure.. :P
Duroth
Hey, don't tell me coffee beans aren't attractive and neat to you in the morning. ;)
Bobby
A: 

As David Dorward has already mentioned there is really no substitute for a pencil and a couple of pieces of paper. My best designs always come from a couple of sketches and in my eyes no designer is truly above sketching their ideas out.

Once I draw out what I intend my application to do I typically scan it onto my computer and open it in a graphics program, typically Photoshop because it's what I have available to me (feel free to replace it with any other program). From there I set up my layers and start designing. I always find it good to have some design galleries (deviantART is a favourite of mine) just so I can gain some inspiration from what others have designed for purely artistic purposes. Some of the best user interfaces I've used have their roots in art and natural/mechanical design.

Whilst I am doing this I typically use a small whiteboard to jot down changes and properties of my designs. This approach has served me well on several occasions and I'll typically catch out any major issues before testing.

In short, if you're using just one tool then you're going to suffer a lot of problems with the flexibility of your design. The most flexible approach is by using a pen and paper but I'd recommend that you use everything you can to plan out what you're trying to do, then to press on with a raster graphics tool and start building.

EnderMB
A: 

I always use photoshop, but any image editor would be just as good. gimp, paint.net, ect..

I would never start the design of the UI in html. Its far to slow in comparison.

corymathews