Archives

Archives / 2003 / June
  • Quarter Century Old

    A quarter of a century ago my brain was plugged into the Matrix :)

    Man I feel like I'm getting old (although not as old as some of you) :)

  • UP Javascript

    Well I've started using Firebird after hearing about it from these weblogs. So far I like it and I think I'm about to make it my default browser.

    One thing I'm missing from my google toolbar in IE is the Up button to take me up one directory level. So I was thinking of a way to do this and so I decided to write a small bookmarklet:

    javascript:var loc=location.href.match(/(\w+:\/\/[\w.]+\/(?:[^\s\/]*\/)*)[^\s\/]+\/?/); if(loc!=null) void(location.href=loc[1]); UP

    I threw together a regular expression to parse the url to get the parent. I thought some other people may find this useful so there it is.

    NOTE: I have only tested this lightly in IE 6 and Firebird 0.6

  • Ingo's Nine Rules of Remoting

    In this article I try to shed some light on using Remoting in different environments and also recommend which features to use and which to avoid depending on your scenario. If you use Remoting or plan on doing so, this article will help you to avoid a number pitfalls which could lower or even kill your application's stability, reliability and scalability. Read here.

  • Online Bookmark Manager...

    I'm trying to find a good online bookmark manager I have looked into most of them that are list on http://useful.webwizards.net/wbbm.htm but I haven’t found one that I really like yet. Does anyone use one or know of one they think is good? There surely has to be a good one out there somewhere, but until I find one I guess I will have to write my own.

  • weblog Style Sheet

    I created my own style sheet for my weblog, check it out and let me know what you think.  Thanks Andrew for getting me started.  I must warn you that I'm really bad with colors but I did my best. :)  I'm open for suggestions.