Ask for Help
“How do you handle jQuery, new HTML5 elements, and IE6/7?”
Other than “I don’t”, how do you deal with building large article elements and then attach them to the DOM? It’s icky since older IE’s don’t handle elements it doesn’t know about. Do you have any suggestions?
“Are you using AuthSTMP on an app hosted at EngineYard? Is it working?”
Something changed and our configuration is no longer working. Not sure why.
Interesting Things
- RubyGems 1.4 is out. There are tips on how to upgrade nicely with RVM. But you might want to wait if you’re using Ruby 1.9.
- Our friends at Irrational Design have launched Secret Goals and want you to share your good & horror stories about New Years’ Resolutions.
Use Modernizr.
http://www.modernizr.com/
Not only does it let you build conditionally based on what browsers support, it adds shims into the DOM for browsers like IE that don’t like new tags.
January 4, 2011 at 2:19 pm
I’m using authsmtp and engineyard and it’s working like a charm.
What’s the problem, specifically (other than the emails not being sent, doh!)
January 5, 2011 at 4:38 am