Re: [WSG] CSS support of HTML5 tags not ready yet?

2010-09-27 Thread Hugo Mendes
A best practice: Do browser detection instead. script type=text/javascript function html5elm(elm) { return !!document.createElement(elm); } var myArray = ['header','nav','section','aside','article','footer','hgroup']; for (var i = 0; i myArray.length; i++){

Re: [WSG] CSS support of HTML5 tags not ready yet?

2010-09-27 Thread Hugo Mendes
I meant FEATURE Detection. Sorry. Hm. On Mon, Sep 27, 2010 at 11:34 AM, Hugo Mendes hugo.men...@gmail.com wrote: A best practice: Do browser detection instead. script type=text/javascript function html5elm(elm) {        return !!document.createElement(elm); } var myArray = ['header','nav

Re: [WSG] Paul Irish/Divya Manian HTML5 Boilerplate

2010-08-12 Thread Hugo Mendes
I'm sorry to disappoint you guys, but an HTML5 Professional Template with BROWSER DETECTION (those conditional comments in the markup) is not a best practice. - HM On Thu, Aug 12, 2010 at 2:46 PM, Sam Sherlock sam.sherl...@gmail.com wrote: Dan I would look past per-site design choices such as

Re: [WSG] Data URI encoder

2010-02-10 Thread Hugo Mendes
Unfortantly this technique doesn't work on IE6 and 7. Regards, Hugo Mendes http://www.hugomendes.com On Wed, Feb 10, 2010 at 11:21 AM, Foskett, Mike mike.fosk...@uk.tesco.com wrote: Hi all, May I ask the group to critique and comment on this image to data URI conversion tool? http

Re: [WSG] Issue related to the IE 6

2010-01-15 Thread Hugo Mendes
Also recommended: http://www.position-absolute.com/articles/css-for-ie6-6-common-problems-and-fast-ways-to-fix-them/ http://www.webdesignerwall.com/general/trash-all-ie-hacks/ http://www.noupe.com/css/using-javascript-to-fix-12-common-browser-headaches.html On Fri, Jan 15, 2010 at 7:50 AM,