June 3, 2009

Adobe has just released BrowserLab (formerly Meer Meer). Quoting their website, the tool lets you ..

“Preview and test your web pages on leading browsers and operating systems – on demand. Adobe BrowserLab makes it easier and faster than ever before to see how your designs appear to your customers and audience. Get your results in real time, from virtually any computer connected to the web”

This is a snapshot of 2 views of my blog .. one on Firefox 3 – OSX and other on Firefox 3 – Windows XP .. onion skinned on top of each other … read more

June 27, 2008

Google Gears is a very interesting platform. It’s a browser plugin that is aimed at extending the abilities of web browsers to satiate the needs of modern day rich web applications. The Gears website defines it as follows ..

Gears is an open source project that enables more powerful web applications, by adding new features to your web browser:

  • Let web applications interact naturally with your desktop
  • Store data locally in a fully-searchable database
  • Run JavaScript in the background to improve performance

Gears today provides some very interesting features like a WorkerPool module to run JavaScript code in the background, without blocking the main page’s script execution, a LocalServer module that allows a web application to cache and serve its HTTP resources locally without a network connection, a Database module that provides browser-local relational data storage, a Desktop module that allows you to create desktop shortcuts for your web applications and more.

There are some very interesting features in the works as well like Desktop Notifications from browser apps, Multiple file select, resuming uploads, geolocation support etc.

All the above features have the potential of drastically changing the experience users have when using applications in the browser and that excites me :D

Many of these features can be very useful for applications that run in other plugins like Flash Player or Silverlight Player as well… read more

March 16, 2008

Last year, many of us RIA enthusiasts in India were kinda disappointed with the lack of RIA related events in India, so very close to the end of last year I with some other members from BangaloreFX helped organize the very first RIA focused event in the country initRIA and it was a big success.

Things are very different this year, from the very beginning of the year I started to feel that RIAs were getting a lot of traction in the local circles and we have a lot of fun in store for India this year. In February all the Flex user groups in the county celebrated the launch of Flex 3 and AIR 1.0 and we now have some excellent events lined up already … here’s a list of events that have already been announced …

 
These are the events that have already been announced, I know there are many others that are being planned … there’s word that we might even have an Adobe MAX in Bangalore this year..
 
So lets get ready to party !!  read more

January 23, 2008

Aptana has released Jaxer, which is an Ajax server, check it out it looks very interesting. According to its homepage Jaxer is …

Jaxer is the world’s first true Ajax server. HTML, JavaScript, and CSS are native to Jaxer, as are XMLHttpRequests, JSON, DOM scripting, etc. And as a server it offers access to databases, files, and networking, as well as logging, process management, scalability, security, integration APIs, and extensibility.

My initial thoughts are around how this can be used with Flash’s ExternalInterface, I will be spending more time with this. read more