Mar 6, 2009 ·
1 minute read
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 →
Mar 4, 2009 ·
1 minute read
php
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..
Mar 4, 2009 ·
1 minute read
twitter
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 →
Mar 4, 2009 ·
1 minute read
ria
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 →
Mar 4, 2009 ·
2 minute read
Cascading Style Sheets
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 →
Mar 3, 2009 ·
3 minute read
twitter
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 →