Tuesday, June 18, 2013

How to publish your professional website.

This is a tutorial for everyone those who know basic as well as the people who are new to it (i call them as a future developer). Before we go ahead what is web development, let we look at few aspects of it. 

So, as every website consist of some web pages, collection of webpages forms a website. It is advised that the web developer should update its content frequently (within 1 or 2 week) so they can maintain their traffic to their website.


                                fig: -client server architecture (from en.wikipedia.org)
Now let’s look at things how client server architecture works. In the fig we can see that a server is connected to the other computer called client and serving the request of the client. As a developer our focus will be on the server side
Server can be of various type they are; -
Database server, file server, mail server, print server, web server, gaming server, application server,etc. now at present our focus will be on the web server. 

Now this web server has some pages. This pages can be categorizes as dynamic or Static. Before we go further let us see how these pages are made. Generally for static pages we just require.
  • html code(a code consist of tags, and we also specify data in html page)
  • CSS code (a CSS called as Cascading Style Sheets, were we specify everything of our webpages, in term of pixel or percent, font type background etc. )
 Things that I am going to cover in my post are:
  1. learn important element in html and CSS. (coming soon)
  2. what is jquery ,how to use those jquery. (coming soon)
  3. learn how to make, a professional website using html, CSS and jquery. (coming soon)
  4. Introduction to word press.(coming soon)
  5. How to modifying any theme in word press. (coming soon)
  6. Making your site professional  using word press. (coming soon)
  7. Making your site cellphone compatible using word press. (coming soon)

No comments:

Post a Comment