- My Name is Tom, or Errant. I write about geeky things, politics, and life in general and politic. My current day job is in computer security but I have been known to program in my spare time.
-
Recent Posts
Category Archives: kohana
Kohana Minify Update 1.5 Beta
Just a short note to mention a new beta release of v1.5 of the Kohana Minify module. This new release has the following mix of changes: BUGFIX: Support for dots in file names (e.g. jquery-1.4.2.js) FEATURE: Supports groups of files … Continue reading
New Kohana Module: Minify
Introducting Minify. It’s just a simple wrapper around jsmin and cssmin to turn it into a Kohana Library. The library handles the minification, setting the correct headers and Gzipping the output for smaller files (based on the rules set out … Continue reading
Handling multiple Kohana Installs P1
I use Kohana exclusively for pretty much all of my websites (the ones I dont are simply static pages). Since I posted a critique of the PHP framework last year I’ve got more and more addicted to it. Simply for … Continue reading
Xtags demo!
A quick Xtags demo has been released! The current (very buggy) version supports Markdown, BBcode, Geshi and smileys parsing. The smileys look pretty cool! Geshi was very hard to integrate – and I am still not happy with it. Once … Continue reading
Xtags: A preview
A quick note before bed! I’ve been working on my Xpress module for Kohana (Xsetting,Xtheme,Xgrid,Xtags,Xtools and more); tonight I put together Xtags, which is a tag parsing system. The intention is to support all sorts of text formatting: from full … Continue reading
Xsettings: Database settings manager for Kohana
I started work today on Xsettings for Kohana PHP framework. I like the Kohana config method (in terms of file layout) but I always like to have the option to store settings in a database as well. My reasoning behind … Continue reading