Add a new tab to a Facebook page (2012)
I had so many problems with adding a new tab to a Facebook page containing an iframe content from an external website, that i though i put this tutorial together for others that might have the same difficulties. Requirements In this tutorial i assume you have already set up or know how to set up the following things: Facebook Page ...Read more
iPhoto Videos Don’t Work
I recently had the problem that videos on iPhoto wouldn’t play anymore on my Macbook pro (Snow Leopard 10.6.8). It took me quite a while to figure out the cause, so i thought i’d share my solution here. Upgrade Quicktime First i uninstalled Quicktime by deleting it from the applications folder, and made sure i installed the latest version from ...Read more
How To Use MySQL On MAMP Via Terminal
I’m still quite new to the use of command line, so if there is any better way of doing it, please don’t hesitate to let me know in the comments. To connect to your MAMP MySQL database via command line, first navigate to the correct directory within your MAMP installation using the Terminal (or another SSH client). Example: cd /applications/mamp/Library/bin ...Read more
Ray White Real Estate
Ray White Real Estate is now launching a series of new websites for its offices in Australia. I have been involved in the front-end development as part of a team of very talented developers and designers. In my role as User Interface Developer, i was responsible for integrating the designs into the framework, and adding some of the fancy jQuery ...Read more
House Of Moshe
Moshe is well known to his customers in Armadale, Melbourne through his charm, and his talent as wedding dress designer. Now he has opened a new store in Israel. Moshe needed a website that would represent his bridal gown boutique online. To showcase some of his designs, we added a video, a slideshow, and an image gallery. We made all ...Read more
How to add or remove a www subdomain for Prestashop
Log into your admin interface, click on the Preferences tab, and on the SEO & URLs link one row below. Scroll down to the area called URLs Setup, and look for the Shop domain name input field. Here you can change the url to either use www (example: www.mydomain.com) or not (example:mydomain.com) Now save your settings. In order to make ...Read more
Improve your Drupal theme markup with body classes
Since Drupal 6, a lot of the detailed markup as found in the excellent Zen theme framework has made its way into the default Drupal markup. More details about this feature can be found here http://drupal.org/node/163723 To use this feature for your theme just insert the variable $body_classes into your tpl files body opening tag <body> like this <body class="<?php ...Read more
How to create and use a Drupal template (tpl) file
Template files are used to overwrite the core Drupal output (or the output of a module that overwrites the core Drupal output). This can be for example useful if the layout of a particular content type, page, block or view can’t be easily fixed by a stylesheet. With a tpl file you can completely overwrite all output by using HTML/ ...Read more
How to add a new widget area to your WordPress theme
Most WordPress Themes come by default with some pre-defined areas where you can drop your widgets in. But often this is not enough and you need to add additional areas, for example for advertising space or other features. This is how to do it: First Step: Add widget Area to Theme In the index.php file in your theme directory (/wp-content/themes/mytheme), ...Read more





Recent Comments