What is Web 2.0?

I wrote this article after listening to a podcast hosted by Paul Boag and with his trusty sidekick Marcus Lillington. The podcast is based from Andy Budd’s topic entitled ‘What is Web 2.0?’ at the 2005 dConstruct conference. Read more

FireTorrent - BitTorrent Made Easy

Download torrent files directly using Firefox! Simply install the extension and you’re good to go!

Having a broadband connection really sucks when you want to download torrent files because for some reason my Internet provider doesn’t support port forwarding which can really lead to slow torrent downloads. I don’t know how they do it but with FireTorrent I get steady download speeds and can almost be competitive with other torrent clients like UTorrent, BitComet and Azureus.

If you’re using Firefox and a heavy torrent user at the same time please do try FireTorrent. I highly recommend it! Please do comment because I would love to hear your experience on using FireTorrent.

PHP Pagination Script

As a developer there will come a time when we need to fetch huge amount of records to display on a single page. An example is when you’re trying to develop an e-commerce site and you need to output lets say 500 book titles. Another example would be in a member management type of system wherein you need to list all of the registered members of the site. What you need to do is not list all of the records in a single page but rather split the results into pages because users are too lazy to scroll down. This is where pagination comes into play. Read more

← Previous PageNext Page →