WordPress

HiFi is a head injection and foot injection plugin (or head include, foot include, head insert, foot insert, what ever you want to call it). It basically allows you to inject <script>, <style>, <meta> and any other code you want into the head and foot areas of your posts and pages. The code injected is [...]

{ 0 comments }

jQuery Scrollable Table Plugin

Thumbnail image for jQuery Scrollable Table Plugin

This jQuery plugin converts a properly formatted table, having thead and tbody elements (tfoot optional), into a scrollable table. Scrollable tables are most useful when having to display lots of tubular data in a fixed space.

1 comment Read the full article →

Apache and PHP Error… Faulting module name: php5ts.dll

Thumbnail image for Apache and PHP Error… Faulting module name: php5ts.dll

Another one of those Apache/PHP woes that you may be experiencing. If you’re handling your WAMP installation yourself, then read this just for the extra knowledge.

2 comments Read the full article →

Top SVG Javascript Libraries Worth Looking At

Thumbnail image for Top SVG Javascript Libraries Worth Looking At

So I got to wondering how many Javascript SVG libraries/frameworks are out there… Well nothing that a good google search and some looking around couldn’t cure. Here is what I found…

1 comment Read the full article →

Learn Everything About Google Analytics

Thumbnail image for Learn Everything About Google Analytics

Google Analytics is a wonderful tool, there is no disputing that. But, how many of us really, and i mean really, know about all its features and how to use them? Well today I came across a great find…

1 comment Read the full article →

CodeIgniter Form Validation — Conditional Required Field

CodeIgniter conditional required fields

This is a quick tip if you’re looking for a “required_if” rule in CodeIgniter. Basically the rule is as follows: Make form field-A required if form field-B is filled in. The most common case scenario is changing a password, where the original password is required first, but is conditional only if a new password is entered.

0 comments Read the full article →

US Cities and State SQL Dump

Thumbnail image for US Cities and State SQL Dump

Full SQL dump of cities and states data. There are three tables in all: states, cities, and cities_extended. All packaged in a nice (less then 1MB) ZIP file for your convenience!

4 comments Read the full article →

Hey, Ho … let’s Go! Approach to Copywriting

Thumbnail image for Hey, Ho … let’s Go! Approach to Copywriting

If you’ve got a day job, you’re probably doing your online reading in the mornings and nights. Because the web has so much content (good and bad), readers typically jump from article to article very quickly searching for the goods.

1 comment Read the full article →

Thesis Theme Exposed

Thumbnail image for Thesis Theme Exposed

After starting this blog I’ve tried a handful of different themes, but have never been really satisfied. I mean what’s the point of having a theme if you have to manually go into the code “editor” again and again to make simple custom changes (so stupid).

1 comment Read the full article →

Cache Content to Speed Up Slow Loading Web Pages

Thumbnail image for Cache Content to Speed Up Slow Loading Web Pages

Dynamic web pages that make constant database calls and run many data processing tasks eat up server resources and increase page load times. In this tutorial, learn 3 content caching techniques to increase web page speed.

0 comments Read the full article →

CalVis: Fixing Missing Events in Month View on the Last Day of Month

Recently we had an issue with CalVis (a Google Calendar visualization) where events for the last day of the month would not get displayed. So I threw on the old troubleshooting hat and started to poke around, the solution is a quick one:
Assuming you already have the source code downloaded and in use, you will [...]

0 comments Read the full article →