Archive by Author
C# string
Posted on 25. Aug, 2010 by gusse.
The c# string is properly the most used object in c# and is quite comprehensive.
It represent Unicode character strings
Using C# string
For every object in c# you can call it’s ToString() method to get the object
value as a string value..
bool isValid = true;
Console.WriteLine(isValid.ToString());
output: True
But is does not work this way with all objects and not the ones you have [...]
Continue Reading
Free link building software
Posted on 21. Aug, 2010 by gusse.
Many people use a spreadsheet to store all links when doing link building. It’s works fine but I was looking for something different with some more featues. So I decided to create my own link building software.
So with the link build software you can off cause add new links with informations like the website, the url submittes, [...]
Continue Reading
Access your files anywhere in the world.
Posted on 29. Mar, 2010 by gusse.
So you are working on a document at work and you want to finish it at home. What do you do ? You could send your self a mail with the document attached or you could save the document on a USB drive and take it with you home…
Well I have an easier solution for [...]
Continue Reading
Are You a Download Junkie? – Get Free Download Manager
Posted on 14. Feb, 2010 by gusse.
Do you download a lot of files then I have the perfect tool for you.
It is called JDownloader and it is a free application that can help you download files especially from filehosting sites such as Megaupload, Hotfiles or Rapidshare – and yes it is completely free !
It is written in JAVA, [...]
Continue Reading
Want to Track Conversations on Twitter?
Posted on 12. Feb, 2010 by gusse.
Do you want to track conversations between 2 persons on twitter, well that’s easyyy. Browse to bettween enter the 2 twitter user names you want to follow, click go. Not much more to say there
Continue Reading
Do You Have a Backup Plan for Your Wordpress Blog
Posted on 09. Feb, 2010 by gusse.
So this is my first post – great right. Well to be honest it is not my first post – but the company that hosted my wordpress blog did something so that all post are gone now. I did not have a backup so all content is gone into the cyberspace world – real men [...]


