10 Reasons to Love Web 2.0 - from a Flickr Dude

Posted on March 15, 2006
Filed Under Library 2.0, Podcasting, Technology Planning, Web 2.0, Web Design |

These are notes I took while listening to a podcast of Cal Henderson from Flickr, titled “From Web Site to Web Application - Ten Reasons to Love Web 2.0.”, who spoke at “The Future of Web Apps” conference. You can find it (and a lot of others) on the Carson Workshops/Summit website.

 Cal’s definition of web 2.0: “Web 2.0 is a name for a bunch of new web-based applications.” Simple enough…

 10 Reasons to love web 2.0:

1. Collaboration

Me here - this is something library websites can offer to our users (ie., aadl.org as one example of collaboration).

2. Aggregation

Me here - We can do aggregation - either with normal blog applications, like Wordpress, or by custom-coding an RSS feed (like Kansas City Public Library).

3. Open API

Me - OK… most of us probably can’t build an API - but never fear! I think many of the vendors we work with will eventually offer some form of API.

 4. Clean URLs

Me - we can achieve this with our websites - but we’ll have to wait on the vendors… have you ever seen a SIRSI URL to a book? Egads!!!!!!!

5. AJAX

Me - we can do this, if we take the time to learn ajax and figure out what it can do for our websites.

6. Unicode

Me - What in the world is he talking about?

7. Desktop/Platform Integration

me - we can do some of this, too. Kansas City Public Library has RSS feeds and a “send article via email” thing. Other libraries have created bookmarklets and toolbars for their patrons. We’re just lacking the API part.

8. General Mobile Integration

Me - we can do mobile! Or… we HAVE to do mobile. Our customers are already there - shouldn’t we be, too?

 9. Open Data

Me - ok, this is another hard one for us. But before we conquer this, we’d need to conquer the whole privacy of info thing first. SInce we try to not save much patron information in the first place, we really don’t have that much to give back if requested.

10. Open Content

Me - see my comments under #9 above… same idea here.

web 2.0, library 2.0

Share: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Furl
  • Technorati
  • BlinkList
  • Reddit

Comments

2 Responses to “10 Reasons to Love Web 2.0 - from a Flickr Dude”

  1. walt on March 15th, 2006 10:58 am

    “6. Unicode

    * internationalization
    * localization - translation to other languages
    * store data in unicode - easier to translate should you decide to
    * UTF8
    * He said “this bit’s getting a bit nerdy, isn’t it?”

    Me - What in the world is he talking about?”

    He’s talking about internationalization, specifically the ability to handle multiple character sets. This shouldn’t be any great mystery. Unicode–developed by a consortium of mostly tech industry companies with RLG as a founding member–provides a single encoding system capable of handling (nearly) all character sets.

    It’s embedded in Windows (and I’d assume Mac OS and Linux, but don’t know). UTF8 is the most common space-efficient encoding scheme for Unicode, as it “privileges” plain old ASCII by giving the lower 128 characters single-byte encoding, as opposed to the two-byte or three-byte encoding needed for tens of thousands of characters.

    The library world has been part of Unicode since the beginning. It’s why the RLG Union Catalog can show Hebrew, Yiddish, Arabic, Russian, Chinese, Japanese, Korean… and the way it was developed and implemented meant that for us to display right-to-left scripts took almost no effort: The browser/OS did the work.

    It may not be social software, but library techies should certainly know about Unicode.

  2. startoy on October 25th, 2007 7:50 pm

    there is also a large and comprehensive database of 800+ ajax scripts available with over at

    ajaxflakes’s ajax scripts compound

    thought i should add it might be helpful to others…

    http://scripts.ajaxflakes.com here

Leave a Reply