-
Web Design
The term “web design” can mean different things to different people. To many people, web design simply means the creation of a website. But for most of us who have been involved in creating websites, we prefer to see web design is a very specific (and important) part of the web development process. There are…
-
JavaScript
JavaScript is a scripting language that was designed for adding functionality to web pages. Also known as ECMAScript, JavaScript is an object oriented programming language. Although JavaScript is primarily used on web pages, it isn’t limited to this application. JavaScript can also be used in PDF documents, desktop widgets, and site-specific browsers. Although JavaScript bears…
-
CSS
CSS, which stands for Cascading Style Sheets, allows you to add styles to your website or blog. CSS works side by side with HTML, so that you can specify how your HTML elements should be displayed in the browser. CSS is a relatively easy language to learn, compared to various scripting languages. Even if you’ve…
-
HTML
HTML, which stands for HyperText Markup Language, is the language of the web. It is the technology almost all websites on the web. While different websites use different technologies, virtually all of them share one common theme – they use HTML to display their contents to your web browser. Even Flash based websites use HTML…

