Archives

Archives / 2004 / April
  • Ditigal Camera Reviews

    This semester I'm taking a digital picture processing class at Virginia Tech and my professor pointed me to http://www.dpreview.com.  If you are in the market for a new digital camera I highly recommend checking out this site for very detailed reviews of a ton of digital cameras.  About a month ago I bought a new digital camera, a Cannon Powershot S50, but of course I didn't know about this site at that time luckily after checking its review at dpreview it seems to rate pretty good so I'm happy. 

  • Photo Gallery

    I have create a photo gallery using nGallery, its an open source ASP.NET web application.  If you haven't looked at it yet please do it is a very nice application.  There are still some things that need to be improved but all in all it serves my needs. 

  • Customizing Windows Run Command...

    If you are like me you use windows run command all the time.  I hate using the mouse to point and click a shortcut on the start menu.  WIN-R are probably the two most over used keys on my keyboard.  After thinking about if awhile I hunted down how the run command works.  It turns out that it makes a call to ShellExecute, which I guess is not too surprising.  The next thing I wanted to find out was exactly how the commands are resolved. The following is an ordered list of how they are resolved ([1]):

  • Javascript UP Bookmarklet

    Sometime last June I posted about a Javascript Bookmarklet that lets you move up one directory level.  I had a comment from a user about allowing it to dig into sub-domains when it was at the root.  So I have revised it to allow for this as well as fixed some other bugs that were in it.