<?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>Vincent Crossley</title>
	<atom:link href="http://vcrossley.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vcrossley.com</link>
	<description>Entrepreneur / Product Manager</description>
	<lastBuildDate>Sun, 18 Jul 2010 05:28:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Test 2</title>
		<link>http://vcrossley.com/2010/07/test-2/</link>
		<comments>http://vcrossley.com/2010/07/test-2/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 02:45:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Event]]></category>

		<guid isPermaLink="false">http://vcrossley.com/?p=71</guid>
		<description><![CDATA[More testing&#8230;]]></description>
			<content:encoded><![CDATA[<p>More testing&#8230;</p>
<p><object width="500" ><param name="movie" value="http://www.youtube.com/v/7iNuEiUknCw&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/7iNuEiUknCw&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://vcrossley.com/2010/07/test-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blah blah testing</title>
		<link>http://vcrossley.com/2010/07/blah-blah-testing/</link>
		<comments>http://vcrossley.com/2010/07/blah-blah-testing/#comments</comments>
		<pubDate>Sun, 18 Jul 2010 02:21:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vcrossley.com/?p=69</guid>
		<description><![CDATA[Testing testing&#8230;]]></description>
			<content:encoded><![CDATA[<p>Testing testing&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vcrossley.com/2010/07/blah-blah-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customize the Feedburner Email Subscription Form</title>
		<link>http://vcrossley.com/2008/12/customize-the-feedburner-email-subscription-form/</link>
		<comments>http://vcrossley.com/2008/12/customize-the-feedburner-email-subscription-form/#comments</comments>
		<pubDate>Sun, 21 Dec 2008 20:12:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://vcrossley.com/?p=26</guid>
		<description><![CDATA[Just added the Feedburner email subscription feature to offManhattan, which is running on WordPress. I have tweaked the code a bit to get [...]]]></description>
			<content:encoded><![CDATA[<p>Just added the Feedburner email subscription feature to <a title="off Manhattan Travel Guide" href="http://offmanhattan.com" target="_blank">offManhattan</a>, which is running on WordPress.</p>
<p>I have tweaked the code a bit to get gray text prefilled within the form field, and when you click on it the text disappears. It lets the form be a lot smaller. Check it out in action at <a title="off Manhattan Travel Guide" href="http://offmanhattan.com" target="_blank">offManhattan</a>.</p>
<p style="text-align: center;"><a href="http://vcrossley.com/wp-content/uploads/2008/12/feedburner-form.jpg"><img class="size-medium wp-image-30 aligncenter" title="feedburner-form" src="http://vcrossley.com/wp-content/uploads/2008/12/feedburner-form.jpg" alt="" width="201" height="91" /></a></p>
<p>Here&#8217;s the code you can use for this (of course, replace the &#8220;feedId&#8221; to the one in your code.</p>
<blockquote><p>&lt;form style=&#8221;border:1px solid #ccc;padding:3px;text-align:center;&#8221; action=&#8221;http://www.feedburner.com/fb/a/emailverify&#8221; method=&#8221;post&#8221; target=&#8221;popupwindow&#8221; onsubmit=&#8221;window.open(&#8216;http://www.feedburner.com/fb/a/emailverifySubmit?feedId=1216437&#8242;, &#8216;popupwindow&#8217;, &#8216;scrollbars=yes,width=550,height=520&#8242;);return true&#8221;&gt;&lt;p&gt;&lt;input type=&#8221;text&#8221; name=&#8221;email&#8221; value=&#8221;Enter your email address&#8221; style=&#8221;width: 150px; color: gray;&#8221; onfocus=&#8221;this.value=&#8221;; this.onfocus=null;&#8221;/&gt;&lt;/p&gt;&lt;input type=&#8221;hidden&#8221; value=&#8221;http://feeds.feedburner.com/~e?ffid=1216437&#8243; name=&#8221;url&#8221;/&gt;&lt;input type=&#8221;hidden&#8221; value=&#8221;offManhattan&#8221; name=&#8221;title&#8221;/&gt;&lt;input type=&#8221;hidden&#8221; name=&#8221;loc&#8221; value=&#8221;en_US&#8221;/&gt;&lt;input type=&#8221;submit&#8221; value=&#8221;Subscribe&#8221; /&gt;&lt;/form&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://vcrossley.com/2008/12/customize-the-feedburner-email-subscription-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing the wordpress iPhone app</title>
		<link>http://vcrossley.com/2008/09/testing-the-wordpress-iphone-app/</link>
		<comments>http://vcrossley.com/2008/09/testing-the-wordpress-iphone-app/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 22:12:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://vcrossley.com/2008/09/testing-the-wordpress-iphone-app/</guid>
		<description><![CDATA[Trying out the wordpress app for iPhone. Including a photo too. I might write more now if this works well!]]></description>
			<content:encoded><![CDATA[<p>Trying out the wordpress app for iPhone. Including a photo too. I might write more now if this works well!</p>
<p><a href="http://vcrossley.com/wp-content/uploads/2008/09/p-480-384-2f86079f-9df2-49ea-8b91-719daa6c8c74.jpeg"><img class="alignnone size-full wp-image-364" src="http://vcrossley.com/wp-content/uploads/2008/09/p-480-384-2f86079f-9df2-49ea-8b91-719daa6c8c74.jpeg" alt="" width="240" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://vcrossley.com/2008/09/testing-the-wordpress-iphone-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portfolio Added to Site</title>
		<link>http://vcrossley.com/2008/04/portfolio-added-to-site/</link>
		<comments>http://vcrossley.com/2008/04/portfolio-added-to-site/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 02:59:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://vcrossley.com/?p=8</guid>
		<description><![CDATA[I just found a way to put up my old college Flash portfolio up on this WordPress blog. Embedding the swf directly would [...]]]></description>
			<content:encoded><![CDATA[<p>I just found a way to put up my old college Flash portfolio up on this WordPress blog. Embedding the swf directly would not work since the image paths got messed up. However, I was able to just take the old html page and put it in iframes, sweet!</p>
]]></content:encoded>
			<wfw:commentRss>http://vcrossley.com/2008/04/portfolio-added-to-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://vcrossley.com/2008/04/welcome/</link>
		<comments>http://vcrossley.com/2008/04/welcome/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:46:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://vcrossley.com/?p=4</guid>
		<description><![CDATA[Welcome to my blog! I&#8217;m not planning to update it too often, but it&#8217;s a nice place to share photos, news, and geek [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to my blog! I&#8217;m not planning to update it too often, but it&#8217;s a nice place to share photos, news, and geek stuff. The site is currently experiencing a complete transformation – the old site is still somewhat accessible, and available <a title="Old Site" href="http://vcrossley.com/index-old.html">here</a> if anyone is interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://vcrossley.com/2008/04/welcome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
