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
Author: contrib
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”>
Remove iOS styling on input boxes
By default html input boxes will have a inner shadow style applied on iPad and other iOS devices. You can remove this styling by adding the following css code to a html input object. -webkit-appearance:none;
Recuva – data recoverery
Recuva is a file and data recovery utility. More information a the link below. WEBSITE