I have had my Cisco 851w for a number of years most of which I used it as an access point. A couple months back I switched ISP's and was able to use it as my router. It had been a very long time since I had configured a Cisco... Read more
Last week I updated to tortoise svn 7.1 on my desktop. Everything seemed to be working right, but it kept asking for my password every time I connected to a ssh+svn repos even with a connection to the server via pageant (version .60). So I was forced to type in... Read more
Getting a double border with a different color doesn't leave you with may options.You can use border-style: double or outline: 1px solid blue. But I wanted the double border only on one side, so I decided to play around with the box-shadow rule. Check out the jsfiddle below. I'm using... Read more
I decided to turn an earlier post idea (See http://jebaird.com/blog/using-jquery-create-overflow-menu-seen-google-wave ) into a jQuery UI widget. Its based on the google wave menu. view the demo GitHub repo What It Does It detects which menu items are hidden in the parent element overflow. Takes the hidden items clones them and... Read more
Creating dynamic forms can be time consuming. Hiding one field based on another field value is pretty easy. But when you have to set up a form with many inputs showing and hiding based on may different input values your code can get ugly really fast. formCondtions plugin attempts to... Read more
I wanted to decrease the sizes of my pages on my blog with out changing my design. I had been using css sprites and gziped css + with base64 encoded images but due to my design my page size was 1500k on an empty cache. My blog was like this... Read more
triggerAll is a simple plugin that will allow you to trigger all the events attached to an element and or collection (function($){ $.fn.triggerAll = function(){ return this.each(function(){ var $this = $(this); $.each($this.data('events'),function( k, v){ $this.trigger( k ); }) }); } })(jQuery); Read more
Jesse Baird is a Senior Software Engineer currently looking for a new position. When he isn't working Jesse gets his news fix at npr. He also is an avid runner and loves hitting up the bike trails in and around Iowa City, IA. more