Archives for: "May 2012"

bash Version Control Check-In

To make it easier to copy code from a development server to a version control server, check the file, then check it in, I created a bash script. This script is also supported with ssh keys so the password does not need to be entered with each copy re… more »

Dynamic Banner - js and css

This post provides code to create a dynamic banner which sources images from Flickr. Using a dynamic banner has several advantages: The banner is assembled dynamically, it is more engaging The images aren't stored or managed on local servers T… more »

dojox.data.FlickrStore - Source from favorites

I wanted to use a favorites list on Flickr (http://flickr.com) as a source for images. dojo 1.3.0’s dojox.data.FlickrStore sources images from a public photo feed: reg.register("default",function(_2f){return true;},_2d+"photos_public.gne"); Sin… more »