24 ways to impress your friends http://www.24ways.org/ A super collection of 24 articles that show cool things about AJAX. JavaScript and CSS tricks, add-ons to your website and more. A great resource to learn more about AJAX. Thanks Kartik!
Lazy form designer? Wanted to design a form? But did not want to juggle with HTML? For the average user (and for some of the lazy us), there are options available. JotForm.com Allows you to drag and drop form elements to create your survey / contact forms. You can then copy the HTML code and paste in your […]
JSON JSON is a simple way of representing data. A simple format that can be exchanged easily between machines and can be even understood by humans. Wikipedia says: JSON, which stands for “JavaScript Object Notation”, is a lightweight computer data interchange format. JSON is a subset of the object literal notation of JavaScript but its use […]
ThunderBird and OPML I have been looking at Thunderbird plugins today and I am not feeling excited. Unlike Firefox, Thunderbird does not have a lot of plugins. The ones which are there, did not seem good enough. I was particularly looking like an RSS aggregator. Now ThunderBird does a nice job of managing RSS subscriptions and showing the […]
AJAXing ASP.NET Learn how to build AJAX (Asynchronous JavaScript And XML) applications in ASP.NET environment. Make your applications more interactive and realtime! Here’s the MSDN article.