Scripts To Watch Out For

As far as the web is concerned, there over a million websites to visit and what really makes them unique would be the domain name and the type of programming language that was used for them. This is one reason why sometimes we run into script errors which would require us to download some add-ons [...]

Animated Menus

One thing you will certainly be impressed with is the types of interactive designs that most web programmers put into sites today. Menus can be enhanced using dropdown options or even simple highlights. While they may seem technical, they are scripts that can be easy to use.
Underneath the Title Bar are other bars that [...]

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 [...]

Be Wise in Website Development

Content is everything you need to be optimized on the web. Images and graphics have become secondary and apparently most of this can be seen as a logical occurrence; you need content to provide information and the web is all about information today.
Many fail to realize that content development is the key towards great [...]

Selectors, Properties, and Values: Basic CSS Concepts

The basic structure of an CSS declaration

Every CSS document is composed of many CSS declaration that follow the same syntax. It is of the form:
Selector {property: value}
Selectors
Selectors can be page elements, div elements, or class elements. Page elements can be recognized by the absence of any symbol before the element’s name. Divs are written as [...]