Author Archives: GauZ

My name is Gaurav Pandey. I graduated from Columbia University (Dept. of Computer Science) and have been working as a Software Developer on a variety of technologies in the beautiful city of New York :)

Where is WordPress API Key????

http://www.wordpressmax.com/wordpress-guide/api-key-confusion << This link came to my rescue when I wanted to find my own WordPress API key. There is a clear demarcation between wordpress.com (where a user creates his online blog) and wordpress.org (which provides the software for users to create a self-hosted wordpress website). If you are a wordpress.com blogger, you can easily […]

0  

Multi-select Flex List Control

Well, I had a requirement to use a multi-select Flex List control. I wanted to avoid the CTRL-button-down process altogether and devised a custom component. Upon clicking the item for the first time, the item is added to an ArrayCollection and is selected as well. If you click again on the same item/record, the item […]

1  

Robocopy << Interesting file/folder copier

I was trying out xcopy tool to copy/deploy files/folder to remote locations esp UNC based folders and I happened to come across ROBOCOPY!!! It is a relatively new tool which is capable of coping entire folders/sub-folders/files to a normal folder located on a UNC! The files are copied only if the existing files on the […]

0  

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