Nauman Leghari's Blog
Blog about technology, media and other interesting tidbits
- 
IronPython and CecilInspired by this post by Sam Gentile, I decided to play with Cecil. And this gives me another oppurtunity to use IronPython. The end result may not be very attractive but it has the potential :). 
- 
Fun with IronPython and CecilDon't miss Part II of this tutorial 
 What is Cecil:
- 
Cropper :: Send To FTP PluginI personally use my own host to store snapshots that I embed on this blog. Normally the workflow from taking the snapshot to FTP'ing on the server requires three steps. 
- 
LinkList 26032007Gemstone, Tangosol Offering Native .NET Clients to Distributed Data Caches 
 http://www.infoq.com/news/2007/03/gemstone-cache-clients
- 
Younx 0.2 released - Reminders supportI have just released 0.2 for Younx. Now you can schedule reminders by using the following syntax. 
- 
Learning OOP/Programming :: Try Greenfoot & BlueJAt Java Tech Days today, I came across an exciting project called GreenFoot to introduce people to Object oriented programming by creating interesting real world examples. GreenFoot is based on the BlueJ platform which you may already know about. BTW, BlueJ pioneered ( or was it Smalltalk? ) the Object Test bench which is introduced in VS2005. 
- 
Younx @ CodePlexJust finished updating the project on Codeplex. Now the new home of Younx is 
- 
Younx - Adding CAPTHA over IM + SMSI finally come up with the name for this project. 
- 
New mashups using BT SDKFrom the website: 
- 
Using MSMQ from IronPythonTrying out MSMQ from Python is a pain as it is from unmanaged code. But, by using python you get the benefits of using the System.Messaging namespace with the flexibility of dynamic code. Here is how you can do this.