Link broken in Firefox but not Chrome

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...

Blog at WordPress.com.

Up ↑