blob: 5b12cb84fa3fd92c7db3d429ccaf5d8d74db40ea (
plain)
1
|
I first discovered [ma.gnolia][1] when I was trying to figure out the del.icio.us API. Since I wasn't terribly committed to del.icio.us at that point, I decided to investigate ma.gnolia and ended up liking it better that del.icio.us. Of course that's based on some purely subjective criteria and is in no way meant to slag del.icio.us.
Ma.gnolia works very similar to del.icio.us and offers almost all the same basic features but it adds a few more. Ma.gnolia allows you to rate your bookmarks using a 5 star rating system (very similar to NetFlix), and ma.gnolia allows you to cross post with del.icio.us so you can in effect use both at the same time.
Ma.gnolia also recently added a feature they call "roots." Roots is a javascript bookmarklet that you can save in your browser and when you're on a page, just click the bookmarklet and a javascript window will overlay the page and display how many ma.gnolia users have linked to that site and give their ratings and descriptions of the site.
I switched to ma.gnolia because of their backend API. I love online storage of bookmarks and I like the sharing aspect of all these services, but I also like to share bookmarks through my own site. Both del.icio.us and ma.gnolia offer programming APIs which allow you to connect and pull out bookmarks, but del.icio.us truncates the description field and ma.gnolia doesn't.
This was the main reason I switched (though in fairness this was some time ago and it's possible that del.icio.us no longer does that). The ma.gnolia API is both deep and rich in methods allowing you to do just about anything you want with the data retreived.
Ma.gnolia also has an [API that mirrors the del.icio.us API][2] so that tools built for del.icio.us can also work with ma.gnolia.
Ma.gnolia has a very well designed user interface and makes nice use of AJAX without being bogged down in useless tricks.
####The Low Down
**Pros**
* Feature rich and actively developed
* Screen captures and page cache
* Excellent backend API
**Cons**
* No folders for organization
* The interface design is nice, but some may find it slower than del.icio.us
Previously reviewed:
[del.icio.us][3]
[1]: http://ma.gnolia.com/ "Ma.gnolia.com"
[2]: http://ma.gnolia.com/blog/2006/08/23/the-mirrord-api "Ma.gnolia's del.icio.us API mirror"
[3]: http://blog.wired.com/monkeybites/2006/10/delicious_is_th.html "Monkeybite's review of del.icio.us"
|