Latest From My Blog
Today, I had the problem of converting a timestamp to a readable time format inside excel. Not quite as easy as I would have hoped for, but the solution is fairly painless. In the excel column you wish to display the date, you need to place the following formula. =(((COLUMN_ID_HERE/60)/60)/24)+DATE(1970,1,1) You would then need to replace COLUMN_ID_HERE with the cell that holds the timestamp. e.g. A1 The above formula can be simplified, but I think the above explains a little more ...
Latest From Twitter
Still waiting for my car becAuse they forgot to add the "while you wait" service. :(
July 29, 2010, 10:00 am Twitter for iPhone
iPhone4 : Rubbish as a phone, and useless as a brick.... what can I use it for?
July 26, 2010, 4:34 pm Ping.fm
@richturner85 LOL. He had better enjoy his grand designs DVDs.
July 24, 2010, 7:09 am Twitter for iPhone
In reply to @richturner85
Start a project using flite
The flite framework is used by Just Develop It for many of its projects. The code is soon to be available through google code for you to use on your own projects.
flite has also been used to develop this website.
Code Reuse Archive
The code archive is currently unavailable :(