Archive for April, 2008

The second-gen iPhone: 3G, GPS…

Hopefully the next iphone version…

will, of course, have 3G. And proper GPS!

If so, we will look forward to release an iphone version of SmartRunner!

Source: The second-gen iPhone: 3G, GPS, only slightly thicker - Engadget

Encoding Strings to Base64 in C#

just a note for me


static public string EncodeTo64string toEncode
{
byte[] toEncodeAsBytes
= System.Text.ASCIIEncoding.ASCII.GetBytestoEncode;

string returnValue
= System.Convert.ToBase64StringtoEncodeAsBytes;

return returnValue;
}


static public string DecodeFrom64(string encodedData)
{
byte[] encodedDataAsBytes
= System.Convert.FromBase64String(encodedData);

string returnValue =
System.Text.ASCIIEncoding.ASCII.GetString(encodedDataAsBytes);

return returnValue;
}

Source: Encoding Strings to Base64 in C# « Arcane Code

2007 Australian Ranking of ICT Conferences

Ranking of international ICT Conferences! Good to know if you´re not sure WHERE to submit your paper! ;o)

Computing Research and Education Association - CORE

Cebit 2008

My route (recorded with SmartRunner) to the Cebit 2008, where we presented the SmartRunner Project!

Source: SmartRunner.de

Office Word and Outlook Add-ons

Couple of cool tools to enhance the features of Word and Outlook!

Source: heise Software-Verzeichnis

How to prolong lithium-based batteries

Very interesting!

Source: How to prolong lithium-based batteries
How to prolong lithium-based batteries

Top 15 Ways to Extend Your Laptop’s Battery Life

Source: Top 15 Ways to Extend Your Laptop’s Battery Life
Top 15 Ways to Extend Your Laptop’s Battery Life