Posts Filed as Geek Out Lab

jQuery Resizer! – resize objects that are greater than a specified width

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…

Read the Full Article

Quick demo of the CSS Extractor for WordPress Comments

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.

Read the Full Article

WordPress Plugin to Insert Multiple Pages / Posts at once: Quick Posts

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…

Read the Full Article

New Tool: CSS from HTML

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…

Read the Full Article