Modern web-sites and web-application make heavy use of Javascript to improve the user experience. To further improve the user experience, I’d like to propose a simple caching mechanism.
Continue reading Simple Javascript Cache
Category: Web development
Web development articles on PHP, Javascript, HTML, CSS, MySQL and anything in between
Making A Living
If you’d taken the time to read my About page, you might know that I’m one of the co-founders at the Internet start-up Octabox. Octabox however is not a source of income for the time being, as its still under-development and self-funded.
That means that we, Octabox founders, have to earn our keep in other ways.
Continue reading Making A Living
PHP CMS packages are bad, mmkay?
Something that keeps bothering me is how badly written the major CMS packages for PHP are. Yes, I’m talking about wordpress and drupal amongst others, that are so insanely popular but are just as insanely procedural hack-fest mess.
Lets get this out of the door – I’m an Object Oriented guy. I strongly believe OO methodology to be superior in so many ways to procedural code. Given that, I have seen procedural code that is very neatly organized (almost to the point that it emulates OO standards using function hierarchy). WordPress and drupal code however, is not.
Continue reading PHP CMS packages are bad, mmkay?