1. Better tabbing with Firefox

    December 3rd, 2005

    I posted these two in my daily links, but I bet most of you don’t read it or even know about it. But these two are worth a post of their own. If you tab often, then you’d want to check these out.

    foXpose is for Firefox what the brilliant Expose is to the Mac. You click Shift+Ctrl+X, and it shows you the content of all your tabs so you can navigate to the tab you’re looking for.

    Or if you want to see what’s hidden behind each tab without blowing them all up, you can use Tab Preview, which shows an image of the page as you hover over the tab.

    Update: And I’ve just discovered Tab Sidebar, a nifty extension that makes all your tabs available in the sidebar. You get a thumbnail of each page, and buttons to close, refresh and navigate these pages without having to open them up. For someone who uses tabs a lot, all I can say is Wow!

    227

    Both require FireFox 1.5.


  2. The Twice-As-Good Rule

    August 15th, 2005

    James Kew makes a strong point:

    If you want to be adopted enthusiastically, you’ve got to be twice as good as what’s gone before.

    link: http://jameskew.blogspot.com/2005/08/twice-as-good-rule.html
    tags: wow-factor

  3. TechCrunch

    August 11th, 2005

    TechCrunch is two months old today. So bring the cake, light up the candles. I heard about it a week ago, and now it’s part of my daily essentials reading diet. Their profile says it all:

    > TechCrunch is a weblog dedicated to obsessively profiling and reviewing every newly launched web 2.0 business, product and service.

    link: http://www.techcrunch.com/
    tags: techcrunch web2.0

  4. PHP: Building accessibility URLs

    August 9th, 2005

    > Building accessibility URLs is easy with a function that returns an URL from the given arguments. It converts the parsed arguments and returns a complete url string. This way you always have consistent urls no matter what your data looks like. If you prefer FriendlyURLs it returns /articles/test/page/2 if not it returns articles=test&page=2.

    link: http://www.phpkitchen.com/index.php?/archives/713-Building-accessibility-URLs.html
    tags: php friendly-url

  5. Did You Mean: Lucene?

    August 9th, 2005

    > This article shows you one way of adding a “did you mean” suggestion facility to your own search applications using the Lucene Spell Checker, an extension written by Nicolas Maisonneuve and David Spencer.

    link: http://today.java.net/pub/a/today/2005/08/09/didyoumean.html
    tags: search spelling suggestions

  6. Gizmo

    August 5th, 2005

    The short (and unflattering): [Gizmo](http://www.gizmoproject.com/) is an alternative to [Skype](http://www.skype.com/).

    The long (and flattering): Sleek UI. Free VoIP, voicemail and conf calls. More features than Skype. Cheaper calling rate in the US. Support for SIP, so you can talk with other SIP users, not just within the closed network. And granted, Skype has a really huge network, but open networks scale better.

    link: http://www.gizmoproject.com/

    tags: gizmo voip sip open

  7. quickSub - making RSS and Atom feed subscribing easier for your readers!

    August 5th, 2005

    link: http://www.methodize.org/quicksub/
    tags: rss atom friendly-feeds

  8. PHP Markdown Extra

    August 4th, 2005

    PHP Markdown Extra is a special version of PHP Markdown which implements some added features currently not available with plain Markdown syntax.

    • Inline HTML
    • Markdown Inside HTML Blocks
    • Tables
    • Definition Lists
    • Emphasis
    • Backslash Escapes

    link: http://www.michelf.com/projects/php-markdown/extra/

    tags: php markdown easy-html

  9. Behaviour: Using CSS selectors to apply Javascript functionality

    August 2nd, 2005

    Behaviour lets you use CSS selectors to specify elements to add javascript events to.

    link: http://www.ripcord.co.nz/behaviour/
    tags: javascript css bestpractice

  10. Architecture and Speed of Common XML Operations

    August 2nd, 2005

    Given:

    • XML documents,
    • a certain manner of representing them, and
    • certain desired operations,

    the very basic questions arise, “How fast is it?” and “How much space does it take?” This paper attempts to provide accessible yet specific answers to these questions.

    link: http://www.mulberrytech.com/Extreme/Proceedings/html/2005/DeRose01/EML2005DeRose01.html
    tags: xml performance