1.Learn from other great web designers and programmers. Take a look at other well- designed websites, and note how a menu or content area is laid out and then use that knowledge in your designs.
2.Get the right tools. Start by getting a good vector graphics editor such as Adobe Illustrator . Making images using vector graphics is the easiest way to grasp graphics design, so spending some money on something like Illustrator or Fireworks will be a great help. Inkscape is a nice free and open-source alternative for beginners.
3.Learn the skills you'll need. These skills include:
HTML
CSS
JavaScript
jQuery
PHP
SQL
Of course there are many tutorials on the Web where you can learn these languages. But we want to know about the best place for learning. The most famous place (if you search on Google) is W3Schools. The six languages listed above are enough for a start. However there is no end of learning, especially in a Web Developer's life. The main purposes of these languages are:
HTML: For the main content of the webpage,
CSS: For the page style,
JavaScript: For dynamic content,
jQuery: For easy JavaScript scripting,
PHP: For server side scripting,
SQL: For database management. Please find and study these tutorials on W3Schools. Also you should study other stuff in W3schools as well, because they are extremely helpful.
4.Create dynamic websites using PHP and MySQL. These technologies will enable you to create a website that does not require you to make individual HTML pages but allow you to use templates to display multiple pages within the same design.
0 comments:
Post a Comment