First thing you should do to be a web developer is to professionally write codes starting from HTML ones.
Web developement is composed of two layers; Design and code, Design also known by Web Design.
The learning of web developement start learning how to code using HTML language. it's the basic requirements to creat a web page.
So if we need to create a simple Blog, the work flow will be like that:
- 1st creating the pages architecture of the blog using HTML.
- Adding style to pages and make theme more attractives by CSS.
- Smooth animations and easy to naviguate using javascripts or JQuery librerys (This is optional).
- Manage contente, adding posts comments deleting and storing using PHP.
- Data Stockage using MySql.
so that's all steps you'll need to create a blog.
0 Comments:
Post a Comment
Thank for leaving a comment