<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>dragotown</title>
	
	<link>http://dragotown.com</link>
	<description>Disc jockeying + Music + School + Technology + Me</description>
	<pubDate>Wed, 24 Sep 2008 00:53:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/dragotown" type="application/rss+xml" /><feedburner:emailServiceId>777040</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>e-Commerce with Wordpress and PayPal</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/269165479/</link>
		<comments>http://dragotown.com/2008/04/e-commerce-with-wordpress-and-paypal/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 23:08:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[HowTo]]></category>

		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://dragotown.com/2008/03/e-commerce-with-wordpress-and-paypal-coming-soon/</guid>
		<description><![CDATA[I recently completed work on a new website, Petra&#8217;s Jewelry, which is a online store for a woman who sells handmade beaded jewelry. 
To create the store, I used Wordpress and the the WP e-Commerce plugin. This plugin allows you to add products, maintain your listing of products and product pages, and submit payment through [...]]]></description>
			<content:encoded><![CDATA[<p>I recently completed work on a new website, <a href="http://petrasjewelry.com/">Petra&#8217;s Jewelry</a>, which is a online store for a woman who sells handmade beaded jewelry. </p>
<p>To create the store, I used <a href="http://wordpress.org">Wordpress</a> and the the <a href="http://www.instinct.co.nz/e-commerce/">WP e-Commerce</a> plugin. This plugin allows you to add products, maintain your listing of products and product pages, and submit payment through <a href="https://www.paypal.com/us/cgi-bin/webscr?cmd=_additional-payment-overview-outside">PayPal Express Checkout</a>.</p>
<p>The creators of WP e-Commerce describe it as</p>
<blockquote><p>an industrial strength elegant easy to use fully featured shopping cart application suitable for selling your products, services, and or fees online.</p></blockquote>
<p>I found installation a little difficult, however most of my issues came from the fact that in creating the site&#8217;s Wordpress theme I did not include the <code>wp_head()</code> function (<a href="http://codex.wordpress.org/Hook_Reference/wp_head">info on <code>wp_head</code></a>), which this plugin uses to include the Javascript files.</p>
<h3>Pages created</h3>
<p>Once I had the theme finished and successfully installed the plugin, it automatically created a few pages:</p>
<ul>
<li><strong>Browse Products</strong>: This is the main page of the store. As some other people <a href="http://foliovision.com/2007/05/04/shopping-cart-for-wordpress-wp-e-commerce/">have noted</a>, the URLs that are created for product pages and category pages are not good (for example, <code>http://petrasjewelry.com/products-page/?product_id=2</code>).</li>
<li><strong>Verify your Order</strong>: This is the page you see when you click &#8220;checkout,&#8221; and before you are directed to Paypal for payment processing. The page works well and the form is well-designed. It calculates shipping and sales tax based on preconfigured rates by location.</li>
<li><strong>Transaction Results</strong>: I think this is the page you return to after Paypal.</li>
<li><strong>Your Account</strong>: This page lists a purchase history. I did not find this page particularly useful. Also, I did not find anywhere for users to create a login.</li>
</ul>
<h3>Javascript shopping cart</h3>
<p>The plugin provides a <abbr title="PHP: Hypertext Preprocessor">PHP</abbr> hook, <code>nzshpcrt_shopping_basket()</code>, that inserts what the creators call a &#8220;Sliding Shopping Cart&#8221;. It uses <abbr title="Asynchronous JavaScript and XML">AJAX</abbr> so that, for example, when you click the &#8220;Add To Cart&#8221; button, it appears in the shopping cart box without reloading the page (<a href="http://en.wikipedia.org/wiki/AJAX">learn more about AJAX</a>).</p>
<p>I thought this was a nice feature, and I inserted the shopping cart box in the sidebar of the site. However, I don&#8217;t know how good this is in terms of usability, as the plugin references quite a few JavaScript files in the header. I would think this would slow down the load time.</p>
<h3>Product images</h3>
<p>Most of this plugin&#8217;s administration interface is straightforward, but something I was concerned about when I was searching for an e-commerce plugin was the image handling. This plugin allows you to upload an image and it uses some server-side resizing to generate a thumbnail at whatever size you tell it. When you click on a product image, the plugin uses an implementation (it appears) of the <a href="http://www.huddletogether.com/projects/lightbox/">Lightbox JavaScript</a> technique to display the original version of the image.</p>
<h3>Final notes</h3>
<p>When I was creating this site, I was designing my own theme for Wordpress and wanted something that was simple, usable, and easily maintainable. I was also looking for a free Wordpress plugin. </p>
<p>I think that my attempt at creating a functional e-commerce store was successful, and I think the store works pretty well. I will be working with my client soon to add products to the store. I would also like to add a gallery (maybe using Lightbox JS again) that showcases jewelry created in the past (and not currently for sale) to give customers an idea of what is possible for custom orders.</p>
<p>After finishing this project, I have come across several nice alternatives, including <a href="http://www.shopify.com/">Shopify</a> and <a href="http://bigcartel.com/">Big Cartel</a>. If I create an online store in the future, I would like to try these alternatives to see if they are any simpler.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=0Kkphi"><img src="http://feeds.feedburner.com/~f/dragotown?i=0Kkphi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=oRAQ1I"><img src="http://feeds.feedburner.com/~f/dragotown?i=oRAQ1I" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/269165479" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2008/04/e-commerce-with-wordpress-and-paypal/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2008/04/e-commerce-with-wordpress-and-paypal/</feedburner:origLink></item>
		<item>
		<title>Links: Techmeme and Doodle polls</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/261058675/</link>
		<comments>http://dragotown.com/2008/03/links-techmeme-and-doodle-polls/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 04:48:26 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://dragotown.com/2008/03/links-techmeme-and-doodle-polls/</guid>
		<description><![CDATA[Two innovative sites (new finds for me) that you may find useful:

Techmeme: this site aggregates posts from multiple influential blogs related to the latest in technology; an online resource for understanding hot topics of discussion in the blogosphere
Doodle: this site can be used to poll or survey your friends on a single question. For example, [...]]]></description>
			<content:encoded><![CDATA[<p>Two innovative sites (new finds for me) that you may find useful:</p>
<ul>
<li><a href="http://www.techmeme.com/">Techmeme</a>: this site aggregates posts from multiple influential blogs related to the latest in technology; an online resource for understanding hot topics of discussion in the blogosphere</li>
<li><a href="http://www.doodle.ch/main.html">Doodle</a>: this site can be used to poll or survey your friends on a single question. For example, if you wanted to determine the best time for a group of people to meet (<a href="http://www.doodle.ch/participation.html?pollId=fh7x8guxqbdbc4yq">see this example</a>), your friends would visit the link you send them and respond by selecting the times that they are or are not available. A table is produced showing everyone&#8217;s responses.</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=5fH3Wi"><img src="http://feeds.feedburner.com/~f/dragotown?i=5fH3Wi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=3MQA2I"><img src="http://feeds.feedburner.com/~f/dragotown?i=3MQA2I" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/261058675" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2008/03/links-techmeme-and-doodle-polls/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2008/03/links-techmeme-and-doodle-polls/</feedburner:origLink></item>
		<item>
		<title>New web host</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/189619730/</link>
		<comments>http://dragotown.com/2007/11/new-web-host/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 21:44:44 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/11/new-web-host/</guid>
		<description><![CDATA[Just a quick note to announce that I have changed web hosts. My previous web host, Steelpixel, who hosted me from August 2006 through October 2007, announced that they are going out of business since all their control panel data was lost. I must note that Josh of Steelpixel did a good job finding a [...]]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to announce that I have changed web hosts. My previous web host, <a href="http://steelpixel.com">Steelpixel</a>, who hosted me from August 2006 through October 2007, <a href="http://forum.steelpixel.com/forums/1/topics/113">announced</a> that they are going out of business since all their control panel data was lost. I must note that Josh of Steelpixel did a good job finding a host willing to take over the business and honor my previous hosting terms. </p>
<p>The new host is <a href="http://railsplayground.com/">RailsPlayground</a>, a web host which is <q cite="http://railsplayground.com/">geared towards developers&#8230; [specifically] Ruby on Rails/Ruby, PHP 4/5, Perl, and Python developers</q>. They have fairly good customer service; they responded to support tickets through their nice account center (the ticket center mirrors email correspondence between you and support).</p>
<p>The MySQL databases and HTML files were not lost, so I was able to access the old server through SSH and transfer my files to the new host. They use <a href="http://www.cpanel.net/index.html">cPanel</a> (this is the first time I have tried out cPanel v.11), which works well. I am looking forward to working with them in the future.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=qbt27i"><img src="http://feeds.feedburner.com/~f/dragotown?i=qbt27i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=yFlrbI"><img src="http://feeds.feedburner.com/~f/dragotown?i=yFlrbI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/189619730" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/11/new-web-host/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/11/new-web-host/</feedburner:origLink></item>
		<item>
		<title>Links for Sept. 7</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/189619732/</link>
		<comments>http://dragotown.com/2007/09/links-for-sept-7/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 02:30:32 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/09/links-for-sept-7/</guid>
		<description><![CDATA[There are no social networks: There is only one social network. My social network.
Naming Schemes: interesting sets of names for hard drives, computers, servers, etc.
The Beauty of Sketch Design
Efficient CSS with shorthand properties: Shorthand properties can be used to set several properties at once, in a single declaration, instead of using a separate declaration for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.themaninblue.com/writing/perspective/2007/09/03/">There are no social networks</a>: <q>There is only one social network. My social network.</q></p>
<p><a href="http://namingschemes.com/">Naming Schemes</a>: interesting sets of names for hard drives, computers, servers, etc.</p>
<p><a href="http://wisdump.com/design-critiques/the-beauty-of-sketch-design/">The Beauty of Sketch Design</a></p>
<p><a href="http://www.456bereastreet.com/archive/200502/efficient_css_with_shorthand_properties/">Efficient CSS with shorthand properties</a>: <q>Shorthand properties can be used to set several properties at once, in a single declaration, instead of using a separate declaration for each individual property. As you&#8217;ll see, this can save a lot of space in your CSS file.</q></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=0pCIAEzk"><img src="http://feeds.feedburner.com/~f/dragotown?i=0pCIAEzk" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=07DtvLkw"><img src="http://feeds.feedburner.com/~f/dragotown?i=07DtvLkw" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/189619732" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/09/links-for-sept-7/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/09/links-for-sept-7/</feedburner:origLink></item>
		<item>
		<title>Bookmarks using xFolk</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/189619736/</link>
		<comments>http://dragotown.com/2007/05/bookmarks-using-xfolk/#comments</comments>
		<pubDate>Sat, 12 May 2007 21:36:01 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Microformats]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/05/bookmarks-using-xfolk/</guid>
		<description><![CDATA[I have rewritten the markup for the list of bookmarks on my links page according to xFolk, a draft Microformat specification.
Before I implemented xFolk, my list of bookmarks was a simple unordered list with each list item coded as follows:

&#60;li&#62;&#60;a href="http://9rules.com"&#62;9rules&#60;/a&#62;:
a community of weblogs on a variety of topics&#60;/li&#62;

Implementing xFolk involved the addition of the [...]]]></description>
			<content:encoded><![CDATA[<p>I have rewritten the markup for the list of bookmarks on my <a href="/links/">links page</a> according to <a href="http://microformats.org/wiki/xfolk">xFolk</a>, a draft <a href="http://microformats.org">Microformat</a> specification.</p>
<p>Before I implemented xFolk, my list of bookmarks was a simple unordered list with each list item coded as follows:</p>
<ol class="code">
<li><code>&lt;li&gt;&lt;a href="http://9rules.com"&gt;9rules&lt;/a&gt;:</code></li>
<li><code>a community of weblogs on a variety of topics&lt;/li&gt;</code></li>
</ol>
<p>Implementing xFolk involved the addition of the class <code>xfolkentry</code> to the list item, the addition of the class <code>taggedlink</code> to the link, and the addition of a <code>span</code> with the class <code>description</code> to the bookmark&#8217;s description. The markup for the new list item is the following:</p>
<ol class="code">
<li><code>&lt;li class="xfolkentry"&gt;</code></li>
<li><code>&nbsp;&nbsp;&lt;a class="taggedlink" href="http://9rules.com"&gt;9rules&lt;/a&gt;:</code></li>
<li><code>&nbsp;&nbsp;&lt;span class="description"&gt;a community of weblogs on a variety of topics&lt;/span></code></li>
<li><code>&lt;/li&gt;</code></li>
</ol>
<p><code>rel="tag"</code> can also be added to links to tags associated with the bookmark.</p>
<p>You can read more about the rationale for and specifics of xFolk on the <a href="http://microformats.org/wiki/xfolk">Microformats wiki</a> or on Bud Gibson&#8217;s <a href="http://thecommunityengine.com/home/archives/2005/07/xfolk_rc1_an_xh.html">blog post</a>. You can also view the <a href="http://microformats.org/wiki/xfolk-profile"><abbr title="XHTML Meta Data Profile">XMDP</abbr> for xFolk</a>, which further describes the attributes that should be used.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=kFFCWLqe"><img src="http://feeds.feedburner.com/~f/dragotown?i=kFFCWLqe" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=FqtTcaFk"><img src="http://feeds.feedburner.com/~f/dragotown?i=FqtTcaFk" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/189619736" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/05/bookmarks-using-xfolk/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/05/bookmarks-using-xfolk/</feedburner:origLink></item>
		<item>
		<title>Why use Microformats?</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/189619737/</link>
		<comments>http://dragotown.com/2007/05/why-use-microformats/#comments</comments>
		<pubDate>Fri, 11 May 2007 20:53:37 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Microformats]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/05/why-use-microformats/</guid>
		<description><![CDATA[Microformats are a set of human- and machine-readable data formats built upon existing and widely adopted standards. Basically, they involve using the addition of standardized class names, rel attributes, and design patterns to XHTML markup to solve simple, specific, documented problems.
I have implemented several Microformats on this site, and at this point you may be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://microformats.org">Microformats</a> are a set of human- and machine-readable <q cite="http://microformats.org/about/">data formats built upon existing and widely adopted standards</q>. Basically, they involve using the addition of standardized class names, rel attributes, and design patterns to <abbr title="eXtensible HyperText Markup Language">XHTML</abbr> markup to solve simple, specific, documented problems.</p>
<p>I have implemented several <a href="http://microformats.org">Microformats</a> on this site, and at this point you may be asking &#8220;why use Microformats?&#8221;</p>
<p>In response to this question, Andy Mitchell of <a href="http://whymicroformats.com">whymicroformats</a> wrote: </p>
<blockquote cite="http://www.whymicroformats.com/pages/home"><p>Microformats can be used to let users easily extract people/event information from your website for their organizer software&#8230; in the near future, Microformats will help both you and your work be better ranked by conventional search engines like Google [and will allow your data to be aggregated by other sites and downloaded/imported by users].</p></blockquote>
<p>Furthermore, Arve Bersvendsen <a href="http://virtuelvis.com/archives/2005/11/learn-to-love-microformats">writes</a> that: </p>
<blockquote cite="http://virtuelvis.com/archives/2005/11/learn-to-love-microformats"><p>&#8230;given the the opportunity to mark up your human presentable content (read: <abbr title="Hypertext Markup Language">HTML</abbr>) with a well-defined microformat, you should. Mostly because writing microformat parsers is extremely easy.</p></blockquote>
<p>He goes on to present a 13-line <a href="http://microformats.org/wiki/hcalendar">hCalendar</a> parser that extracts the date, time, summary, location, and URL of an event from a <abbr title="Hypertext Markup Language">HTML</abbr> document.</p>
<p>Many others have written parsers as well; there are <a href="https://addons.mozilla.org/en-US/firefox/search?q=microformats&#038;status=4">several plugins</a> available for the <a href="http://www.mozilla.com/firefox/">Firefox</a> web browser, and coming versions of Firefox will add extended support for Microformats. <a href="http://blog.mozilla.com/faaborg/2006/12/11/microformats-part-0-introduction/">According to</a> Mozilla developer <a href="http://blog.mozilla.com/faaborg/">Alex Faaborg</a>:</p>
<blockquote cite="http://blog.mozilla.com/faaborg/2006/12/11/microformats-part-0-introduction/"><p>future Web browsers are likely going to associate semantically marked up data you encounter on the Web with specific applications, either on your system or online.</p></blockquote>
<p>In conclusion, Microformats are easy to implement (they only require the addition of a few semantic elements to a page&#8217;s markup) and present an huge potential for extension and aggregation of the data. By using Microformats, your page&#8217;s markup becomes more human- and machine-readable.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=L6Yjn6oH"><img src="http://feeds.feedburner.com/~f/dragotown?i=L6Yjn6oH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=quVSPbYO"><img src="http://feeds.feedburner.com/~f/dragotown?i=quVSPbYO" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/189619737" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/05/why-use-microformats/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/05/why-use-microformats/</feedburner:origLink></item>
		<item>
		<title>Creating an OpenID</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/252281895/</link>
		<comments>http://dragotown.com/2007/04/creating-an-openid/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 21:28:12 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Microformats]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/04/creating-an-openid/</guid>
		<description><![CDATA[OpenID is a decentralized authentication system that was created by LiveJournal and is now being developed as an open standard with the help of the Apache Foundation. Anyone can create an OpenID, and the number of sites that allow users to use their OpenID to log in is continually growing.
An OpenID is simply a URL. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openid.net/">OpenID</a> is a decentralized authentication system that was created by <a href="http://www.livejournal.com/">LiveJournal</a> and is now being developed as an open standard with the help of the <a href="http://www.apache.org/">Apache Foundation</a>. Anyone can create an OpenID, and the number of sites that allow users to use their OpenID to log in is continually growing.</p>
<p>An OpenID is simply a <abbr title="Uniform Resource Locator">URL</abbr>. My OpenID is dragotown.com, the address of my weblog. I can use it to sign in to any site that supports OpenID, and because I&#8217;m the only person with control over my weblog&#8217;s homepage I&#8217;m the only person who can use that identity.</p>
<p>I followed the instructions in <a href="http://simonwillison.net/">Simon Willison</a>&#8217;s article, <a href="http://simonwillison.net/2006/Dec/19/openid/">How to turn your blog in to an OpenID</a>, and was able to create and begin using my OpenID very quickly.</p>
<p>There are really only two steps to designating the <abbr title="Uniform Resource Locator">URL</abbr> of your website as your OpenID. First, you sign up with an OpenID provider. A few popular providers are <a href="http://www.livejournal.com/">LiveJournal</a>, <a href="http://www.vox.com/">Vox</a>, <a href="https://pip.verisignlabs.com/">VeriSign Labs</a>, and <a href="http://www.myopenid.com/">MyOpenID</a>. Note that since OpenID is decentralized, anyone can set up their own server, however these services offer to host your OpenID for you.</p>
<p>Next, you point your site to your chosen OpenID server by adding the appropriate code to the header of your site&#8217;s <abbr title="Hypertext Markup Language">HTML</abbr>. I chose <a href="https://claimid.com/">claimID</a>, so I added the following code:</p>
<ol class="code">
<li><code>&lt;link rel="openid.server" href="http://openid.claimid.com/server"/&gt;</code></li>
<li><code>&lt;link rel="openid.delegate" href="http://openid.claimid.com/drago"/&gt;</code></li>
</ol>
<p>That&#8217;s it! Now, when you go to a site that allows you to log in using your OpenID, you simply enter your OpenID and you will be redirected to a page (on your OpenID server) where you enter your account&#8217;s password. Then, you are directed back to the page you were browsing.</p>
<p>There are many benefits of OpenID. A standardized login system means you don&#8217;t have to create an account at every site you want to log in to. Instead of remembering multiple usernames and passwords, each time you want to log into a site you are sent to your OpenID server. Also, the OpenID server can share information, such as your name, email, or address, with sites that support OpenID and which you have authorized to access the information.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=L9QsfVND"><img src="http://feeds.feedburner.com/~f/dragotown?i=L9QsfVND" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=FAwf4g05"><img src="http://feeds.feedburner.com/~f/dragotown?i=FAwf4g05" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/252281895" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/04/creating-an-openid/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/04/creating-an-openid/</feedburner:origLink></item>
		<item>
		<title>Links for April 19</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/252281896/</link>
		<comments>http://dragotown.com/2007/04/links-for-april-19/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 21:00:56 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/04/links-for-april-19/</guid>
		<description><![CDATA[WordPress &#38; Shared Hosting: analysis of the hosting needs of your blog given several factors
How to be an explorer of the world: inspiring thoughts on observation
Working with Shared Folders and Printers in a Subnetted Environment: I referred to this as I was troubleshooting my new home network setup
Designing for Content: tips and strategy  to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://davidseah.com/notebook/wordpress-shared-hosting/">WordPress &amp; Shared Hosting</a>: analysis of the hosting needs of your blog given several factors</p>
<p><a href="http://www.kerismith.com/blog/archives/000466.html">How to be an explorer of the world</a>: inspiring thoughts on observation</p>
<p><a href="http://www.uregina.ca/compserv/support/technotes/535/cctn535.shtml">Working with Shared Folders and Printers in a Subnetted Environment</a>: I referred to this as I was troubleshooting my new home network setup</p>
<p><a href="http://garrettdimon.com/archives/2007/2/16/designing_for_content/">Designing for Content</a>: tips and strategy  to help you stay focused while designing</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=QHrYoRty"><img src="http://feeds.feedburner.com/~f/dragotown?i=QHrYoRty" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=mQ0Tg22o"><img src="http://feeds.feedburner.com/~f/dragotown?i=mQ0Tg22o" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/252281896" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/04/links-for-april-19/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/04/links-for-april-19/</feedburner:origLink></item>
		<item>
		<title>HTML Working Group</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/252281897/</link>
		<comments>http://dragotown.com/2007/04/html-working-group/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 03:35:25 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/04/html-working-group/</guid>
		<description><![CDATA[Last month, I read that the W3C rechartered the HTML Working Group. Then, a few days ago, I read Roger&#8217;s post announcing that he had joined the Working Group as an Invited Expert, per the new charter. The press release states that:
W3C has chartered the group to conduct its work in public and to solicit [...]]]></description>
			<content:encoded><![CDATA[<p>Last month, I read that the <abbr title="World Wide Web Consortium">W3C</abbr> rechartered the <a href="http://www.w3.org/html/wg/">HTML Working Group</a>. Then, a few days ago, I read <a href="http://www.456bereastreet.com/archive/200704/joining_the_w3c_html_working_group/">Roger&#8217;s post</a> announcing that he had joined the Working Group as an Invited Expert, per the <a href="http://www.w3.org/2007/03/HTML-WG-charter.html">new charter</a>. The <a href="http://www.w3.org/2007/03/html-pressrelease">press release</a> states that:</p>
<blockquote cite="http://www.w3.org/2007/03/html-pressrelease"><p>W3C has chartered the group to conduct its work in public and to solicit broad participation from W3C Members and non-Members alike.</p></blockquote>
<p>I followed the <a href="http://www.w3.org/2004/01/pp-impl/40318/instructions">instructions for joining</a> the Working Group, and completed the application process. Yesterday, I was pleased to find that I was accepted as an Invited Expert. My name can now be found on the <a href="http://www.w3.org/2000/09/dbwg/details?group=40318&#038;public=1">list of participants</a>.</p>
<p>Within several minutes of joining, I had already received a handful of emails from the <a href="http://lists.w3.org/Archives/Public/public-html/">public-html</a> mailing list, which I was automatically subscribed to. This mailing list is where the majority of the discussion related to the new recommendation takes place. The volume of messages on this list is something I will have to get used to. I <a href="http://mail.google.com/support/bin/answer.py?answer=6579&#038;topic=1540">created a filter</a> in <a href="http://mail.google.com">Gmail</a>, which helps to separate the bulk of the list&#8217;s email. This way, I can read through the messages when I get a chance.</p>
<p>I feel that by participating in the Working Group I will be able to increase my knowledge of HTML concepts and will have an opportunity to offer my thoughts. However, as Roger <a href="http://www.456bereastreet.com/archive/200704/joining_the_w3c_html_working_group/">noted</a>, I would like to &#8220;get a feel for how things work&#8221; before I post. I am looking forward to participating.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=Zrjt5z4J"><img src="http://feeds.feedburner.com/~f/dragotown?i=Zrjt5z4J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=EUd8IBgs"><img src="http://feeds.feedburner.com/~f/dragotown?i=EUd8IBgs" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/252281897" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/04/html-working-group/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/04/html-working-group/</feedburner:origLink></item>
		<item>
		<title>Links for April 6</title>
		<link>http://feeds.feedburner.com/~r/dragotown/~3/252281898/</link>
		<comments>http://dragotown.com/2007/04/links-for-april-6/#comments</comments>
		<pubDate>Sat, 07 Apr 2007 01:48:37 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://dragotown.com/2007/04/11/</guid>
		<description><![CDATA[How Branding Scores Traffic from Social Media. Interesting idea on how using a consistent username, avatar, etc. across sites helps you to develop a &#8220;personal brand&#8221;.
Gmail, PGP, and the End to End Solution. I was looking for a way to use PGP again, however since I&#8217;m using Gmail&#8217;s online interface it is not built-in. It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pronetadvertising.com/articles/how-branding-scores-traffic-from-social-media.html">How Branding Scores Traffic from Social Media</a>. Interesting idea on how using a consistent username, avatar, etc. across sites helps you to develop a &#8220;personal brand&#8221;.</p>
<p><a href="http://madpoet.typepad.com/mad_poets_anonymous/2004/12/gmail_pgp_and_t.html">Gmail, PGP, and the End to End Solution</a>. I was looking for a way to use PGP again, however since I&#8217;m using Gmail&#8217;s online interface it is not built-in. It looks like the best solution is to go back to using Thunderbird with Enigmail.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/dragotown?a=tv9vqB3j"><img src="http://feeds.feedburner.com/~f/dragotown?i=tv9vqB3j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/dragotown?a=f3sLPPXU"><img src="http://feeds.feedburner.com/~f/dragotown?i=f3sLPPXU" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/dragotown/~4/252281898" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dragotown.com/2007/04/links-for-april-6/feed/</wfw:commentRss>
		<feedburner:origLink>http://dragotown.com/2007/04/links-for-april-6/</feedburner:origLink></item>
	</channel>
</rss>
