Thomas Hambach

Thoughts of a webdeveloper

Category: php

Using the Adwords PHP Api library in Laravel 3

A quick and dirty fix to get the Adwords API working in Laravel 3. Create a new directory called “adwords” in your /bundles directory Add in the files below Download the Adwords PHP Api library from https://code.google.com/p/google-api-adwords-php/ Create a new directory in /bundles/adwords called “libraries”, in this libraries folder, create another folder called “adwords” Place [...]

Embedding GitHub Gists in your WordPress posts

I tried several of the readily available WordPress plugins to integrate gists into my posts. Unfortunately, most were outdated or did not have the functionality I was looking for. Want to download right away? Download the gist embed plugin from WordPress.com What I did find, was a very interesting JavaScript library, written by Blair Vanderhoof and extended [...]

IPBWI Fatal error: Class ‘ipsCommand’ not found

Are you encountering the error “IPBWI Fatal error: Class ‘ipsCommand’ not found” when using IPBWI? There might be some things you want to check! Make sure you are not calling the IPBWI class from a folder that has the word “admin” in the folder path. Make sure your board is in online mode

Keeping Original Node Path in a Multilingual Drupal Site

Let’s say you have to make a multilanguage Drupal website… Besides English it also has to be available in Chinese and Japanese. Drupal makes it really easy for you to set up the basics. Using the Locale and I18n module, most of your site can be translated with a few clicks of your mighty mouse. The [...]

4Gamers.be Launched

After months of intense labor, togheter with PHP Developer Jens and Designer Michiel, I am pleased to announce that the new website 4gamers.be has reached the stadium of public beta. To make the whole website work, we used PHP, CodeIgniter, MySQL (MyIsam and InnoDB), Varnish and Memcache. 4Gamers is een nieuw belgisch gaming portaal dat nu een [...]