Today I launched the new design of Escape From Cubicle Nation, which I’m very proud to have worked on. Props to Brian Morykon for the design, Joseph Hinson for the code. My last order of business in coding the site was that some of the Youtube videos and embeds had been inserted at a width of 640 pix…
Below is a quick video that shows how the CSS Extractor tool can be used to quickly pull css classes from your site’s markup, specifically with the WordPress comments, that are generated dynamically.
NOTE: This plugin is currently broken. WordPress 3.3 broke it. I’m in the process of trying to figure out why, but I haven’t been able to make heads or tales of it yet. If you’d like to dig in to the code and fix it, feel free. If you do find a fix, send me the patch, and I’ll add your…
This tool parses your HTML and pulls out your CSS classes and IDs. It then presents you with a css file download containing all classes and ids used in your markup. It’s helpful for creating handles in your CSS file, then manipulating them in Firebug. Thanks to my buddy Adeel for help creating th…