Comments    Apr 29, 2013

As a developer, I have sometimes found it quite hard to test my websites on various devices.  Up until recently, the only way I was able to view websites developed on my machine on various portable devices was to download and set up No-IP.  Not complaining about the service, but if you have multiple websites you wish to demo, No-IP only gives you a maximum of 5 hosts to work with.

 
 Filed In: Web Development
  Comments    Mar 09, 2013

Today, I am going to show you how to setup up a Zend Framework 2 project using PHPStorm 6. PHPStorm has come a long way to become onefo the best IDE's for web development. It still has a ways to go but when you look at the features it offers, believe me, you will not want to be dropping it. To find out more about PHPStorm 6, its features and of course to download a trial, please visit the PHPStorm website.

Now to get on with our tutorial.

 
 Filed In: Web Development
  Comments    Jan 25, 2013

Hello everyone... Feels like forever since I have been on here and my apologies if there hasn't that much content on the site over the past few months.

I recently started a new job and prior to this, most of the time was being spent getting a few things sorted. So what new?  I started with a company called GDS International.  I am part of a small time of 4 developers.  So far, I have to say I am enjoying it.  This is quite simply a new opportunity for me to expand on my current skillset.

 
 Filed In: Whats New?
  Comments    Sep 16, 2012

It's not often that I get to play with setting up ubuntu on VPS systems from scratch.  Most VPS system tend to have everything installed and setup through Parallels Plesk or cPanel, thus making life a lot easier when setting up a website.

But when a friend decided that he wanted to have more control over his website rather than be at the mercy of shared hosting companies and their T&C's, I suggested that he move from a shared hosting environment to VPS hosting.  Thus the hunt began.

 
 Filed In: Linux & Ubuntu
  Comments    Aug 21, 2012

There have been several articles relating to using Uploadify with CodeIgniter, but in case you have been keeping up with Uploadify's developement, a new version was released a few months ago.  This effectively made some of the tutorials floating about online obsolete.

So the main aim here is to provide a fresh new tutorial on how to use new version of Uploadify which is at version 3.1.4 with CodeIgniter. This time, it comes in 2 flavours.  The usual Flash version but now it also come with an HTML5 version.  For those want to take advantage of browsers that suporrt HTML5 features (and that's practically quite a few of them).

 
 Filed In: Web Development
  Comments    Aug 07, 2012

This is a quick and simple tutorial that will show you how to implement an optional file upload in your forms.  This is particularly handy if you run say and resume upload site and your candidate want to update their datat without having to be forced to re-upload their CVs all the time.  In this example, I am using an image upload form and I have kept it quite simple.

 
 Filed In: Web Development
  Comments    May 03, 2012

After an absence of several months, Grafik Kaos is back. This new version is now built with Twitter bootstrap.  The backend is still built with CodeIgniter and my own CMS system dubbed coronaCMS which I am still currently working on.

 
 Filed In: Whats New?
  Comments    Feb 07, 2011

There are quite a few tutorials that will show you how to how to get autocomplete for CodeIgniter 1.7.x but unfortunately the same doesnt apply for CodeIgniter 2.0.  I have however been using a method that allows me to get code-hinting across my controllers and models.

This comes with a warning however.  We will be making some changes to the controller.php and model.php so make sure you backup these 2 files or at the very least have a zipped copy of CodeIgniter handy in case things go awry.

If you have your codeigniter app ready, navigate to your system folder and open up controller.php and model.php in the core directory. Copy the lines below and paste them in each file. Most likely before the start of the class declaration.

 
 Filed In: CodeIgniter
  Comments    Jan 28, 2011

 

It's been a long time coming but it's finally here. Yup, CodeIgniter 2.0 has been released.  Best of all, it comes in two flavours: Core and Reactor.  

For those who want to stick to Ellislab development cycle, Core is for you.  Quite simply, EllisLab use the Core version of CodeIgniter to develop its commercial products such as Expression Engine and MojoMotor.  

 
 Filed In: CodeIgniter
  Comments    Dec 14, 2010

This tutorial will show you how to quickly and easily create a local CodeIgniter repository on your computer.  This is very handy if you are looking to start a new project very quickly without having to download the zip file from the Codeigniter website, extracting it and then copying the file to its required location, ideally the webserver where your files are hosted.

 
 Filed In: CodeIgniter