24hourapps - 24hourapps.com - 24 Hour Apps
General Information:
Latest News:
Returning to blogging 13 Oct 2009 | 07:57 pm
It has been quite a while since I posted a blog. It was taking up quite a bit of my spare time and I needed that time to focus on my professional work and my personal life. Writing this blog was an en...
Linux Tips 17: Find and replace text in multiple files 30 Mar 2009 | 07:27 pm
Multiple file find and replace is a rarely used, but an extremely time saving, ability of Linux that I cannot live without. It can be achieved by chaining a few commands together to get the list of fi...
Linux Tips 17: Find and replace text in multiple files 30 Mar 2009 | 03:27 pm
Multiple file find and replace is a rarely used, but an extremely time saving, ability of Linux that I cannot live without. It can be achieved by chaining a few commands together to get the list of fi...
CakePHP - Using custom form tags without losing form auto fill magic 25 Mar 2009 | 06:15 pm
The CakePHP FormHelper is one of the biggest time savers in the whole framework. It not only takes care of generating common elements as well as performs auto-filling of pretty much all input fields. ...
CakePHP - Using custom form tags without losing form auto fill magic 25 Mar 2009 | 02:15 pm
The CakePHP FormHelper is one of the biggest time savers in the whole framework. It not only takes care of generating common elements as well as performs auto-filling of pretty much all input fields. ...
Linux Tips 16: Removing crashed processes 22 Mar 2009 | 06:28 pm
In my previous tip on monitoring Linux processes I wrote about top as a tool for doing just that. In this post I will extend on that and explain the main commands used to stop processes that are takin...
Linux Tips 16: Removing crashed processes 22 Mar 2009 | 02:28 pm
In my previous tip on monitoring Linux processes I wrote about top as a tool for doing just that. In this post I will extend on that and explain the main commands used to stop processes that are takin...
A good summary of web development ... 21 Mar 2009 | 05:17 pm
Why is this true? I think because most developers are not that invested in the products they produce and most customers want everything done yesterday, which leads to a lack of thought and considerati...
A good summary of web development ... 21 Mar 2009 | 01:17 pm
Why is this true? I think because most developers are not that invested in the products they produce and most customers want everything done yesterday, which leads to a lack of thought and considerati...
Linux Tips 15: Using top to identify slow processes 20 Mar 2009 | 07:37 pm
For a long time I had been using ps - aux as a way of seeing just what processes were slowing down a server or *nix based computer. However top is a far better tool for this task as it shows a real ti...