Posts
-
Oct 12, 2014
PHP | SQL | Library
I have created a SQL Database connection manager that can handle a list of read, write, or named connections and initiate a PDO instance of any one. This is designed to help with load balancing SQL servers to distribute the load.
-
Oct 10, 2014
Jekyll | Github | Liquid | Notes
Well, I have made some changes to the base Jekyll installation that I thought I should share.
-
Oct 9, 2014
Life | Jekyll
Well, my blogging platform changes a lot, but I guess I can do that with no-one actually reading it.
-
Oct 8, 2014
APIS | Trademe | Reference
I have recently been working on a project that involves Trade Me and their not too bad API.
-
Oct 8, 2014
Octopress | Jekyll | Liquid | Snippet
To be honest, I quite dislike the default Github plugin for Octopress. While it works and is nice, It’s not at all what I would want on a blog.
So I decided to make my own one, based on the Google Plus plugin that already existed. It was also a nice learning experience to create and install a plugin.
-
Oct 7, 2014
Bash | SVN | SSH | Snippet
Recently I stopped using Apache’s dav_svn, and moved to svn+ssh for my Subversion server which I store personal code on. However, it made the checkout command much, much bulkier to type.
-
Oct 7, 2014
Javascript | Business Catalyst | Snippet
I have to work with Adobe’s Business Catalyst, its not a bad system, for quick and nasty, simple websites. But it can get unwieldy and irritating very very quickly in more advanced, or even just thorough projects