views:

77

answers:

5

I am currently a webdesigner.I know photoshop,dreamweaver,css and flash.I want to develop websites rather than design.I want to start it now.Should i start right now or after some time and with what should i start?I am since six months into this field.Please help me.

+2  A: 

I think you should start now if you're interested in it. They say there's no time like the present.

Galwegian
A: 

Read about Ruby on Rails, Django, PHP, Java Servlets, ASP.NET. Decide which you think most suits your needs, capabilities and workflow.

Artelius
A: 

As comments and another answer have said, "yes". However, I don't see you explicitly listing HTML under your skills. If all you've done to create HTML is Dreamweaver WYSIWYG stuff, I would recommend getting a better understanding of HTML as well - if not first, then at least concurrently.

GreenMatt
I'm guessing that this person probably knows HTML based on them saying that they knew CSS. I personally couldn't imagine writing (good) CSS without a (very good) knowledge of HTML.
sigint
@sigint: Likely true, but I thought I'd mention it.
GreenMatt
+2  A: 

I personally feel that it would be beneficial to both you and your career if you could take part in the coding of a site as well as it's design. And as you learn more about web-coding (I'm assuming you have no coding experience) your view of how you approach webdesign will change as well (for the better).

Depending on where (front/middle/back respectively) you want to develop most:

JavaScript

PHP

SQL

Try installing XAMPP if you want to run a full development server locally. XAMPP

Best of luck.

sigint
A: 

Here's the book I started with a decade ago:

http://www.amazon.com/PHP-Blueprint-Creating-Server-Side-Content/dp/0764535617/ref=sr_1_3?ie=UTF8&s=books&qid=1279115761&sr=8-3

Highly recommended if you're just getting into development. PHP is a very popular language to start with.

MattB