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 […]
Latest Posts
Foobar 2000
Foobar2000 is a freeware audio player for the Windows operating system. It is also a useful tool for converting audio formats. WEBSITE
Malwarebytes
Malwarebytes has both a pro and free version. Malwarebytes Anti-Malware Free edition uses powerful technology to detect and remove all traces of malware including worms, trojans, rootkits, rogues, dialers, spyware and more. WEBSITE
WinX DVD Ripper
WinX DVD Ripper is a free dvd ripper that can encode to mp4, mpeg, wmv, flv and other OS specific formats. The free version does not remove DRM however but if you use this with DVD43 it is pretty functional and fast. WEBSITE
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” /> […]
Stop iPad and iOS devices formatting numbers on webpage
An iOS will automatically see some numbers as telephone numbers and will format the number bypassing any css styling your website might have. You can stop this by altering the Apple specific meta tags. Place the code below in the head section of your webpage. <meta name=”format-detection” content=”telephone=no”>