Audacity

Audacity is a free, open source software package for recording and editing sounds. Supported operating systems:Mac OS X, Microsoft Windows, GNU/Linux, and more. Features: Record live audio. Convert tapes and records into digital recordings or CDs. Audio formats: Ogg Vorbis, MP3, WAV or AIFF sound files. Cut, copy, splice or mix sounds together. Change the […]

Read More

Conditional CSS for Internet Explorer

To add stylesheets for specfic Internet Explorer versions you can add the blocks of code below to the head section of your HTML code. Make sure the code is placed beneath your main css declarations. All IE Versions <!–[if IE]> <link rel=”stylesheet” type=”text/css” href=”ie-all.css” /> <![endif]–> IE6 <!–[if IE 6]> <link rel=”stylesheet” type=”text/css” href=”ie6.css” /> […]

Read More