Invision Power Services have announced the development of Invision Power Board 3.0. They promise a new
Features Include
- Template engine
- Search engine friendly URLS (I presume /forumname/topicname rather than ?fid=493&tid=98 )
- New BB Code system
- More Administrator controls
…
Im a big Fan of PHP and one day i wanted to make a desktop application that could pull down posts and private messages from one of my forums. I didn’t want to learn a whole new language, just code…
So far you should have read/watched:
So you know the very basics of jQuery, and multiple ways to select the HTML element that you want…
Every been linked to one of those pages? You know, the ones you can’t escape.. Javascript boxes start popping out of nowhere and then you hear him.. Rick Astley.. telling you how he’s feeling about you.. You’ve been Rick Rolled.…
Dropbox is the next big thing. Its an application that lets you sync multiple computers. For example if you have a laptop and a Desktop and want to keep some files across the two machines synchronized then this is the…

The popular discussion board phpbb2 is being pulled/development dropped. Security patches and support will be given until January 2009 and you will be able to download the software from the website until the 1st of Ocbober 2008 . phpBB2…
In this tutorial i’ll go over some of the frequently used Selectors and show you how to use them. Most of jQuery’s manipulations revolve around selectors, so it’s a vital skill to know.
…

The 8th version of Ubuntu has now been released! Notable inclusions are..
- Linux Kernel 2.6.24
- Xorg 7.3 (Latest)
- GNOME 2.22
- Firefox 3 Beta 5
Its interesting to see that they’ve given some
of their older applications an…
Heres a quick tutorial on how to stream internet radio, in particular shoutcast, through VLC media player. Most people stream through Windows Media Player or Winamp, but if you like Open Source applications like me, heres how you do it.…
In nearly all of my PHP tutorials you’ll see me using the secure function to sanitise incoming user data from things like forms, and $_GETs . Its a small function, which no doubt alot of you already have, but here…