<?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>Adam Christian &#187; theme</title>
	<atom:link href="http://adamchristian.com/archives/tag/theme/feed" rel="self" type="application/rss+xml" />
	<link>http://adamchristian.com</link>
	<description>Writing about Life, Business and Technology - the way I see it.</description>
	<lastBuildDate>Wed, 09 Jun 2010 08:22:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Skinning Windmill with JQuery UI Themes</title>
		<link>http://adamchristian.com/archives/221</link>
		<comments>http://adamchristian.com/archives/221#comments</comments>
		<pubDate>Wed, 25 Mar 2009 01:15:27 +0000</pubDate>
		<dc:creator>adam</dc:creator>
				<category><![CDATA[Automation]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Windmill]]></category>
		<category><![CDATA[Windmill-dev]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://adamchristian.com/?p=221</guid>
		<description><![CDATA[I have been doing a lot of UI work on the Windmill trunk, and over the past few months I have had multiple requests for the ability to apply skins. Of course my reaction up until this point has been&#8230; alter the CSS! Which is not exactly the answer people were looking for.
Here is your [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing a lot of UI work on the Windmill trunk, and over the past few months I have had multiple requests for the ability to apply skins. Of course my reaction up until this point has been&#8230; alter the CSS! Which is not exactly the answer people were looking for.</p>
<p>Here is your answer, and it is now easier than ever.</p>
<p><strong>1.</strong> Go to: <a href="http://jqueryui.com/themeroller/">http://jqueryui.com/themeroller/</a> and create your theme (or pick a pre-defined one)<br />
<strong>2.</strong> Download and unzip the file. (it doesn&#8217;t matter what you select for jQuery components)<br />
- On a mac you will find something like this: jquery-ui-1.7.1.custom.zip Folder<br />
<strong>3.</strong> Open the contained CSS folder there will be another folder, currently windmill uses &#8220;smoothness&#8221;<br />
<strong>4.</strong> Find <em>windmill/html/css</em> folder in the windmill source directory<br />
<strong>5.</strong>  Copy the specified folder in step 3 into this folder<br />
<strong>6.</strong> Edit windmill/html/remote.html, line 10 to read like the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">&lt;link type<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;text/css&quot;</span> href<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;css/*your folder name*/jquery-ui-1.7.1.custom.css&quot;</span> rel<span style="color: #00AA00;">=</span><span style="color: #ff0000;">&quot;stylesheet&quot;</span> /<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p><strong>7.</strong> Load windmill!!</p>
<p>Here are a couple examples of pre-defined themes I tested out.</p>
<p><strong>Humanity</strong><br />
<img class="alignnone size-full wp-image-223" title="Windmill Theme" src="http://www.adamchristian.com/wp-content/uploads/2009/03/e73bfb899c1b3e804b3bf46830d9ba761.png" alt="Windmill Theme" width="438" height="492" /><br />
<strong>UI Darkness</strong><br />
<img class="alignnone size-full wp-image-224" title="Windmill Theme" src="http://www.adamchristian.com/wp-content/uploads/2009/03/a84ceded77718ff0a88b8916a4a0bc24.png" alt="Windmill Theme" width="446" height="519" /></p>
<p>Happy skinning.</p>
]]></content:encoded>
			<wfw:commentRss>http://adamchristian.com/archives/221/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
