Davis W. FrankDavis W. Frank
Standup 1/4/2011: Consultant Cookies Edition
edit Posted by Davis W. Frank on Tuesday January 04, 2011 at 01:34PM

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

Comments

  1. Scott Windsor Scott Windsor on January 04, 2011 at 02:19PM

    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.

  2. Porta Porta on January 05, 2011 at 04:38AM

    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!)