How to Create a New Widget Area

So here is the code to initialize the widget for use in the admin area of your site.  More info as to what things should be set to can be found on the register_sidebar codex page. function new_register_widget_init() { $args = array( ‘name' => __(...

Image Gallery from a Directory of Images

Here is a nice little script that takes a directory full of images, creates a thumbnail of said image and saves it to a directory, and then displays the gallery of images.  I didn't create this code but found a guy by the name of David Walsh who took code written by...

Improve Bounce Rate

Bounce rate is single-page sessions divided by all sessions, or the percentage of all sessions on your site in which users viewed only a single page and triggered only a single request to the Analytics server. These single-page sessions have a session duration of 0...

IP Address Guide – CIDR to IP range convertor

http://www.ipaddressguide.com/cidr is a great tool that allows you to see what IP range a CIDR notation is.  Giving you the First IP address and Last IP address based upon the Classless Inter-Domain Routing. For instance Cloudflare uses the following IP addresses...