Monthly Archives: May 2010

Computing Pointers through C#!!!

It has been quite some time I played around with Pointers and decided to go back at the one thing I like the most! But since I have been using C# since quite some time, I decided to use and implement the concept of Pointers through .NET environment. Lots of challenges exist in the process. […]

0  

My Portal

Something which I have been working on for the past 3 weeks. 😛 More details in upcoming posts. 😉

0  

Life …as it is :)

Arthur Ashe, the legendary Wimbledon player was dying of AIDS which he got due to infected blood he received during a heart surgery in 1983. From world over, he received letters from his fans, one of which conveyed:”Why does GOD have to select you for such a bad disease”? To this Arthur Ashe replied: The […]

0  

Removing Subversion Control over a file/folder

I use Tortoise Svn as Subversion tool on Windows platform and Subclipse on Linux platform. For some reason, I had to remove the subversion control over a file/folder. The solution: Right click on the file/folder and goto ‘Tortoise SVN>>Export ‘ Then export the file/folder to itself (choose the same file/folder as the export-to file/folder) If […]

2  

RSS in a MESS!!!

I would like to fetch my posts from WordPress into my Web Portal built using Flex 3.2, where i would like to display the posts in a RSS Feed Viewer. But I realized later that WordPress does not allow crossdomain.xml to be hosted from it’s server! There is no way for a Flex program to […]

0