Monday, June 3, 2019

Website development & Static vs. Dynamic.


Websites are the most important element of the Internet from many years. There are many website development and Design Company now a days. The central or a main page of a website is called a home page. This is mainly the first page you see when you call a website up and can also be called a ‘start page’ or ‘index page’. Then, the user proceeds into the site’s sub-pages.

Content such as texts, images, and videos to be displayed on the Internet is all digital web presence. In web site design many Graphic design company who provides web page design i.e. user friendly design. There are many reasons business people such as the business based on the product or business based on service needs a representative website. To inform potential customers about products and services, to represent the company, to allow contact with different departments, or to distribute goods online. For private or individual users, a website gives them the chance to actively take part in public affairs. There are also many personal sites that contain entertainment or informative material. Social network profile is used to show or place your website link to increase the chances of catching the attention of potential employers, interested parties, or like-minded people.

Because of the large reach of the website is one of the important reasons for growing the number of internet sites in recent years. As per the survey on internet there are approx. 1B. Sites are present, but only 25% of websites are working.


Creating a website


Many companies used a business cards they defiantly ad Logo on it which is created by many Logo designing services around us and they do not forget to add their internet presence means they add their website link and email signature on it. Whenever this address or web address is typed into a browser’s search field (known as the uniform resource locator, URL), the start page or Home page of the website appears. Depending on the size of the website, site visitors access the website’s sub-pages. Hyperlinks, or simply ‘links’ are very useful to connect single HTML (Hyper Text Mark-up Language) documents of a website. Links are much more important sub-pages (e.g. departments, product categories, or representative information pages) are usually combined in the navigation and can be found in the website's header. They are displayed on the home page and other every sub-page of the website. The navigation is always important and useful to the user orientate themselves and see an overview of the website’s structure. We can use Links to place in the text and image elements in the website’s content. The footer of a page often contains links to further information like the site owner and the legal framework.

Static and dynamic are two types of website

A static site is usually written in plain HTML, and what is in the code of the page is what is displayed to the user.  Static site the main advantage is Flexibility - Every page can be different, to match the layout to different content, and the designer is free to put in any special effects. This allows theming and we can use different theming. Static sites are much lower in cost as comparatively dynamic sites.

Problem with the static site is when you wish to update the content, unless you are conversant with HTML and the design methods used in the site to made change any content you have to go back to your designer. It can be perfectly ok when a new page is required which needs design input, but if all you want to do is change some text, then it can be a nuisance for both client and designer. Scalability is the second main problem ,If you wish to sell products on your site and you have a lot of them then you may have to construct individual pages for each one, which can take considerable time, effort and cost.

 A dynamic site is written using a server-side scripting language such as PHP, ASP, JSP, or ColdFusion. In this kind of site, the content is called in by the scripting language from other files or from a database depending on actions taken by the user. The most important advantage of a dynamic site is that you can connect a dynamic website with database and you can fetch the organised information or data. Create product pages or categories of related products sorted in a variety of different ways depending on how the user wants to view or see them. Because of the database connection, you can create a contentment management system. Data via a web-based series of administration pages. Client manage that content can be a text for their pages and images to go along with the text, or items in their product range with categories, specifications, short and long descriptions, images, etc. There are little or no ongoing costs unless there is a change in the basic design or an extra capability added. 

Dynamic site design is more fixed than a static one because the pages are essentially a template into which data and content is poured to create multiple pages of a similar type. So all your product pages will be essentially the same page layout with different data displayed. While some customization capability can be built in it is usually quite limited, such a selection from a set of pre-defined options. Individual layout changes to particular pages are not possible all times.