Blog ›


Show hidden files on Apple Mac
Sometimes is handy to view those hidden files on your mac. The files that usually start with a '.' such as '.example_file_name'.


Add Twitter Feed App to WordPress
Here we will setting up a Twitter App and outputting the JSON feed into WordPress using the plugin oAuth Twitter Feed for Developer.


jQuery Can't find variable: $ error on iPad FIX
I had been testing a website on an iPad and started getting the error message 'Can't find variable: $'. It turned out to be a very simple solution.


Adding a custom function in WordPress
Here is how to add your own custom functions to your WordPress theme files. The following example is a very simple echo 'hello world!'.


Import CSV into WP-eshop Magento error
I recently had to upload a CSV file edited in excel to Wordpress eshop, but I kept getting back error messages. This is a very easy solution!


Remove WordPress generator meta tag
If you want to hide the meta WordPress generator tag from your pages, then simply add this code to your themes functions.php file.


Change the order confirm email template opencart
I recently had to edit the order confirmation email (HTML)template that is used in opencart. So just incase you need to know where it's found.


Deus Ex 1 updated graphics in 2012
Like a lot of other people I have always wanted the textures and models to be of a higher quality in original Deus Ex 1. And now this is possible on a Mac.


jQuery datepicker disable dates
Here is a nifty little script for disabling dates using jQuerys datepicker. Plus a script in php to output the date range.


Fix html table width with CSS
Sometimes when outputting data in a table based layout you may find the size and width differ when going between pages depending on the content.


Call CodeIgniter MySQL query inside a helper file
This is a short snippet of php code if you want to use a CodeIgniter database query inside a helper file/function: application/helpers/. Very easy to use.


Should we be using CodeIgniter?
Are you wondering if it's a steep learning curve for CodeIgniter... I suspect It's probably very similar to what you already coding in php classes.