<?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>Josh Harrison &#187; Web Development</title>
	<atom:link href="http://picklewagon.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://picklewagon.com</link>
	<description>Not Bad For A Vampire</description>
	<lastBuildDate>Thu, 10 May 2012 06:29:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Create a Blog With Squarespace</title>
		<link>http://picklewagon.com/2008/07/31/create-a-blog-with-squarespace/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=create-a-blog-with-squarespace</link>
		<comments>http://picklewagon.com/2008/07/31/create-a-blog-with-squarespace/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 07:36:26 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Squarespace]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=144</guid>
		<description><![CDATA[I came across some a cool website to create anything from a blog to a company website. Squarespace seems to be trying to bring website building/designing to the masses. Not yet having tried the software myself, I was very impressed &#8230; <a href="http://picklewagon.com/2008/07/31/create-a-blog-with-squarespace/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I came across some a cool website to create anything from a blog to a company website. <a href="http://www.squarespace.com/home/" target="_self">Squarespace</a> seems to be trying to bring website building/designing to the masses.</p>
<p>Not yet having tried the software myself, I was very impressed after looking at the video on the site and the features provided. Very impressive. I think I&#8217;ll try it out real soon.</p>
<p>So far, I am impressed with how sites are designed. I have been actually working on a more simplistic version of a theme designer for WordPress. Progress is moving along slowly.</p>
<p>The bad thing about Squarespace. It&#8217;s not open source. I&#8217;ll stick with WordPress as my blogging platform of choice and continue to look for ways to make it easier for everybody to use by creating plugins and looking for other plugins created by the WordPress community.</p>
<p>I do love finding software like this. It forces the web to progress. Hopefully, in the future, I will try out the software and let you know what I think.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/07/31/create-a-blog-with-squarespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling OpenID</title>
		<link>http://picklewagon.com/2008/07/08/enabling-openid/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enabling-openid</link>
		<comments>http://picklewagon.com/2008/07/08/enabling-openid/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 08:27:18 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[Online Presence]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[claimid]]></category>
		<category><![CDATA[data ownership]]></category>
		<category><![CDATA[openid]]></category>
		<category><![CDATA[wp-openid]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=135</guid>
		<description><![CDATA[I have successfully enabled picklewagon.com as a delegate for my OpenID. This has been something I have been wanting to do for a while. It was a lot easier than I thought it would be. What is OpenID? OpenID.net says &#8230; <a href="http://picklewagon.com/2008/07/08/enabling-openid/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have successfully enabled picklewagon.com as a delegate for my <a title="OpenID.net" href="http://openid.net/" target="_self">OpenID</a>. This has been something I have been wanting to do for a while. It was a lot easier than I thought it would be.</p>
<h3>What is OpenID?</h3>
<p>OpenID.net says it best:</p>
<blockquote><p>OpenID eliminates the need for multiple usernames across different websites, simplifying your online experience.</p>
<p>You get to choose the OpenID Provider that best meets your needs and most importantly that you trust. At the same time, your OpenID can stay with you, no matter which Provider you move to. And best of all, the OpenID technology is not proprietary and is completely free.</p>
<p>For businesses, this means a lower cost of password and account management, while drawing new web traffic. OpenID lowers user frustration by letting users have control of their login.</p>
<p>For geeks, OpenID is an open, decentralized, free framework for user-centric digital identity. OpenID takes advantage of already existing internet technology (URI, HTTP, SSL, Diffie-Hellman) and realizes that people are already creating identities for themselves whether it be at their blog, photostream, profile page, etc. With OpenID you can easily transform one of these existing URIs into an account which can be used at sites which support OpenID logins.</p></blockquote>
<h3>How I Did It</h3>
<p>I first had to do some research on exactly what I needed to do to make this happen. I found a few sites that ultimately helped me.</p>
<ul>
<li><a href="http://www.intertwingly.net/blog/2007/01/03/OpenID-for-non-SuperUsers" target="_self">OpenID for Non-SuperUsers</a> &#8211; Sam Ruby gets a little geeky in this simple how-to.</li>
<li><a href="http://claimid.com/openid" target="_self">claimID OpenID help</a> &#8211; already having a profile on claimID made this a good reference.</li>
</ul>
<p>After learning what I needed to do, I had to enable my blog by finding and adding the necessary plugins.</p>
<ul>
<li><a href="http://wordpress.org/extend/plugins/openid/" target="_self">WP-OpenID</a> &#8211; lets users log in to a blog or leave comments using their OpenID.</li>
<li><a href="http://eran.sandler.co.il/openid-delegate-wordpress-plugin/" target="_self">OpenID Delegate WordPress Plugin</a> &#8211; add OpenID delegation abilities to your blog, thus allowing you to sign in to various OpenID supported sites using your blogâ€™s URL.</li>
</ul>
<h3>Why I Did It</h3>
<p>Now I can use my site to login to OpenID enabled sites. I have already started my identity/brand here on my blog and continue to add to it.</p>
<p>It&#8217;s part of my goal of owning my data.</p>
<p>And while I was OpenID enabling my site, I made it possible for others to use their OpenIDs.</p>
<p>Many people already have an Open ID and don&#8217;t know it. I know lots of people with Blogger accounts. Blogger is Open ID enabled. <a href="http://openid.net/get/" target="_self">Many sites provide this service.</a> I just wanted to do it from my own site.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/07/08/enabling-openid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Download Firefox 3 Today</title>
		<link>http://picklewagon.com/2008/06/17/download-firefox-3-today/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=download-firefox-3-today</link>
		<comments>http://picklewagon.com/2008/06/17/download-firefox-3-today/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 13:22:09 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Pop Culture]]></category>
		<category><![CDATA[Rich Internet Applications]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/?p=130</guid>
		<description><![CDATA[Have you ever wanted to be part of a world record? Now is your chance. Today, June 17, 2008, is the day to download and upgrade your browser. Firefox has designated today as the day to break the world record &#8230; <a href="http://picklewagon.com/2008/06/17/download-firefox-3-today/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted to be part of a world record? Now is your chance. Today, June 17, 2008, is the day to download and upgrade your browser. <a title="Spread Firefox 2008" href="http://www.spreadfirefox.com/en-US/worldrecord/" target="_self">Firefox has designated today</a> as the day to break the world record for most downloads for software in a single day.</p>
<p>Those of you who are already using Firefox will know exactly what to do. Just <a title="Download Firefox3" href="http://www.mozilla.com/en-US/firefox/all-rc.html" target="_self">download it</a> and install. I have heard there are significant improvements in both speed and security.</p>
<p>For those of you using other browsers such as Internet Explorer, I invite you to give Firefox a try. It is a way better browsing experience. Especially after you add your favorite <a title="Firefox add-ons" href="https://addons.mozilla.org/en-US/firefox/" target="_self">add-ons</a>.</p>
<p>Firefox changed the internet forever when it became popular at the beginning of the decade. It had become stagnant after the dot com boom. Microsoft had already won the browser war and did not bother to upgrade it&#8217;s browser until it upgraded to IE7 within the past few years.</p>
<p>Browsing has become safer and web development is a lot more fun thanks to Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/06/17/download-firefox-3-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Adding Social Networking Features</title>
		<link>http://picklewagon.com/2008/04/02/wordpress-adding-social-networking-features/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-adding-social-networking-features</link>
		<comments>http://picklewagon.com/2008/04/02/wordpress-adding-social-networking-features/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 07:33:19 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[wordpressmu]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/2008/04/02/wordpress-adding-social-networking-features/</guid>
		<description><![CDATA[I heart WordPress. It is great software and is a great open source software success story. For those who aren&#8217;t familiar with WordPress, it is the blogging software that is running my site. I am happy with the decision I &#8230; <a href="http://picklewagon.com/2008/04/02/wordpress-adding-social-networking-features/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I heart <a href="http://wordpress.org/">WordPress</a>. It is great software and is a great open source software success story.</p>
<p>For those who aren&#8217;t familiar with WordPress, it is the blogging software that is running my site. I am happy with the decision I made to use it.</p>
<p>One of the great things about WordPress is it allows other developers to customize their own installation via plugins and themes. In reality, the possibilities are endless with what you can accomplish.</p>
<p><a href="http://automattic.com/">Automattic</a>, the company who created WordPress and runs <a href="http://wordpress.com/">wordpress.com</a>, has recently started <a href="http://buddypress.org/">BuddyPress</a>. BuddyPress allows you to transform <a href="http://codex.wordpress.org/WordPressMU">WordPress MU</a> into a social networking platform. They have already created some useful plugins.</p>
<p>Even though I think this is an awesome project, I have one thing that I would love to see. I want to add these social networking features to an individual WordPress blog or have one WordPress MU installation communicate with another. I think everybody that wants to should be able to participate in social networks but do so from the comfort of their own web site.</p>
<p>There is lots to be said on that topic. But it&#8217;s late. More later.</p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2008/04/02/wordpress-adding-social-networking-features/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The HTML  tag</title>
		<link>http://picklewagon.com/2007/09/05/the-html-tag/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-html-tag</link>
		<comments>http://picklewagon.com/2007/09/05/the-html-tag/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 07:26:35 +0000</pubDate>
		<dc:creator>Josh Harrison</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.picklewagon.com/2007/09/05/the-html-tag/</guid>
		<description><![CDATA[Last week I was debugging a website that had already been developed. I moved the site to a test server but nothing was working correctly. I had no clue what was happening. Enter the base tag. Never seen it. Never &#8230; <a href="http://picklewagon.com/2007/09/05/the-html-tag/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week I was debugging a website that had already been developed. I moved the site to a test server but nothing was working correctly. I had no clue what was happening.</p>
<p>Enter the <code>base</code> tag. Never seen it. Never heard of it. Didn&#8217;t even know about it. If you are interested, read the <a href="http://www.w3.org/TR/html4/struct/links.html#edef-BASE">official documentation</a>. In a nutshell, it &#8220;specifies an absolute URI that acts as the base URI for resolving relative URIs&#8221;.</p>
<p>I will never use it. It seems to be handy if you are manually editing your site and you happen to move everything to a new server. In this case, all you would have to do is modify the <code>base</code> tag. Simple. Your links would still work as expected. But in anything that I have ever worked on, I simply update a database field or a config file and everything is good. Links are updated.</p>
<p>Here are some good links with some additional info regarding the <code>base</code> tag:</p>
<ul>
<li><a href="http://www.crammerz-inc.net/blogs/thunk/2007/06/16/ambiguity_in_the_html_4_01_specs">Ambiguity in HTML 4.01 Specs</a></li>
<li><a href="http://mondaybynoon.com/2006/11/13/the-pros-and-cons-of-the-base-tag/">The Pros and Cons of the <code>base</code> Tag</a></li>
</ul>
<p>Tags: <a href="http://technorati.com/tag/tag" rel="tag">tag</a>,  <a href="http://technorati.com/tag/HTML" rel="tag">HTML</a>, <a href="http://technorati.com/tag/base" rel="tag"><code>base</code></a></p>
]]></content:encoded>
			<wfw:commentRss>http://picklewagon.com/2007/09/05/the-html-tag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

