Skip to main content
Feb 24, 2013

Speed Up WordPress Load Time

I like that WordPress has a built in permalink builder, however I wish it had a built in way of adding your own custom rules. You can, however, write a function to hook with the flush_rewrite_rules() built in WordPress.
#htaccess  #tips  #wordpress
Feb 10, 2013

Tips & Tricks: the WordPress Photo Gallery

With WordPress 3.5 came an awesome revamp of the media library that allows users to easily place a photo gallery from new and old images within the media library. The gallery shortcode was introduced and provides quite a few different features, all available from a user interface and not just shortcode attributes.
#css  #php  #wordpress
Dec 11, 2012

Social Icon Widget

We all want to show off our social networks on our blog or website, especially our clients. Businesses need to have a profile on all major services in modern markets, and it is not hard recreating this multiple times; but, it can be annoying.
#php  #plugin  #social  #wordpress
Dec 06, 2012

fbAlbum 1.0.3

So I just worked on my second WordPress plugin: fbAlbum. My first implementation of fbAlbum allowed you to take a Facebook Page album URL and paste it in a shortcode to display all the images. The new release, 1.0.3, adds a widget feature. Go ahead and check out the plugin page.
#facebook  #plugin  #wordpress
Nov 29, 2012

Secure and Harden WordPress

WordPress is a great piece of software supported by a large open source community. It is quick to deploy, easy to configure, and easy to use. When it comes to simple content management, WordPress is the way to go. However, some of us have had the unfortunate event of getting our WordPress site hacked or defaced.
#security  #wordpress  #xss
Nov 25, 2012

gCal - A Google Calendar

Recently at work I developed a quick and dirty Google Calendar plugin for WordPress called gCal. In all simplicity, it needed to grab the public calendar XML file, parse it, shoot out a list and provide event details in a JavaScript modal popup.
#google  #plugin  #wordpress