<?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; JavaScript</title>
	<atom:link href="http://traversal.com.au/category/javascript/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>Announcing JEL</title>
		<link>http://traversal.com.au/blog/2007/05/09/hello-world-2/</link>
		<comments>http://traversal.com.au/blog/2007/05/09/hello-world-2/#comments</comments>
		<pubDate>Wed, 09 May 2007 09:49:36 +0000</pubDate>
		<dc:creator>Travis Hensgen</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JEL]]></category>

		<guid isPermaLink="false">http://traversal.com.au/wordpress/?p=5</guid>
		<description><![CDATA[I've decided to start writing a blog, and for my first post I'm releasing a library I've been working on - JEL (the JavaScript Enhancement Library) which is built on top of Prototype and Dean Edwards' Base library.]]></description>
			<content:encoded><![CDATA[<p>As part of my first foray into the blogosphere, I&#8217;m proud to announce the release of <a href="http://traversal.com.au/projects/jel-for-prototype/">JEL</a> (the JavaScript Enhancement Library) which, as the tagline suggests, aims to relieve the aches and pains of <strong>everyday</strong> web development. JEL is built on top of the fantastic <a href="http://prototypejs.org">Prototype</a> Framework and the stupidly useful <a href="http://dean.edwards.name/base/">Base</a> library by <a>Dean Edwards</a>, and I&#8217;d like to thank those people for their incredible gifts to the web developer community.</p>
<p>Far from being the next great JavaScript effects library (that domain is <a href="http://script.aculo.us">pretty</a> <a href="http://www.openrico.org/">well</a> <a href="http://berniecode.com/writing/animator.html">covered</a>) JEL is focused on the utilitarian, and was borne out of me being sick of writing the same old date-handling, string-handling or form validation code over and over again. Which means you&#8217;ll have more time to pimp your site up with JavaScript FX! Hooray!(?)</p>
<p>The JEL site contains full <a href="ttp://traversal.com.au/projects/jel-for-prototype/docs/">API Documentation</a> built with <a href="http://naturaldocs.org">NaturalDocs</a>, inspired by the MooTools documentation which is one of the best documentation sites I have ever seen (thanks Greg for NaturalDocs, and <a href="http://mad4milk.net/">Mad4Milk</a> for pointing me toward a brilliant way to document JavaScript code). And for those who don&#8217;t like reading reference docs, I have written up some <a href="ttp://traversal.com.au/projects/jel-for-prototype/manual/">Manual</a> pages to help you get started.</p>
<p>And yes, I know my site looks pretty much like the default WordPress template (&#8220;lame!&#8221; as <a href="http://en.wikipedia.org/wiki/John_Dorian">John Dorian</a> would surely say), but I&#8217;m tired of <a href="http://www.urbandictionary.com/define.php?term=lurking">lurking</a> and <em>content is king</em> right? Now that the first release of JEL is done, I&#8217;ll have more time to devote to a pretty template of my very own!</p>
<p>I&#8217;ve got a lot more to say about things I&#8217;ve picked up while developing JEL so stay tuned&#8230; </p>
]]></content:encoded>
			<wfw:commentRss>http://traversal.com.au/blog/2007/05/09/hello-world-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>


<!-- W3 Total Cache: Page cache debug info:
Engine:             disk (enhanced)
Key:                category/javascript/feed/_index.html
Caching:            enabled
Status:             not cached
Creation Time:      0.220s
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:48:59 GMT
Vary:               Accept-Encoding, Cookie
Content-Encoding:   gzip
-->
