<?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>Will Stumpf</title>
	<atom:link href="http://www.willstumpf.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.willstumpf.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 15 Jul 2011 14:59:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Ocean city</title>
		<link>http://www.willstumpf.com/blog/2011/07/ocean-city/</link>
		<comments>http://www.willstumpf.com/blog/2011/07/ocean-city/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 14:59:27 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.willstumpf.com/2011/07/ocean-city/</guid>
		<description><![CDATA[Yesterday I came down to Ocean City Maryland to stay here for the weekend. It&#8217;s been pretty good so far the weather is absolutely beautiful and the water temperature is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.willstumpf.com/blog/wp-content/uploads/2011/07/20110715-105712.jpg"><img src="http://www.willstumpf.com/blog/wp-content/uploads/2011/07/20110715-105712.jpg" alt="20110715-105712.jpg" class="alignnone size-full" /></a></p>
<p>Yesterday I came down to Ocean City Maryland to stay here for the weekend. It&#8217;s been pretty good so far the weather is absolutely beautiful and the water temperature is good! </p>
<p>I&#8217;m staying here till Monday so hopefully it will continue being this nice until then.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willstumpf.com/blog/2011/07/ocean-city/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Rock Landscaping</title>
		<link>http://www.willstumpf.com/blog/2011/07/the-rock-landscaping/</link>
		<comments>http://www.willstumpf.com/blog/2011/07/the-rock-landscaping/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 12:50:04 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Portfolio]]></category>

		<guid isPermaLink="false">http://www.willstumpf.com/?p=34</guid>
		<description><![CDATA[A logo I designed for a client that does landscaping.]]></description>
			<content:encoded><![CDATA[<p>A logo I designed for a client that does landscaping.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willstumpf.com/blog/2011/07/the-rock-landscaping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Sessions on all sub domains</title>
		<link>http://www.willstumpf.com/blog/2011/01/php-sessions-on-all-sub-domains/</link>
		<comments>http://www.willstumpf.com/blog/2011/01/php-sessions-on-all-sub-domains/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 20:08:01 +0000</pubDate>
		<dc:creator>will</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://www.willstumpf.com/blog/?p=10</guid>
		<description><![CDATA[To pass sessions throughout your domain and subdomain there is an easy fix. If you have access to your php.ini file just add the following If not, add this to [...]]]></description>
			<content:encoded><![CDATA[<p>To pass sessions throughout your domain and subdomain there is an easy fix.</p>
<p>If you have access to your php.ini file just add the following</p>
<p>If not, add this to where you start your session in your PHP file</p>
<pre>ini_set("session.cookie_domain", ".yourdomain.com");
session_start();</pre>
<p>The &#8220;.&#8221; before your domain specifies it for all subdomains.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.willstumpf.com/blog/2011/01/php-sessions-on-all-sub-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

