For all it’s simplicity, sometimes jQuery offers up a bit of complexity that sneaks past me in the documentation. The RIGHT way to pass url query strings: $.getJSON(“jobs.cfm”, {id: 32}, function(d) { … }); The WRONG way to pass url query string: $.getJSON(“jobs.cfm?id=32”, function(d) { … });
Month: July 2012
hostapd
It literally took me less than 30 minutes to convert a 5 year old Inspiron laptop running FC17 into a wifi ap using hostapd. I used yum to install the software (yum install hostapd dhcp dhcp-*) and then edited the hostapd.conf file and issued the hostapd /path/to/conf/file to start things up and then we were live. The signal is strong and performance is consistent with the WRT-54G router that’s been running for seven years. Now, […]