Hardware Information in Ubuntu

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Need to know your RAM clock speed, or some other bit of hardware info… This simple command will give you all the info you need: sudo Read On →

PHP Class for Facebook

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Just came across this blog post featuring a PHP helper class for Facebook application developers. Not something I am planning on getting into for the moment but its bound to come up at some point..

Twitter Bar Firefox Addon

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub As I am getting my head around the twitosphere (is that a real word?) I came across this blog post listing some great Twitter tools. I am already using Tweet Deck though I hadn’t spotted the Twitter Scoop button - interesting.. Read On →

Impressed with Google Docs

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub I know they have been around for a while now, but I am still impressed with Google Docs. Like watching someone else in real time as they edit a shared spreadsheet.. Read On →

Image Free Polygons Using Only CSS + HTML - No Javascript

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub Came across this intriguing idea to create polygons using only CSS and basic HTML - very simple and practical. Here is the code <html> <head> <style> div { width:0; height:0; border-left: 400px solid transparent; border-right: 400px solid transparent; border-top: 500px solid red; border-bottom: 0; } </style> </head> <body> <h3>The Triangle Below is a Single Div</h3> <div/> </body> </html> The original blog post is here. Read On →

Twitter, Tweet Deck and 64 Bit Linux

This is post is now quite old and the the information it contains may be out of date or innacurate. If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub It seems the Twitter phenomenon is growing. I had personally written it off as just another timewasting social system and not something that I should be tinkering with on work time. Read On →