<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>CSS, JavaScript and XHTML Explained</title>
	<link>http://www.evotech.net/blog</link>
	<description>Quirks, random thoughts and funky finds discovered in day-to-day coding.</description>
	<pubDate>Thu, 24 Apr 2008 04:41:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>ARIA: Accessible Rich Internet Applications basics</title>
		<link>http://www.evotech.net/blog/2008/03/aria-accessible-rich-internet-applications-basics/</link>
		<comments>http://www.evotech.net/blog/2008/03/aria-accessible-rich-internet-applications-basics/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 04:05:48 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2008/03/aria-accessible-rich-internet-applications-basics/</guid>
		<description><![CDATA[
ul.popup_li {float:left; width:100%;}
ul.popup_li li {position:relative; display:block; width:33%; float:left;}
ul.popup_li li div {position:absolute; top: 0.5em; left:3em; border:1px solid #ddd; background-color:#f7f7f7; padding:5px; width:200px; display:none;}
ul.popup_li li:hover div {display:block;z-index: 500;	}


Note: This blog is still in development, but it&#8217;s come a long way, and it is likely already a bit helpful. I will be adding more example snippets and more about [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2008/03/aria-accessible-rich-internet-applications-basics/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE8 CSS Support: Internet Explorer 8 and CSS 3</title>
		<link>http://www.evotech.net/blog/2008/03/ie8-css-support-internet-explorer-8-and-css-3/</link>
		<comments>http://www.evotech.net/blog/2008/03/ie8-css-support-internet-explorer-8-and-css-3/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 22:46:32 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2008/03/ie8-css-support-internet-explorer-8-and-css-3/</guid>
		<description><![CDATA[
.css3selectors th, .explain {background-color:#FFFF66; padding:4px; }
.css3selectors td {padding:4px;}
.css3selectors td.compliant {background-color:#009900;}
.css3selectors td.iffy {background-color:#FF9900;}
.css3selectors td.noncompliant {background-color:#FF0000;}

IE8 Beta has been released. And, no, it still doesn&#8217;t support CSS3 selecteors. 
Below are the various CSS selectors, including CSS3 selectors, and current browser support.  Green / &#8730; means current support. Orange / &#916; means that the browsers have some [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2008/03/ie8-css-support-internet-explorer-8-and-css-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using images as Bullets in XHTML Lists</title>
		<link>http://www.evotech.net/blog/2007/10/using-images-as-bullets-in-xhtml-lists/</link>
		<comments>http://www.evotech.net/blog/2007/10/using-images-as-bullets-in-xhtml-lists/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 15:35:14 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/10/using-images-as-bullets-in-xhtml-lists/</guid>
		<description><![CDATA[Creating lists with Images as Bullets using CSS 
All CSS compliant browsers and IE support images as a list style type. Most designers actually prefer to use images instead of default bullet support because there is more control and more consistency in appearance across different browsers. 
While the general idea should be very simple, a [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/10/using-images-as-bullets-in-xhtml-lists/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yet Another Image Replacement Method</title>
		<link>http://www.evotech.net/blog/2007/09/css-image-replacement-method/</link>
		<comments>http://www.evotech.net/blog/2007/09/css-image-replacement-method/#comments</comments>
		<pubDate>Thu, 20 Sep 2007 04:39:36 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[Best Practices]]></category>

		<category><![CDATA[CSS (including hacks)]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/09/css-image-replacement-method/</guid>
		<description><![CDATA[Semantic CSS Image Replacement
Yes,  &#34;YAIRM&#34; (&#34;Yet Another Image Replacement Method&#34;) is a crappy acronym.  Anyhow&#8230;. 
There have been several image replacement suggestions made over the past 5 years. Semantically, some just don&#8217;t make sense. Of course, the accessibility of your image replacement method and the semantic &#34;correctness&#34; has to do with how you [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/09/css-image-replacement-method/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Favicons: why and how to create favicons</title>
		<link>http://www.evotech.net/blog/2007/09/favicons-why-and-how-to-create-favicons/</link>
		<comments>http://www.evotech.net/blog/2007/09/favicons-why-and-how-to-create-favicons/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 04:35:33 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[Best Practices]]></category>

		<category><![CDATA[Cursors &amp; Icons]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/09/favicons-why-and-how-to-create-favicons/</guid>
		<description><![CDATA[ The &#34;WHY&#34; of Favicons
Favicons ARE an integral part of your website and branding.
Favicons are the single most important graphic appearing on a website. While that sounds like a strong statement, it&#8217;s true. Favicons are the least expensive and most overlooked visual branding opportunity. 
Favicons are the 16 x 16 pixel images that show up [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/09/favicons-why-and-how-to-create-favicons/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alternative Text for Images: the ALT attribute</title>
		<link>http://www.evotech.net/blog/2007/08/alternitive-text-for-images-the-alt-attribute/</link>
		<comments>http://www.evotech.net/blog/2007/08/alternitive-text-for-images-the-alt-attribute/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 18:44:30 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[Accessibility]]></category>

		<category><![CDATA[Best Practices]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/08/alternitive-text-for-images-the-alt-attribute/</guid>
		<description><![CDATA[For a webpage to validate and be accessible, all images must have a value for the alt attribute, even if that value is empty. The XHTML DTD requires only two atttributes for the img element: src and alt. The XHTML DTD tells you it needs to be there. WCAG tells you a bit more about [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/08/alternitive-text-for-images-the-alt-attribute/feed/</wfw:commentRss>
		</item>
		<item>
		<title>CSS &#38; Javascript Character Entity Calculator</title>
		<link>http://www.evotech.net/blog/2007/08/css-javascript-character-entities/</link>
		<comments>http://www.evotech.net/blog/2007/08/css-javascript-character-entities/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 17:38:52 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[CSS (including hacks)]]></category>

		<category><![CDATA[Character Entities]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/08/css-javascript-character-entity-calculator/</guid>
		<description><![CDATA[Javascript and CSS Entity Conversion Calculator
Enter your HTML Entity Character number  (such as &#38;#2335 or just 2335 - &#2335;) to get the CSS and JS values for that entity. Explanations on how to use the results are below.

Numeric Value (Decimal)
 
CSS Value (Hex)


JS Value (Hex)
 
 (open in new window). named entities &#124; numeric [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/08/css-javascript-character-entities/feed/</wfw:commentRss>
		</item>
		<item>
		<title>First 5800 Numeric HTML Character Entities</title>
		<link>http://www.evotech.net/blog/2007/08/first-5800-numeric-html-character-entities/</link>
		<comments>http://www.evotech.net/blog/2007/08/first-5800-numeric-html-character-entities/#comments</comments>
		<pubDate>Sat, 04 Aug 2007 17:52:20 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/08/first-5800-numeric-html-character-entities/</guid>
		<description><![CDATA[First 5800 Numeric HTML Character Entities
Below are left-to-right entities (Hebrew and Arabic were removed).  To learn how to include the entities below in CSS or Javascript, please read visit Javascript, CSS, and (X)HTML entities in numeric order or convert is with the javascript and CSS entity calculator.

&#38;#11; = &#11;
&#38;#12; =&#12;
&#38;#32; = &#32;
&#38;#33; = &#33;
&#38;#34; [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/08/first-5800-numeric-html-character-entities/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ISO 8601 date in PHP</title>
		<link>http://www.evotech.net/blog/2007/08/converting-iso-8601-date-in-php/</link>
		<comments>http://www.evotech.net/blog/2007/08/converting-iso-8601-date-in-php/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 21:37:10 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/08/converting-iso-8601-date-in-php/</guid>
		<description><![CDATA[Converting ISO 8601 date string in PHP
JavaScript Date Object explained how to convert ISO 8601 dates in Javascript.  Thanks to Ryan Kennedy, we have a function to convert ISO 8601 dates in PHP.
This is how you can call the function:
$theDateFormattedMyWay = date("F j, Y", parse_datetime($ISO8601_formate_date]));
For other possible formats, please visit: http://php.net/manual/en/function.date.php.
You need to then [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/08/converting-iso-8601-date-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript Date Object</title>
		<link>http://www.evotech.net/blog/2007/07/javascript-date-object/</link>
		<comments>http://www.evotech.net/blog/2007/07/javascript-date-object/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 18:18:54 +0000</pubDate>
		<dc:creator>Estelle</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.evotech.net/blog/2007/07/javascript-date-object/</guid>
		<description><![CDATA[Javascript: Things you should know
Note: This is part IV of a &#34;Javascript: Things you should know&#34; series. I assume readers have an understanding of the core language. This section goes over the creation of date objects. Most resources go over creating a current time date object.  This goes over the rest. The previous entry [...]]]></description>
		<wfw:commentRss>http://www.evotech.net/blog/2007/07/javascript-date-object/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
