Programming, often referred to as coding, is the process of creating instructions that tell computers how to perform tasks. It’s akin to writing a recipe for a computer to follow. Just like a recipe can instruct you to bake a cake, a program instructs a computer to perform tasks like calculating numbers, storing information, or […]
Dropdown List Of UK Counties
A complete list of counties in the UK that includes England, Scotland, Wales and Northern Ireland.
Drop-down list of US states
A complete list of the 50 US states alphabetically ordered, that can be used in any HTML page. The value for each state is the two letter abbreviation.
Drop-down list of countries
A complete list of countries, alphabetically ordered, with the most popular selections at the top, ready to be used in any HTML page.
How to create a link that adds a contact to MSN Messenger
The newer versions of MSN Messenger are capable of adding contacts to your contact list by simply clicking a link. Note that the user needs to have MSN Messenger version 7.5 or newer open and running for this to work. Also, the code originally works within Internet Explorer, other browsers such as Firefox might implement […]
Embedding Windows Media Player into a web page
How to include the Windows Media Player plugin into your webpage so that you can play WMV or other video files. It also contains a list of the most popular attributes and parameters to pass to this plugin.
An Introduction to Semantics
This article gives you an introduction to why semantics are important. It doesn’t contain much code samples, but it does provide you with an insight in why standards and CSS are important on the modern web.
iFrame Basics
A short and easy tutorial on how to use iFrames. What Are iFrames? iFrames allow you to basically put a table on your site and within that table it will load another page. This is very useful if you are running an HTML site and you don’t feel like adding an affiliate button to like […]