Book review – AJAX and PHP

ajax and php book review banner

Ajax and PHP – second edition is a book aimed at programmers and developers who are looking to expand their knowledge of web based technologies to build powerful web applications with usable interfaces. Packed with helpful examples and step by step tutorials this book offers something for developers of all calibers. Continue Reading »


Roundup of Inspirational workspace setups

Motivating yourself to be creative is extremely important if you want to produce high quality work. One of the first places we look for inspiration is the environment in which we work. With this in mind here is a roundup of the best workspace environments around, which help motivate web professionals of all disciplines to create amazing websites. Continue Reading »


Twitter Competition, Win a Logitech Quick Cam

Here is your chance to start the year with a free Logitech Quickcam ideal for notebooks and laptops. This brand new web cam with built in microphone is perfect for making free Skype calls, or taking all important snapshots. The Quickcam usually retails for £29.99, but I am giving 1 away for free if you win this easy to enter competition. Continue Reading »


Book Review – jQuery 1.3 with PHP

jquery 1.3 with php book review packt

When I first heard that PACKT were publishing a book on jQuery 1.3 and PHP, I was interested to know what it could offer web developers. Having had a chance to read this book for myself it has proven to be a valuable resource into unlocking the true potential of the jQuery framework, and how jQuery can be integrated into PHP applications to create faster, cleaner and more usable experiences.

Continue Reading »


Wordpress Pagination With WP-PageNavi & query_posts()

wordpress pagenavi tutorial

I recently worked on a project, which required me to use wordpress to create a blog. One of the objectives was to break the blogroll up into catagories using multiple templates and the custom query_posts() function. This in itself was fine, however I ran across a problem when I wanted to use Lester ‘GaMerZ’ Chan’s wordpress WP-PageNavi plugin to paginate the posts over multiple pages. This post will talk you through how to resolve this issue and be able to use the WP-PageNavi plugin with any query_post() parameters and proper permalink structures.

Continue Reading »