Archive for the 'Development' Category
Running fabForce DBDesigner4 in Linux Fedora 8
Saturday, November 17th, 2007
I’m posting this hoping that is will save somebody several wasted hours of effort.
Do not use the original DBDesigner4 download available on the fabForce.net website. Instead download the dbdesigner-fork package from here:
http://sourceforge.net/projects/dbdesigner-fork/
Once you have unpacked it. Edit the bin/startdbd_using_kernel2.6 script and remove the assume kernel 2.4.1 text:
Original file contents: LD_ASSUME_KERNEL=2.4.1 LANG=en_US.ISO8859-1 LD_LIBRARY_PATH=./Linuxlib/ ./DBDesignerFork
Edited contents: LANG=en_US.ISO8859-1 [...]
Read full post...
Posted in Development, Linux | 8 Comments »
How to use NuSoap with PHP 5
Thursday, February 8th, 2007
Seems by just renaming the soapclient class and constructor you can ‘patch’ NuSoap to work with PHP5.
I’ve renamed the constructor and the class to soap_client and it all works.
Thanks to Vivek Jishtu for the original tip.
http://vivekjishtu.blogspot.com
Technorati Tags: php5, nusoap, SOAP, php, web development
Read full post...
Posted in Development, PHP | No Comments »
Drupal 5.0 released
Tuesday, January 16th, 2007
The good guys at drupal.org have released version 5.0 of this amazing php/mysql CMS.
Drupal.org
Technorati Tags: drupal, drupal 5.0, CMS, php, mysql
Read full post...
Posted in Development, Drupal | 2 Comments »
Andrew Rowson - the funny developer
Monday, October 9th, 2006
According to him some of the code in PSPlant works like this:
“instead of telling me something, go over there, build a phone, write to me with instructions on how to build another phone, and then I’ll call you”
Read full post...
Posted in Development, Friends | No Comments »
Offline / download (downloadable) / PDF Drupal API reference
Saturday, October 7th, 2006
I’ve been looking for an offline or pdf version of the Drupal API found here: http://api.drupal.org/
In the end I gave up and followed the advice of a fellow Drupal developer and created an offline copy of the Drupal docs using Httrack: http://www.httrack.com/.
Please remember to only use this occasionally as you are effectively hammering Drupal’s servers.
Technorati [...]
Read full post...
Posted in Development, Drupal, PHP | 2 Comments »
Switching from Symfony to Drupal
Saturday, October 7th, 2006
I’ve taken the decision to switch from Symfony to Drupal for my latest personal project.
Although Symfony seemed really promising at first I found myself constantly fighting against quirks here and there that slowed down development. I’m not saying its not a good PHP MVC framework to build your next web project with. It just wasn’t [...]
Read full post...
Posted in Development, Drupal, Symfony | 2 Comments »
Starting a wordpress blog? Make sure you get the top plugins!
Sunday, September 3rd, 2006
Thanks to Digg.com I stumbled across this blog entry on the theblogjoint.com. It list some of the best wordpress plugins around.
Personally I’ve replaced my adsense plugin as a consequence and haven’t looked back. Adsense Deluxe offers amazing flexibility whilst being very easy to integrate.
A few others I want to try are:
wp-notable - social bookmarking automated [...]
Read full post...
Posted in Development, Wordpress | No Comments »
Excellent collection of AdSense alternatives - a must for bloggers and webmaster
Tuesday, August 29th, 2006
Through Digg.com I found this great blog entry on AdSense alternatives.
If Google AdSense is making you enough money or fancy something different check out some of these alternate advertising providers.
I’ll be trying a few over the next few months and will report back on how successful they’ve been.
http://www.econsultant.com/
Technorati Tags: adsense, google, adsense alternatives, [...]
Read full post...
Posted in Development | 1 Comment »
Symfony - “PHP Fatal error: Class ‘DomDocument’ not found” problem
Wednesday, August 23rd, 2006
Just stumbled across this error on my first step to setting up my Symfony environment on a CentOS 4.3 system. I’ve decided to blog about it so that google can index it and hopefully help somebody else.
PHP Fatal error: Class ‘DomDocument’ not found in /usr/share/pear/symfony/vendo
r/propel-generator/classes/propel/phing/AbstractPropelDataMo delTask.php on line
406
The solution? Make sure you have php-xml installed. [...]
Read full post...
Posted in Development, PHP, Symfony | 6 Comments »