Great Indian Developer Summit 2009
April 24, 2009 by Anant Anand Gupta · Leave a Comment

Four well packed days with Information and Technology that too latest in trend and which is going to change the future is called Great Indian Developer Summit 2009. Not only that, thousands of participants, 75+ presentations on technologies, 15+ Labs driven by experts from all over the globe and all this organized by media leader Saltmarch Media in a great environment of IISC, Bangalore.
![]()
Rich Internet Applications
This year also as the previous years it has came to prove that whatever new in a developer’s mind comes has been achieved and has not only given satisfaction to him but to the consumer too.
As a Developer & Designer, I pulled myself in the second day of the summit because this day the experts were gonna talk about RIA (Rich Internet Application), the future of web applications. On this particular day GIDS talked about following topics:
Web 2.0 & Social Applications
Enterprise 2.0
Mashups
Social Networking
Ajax In Action
Comet
Dynamic Scripting
Browsers & Rich UI
Rich Web Security
Rich Web Stories
There were five parallel sessions going on at a time, so I was not able to attend every session. But I was able to focus myself to the session of my interest. I am a developer on Microsoft platform and having a keen interest in new Microsoft Technologies, so picked up sessions targeted on Silverlight 3.
I have attended following sessions:
Unravelling the New in Microsoft Silverlight 3
Nahas Mohammed 



Deep Dive – Microsoft Silverlight Pipelines
Praveen Srivatsa 


Building Rich UI using ASP.Net AJAX, AXAJ Control Toolkit & jQuery
Harish Ranganathan 



Reusable Components for Building Killer RIAs (on Adobe Flex)
Anirudh Sasikumar 


You might be thinking that when I am talking about Microsoft Silverlight, what I was doing in the session for the Flex. The reason is very simple, when you have the chance to learn new technologies and side by side compare them with similar technologies, why shouldn’t? So before leaving for the day I grabbed this opportunity too. I have also rated the presenters along with their contents. All over here I would like to say that I had a nice Thursday. The biggest takeaway for me was numerous seed of growth opportunities, which is a result of combined efforts of huge exposure to technology and GIDS.
To conclude this post here I would like to encourage the readers to participate in this kind of events. These events not only give you a chance to explore the new and happening world around you, but also provide a good networking environment, which in terms help you grow in your career.
HTML Application (HTA) – Email IDs Extractor
January 29, 2009 by Anant Anand Gupta · Leave a Comment
I have written this application for them who want a simple and clean tool for extracting the Email IDs from a text content. Actually, I was myself in need of such a tool from long time, since I got a requirement to create a Database of Email IDs from Internet. I tried a lot of tools available on the Internet, but they all were too complex that one can find himself troubled very soon with them. So I thought of writing one myself, which is simple and usable by anyone with a basic knowledge of application. But, the big question was which language or platform to pick for this. The Answer was HTML using JavaScript and VBScript.
Here I am going to tell you how to use this simple but useful tool. Firstly download the application from here.
So you got the RAR archive containing the tool. When you run the tool you will see the screen as shown here:

After welcome Screen you will see a prompt telling you that you don’t have any previously saved email ids in the database:

Click Ok and you are ready to scrab any text containing the Email IDs. Just grab some text containing the Email IDs and paste it in the left hand side textbox and press enter.

Here you go … you got all the unique Email IDs fetched from the text and collected in the right hand side list in fraction of seconds. This tool is smart enough that it will also not create a duplicate database entry of an existing Email ID. When ever you reopen the Email IDs Extractor it will maintain the previously saved Email IDs till the emailids.txt file exists in the same location as that of the tool (the database is text file based).
Whenever you need to use the database just open the emailids.txt in any text editor and use them.
So simple it is right !!!
I hope you will enjoy this tool. Don’t hesitate to drop me an Email if you get any trouble using it. I will be upgrading this tool according to the response I will get.
Enjoy!!!