CSS: Add Images To Form Fields The Right Way


Here is a tidy little CSS trick that you may have seen around the internet. It takes little effort, works in all browsers and can add real class to your forms on your website. This article assumes a little bit of working knowledge with CSS and HTML.

Lets begin with a screenshot of the final result.

Continue reading “CSS: Add Images To Form Fields The Right Way”


Must have Feature for GMail Users: Image Uploader

Do you use Google’s fantastic GMail service? If you do you have probably in the past tried to insert pictures into your e-mails only to discover that you needed to upload them on to the internet and provide HTML links to them and all sorts of other complicated silliness that can be a little overwhelming for the average user.

Do you use Google’s  fantastic GMail service? If you do you have probably in the past tried to insert pictures into your e-mails only to discover that you needed to upload them on to the internet and provide HTML links to them and all sorts of other complicated silliness that can be a little overwhelming for the average user.

Fortunately Google realised this and released a ‘Lab’ plugin for the web interface in G-Mail that allows you to upload and insert images straight from your computer into your e-mail. Continue reading “Must have Feature for GMail Users: Image Uploader”

What are ISO files and how do I use them?

An ISO image is an archive file (also known as a disc image) of an optical disc in a format defined by the International Organization for Standardization (ISO). This format is supported by many software vendors. ISO image files typically have a file extension of .iso.

Article first published as What Is An ISO File And How Do I Use Them? on Technorati.

Wikipedia defines an ISO file as:

An ISO image is an archive file (also known as a disc image) of an optical disc in a format defined by the International Organization for Standardization (ISO). This format is supported by many software vendors. ISO image files typically have a file extension of .iso.

To expand on that definition further, an .iso image is much like a .zip file. You can think of it as a container that holds all the files and folders contained on a CD or DVD but unlike a .zip file an ISO is not compressed. ISO files are useful for keeping backups of CD’s and DVD’s and for storing the contents of CD’s or DVD’s on portable hard-drives or uploading and downloading them on the internet. Continue reading “What are ISO files and how do I use them?”