What are Static Web Sites?

by Chubs

Static web sites have web pages saved on the server where users can view them. There are three main categories of software which are used in editing static web sites: a) Text editors like Notepad or TextEdit where HTML can be altered directly using the editor program; b) WYSIWYG editors like Microsoft FrontPage and [...]

Client-side Dynamic Content and Page

by Chubs

The client-side dynamic content comes from the client’s computer when the web server retrieves the page and sends it back as it is. Next, the web browser inputs the code embedded in the page and finally shows it to the user. Remember that some browsers do not support the language or all aspects of [...]

Web Pages – In Style with CSS

Now you may have encountered the term CSS on the net which is simply an extension for the basic HTML command set that allows more style and control for your web page. The formatting of text, alignment and other nuances that makes a web page utterly pleasing to look at are all done with CSS [...]

Hosting – What and Why?

You may have run across the term in your browsing and with the many annoying pop-up windows that advertises such services. Hosting is actually a simpler way of getting a web page on the internet without much cost. In the early days of the internet, hosting used to be done by each and every company [...]

Prevent Phishing

Image Source: technewsworld.com
Phishing, is a way of deception through emails. Fraudsters fool gullible people by sending them emails and web sites and unknowingly, they ar econned into revealing their private informations, bank accounts, credit card numbers and other things of personal value. A Phishing [...]

Web Basics

image source: www.w3.org
Today we can do many things on the world wide web. I will teach you some information about the web.
Web pages – is a page that is seen on the world wide web. It gives us information, do some work, listen to sound or watch a video.
Website – it is a compilation of [...]

Web Server Logfile Analysis and Page Tagging

by Chubs

In web analytics, two basic technological approaches are used to gather data for web analytics:
• Web server logfile analysis – In this method, a program or a web log analysis software reads the logfiles (in which all web server transactions are recorded) in order to assess the popularity of the website. Page views and [...]

The Science of Web Analytics

by Chubs

Getting your web site’s message across to users is the one thing that you as a web site owner should be wishing for and one technique to determine the factors which could affect the way web users view a particular web site is to study the behavior of these people. Web analytics attempts to [...]

The Aspects of Web Design

by Chubs

Web design can be considered as a significant factor to increase the chances of your website achieving its purpose because a well designed website is more likely to become more effective in getting your users to understand what your website is created for. Effectiveness is the main driving force behind successful web designs and [...]

Server-side Dynamic Content

by Chubs

We have learned that the client’s computer generates the client-side dynamic content and that the web server retrieves the page and sends it back in its original form so that the web browser can process the code embedded in the page and can finally show the page to the user. On the other hand, [...]