Posts

Showing posts from July, 2017

What is dynamic website ?

Image
A   dynamic Website  is a Website that not only uses HTML(hypertext markup language) and CSS(cascading style sheet ) but adds website scripting as well. There are Two main reasons why you’d want to use Website scripting on your site: 1.you want an interactive web app that people can use, not just read 2.You want to able to share HTML code between your pages. This Website is a dynamic website, for both of the above reasons. It is more expensive than a static website to develop initially, but the advantages are numerous. At an essential level, a dynamic website can give the website owner the capacity to simply update and add new content to the site. Advantages of Dynamic Websites The main advantages of dynamic sites are that by connecting them to the database you can easily pull information in an organized and structured way to create product pages or categories of related products sorted in a variety of different ways depending on how the user wants to view them...

What is static website service ?

Image
What is Static Website ? A  Static Website  contains fixed contents and fixed web pages . Every Page is coded in HTML and display the same information to every visitor.Static sites are the most basic type of Website and are the easiest to create. Unlike Dynamic websites, they do not need any Web programming or database Design A static Web page is a web page that is delivered to the user exact exactly as stored, in contrast to dynamic web pages which are generated by a Web application A static website is a simple and easy way of making any of website you can build. Static websites are written in HTML (hypertext markup language)and CSS(cascading style sheets) only, with no scripting .the the only form of interactivity on a static website is hyperlinked. Advantages of Static Web Sites suppleness is the most major upper hand of the static sites-every page can be different if desired, to match the layout to different content, and the design...