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

Quick Posts is Fixed! Download the newest version. Quick Post enables a WordPress user to quickly add multiple posts or pages at once. Version 1.3 has the following features: Specify whether content to be added is a post or a page If Pages are added, user can specify Parent Pages (to add children) User…

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