Activate your free membership today | Log-in

Thursday, July 13th, 2006

Firefox Extensions and Ajax

Category: Articles

<p>Dietrich Kappe has written about the hybrid world of browser extensions and Ajax.

As writting extensions gets easier (e.g. GreaseMonkey, or the extensions themselves) Ajax applications can potentially benefit from a tighter integration model with the browser.

Dietriche uses MyStickies as an example:

Another example of this curious Firefox Extension/AJAX hybrid caught my eye the other day: MyStickies. This extension will allow you to insert AJAX-DIV stickies onto any web page. The extension handles this insertion and also includes a Javascript library via a Javascript file from mystickies.com and another via chrome://mystickies/ for the behavior.

The sticky location is persisted to the mystickies site where you can also use a webapp to search, manage, etc., your stickies. It’s a direct manipulation bookmark that doesn’t reside just on your local computer.

Now I happen to think mystickies is pretty cool, especially if they implement some of the features on their roadmaps, like sticky sharing (how web2.0!). But what interests me here is the application architecture.

Related Content:

  • Why Ajax apps are slow
    Seeking to determine why Ajax applications run too slow, Coach Wei, founder and CTO of Nexaweb, Inc., did a performance study of IE 7, FireFox 2, and...
  • Firefox aids Ajax debugging
    FireBug, an add-on to Firefox, is designed to help developers overcome the debugging hassles long associated with JavaScript. Developers can use it...
  • Ajax programming: The what, how and when
    The Ajax programming tool market remains plentiful. Before jumping on the bandwagon, make sure the technology is right for your application and your...
  • Ajax testing tool released
    Squish/Web from froglogic GmbH is a testing tool for creating and running automated GUI tests on Web/HTML/Ajax applications. Squish works on different...
  • Ajax the Microsoft way
    While the rest of the known SOA development world has embraced Ajax, Microsoft has focused its energies on ASP.NET Ajax Extensions, formerly known as...

Posted by Dion Almaer at 10:34 am
5 Comments

++++-
4.3 rating from 31 votes

5 Comments »

Comments feed TrackBack URI

Yup. Great ideea. Could someone explain bielfy how exactly does it work? And … depending on the architecture of this app, maybe we could think about scalability on this one.

Regards,
Horia

Comment by Horia Muntean — July 13, 2006

It’s definitely a cool idea. I remember a few years back somebody came up with something similar – they were using a frameset or something like that that allowed a user to view a web site in one frame and other visitors’ notes about the site in another frame. But just when it was about to take off, they got sued due to IP issues. I never heard of what happened afterwards. Probably got shutdown. Hopefully mystickies will survive.

Comment by Jing Xue — July 13, 2006

I have tried to install under Firefox. It makes RSS of Backbase (http://www.backbase.com/demos/RSS) doesn’t work. Haven’t tested that with other ajax frameworks

Comment by Charlie Cheng — July 13, 2006

I have tried to install under Firefox. It makes RSS of Backbase (http://www.backbase.com/demos/RSS) doesn’t work. Haven’t tested that with other ajax frameworks.

And security always is an issue with plugin. Will anymore install a plug-in from unkown-developer.

Comment by Charlie Cheng — July 13, 2006

Also have a look at Web-Marker which attempts to bridge the guide between AJAX and Firefox Extensions : https://addons.mozilla.org/firefox/2679/

Comment by Toufeeq — July 16, 2006

Leave a comment

You must be logged in to post a comment.