Blog Categories

Recent Articles

Popular Articles

Latest Tweets

  • PHPStorm / WebStorm
  • I am always on the lookout for new IDE's I can use to do most of my web development work.  At the moment, my favourite is phpDesigner.  The sheer number of features included in the application make it easy for me to do my work.  This is closely followed by Netbeans and the Aptana.  Dreamweaver at the moment is rarely being used unless I need to update sites created with the the Adobe Developer Toolbox.

     

  •  
  • Continue reading »
  • Share Share Bookmark


  • Add Structure to your CI applications
  •  With CodeIgniter already offering a superb way of structuring your applications, some you just feel that you need to take things one step further to give your application that higher level of clarity, i.e. breaking your applications into modules.

    While waiting for a future version of CodeIgniter to natively include modules, you could look at 3 extensions that currently allow you to spilt your application into modules.  These are Matchbox, HMVC and Modular Separation.

  •  
  • Continue reading »
  • Share Share Bookmark


  • The Beauty of MY_Controller
  •  For the past few weeks, I have been attempting to re-write my CMS so as to take advantage of some of the proper features of CodeIgniter.  Having created a few projects using the framework itself, I found myself repeating a lot of code on some pages.  I had not really bothered with creating a MY_Controller file to house all the re-usable code until I started re-writing my CMS.

  •  
  • Continue reading »
  • Share Share Bookmark


  • Happy New Year and Welcome to 2010!
  •  Happy New Year to everyone.  With this being my first post of 2010, I wish the best of everything to everyone this year.  Not that it has started that well with Britain being in the middle of a big freeze and all that and the time of me writing this, its -8C, really foggy and might damn freezing.

    So what been happening?  Let's see, I have successfully finished setting up a Click 2 Call system.  Took me a while to study the system and its requirement.  After going through some serious server issues especially with PHP Curl not wanting to from the main server itself, I ended up spending a few more hours this week using SOAP to get the system and running.  So that bit is done and dusted.  Looking forward to more projects.

  •  
  • Continue reading »
  • Share Share Bookmark


  • Lack of examples with some APIs
  • Why do some websites/companies provide their API yet fail to provide suitable examples on how to use their API?  Its all good when they know what their are doing with their own software, well they should really, they wrote but failing to provide examples to an outsider really is just a bad thing to do.

    Seems to me like they expect people like us to read their minds....

  •  
  • Continue reading »
  • Share Share Bookmark