I was helping someone with some jQuery to read XML files of Shakespeare plays and this is what I came up with. Very incomplete but he so I can reference [...]
Sep
2011
Visualising Social Networks like Facebook
I was asked to check out Gephi with the aim of visualizing Twitter and Facebook social networks. I installed Gephi on Ubuntu using the following (PPA): sudo apt-add-repository ppa:rockclimb/gephi-daily sudo [...]
Sep
2011
cPanel: Adding Apache and PHP Modules
I needed to add mysqli support to cPanel and did so by logging in to the WHM on port 2087 scrolling down the left menu to Software and clicking EasyApache [...]
Sep
2011
WordPress Upgrades and LDAPS
I have a WordPress installation which uses LDAP against Active Directory to authenticate users. I upgraded PHP to version 5.3.8 from version 5.1.6 (using the Atomic Repository) and also upgraded [...]
Jul
2011
Website Vulnerability Scanning
So I tested out Skipfish today to do a quick check on a website / web server. Hosted on Google at: http://code.google.com/p/skipfish/ download it, extract it and make and run: [...]
Mar
2011
jqplot Problem and Simple Example
This is a simple example usage of the jqPlot jQuery plugin. The example on the author website omits the “, {}” options in the .jqplot function call. <html> <head> <script [...]
Jan
2011
Piwik Funnel Plugin
The goals analysis in Piwik is a little limited in comparison with Google Analytics but the following plugin which is in development looks promising and of use already.http://dev.piwik.org/trac/ticket/220
Dec
2010
Google Font Directory
The Droid Sans font from Google Font Directory is a lovely font with great readability for use on web pages.To use Droid Sans add a css link: <link href=’http://fonts.googleapis.com/css?family=Droid+Sans‘ rel=’stylesheet’ [...]
Oct
2010
TinyMCE for Sending Email
I had an issue today with TinyMCE WYSIWYG editor which uses proper XHTML and CSS for aligning elements. This is all good for CMS style usage but my usage was [...]
Oct
2010
Images Working in IE but not Firefox
I had an issue today while working on Peter Fitzpatrick Estate Agents website. I had an image to add to the side bar to focus visitors attention on a new [...]

