Blog Archives

Installing & Configuring PhalconPHP

Download article as PDF Phalcon PHP is a very impressive PHP MVC Framework that I’ve started to play around with. What differentiates it from the rest of the pack is the fact that it runs in memory on your server

Posted in Server Admin, Web Application Development Tagged with: , , , , , , , , , , , , , ,

Configuring PHP5-FPM Pools with Suhosin / Custom php.ini Settings

Download article as PDF If you have followed my server setup guide you should already have php5-fpm installed using some pretty basic settings. Pools are very powerful and you can do a lot more with them if you choose. You

Posted in Server Admin, Web Application Development Tagged with: , , , , , , , ,

ExtJS 5.0 – Using a custom component in a grid column

Download article as PDF You may or may not be familiar with ExtJS 5.0’s action column functionality. It basically lets you put a number of static images in a column with click handlers for performing certain tasks. Unfortunately their implementation

Posted in Web Application Development Tagged with: , , , , , , , , , , , , ,

ExtJS 5.0 – Router Tweaks

Download article as PDF One of the coolest and most useful new tools included with ExtJS 5.0 is the app routing system. This is basically just some convenience methods around the already existing Ext.History module. In summmary it allows you

Posted in Web Application Development Tagged with: , , , , , , , , , , , ,

ExtJS 5.0 – app.getController() fixes

Download article as PDF Right out of the box I’ve noticed that the getController() method on the Ext.app.Application object instances does not function correctly when accessing it from the global app property configuration. I am not sure if this is

Posted in Web Application Development Tagged with: , , , , , , , , , , , , , , ,

Installing Sencha Cmd & ExtJS 5.0

Download article as PDF You may have heard about ExtJS in some aspect by now, it’s been around the block a few times now. It’s a pure html / css / javascript framework for building enterprise web applications. I’d used

Posted in Web Application Development Tagged with: , , , , , , , , ,