<?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>FarmSoft Studios Scratchpad &#187; HTML</title>
	<atom:link href="http://scratchpad.farmsoftstudios.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://scratchpad.farmsoftstudios.com</link>
	<description>What We're Thinking About Right Now...</description>
	<lastBuildDate>Tue, 03 May 2011 21:47:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Steve Jobs&#8217; Thoughts on Flash</title>
		<link>http://scratchpad.farmsoftstudios.com/2010/05/apple-computer/steve-jobs-thoughts-on-flash/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2010/05/apple-computer/steve-jobs-thoughts-on-flash/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:08:41 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Apple Computer]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=203</guid>
		<description><![CDATA[In an excellently written article, Steve states clearly why Apple is embracing the future, and not relying on flash. http://www.apple.com/hotnews/thoughts-on-flash/]]></description>
			<content:encoded><![CDATA[<p>In an excellently written article, Steve states clearly why Apple is embracing the future, and not relying on flash.</p>
<p><a href="http://www.apple.com/hotnews/thoughts-on-flash/">http://www.apple.com/hotnews/thoughts-on-flash/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2010/05/apple-computer/steve-jobs-thoughts-on-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting an HTML element&#8217;s class with Javascript</title>
		<link>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/setting-an-html-elements-class-with-javascript/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/setting-an-html-elements-class-with-javascript/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 18:32:07 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=139</guid>
		<description><![CDATA[I was pulling my hair out trying to figure out why I was getting a parse-error with this code&#8230; DUH! document.getElementById('test').class = "test" &#8220;class&#8221; is a reserved name, of course&#8230; So you access it with: document.getElementById('test').className = "test"]]></description>
			<content:encoded><![CDATA[<p>I was pulling my hair out trying to figure out why I was getting a parse-error with this code&#8230; DUH!
<pre>document.getElementById('test').class = "test"</pre>
<p>&#8220;class&#8221; is a reserved name, of course&#8230;  So you access it with:
<pre>document.getElementById('test').className = "test"</pre>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2009/04/graphic-design/setting-an-html-elements-class-with-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Change Your URLs</title>
		<link>http://scratchpad.farmsoftstudios.com/2008/05/web-design/dont-change-your-urls/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2008/05/web-design/dont-change-your-urls/#comments</comments>
		<pubDate>Mon, 26 May 2008 14:39:50 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/?p=40</guid>
		<description><![CDATA[http://www.w3.org/Provider/Style/URI.html]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3.org/Provider/Style/URI.html">http://www.w3.org/Provider/Style/URI.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2008/05/web-design/dont-change-your-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a RewriteCond to work</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/06/graphic-design/getting-a-rewritecond-to-work/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/06/graphic-design/getting-a-rewritecond-to-work/#comments</comments>
		<pubDate>Tue, 19 Jun 2007 03:40:13 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/06/18/uncategorized/getting-a-rewritecond-to-work/</guid>
		<description><![CDATA[Wondering how to get a nice url such as http://www.farmsoftstudios.com/tools/ajax/tutorials.html to run a query for you? Here&#8217;s how to get this url: http://www.farmsoftstudios.com/tools.php?type=ajax&#38;style=tutorials to the url listed above. You&#8217;ll need a .htaccess file in the directory that you are working from. Create that, and then add these lines: RewriteEngine On RewriteBase /your/sub-directories/if/any Options +FollowSymLinks RewriteRule [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering how to get a nice url such as
<pre>http://www.farmsoftstudios.com/tools/ajax/tutorials.html</pre>
<p> to run a query for you?  Here&#8217;s how to get this url: <code>http://www.farmsoftstudios.com/tools.php?type=ajax&amp;style=tutorials</code> to the url listed above. You&#8217;ll need a .htaccess file in the directory that you are working from.  Create that, and then add these lines:</p>
<pre>RewriteEngine On
RewriteBase /your/sub-directories/if/any
Options +FollowSymLinks
RewriteRule tools/(.*)/(.*)\.html$ tools.php?type=$1&amp;style=$2</pre>
<p>To dissect that, first, you are calling an apache directive called RewriteRule.  That tells apache that you want this url rewritten.  Then you list the structure that you want created.  In our case, that is tools/ (which is static) and then the query&#8217;s &#8220;variables.&#8221;  What I mean by that is when I type
<pre>http://www.farmsoftstudios.com/tools/ajax/examples.html</pre>
<p> into the address bar, it creates a new query with <code>&amp;style=example</code> instead of tutorials.  Pretty slick, eh?</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/06/graphic-design/getting-a-rewritecond-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AJAX Contact Form</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/04/web-design/ajax-contact-form/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/04/web-design/ajax-contact-form/#comments</comments>
		<pubDate>Thu, 26 Apr 2007 17:23:13 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/04/26/web-design/ajax-contact-form/</guid>
		<description><![CDATA[I am releasing a beta-version of my new AJAX contact form. you can find it here: contact.php. Notice that all the links on the top are just there to show you how it would look as placed in a webpage. Comments, bug-reports, or anything else are appreciated. Thanks!]]></description>
			<content:encoded><![CDATA[<p>I am releasing a beta-version of my new <acronym title="Asynchronous JavaScript and XML">AJAX</acronym> contact form. you can find it here: <a href="http://farmsoftstudios.com/ajax/3/contact.php">contact.php</a>.  Notice that all the links on the top are just there to show you how it would look as placed in a webpage.  Comments, bug-reports, or anything else are appreciated.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/04/web-design/ajax-contact-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Contact Form</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/04/graphic-design/new-contact-form/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/04/graphic-design/new-contact-form/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 18:40:34 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/04/13/uncategorized/new-contact-form/</guid>
		<description><![CDATA[I totally rewrote the contact form, making it a completely table-less design. The form validation still works, and the code is a whole lot cleaner now. Go ahead and try it out!]]></description>
			<content:encoded><![CDATA[<p>I totally rewrote the <a href="http://farmsoftstudios.com/contact.php">contact form</a>, making it a completely table-less design.  The form validation still works, and the code is a whole lot cleaner now.</p>
<p>Go ahead and try it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/04/graphic-design/new-contact-form/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updated Portfolio</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/04/graphic-design/updated-portfolio/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/04/graphic-design/updated-portfolio/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 14:54:11 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/04/10/graphic-design/updated-portfolio/</guid>
		<description><![CDATA[Just updated the theme of my portfolio today. I added &#8216;LightBox&#8217; support in there, which hopefully speeds up the loading time.]]></description>
			<content:encoded><![CDATA[<p>Just updated the theme of my portfolio today.  I added &#8216;LightBox&#8217; support in there, which hopefully speeds up the loading time.</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/04/graphic-design/updated-portfolio/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>FarmSoft Studios WebAssistance</title>
		<link>http://scratchpad.farmsoftstudios.com/2007/04/web-design/farmsoft-studios-webassistance/</link>
		<comments>http://scratchpad.farmsoftstudios.com/2007/04/web-design/farmsoft-studios-webassistance/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 14:59:20 +0000</pubDate>
		<dc:creator>FarmSoft Studios</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://scratchpad.farmsoftstudios.com/archives/2007/04/05/uncategorized/farmsoft-studios-webassistance/</guid>
		<description><![CDATA[Are you sick of your (X)HTML and CSS struggles? FarmSoft Studios has started a forum for you! Go to www.farmsoftstudios.com/webassistance/ and post your problem. An HTML guru should be on your case shortly!]]></description>
			<content:encoded><![CDATA[<p>Are you sick of your (X)HTML and CSS struggles?  FarmSoft Studios has started a forum for you!  Go to <a href="http://www.farmsoftstudios.com/webassistance/">www.farmsoftstudios.com/webassistance/</a> and post your problem.  An HTML guru should be on your case shortly!</p>
]]></content:encoded>
			<wfw:commentRss>http://scratchpad.farmsoftstudios.com/2007/04/web-design/farmsoft-studios-webassistance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

