<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Traversal &#187; XHTML</title>
	<atom:link href="http://traversal.com.au/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://traversal.com.au</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 04:59:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>jscalendar skin &#8211; minium</title>
		<link>http://traversal.com.au/blog/2007/08/14/jscalendar-skin-minium/</link>
		<comments>http://traversal.com.au/blog/2007/08/14/jscalendar-skin-minium/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 09:51:55 +0000</pubDate>
		<dc:creator>Travis Hensgen</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://mondea.com.au/blog/?p=4</guid>
		<description><![CDATA[A new skin that adopts the look of Apple's "pro" interfaces, for the excellent jscalendar component by Mihai Bazon of dynarch.com.]]></description>
			<content:encoded><![CDATA[<p>I really like the <a href="http://www.dynarch.com/projects/calendar/">jscalendar</a> popup calendar component by Mihai Bazon of <a href="http://www.dynarch.com">dynarch.com</a> and I&#8217;m sure I&#8217;m not alone &#8211; it manages to pack in a wealth of features yet still be intuitive to the average user.</p>
<p>I&#8217;m not so mad on the available skins however &#8211; in particular, the <em>Aqua</em> theme takes on the look and feel of the first few releases of Mac OS X when those white and grey background stripes were not-so-subtle and not-so-attractive. No, I wanted a skin that was a little more up-to-date for a project I&#8217;ve been working on, so after a few hours in the lab here is the <a href="http://traversal.com.au/downloads/jscalendar_minium.zip">Minium</a> skin (also based on a theme name I&#8217;m using for said project).</p>
<p><img src="http://traversal.com.au/images/jscalendar_minium.png" alt="Minium Theme Preview" /></p>
<p>Yep, it&#8217;s heavily inspired by Mac OS X, and in particular, Apple&#8217;s &#8220;pro&#8221; look and feel, which probably stuck in my head when I checked out <a href="http://www.apple.com/iwork/numbers/">Numbers</a> the day it was released <img src='http://traversal.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Hopefully this will be just the ticket for polishing up your web application too!</p>
<p><a href="http://traversal.com.au/downloads/jscalendar_minium.zip">Download <em>Minium</em> for jscalendar.</a></p>
<p>To use the skin with jscalendar, place the <em>minium</em> folder contained in the zip file inside the <em>skins</em> folder in your jscalendar install, and add a link tag to the theme.css file inside. </p>
]]></content:encoded>
			<wfw:commentRss>http://traversal.com.au/blog/2007/08/14/jscalendar-skin-minium/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Markup Conventions</title>
		<link>http://traversal.com.au/blog/2007/05/14/markup-conventions/</link>
		<comments>http://traversal.com.au/blog/2007/05/14/markup-conventions/#comments</comments>
		<pubDate>Mon, 14 May 2007 04:27:22 +0000</pubDate>
		<dc:creator>Travis Hensgen</dc:creator>
				<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://mondea.com.au/blog/?p=3</guid>
		<description><![CDATA[Many of us have our own conventions when working with HTML - here's one of mine for form elements.]]></description>
			<content:encoded><![CDATA[<p>While hardly earth shattering, one useful XHTML convention I&#8217;ve been using lately is to always make the id attribute the <strong>first</strong> on a tag, and make the class attribute the <strong>last</strong>. The most common case that I need both attributes is for input tags (and usually because IE 6 doesn&#8217;t support attribute-selectors), for example:</p>
<pre class="brush: xhtml">

&lt;input id=&quot;first-name&quot; name=&quot;first-name&quot; type=&quot;text&quot; classic=&quot;text&quot; /&gt;
</pre>
<p>Using this convention also means I can place the <code>id</code> and the <code>name</code> adjacent to each other &#8211; also handy. While this may not be the preferred convention for everyone, I find it&#8217;s just one more thing that helps me read that code in 6 months time &#8211; if I stick to it, it&#8217;s pretty quick for my eye to scan to that all-important information. </p>
]]></content:encoded>
			<wfw:commentRss>http://traversal.com.au/blog/2007/05/14/markup-conventions/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>


<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Key:                category/xhtml/feed/_index.html
Caching:            enabled
Status:             not cached
Creation Time:      0.273s
Header info:
X-Pingback:         http://traversal.com.au/xmlrpc.php
ETag:               "64c6a36058dc032fbf8154666f79bb0d"
X-Powered-By:       W3 Total Cache/0.9.1.3
Content-Type:       text/xml; charset=UTF-8
Last-Modified:      Mon, 06 Feb 2012 20:46:31 GMT
Vary:               Accept-Encoding, Cookie
Content-Encoding:   gzip
-->
