Archive for the ‘Code’ Category

Useful JavaScript: Toggle Div Show/Hide

January 10th, 2010   |    Posted in JavaScript   |       Comment »
JavaScript: Show or Hide Elements

JavaScript: Show or Hide Elements

I was developing an e-commerce site today and I ran across a pretty light weight piece of JavaScript code to show and hide a DIVs.

(more…)

Wordpress Plugin: Posts By Category Widget

January 7th, 2010   |   Tags: , ,
Posted in Code   |       1 Comment »
Wordpress Plugin: Posts By Category Widget

Wordpress Plugin: Posts By Category Widget

This simple plugin is a widget that displays a list categories and the posts in those categories separated by category on your widgetized sidebar.

(more…)