<?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>Schuler Design</title>
	<atom:link href="http://schulerdesign.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://schulerdesign.com</link>
	<description>Web Design and Development</description>
	<lastBuildDate>Wed, 11 Aug 2010 17:51:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>HTML 5</title>
		<link>http://schulerdesign.com/?p=18</link>
		<comments>http://schulerdesign.com/?p=18#comments</comments>
		<pubDate>Wed, 11 Aug 2010 17:50:38 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://schulerdesign.com/?p=18</guid>
		<description><![CDATA[HTML 5 is at our doorstep. It&#8217;s knocking and we&#8217;re answering. Have you thought about what HTML 5 means to your site? Here&#8217;s a good overview. I&#8217;m sure there&#8217;s a long road ahead but it&#8217;s exciting to see competition to &#8230; <a href="http://schulerdesign.com/?p=18">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>HTML 5 is at our doorstep. It&#8217;s knocking and we&#8217;re answering. Have you thought about what HTML 5 means to your site? Here&#8217;s a good overview. I&#8217;m sure there&#8217;s a long road ahead but it&#8217;s exciting to see competition to flash and less monopolization of video/animation web content.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/EdDc7sWjCL4&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EdDc7sWjCL4&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://schulerdesign.com/?feed=rss2&amp;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN+SSH+Dreamweaver+Coda+Versions, Notes on Version Control with Subversion over SSH</title>
		<link>http://schulerdesign.com/?p=10</link>
		<comments>http://schulerdesign.com/?p=10#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:49:12 +0000</pubDate>
		<dc:creator>Rob</dc:creator>
				<category><![CDATA[Web Docs]]></category>

		<guid isPermaLink="false">http://schulerdesign.com/?p=10</guid>
		<description><![CDATA[Getting SVN over SSH running was a headache for me but worth it. However, having used Perforce and dealing with it&#8217;s configuration issues, SVN is a much smaller headache. I&#8217;m using this as a resource for me and whoever finds &#8230; <a href="http://schulerdesign.com/?p=10">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Getting SVN over SSH running was a headache for me but worth it. However, having used Perforce and dealing with it&#8217;s configuration issues, SVN is a much smaller headache. I&#8217;m using this as a resource for me and whoever finds it useful.</p>
<p><span id="more-10"></span>This is from a mac perspective using a preconfigured SVN server with Site5 and already have SSH access to my web server.<br />
On the server:<br />
Make a directory for your repository (repo):<br />
mkdir svn #any name you like</p>
<p>Create your SVN repo:<br />
svnadmin create /home/[username]/svn/[projectname]</p>
<p>On your local machine<br />
Edit the ~/.subversion/config file and add this line under the tunnels section:</p>
<p>ssh = $SVN_SSH [/path/to/]ssh -q</p>
<p>Dreamweaver settings:<br />
Protocol: SVN+SSH<br />
Server address: [username]@[yourdomain]<br />
Repo path: /home/[username]/svn/[projectname]<br />
Username: [username]@[yourdomain]<br />
Password: [yourpass]</p>
<p>Coda and Versions Settings:<br />
Server address: svn+ssh://[username]@[yourdomain]/home/[username]/svn/[projectname]<br />
Username: [username]<br />
Password: [yourpass]</p>
]]></content:encoded>
			<wfw:commentRss>http://schulerdesign.com/?feed=rss2&amp;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
