2009 Apr 23, 10:31
sequelguy posted a photo:
california napa 2009 Apr 23, 10:30
sequelguy posted a photo:
california napa 2009 Apr 23, 9:35
sequelguy posted a photo:
california napa 2009 Apr 23, 9:35
sequelguy posted a photo:
california napa 2009 Apr 23, 9:35
sequelguy posted a photo:
california napa 2009 Apr 23, 9:34
sequelguy posted a photo:
california napa 2009 Apr 23, 9:34
sequelguy posted a photo:
While visiting the Running Rabbit Ranch and Vineyard the owner was kind enough to give us a bottle of wine.
california wine napa syrah 2009 Apr 23, 9:33
sequelguy posted a photo:
california napa 2009 Apr 23, 9:33
sequelguy posted a photo:
california napa 2009 Apr 23, 9:33
sequelguy posted a photo:
california napa 2009 Apr 23, 9:33
sequelguy posted a photo:
california napa 2009 Apr 23, 9:33
sequelguy posted a photo:
california napa 2009 Apr 23, 9:33
sequelguy posted a photo:
california napa 2009 Apr 20, 3:37Web service that hosts avatar images for things like blog comments. The image is ID'ed by a hash of the user's email address. Auto generated or if the user signs up, the image can be whatever they
upload. Lots of plugins for different blogging platforms.
blog web photo avatar image authentication identity icon hash 2009 Apr 15, 10:00Its like Google Fight but with trend lines over time and with Flickr photos. "Flickr Trends Search kicked off a whole Flickr Central thread of This vs That"
flickr api tool this-vs-that photo graph 2009 Apr 14, 4:17Open source Java barcode reading library used in an Android app. The app lets you take a photo of a QR code and navigate to the URL inside (among other things).
zxing barcode qrcode qr google android mobile opensource api java library 2009 Apr 13, 1:11These have been popping up all over the internet, but I just had to share them with you in time for Easter. I'll take one of each in my Easter basket!
cute cat bunny easter photo for:hellosarah 2009 Apr 13, 12:20Cat door that opens only for the owner's cat's collars containing particular RFID tags. When opened a photo is snapped and twittered. "Best use of Twitter, the Tweeting Cat Door"
rfid twitter cat humor programming geek diy automation 2009 Apr 10, 9:48
A while ago I promised to say how an xsltproc Meddler script would be useful and the general answer is
its useful for hooking up a client application that wants data from the web in a particular XML format and the data is available on the web but in another XML format. The specific case for this
post is a Flickr Search service that includes IE8 Visual Search Suggestions. IE8
wants the Visual Search Suggestions XML format and Flickr gives out search data in their Flickr web API XML format.
So I wrote an XSLT to convert from Flickr Search XML to Visual Suggestions XML and used my xsltproc Meddler script to actually
apply this xslt.
After getting this all working I've placed the result in two places: (1) I've updated the xsltproc Meddler script to include this XSLT and an
XML file to install it as a search provider - although you'll need to edit the XML to include your own Flickr API key. (2) I've created a service for this so you can just install the Flickr search provider if you're interested in having the functionality and don't care about the implementation. Additionally, to the
search provider I've added accelerator preview support to show the Flickr slideshow which I think looks snazzy.
Doing a quick search for this it looks like there's at least one other such implementation, but mine has the distinction of being done through XSLT which I provide, updated XML namespaces to work
with the released version of IE8, and I made it so you know its good.
meddler xml ie8 xslt flickr technical boring search suggestions