-
Archives
- October 2012
- November 2010
- August 2010
- February 2010
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- March 2009
- February 2009
- November 2008
- October 2008
- September 2008
- June 2008
- April 2008
- March 2008
- January 2008
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- November 2005
- 0
-
Meta
Monthly Archives: March 2009
Jquery autocomplete plugin fix for single click focus
Jquery autocomplete forces a double click to get the drop down to show up. That’s no good for me. I’m using the jQuery autocomplete plugin instead of a Select box drop down. It needs to have the attributes of a … Continue reading
Posted in Uncategorized
5 Comments
FlickrJ’s ThreadLocal gotcha
If you use Desktop license from Flickr, you have to use the RequestContext class as follows from the FlickrJ examples: Auth token = this.flickr.getAuthInterface().getToken(frob); RequestContext.getRequestContext().setAuth(token); RequestContext stores the token in a ThreadLocal variable. To be brief, I’m running an app … Continue reading
Posted in Uncategorized
3 Comments
Where I find value from Twitter
I usually find twitter to be pretty worthless for me my life. However, tonight (April Fool’s Eve), I went to youtube. Got a 500 error. So, I went to: http://downforeveryoneorjustme.com/youtube.com However, they don’t parse error messages, so they reported that … Continue reading
Posted in Tips
Leave a comment
Setting up Hudson, Maven and Jetty Service on Windows
One gotcha with this setup. By default, Hudson will correctly persist all the jobs you create into C:\Documents and Settings\{username}\.hudson However, Hudson will not attempt to load any of jobs or configuration from this default location after your first reboot … Continue reading
Posted in Tips
Leave a comment