AJAX Saves Your Place
One of the things I enjoy with FeedLounge is the way you can go from one computer to another, log in, and be right where you were. This is one of the cool things about using AJAX extensively in a web application. We can keep track of changes as they happen so your user experience is pretty much seemless between sessions, browsers, machines, etc.

I read everyday this blog for news about feedlounge and i’m waiting to have the chance to test it.
“Extensive use og AJAX”: those are the words i was waiting to hear.
In a web application like this it’s p-e-r-f-e-c-t !
Come on! I wanna test it!
RFC: Preferences vs. Profiles
Right now we use AJAX to store each user’s preferences on the server, maintaining a single consistent experience across any browsers and computers someone is using. There are a lot of benefits to this, it’s often great to be able to pick u…