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, 03 Jan 2012 17:57:31 +0000 hourly 1 http://wordpress.org/?v=3.3 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 .... 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 '\'. 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 :( 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 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! 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 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! Ah Finally! Thank you!

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

Have got it running smoothly with chrome!

]]>
Comment on Hack for Webkit: Filter for Chrome and Safari by jazz009 http://www.evotech.net/blog/2010/04/hack-for-webkit-filter-for-chrome-and-safari/#comment-19541 jazz009 Tue, 19 Jul 2011 21:12:22 +0000 http://www.evotech.net/blog/?p=95#comment-19541 Thanks Estelle, saved my life, I was close to commit suicide trying to fix for hours a problem that appears only on Chrome and Safari. Cheers Thanks Estelle, saved my life, I was close to commit suicide trying to fix for hours a problem that appears only on Chrome and Safari.
Cheers

]]>
Comment on CSS3 Columns & Browser Support by Tyler http://www.evotech.net/blog/2010/02/css3-columns-browser-support/#comment-18850 Tyler Wed, 15 Jun 2011 15:54:04 +0000 http://www.evotech.net/blog/?p=90#comment-18850 Thanks. This helped out tremendously. By the way, I believe Opera 11.10+ supports multi-column layouts. The vendor prefix is not necessary. Thanks. This helped out tremendously. By the way, I believe Opera 11.10+ supports multi-column layouts. The vendor prefix is not necessary.

]]>
Comment on Vertical Centering with CSS by Matt http://www.evotech.net/blog/2007/05/vertical-centering-with-css/#comment-18845 Matt Wed, 15 Jun 2011 10:37:49 +0000 http://www.evotech.net/blog/2007/05/vertical-centering-with-css/#comment-18845 Even in 2011 these techniques are still really useful - thanks :) Even in 2011 these techniques are still really useful – thanks :)

]]>
Comment on CSS Hack for Google Chrome and Safari 4 by eMi--Goth http://www.evotech.net/blog/2008/09/css-hack-for-google-chrome-and-safari-31/#comment-18643 eMi--Goth Sun, 05 Jun 2011 05:45:00 +0000 http://www.evotech.net/blog/?p=58#comment-18643 For Chrome only @media screen and (-webkit-min-device-pixel-ratio:0) { CODE HERE } It's work!!! THANKS ALOT!!!!! For Chrome only
@media screen and (-webkit-min-device-pixel-ratio:0) {
CODE HERE }

It’s work!!!

THANKS ALOT!!!!!

]]>
Comment on CSS Best Practices by HTML, CSS & JavaScript Web Designer or Web Developer Interview Questions | Inspiration http://www.evotech.net/blog/2007/04/css-best-practices/#comment-18534 HTML, CSS & JavaScript Web Designer or Web Developer Interview Questions | Inspiration Mon, 30 May 2011 16:18:26 +0000 http://www.evotech.net/blog/2007/04/css-best-practices/#comment-18534 [...] class names (what naming conventions do you use)? A: While there are no right answers, there are best practices. Issues to look for are not having div mania, no inline CSS, no presentational markup, minimal use [...] [...] class names (what naming conventions do you use)? A: While there are no right answers, there are best practices. Issues to look for are not having div mania, no inline CSS, no presentational markup, minimal use [...]

]]>