Coding for a multitude of browsers is always fun. The latest issue I ran into is that firefox doesn't like elements with an id that starts with a number. So is kosher with javascript handling in chrome but not legit with firefox.
Solr Sunspot
There are a lot of search options for rails applications out there. We batted around with meta_search, and while implementing it, we ended up doing more and more straight sql searches. While this allowed greater customization and control over what...
git permission denied when doing a push
I've been operating primarily in one repository, but had to create and work in another. When I tried to push my code to my new repo, I got the following error: $ git push -u origin master ERROR: Permission to xxxxxxx denied to yyyyyyyy. fatal: The...
LinkedIn javascript API
I promised a couple posts back that I would write about how I'm doing the linked-in authorization and posting. This isn't as easy as facebook, and there is really no good gem for it. The one that we did find (http://rubygems.org/gems/linkedin) doe...