Site Archives Ajax

Ajax based online ruby API documentation


http://www.rubybrain.com/

Two best online API/Rails API


Today I found two best API sites. One is http://www.gotapi.com.
This site provides APIs of almost all languages.
The other API site which is only focused on Rails is http://www.railsbrain.com/. I like this most. You can also download this API. It is AJAX based fast, useful.

Travel Mate: New Widget For Opera


Going out for vacation??? Plan your trip using Travel Mate. ;-)
Actually some days ago there was a call from Opera to all developers to make widget for travelers, and to promote developers they announced some prizes like Windows based mobile Phone. Me and my colleague Aditya decided to try our luck, but unfortunately I could […]

Ajax based drag drop and sortable tree for Rails


My friend sur wrote and shares his code for Ajax based drag drop sortable tree for rails. He is also trying to pluginize this, and soon it will be publicly available. Find more detail here.

Uploading files using AJAX


There is no way to upload files using AJAX. How Gmail does it then? Well, the answer is using <iframe>. Here is a post that describe this technique in detail. Infact we are using this technique from months, obviously inspired by Gmail. ;-)
update: Technically speaking, it’s not Ajax. Just an iframe hack. You are […]