Nauman Leghari's Blog
Blog about technology, media and other interesting tidbits
-
"Hello World" with BT SDK
BT SDK is a new API released by BT (British Telecom) as part of the Web21 C initiative. In this tutorial, I’ll write a Hello world SMS application demonstrating the power of this SDK. The SDK is now live and available for production use. For more information and downloads, visit http://sdk.bt.com.
-
Code Style Enforcer
A cool Visual Studio plugin to enforce coding standards. The current version is based on the C# coding standards provided by IDesign but as they are defined using regular expressions you can change it easily. Another cool thing about this is that it is built on top of DXCore which enables it to run on any version of Visual Studio. You only need to download the appropriate runtime for DXCore.
-
GmailSync v0.2: Support for subdirectories and files > 10 MB
-
GmailSync - Free backup solution using Gmail
GmailSync is an automated backup tool to synchronize files on your computer to your gmail online storage. By using this, you can theoritically use almost unlimited amount of free space available on your gmail account.
-
GmailSync - Free automated backup solution using Gmail
Source Code for GmailSync is now available from CodePlex Gmailsync
-
SketchUp - For free
A while back Google bought another company called SketchUp and since then I was hoping to get the software for free :). Well, the time has come and they have made a "Personal" version for free. Check it out, the software is really cool.
-
Welcome to Web 2.0
Micheal Robertson writes
"Bye Bye Microsoft Word, Hello ajaxWrite"
What if there was alternative for Microsoft Word that would install and open in 6 seconds, read and write Microsoft Word .doc files and run on Macintosh, Microsoft Windows or Linux computers? And oh yeah, it was FREE so consumers didn't have to pay $499 for Microsoft Office. I'm excited to announce that day is here.... -
Google Finance :: Another service by google
Now, all of a sudden I found it hard to browse through Yahoo Finance.
-
BookNotes I - Refactoring Workbook (Willian C. Wake)
-
Using Webcam in your applications
As part of another project, I wrapped the very basic functionality of "avicap32.dll" to use webcam in your own applications. Well for some reason, I'm unable to continue working on it so I decided to put the source online which I hope will save someone a little time.