Today was the public launch of the Ghost blogging platform (well, technically yesterday, I guess). If you haven’t heard of Ghost yet, check out this page (and video). In short, Ghost is a new, minimalist blogging platform. The project lead is John O’Nolan who previously worked at WordPress and created a Kickstarter project with the intention of building a more streamlined blogging platform (since WordPress has become rather bloated).
Fix to Replicate “Magic Quotes” and “Register Globals” in PHP 5.4+
It pains me to write this post in 2013, but after doing some client work recently, I’ve found that these issues still actually exist in the wild, so these “fixes” may potentially help people.
AngularJS Filter for Ordering Objects (Associative Arrays or Hashes) with ngRepeat
PHP MySQL Wrapper
I’m releasing a very old PHP class that I created circa 2006 to act as a wrapper for PHP’s MySQL functions. I recently updated it to use PHP’s MySQLi extension. It has a number of simple functions that accept parameters via arrays and builds queries with them.
Responsive Photo Gallery
I came across an article on Hacker News the other day that piqued my interest: The algorithm for a perfectly balanced photo gallery. A startup named Chromatic gives a rundown of how they go about algorithmically scaling and arranging photos in a gallery for a perfectly organized grid look. I liked what I saw.