Bricss – box-shadow vs filter: drop-shadow

Have you ever wanted a box-shadow that followed the shape of an element, including generated content, like a tooltip with an arrow? Or you wanted a box-shadow to take transparent parts of a .png into account? That’s exactly what filter: drop-shadow() does. It has the exact same syntax as the box-shadow property, except that inset… Continue reading Bricss – box-shadow vs filter: drop-shadow

Stylus

If you want an expressive css language for nodejs with these features or the features listed below, head over toGitHub for more information. Visit Link

Restoring mySQL database from the file system MT

When you get a flat backup of your server the SQL is useless to you. Unless you’ve run SQL exports and backups your self you’re going to have to recover the databases from these flat unusable files. Fortunately there’s a tool in the Media Temple back end that allows for this. Simple connect to the… Continue reading Restoring mySQL database from the file system MT

Warning remote host identification has changed ssh

This was another fun error message that I received while putting back together my hacked server. This appears when trying to SSH into the Media Temple server through the Terminal Application on Mac OSX. The solution. You need to clear the key that already exists in your known host…. perl -p -i -e ‘s/^example.com.*n//;’ ~/.ssh/known_hosts… Continue reading Warning remote host identification has changed ssh

vintageJS

Vintage.JS is a fun little jquery plugin that adds some awesome retro and vintage style to your images with the HTML5 canvas element. Great to use as a fallback for the CSS3 Image filters. Visit Link

Custom Post Type UI | WebDevStudios.com

The Custom Post Type UI plugin adds easy to use control over post types and custom taxonomies in WordPress. New WordPress 3.1 features Create and edit custom post types Create and edit custom taxonomies Attach Built-in and custom taxonomies to post types Advanced labeling for post types Below is a slightly outdated example video showing… Continue reading Custom Post Type UI | WebDevStudios.com