IE8 Crash – Inline-Block Scroll with DOM Append
Was struggling for many hours today to figure out what has turned out to be a really stupid bug in IE8. In the hopes I can prevent even a single person from wasting their day like I have trying to...
View ArticleTH Float jQuery Plugin – Fixed THEAD and TFOOT
I recently found myself in need of an elegant, simple solution allowing users to know which column in a table contained which value once the table header has scrolled out of view. A quick google lead...
View ArticleFancy Opts jQuery Plugin – Custom Radio and Checkbox Inputs
I was in need of a quality jQuery plugin that would allow me to customize radio buttons and checkboxes. After a bit of googling, I was only able to find offerings that weren’t fully featured....
View ArticleAutomated PDF Manipulation
I recently found myself on a project involving PDF file organization. I’ve always known there to be countless open source PDF manipulation tools, but I’ve never really used many myself, and especially...
View ArticlePHP 5.3 Dynamic Namespace Resolution
As PHP continues evolving, it just keeps getting better and better. One of the features added in version 5.3 is support for namespaces. If you’ve started trying to actually use PHP namespaces, you’ve...
View ArticlePHP 5.3 Class Friendship Support
One of the useful features of OOP languages like C++ is class friendship via the friend keyword. What this allows you to do is define a class that permits other explicitly named classes to touch its...
View ArticlejQuery Placeholder Fallback
One of the handy new features for <input> elements in HTML5 is the “placeholder” attribute. If you’re unfamiliar with this attribute, it allows you to pre-populate a text input with instructions...
View ArticlePHP Uppercase Sentences
I’ve never really had a need to write code to uppercase only sentences in a string, but I now am dealing with large blocks of text content that is often written all uppercase by the author. So I popped...
View ArticlePHP Human File Size Function
Just found myself needing to display bytes in a human readable format. There are countless examples that use a lot of complex techniques to achieve this, but I wanted a simpler solution. This is the...
View ArticleText Beautify WordPress Plugin
I’ve just submitted my first ever plugin to the WordPress repository. It’s called Text Beautify and can be found at the following URL: http://wordpress.org/extend/plugins/text-beautify/ The purpose of...
View ArticleGenerate UUID in PHP
I posted this last year to PHP.net and thought I’d just share it here as well. It’s a short write-up and demonstration of a PHP class you can use to generate various versions of a Universally-Unique...
View ArticleFixing the IE7 Submit Value
If you’ve ever used <BUTTON> tags in your HTML forms, you’ve probably noticed that there are a couple of problems with them in IE7 and older. For starters, clicking a BUTTON does not cause its...
View ArticleAngularJS Auto-Focus Input After Router Template is Loaded in SPA
It’s been just a little while (oh, only about 3.5 years) since I last published any new posts here. Too busy. At the moment I’ve been delving head-first into some modern frameworks like AngularJS and...
View ArticleAngularJS Scroll to Top for New Pages on Single-Page-App
As promised in my last post, I’m going to try to keep updating with things I learn on my trek down the long road to Angular-ville. As far as I could tell, there isn’t much info about the issue I was...
View Article30 Second Delay with PHP and Memcache Sessions
We upgraded the servers at NeatoShop.com and Neatorama.com a couple of weeks ago, and in the past week we started noticing and receiving reports that on “some” page loads there was a 30-second delay...
View Article