Comments for CSS, JavaScript and XHTML Explained http://www.evotech.net/blog Estelle Weyl's Blog of quirks, random thoughts and funky finds discovered in day-to-day coding Tue, 26 Mar 2013 18:25:03 +0000 hourly 1 http://wordpress.org/?v=3.5.1 Comment on 15 JavaScript Gotchas by JavaScript Gotchas! ← Crushing Boredom http://www.evotech.net/blog/2008/10/13-javascript-gotchas/#comment-25879 JavaScript Gotchas! ← Crushing Boredom Tue, 26 Mar 2013 18:25:03 +0000 http://www.evotech.net/blog/?p=60#comment-25879 [...] Apparently, it seems “The JavaScript DOM bindings allow indexing by HTML id” as explained at http://www.evotech.net/blog/2008/10/13-javascript-gotchas/#idconflicts. [...]

]]>
Comment on Web Development for the iPhone by Freddy http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-23712 Freddy Sat, 31 Mar 2012 12:59:17 +0000 http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-23712 Targeting specific browsers and platforms is not good web dev practice. We’re supposed to be using these things called “web standards”. Now we’re back in the 90s again… “if IE do this, if Netscape do this”.

Nice going. Good luck with that guys.

]]>
Comment on CSS Hack for Google Chrome and Safari 4 by Rahul http://www.evotech.net/blog/2008/09/css-hack-for-google-chrome-and-safari-31/#comment-22112 Rahul Tue, 03 Jan 2012 17:57:31 +0000 http://www.evotech.net/blog/?p=58#comment-22112 I want hack only for safari and I use this code

@media screen and (-webkit-min-device-pixel-ratio:0){
.opensource {width:1000px;}
}

but it affect on both chrome and safari ….

]]>
Comment on CSS & Javascript Character Entity Calculator by netgoblin http://www.evotech.net/blog/2007/08/css-javascript-character-entities/#comment-21774 netgoblin Thu, 15 Dec 2011 16:55:27 +0000 http://www.evotech.net/blog/2007/08/css-javascript-character-entity-calculator/#comment-21774 i found the easyest way to convert symbols from ‘▾’ to ‘\25BE’
use microsoft calculator =)
yes, enable programmers mode, turn on decimal system, enter ’9662′, then switch to hex and you’ll get ’25BE’. just add slash ‘\’.

]]>
Comment on Javascript, CSS, and (X)HTML entities in numeric order by Marcy http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/#comment-21514 Marcy Fri, 02 Dec 2011 20:46:40 +0000 http://www.evotech.net/blog/2007/04/named-html-entities-in-numeric-order/#comment-21514 What is the :before content entity for a bullet (small filled circle)? You call it out in the beginning of the article but use a heart icon instead :(

]]>
Comment on Web Development for the iPhone by Detecting orientation changes in mobile Safari on iOS, and other supported browsers - Code Couch http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-21279 Detecting orientation changes in mobile Safari on iOS, and other supported browsers - Code Couch Mon, 21 Nov 2011 12:07:41 +0000 http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-21279 [...] the width of the window. I’m happy to report that times have changed since 2007, when this blog post was [...]

]]>
Comment on 22 Questions to Ask Before Developing a Website by Sammi Jo http://www.evotech.net/blog/2009/04/22-web-client-ued-questions/#comment-21142 Sammi Jo Tue, 15 Nov 2011 06:44:36 +0000 http://www.evotech.net/blog/?p=74#comment-21142 Thanks so much for this comprehensive list!

I’m about to begin my first design project for a client, and I feel much more confident going into my initial meeting tomorrow with the extra questions to add to the very basic list I had previously.

Great post! And timeless, as well. I see you posted in April 2009 from a list developed in 2002, and it’s still helping others. I’m only sorry to see the person who copied your work hasn’t given proper credit. Her post is copied from yours right down to the very last line, “Always know who is going to pay you before you start working.”

Thanks again!

]]>
Comment on Web Development for the iPhone by Cascading Style Sheets Reference Links | kabayview.com http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-20761 Cascading Style Sheets Reference Links | kabayview.com Mon, 10 Oct 2011 13:56:57 +0000 http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-20761 [...] Web Development for the iPhone – Estelle Weyl [...]

]]>
Comment on Web Development for the iPhone by Priya http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-20276 Priya Wed, 14 Sep 2011 18:23:46 +0000 http://www.evotech.net/blog/2007/07/web-development-for-the-iphone/#comment-20276 Can we check iphone output on safari ?

]]>
Comment on CSS Hack for Google Chrome and Safari 4 by Wink http://www.evotech.net/blog/2008/09/css-hack-for-google-chrome-and-safari-31/#comment-19923 Wink Thu, 25 Aug 2011 13:43:55 +0000 http://www.evotech.net/blog/?p=58#comment-19923 Ah Finally! Thank you!

As @matt asked Does it work with opera 11.x?

Have got it running smoothly with chrome!

]]>