Monthly Archives: December 2009

CSS3 XHTML Template

Since the implementation of CSS3 into some of the modern browsers, eg. Webkit based browsers and Firefox we’re starting to see more and more websites use CSS3 to style the pages. I have made an example of how we can … Continue reading

Posted in Code | Tagged , , | 1 Comment

Google Gears: LocalDB Example

I have recently been playing around with google gears; Gears is an open source project that enables more powerful web applications, by adding new features to your web browser such as interacting with the desktop, storing local data and running … Continue reading

Posted in Code, Javascript | Tagged , , , | Leave a comment

Teamspeak 3: Connection Class

Due to the recently released Teamspeak 3 BETA I have made a connection class in PHP to communicate with the server and fetch back information that I can display in a visual format. I have included a download ZIP for … Continue reading

Posted in Code, PHP | Tagged , | Leave a comment

Google Chrome Extensions

Google chrome have just released a BETA version of the extension gallery. You can check it out here. There are many good extensions already released. I have listed below some of the more interesting ones. Speed Tracer (By Google) is … Continue reading

Posted in Techy | Tagged , , | Leave a comment

Cloud Storage: Ubuntu One

I came across a free (and paid) cloud service from Ubuntu; the creators of the popular OS Ubuntu Linux. You can have a free account and have 2GB’s worth of storage costing you nothing. If you happen to run the Ubuntu OS, One integrates … Continue reading

Posted in Techy | Tagged , , | Leave a comment

Basic Tutorial PHP/MySQL (Part 1)

One of the most requested tutorials are those that explain how to connect and use a MySQL database server with PHP code. I have written a basic tutorial showing how to perform MySQL queries with PHP. So you’re wanting to … Continue reading

Posted in Code, PHP | Tagged , , , | Leave a comment

PHPCache Release

I have been working on a small class to cache functions in PHP. I have come up with a class that will allow you to convert any standard function into a cached function with just one line of code. The … Continue reading

Posted in Code, PHP | Tagged , | Leave a comment

Game Server Manager Project

Game Server Manager (GSM) started life as a very simple system for managing Linux based game servers. The early versions all worked via shell scripts and whilst this worked very well managing the servers requires an understanding of Linux. GSM … Continue reading

Posted in Techy | Leave a comment