Anoop Ranganath's blog
Interesting Things
- Here's a hint I know our team wishes it'd known for awhile. In Safari 4 and WebKit's new Web Inspector, you are currently able to edit styles, but not add new ones. A workaround is to edit an existing style, and add the new style after the semicolon. When the field loses focus, the Inspector will automatically move it into its own field.
One of our teams has been diving into Facebook Connect and put together this collection of resources for us. Are we missing anything?
Ask for Help
"What version of gettext works best with Rails 2.2.2?"
We couldn't come up with a definitive answer on this one. We found documentation for Rails 2.3.2 and 2.0/2.1, but nothing for 2.2.x. Any ideas?
Interesting Things
- When you have a transparent div overlaying a portion of the page, IE6 doesn't fire onMouseOver if there are any elements underneath it. Tiling a 1px transparent gif as the background is a workaround to get IE6 to correctly fire onMouseOver when the cursor goes anywhere over the div.
