rusting pipe

Magnolia - How social bookmarking should be - social!

Aug 23, 2008

So I’ve been a user of Delicious for what’s seems to be years – it’s always been helpful, but has never done much for me other than bookmark pages. Sure they have “my network” but I’m still not sure even what that means. I’ve always pondered switching to Magnolia mainly because the cool guys use it and also because it was a Happy Cog design.

After the announcement this past week about Magnolia going open-source I decided it was time to re-explore. Turns out, to my surprise that Magnolia actually feels social! Thanks to their Roots Bookmarklet , when I go to tag a page to keep for later, it will show me the comments from the Magnolia community, the tags that it was given, and the ratings from other users.

Features

There are a lot of features in Magnolia that feel right – when I compare it to Delicious, I wonder what the hell I was doing using them for so long. Hum.

What are some of their impressive features? How about:

  1. the Roots Bookmarlet, like I said.
  2. Saved copies – in case your page goes offline or moves
  3. Ratings
  4. Profile Pages for Users
  5. Large Community
  6. OPEN ID!
  7. Groups

Give up on Delicious

They offer such a feature rich app that it’s time we give up Delicious – a bookmarking app that say’s they’re social even though it’s not. The most amazing advance delicious has made in three years is their new look – come on.

Bring your OpenID to Magnolia and start being social.

Comments

Brad's AvatarI'm Brad Cooper, a user experience designer and front-end programmer with a passion for actualizing visions. I strive to create a piece of art in each site that I put together both visually and technically.

I'm an advocate of web standards and open source.

I work outside Philadelphia, PA and live in Marlton, NJ.

Learn more about me

Contact Me

bradleyjcooper@gmail.com or (856) 316-7128

Previous Tutorials

Unobtrusive Expand and Collapse Navigation

Create a vertical navigation that will expand and collapse to show and hide sub-navigation using only unordered lists and as few class/id names as possible…

Forcing New Windows on Users Script

Launch new windows for PDFs and External Websites without having to add anything into my (x)HTML – a pure behavior that should be separated from my core structure. There have been many attempts at tutorials on this, but I’ve never been happy. Here is my attempt – check out the finished demo.

Shorten document.getElementById

Do you write document.getElementById or document.getElementsByTagName too many times in your javascript to count? How about shortening them into their own easy to use functions?…

Google Feed API Tutorial

Using Google’s new Feed API, I wanted to be able to read in a single feed that pulls all of my blog, twitter, del.icio.us and digg posts…