Archives
-
Best Pocket PC Apps [PocketPC Magazine]
-
Mobile phone directory
"The Mobile Phone Directory is a free resource intended to appeal to everyone interested in mobile phone communications, providing information about all aspects of mobile telecommunications from the history of the mobile phone through to today's technological gadgets. So, whether you are planning to buy a mobile phone, are puzzled by what the jargon means, or are merely curious about the issues involved, then you will find something on our website to interest you. The site is divided into four sections: Glossary of terms, Technology, Phones, and News."
http://www.mobile-phone-directory.org/
http://www.phonescoop.com/
through Russ [http://www.russellbeattie.com/notebook/1008009.html] -
Open Source Software in C#
Similar directories, but not all softwares are opensource or free.
http://sharptoolbox.madgeek.com/
http://www.dotnettoolbox.com/toolbox/ -
Just a thought ... Source code browsing with reflector
I realized recently that it is much easier to browse source code with Reflector than with Visual Studio.NET itself.
-
Video to Toon (Cool Video)
Have you seen this cool video from MSR?
-
Using Subversion On Windows
I just successfully finished testing Subversion as a SCC provider, but I am going to uninstall it and continue using VSS. Not because there is some problem with subversion but as I am the only person working on the projects therefore Subversion is like a little overkill for me. So, I found the integrated VSS option as my preferred choice. Anyway, if you are working in a team or working over internet, try using Subversion before going to CVS/VSS. I am writing this article only to remind me later of the procedure that I used to install Subversion so that later I can get to it easily.
-
Screen Annotator
-
Screen Annotator
-
Save InkPicture image with Ink in common image formats
There are two options when you have to save an image with Ink
a) Either save the image by manually serializing it and then adding it to the Ink object using Ink.ExtendedProperties.Add(...) . By doing this, you can't send the file to anyone not able to read the file.
b) Output a file using common image formats (i.e. jpg,gif, ... )