• Register

How to start coding? As in where can I find resources to learn to code my designs in HTML? Any answer will be useful!!

I am a graphic designer, i want to make apps as i can design them but cant code, dont even know the basic of coding, please let me know how can i start!!
asked Mar 21, 2012 by Suresh Sharma
retagged Mar 22, 2012 by admin_controller

2 Answers

+1 vote
Good to see you as a Graphic designer. Coding an application is not an easy task, a person needs to be expertise in coding. Hope the following sites becomes helpful to you in learning basic of coding language.
http://www.w3schools.com/
http://www.dreamincode.net/
http://eloquentjavascript.net/
http://www.tripwiremagazine.com/category/development/html-development
answered Jul 24, 2012 by edwinmiller
0 votes
The web pages can be categorized in two sections.
1) Static Pages and
2) Dynamic Pages

Static pages are that which only contains plain text information. To build plain static web pages you can learn HTML and CSS.

Dynamic pages are the one which takes user interaction and changes its behavior on an event. Dynamic coding can be again categorized in two sections. 1) Codes that execute on users computer or in browser. Learn Javascript, Vbscript, Ajax, Jquery  with HTML and CSS.
2) Codes that execute on servers. For that you can learn ASP or PHP.
Also learn SQL for managing Database on server.

w3schools.com provides good basic reference or you can buy books on each subject for the advance knowledge if you want to prepare by yourself.
answered Mar 22, 2012 by Ashwini Kumar
...