<?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>A Better Way &#187; Development</title>
	<atom:link href="http://www.thejacklawson.com/index.php/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thejacklawson.com</link>
	<description>Finding a better way to get things done, a technical journey</description>
	<lastBuildDate>Wed, 21 Jul 2010 14:36:39 +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>HTML5 Site – Waterford Family Bowl (Part 3 of n)</title>
		<link>http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/#comments</comments>
		<pubDate>Tue, 04 May 2010 16:30:13 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Simplepie]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=230</guid>
		<description><![CDATA[Image via Wikipedia (Back to beginning of series) Part 3: Site Architecture Design Now that I had the majority of the HTML and CSS down, I had more to figure out about how to implement the various features (like image gallery, news,and mailing list). Should I write my own, or should I use existing tools? What language should [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 138px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Feed-icon.svg"><img title="This icon, known as the &quot;feed icon&quot; ..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png" alt="This icon, known as the &quot;feed icon&quot; ..." width="128" height="128" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Feed-icon.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>(<a href="http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/">Back to beginning of series</a>)</p>
<p>Part 3: Site Architecture Design</p>
<p>Now that I had the majority of the HTML and CSS down, I had more to figure out about how to implement the various features (like image gallery, news,and mailing list). Should I write my own, or should I use existing tools? What language should I use? What database system? Which pages should be static, which dynamic? The process of building he site was all about efficiency: getting the most done, using the best tools, in the least amount of time. That would allow me to focus as much time as possible in my before my deadline towards the things that will make a difference: site design, usability, and the the use of the features on the site.</p>
<p>I came with the conclusion that I could, and should, develop most of the data management using external tools. Spending time re-inventing the wheel and rebuilding tools that already have dedicated teams would be wasteful, especially when they all had some sort of hook (mostly RSS feeds) that I could just pull into the site. I was familiar with all the 3rd party tools I needed, so I was already comfortable with using them and knew they had the features that I needed. I came up with:</p>
<ul>
<li><a href="http://www.google.com/apps/intl/en/business/index.html" target="_blank">Google Apps</a> for email and calendar
<ul>
<li><a href="http://om4.com.au/client/embedding-google-apps-calendar/" target="_blank">Here&#8217;s a good tutorial</a>. It was a little messy at first, but it gives you an iframe (the only standards-breaking thing on the site&#8230; thanks, Goog) that you can just drop in.</li>
</ul>
</li>
<li><a href="http://picasa.google.com/" target="_blank">Picasa</a> for photo gallery
<ul>
<li>I chose Picasa for a few reasons, the largest of which was the integration of the Google Apps account. While there&#8217;s no &#8220;Picasa&#8221; section of Google Apps, I could use the account I set up to minimize the logins I&#8217;m using, now that I&#8217;m using four tools. I used the RSS feed to export to the image gallery and to make an image gallery  RSS link on the home page.</li>
</ul>
</li>
<li><a href="http://wordpress.org/" target="_blank">WordPress</a> for dynamic pages and news
<ul>
<li>The reason I used WordPress, and I didn&#8217;t just slap together my own editor, was the <a href="http://wordpress.org/extend/plugins/page-feeder/" target="_blank">WCM Page Feeder</a> plugin. It allows you to serve individual WordPress pages as an RSS feed. This means that I could use WP&#8217;s superior news-serving tools along with their page editing tools with very simple integration. I also added an RSS link to the home page, for news.</li>
</ul>
</li>
<li><a href="http://pommo.org/Main_Page" target="_blank">Pommo</a> for mailing list management
<ul>
<li>I tried out a few tools, and found this to be the easiest to set up. Makes adding an email form pretty simple, manages everything for me. Another several hours saved to these guys. Here&#8217;s some credit <img src='http://www.thejacklawson.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </li>
</ul>
</li>
</ul>
<p>I also used a couple 3rd party PHP Libraries so that I could hook all of this lovliness together:</p>
<ul>
<li><a href="http://simplepie.org/" target="_blank">Simplepie</a> RSS Reader
<ul>
<li>Note: I had to switch my WordPress RSS feeds over to Atom, even though SP claims it can read the RSS 2.0 standard. This was a simple checkbox in the &#8220;Writing&#8221; section of the WordPress settings.</li>
</ul>
</li>
<li>phpmailer for mail functions
<ul>
<li>A little messy to set up to go through Google Apps mail. I had to set <a href="http://pastebin.com/GDP5XKCq" target="_blank">these settings</a> in class.phpmailer.php in order to connect without errors. Once you have this part right, though, you&#8217;re good to go. I&#8217;ll go into more detail about this in the next article.</li>
</ul>
</li>
</ul>
<p>Once all of these tools were in place, it was a simple matter of dumping their content, using Simplepie, into my template. I&#8217;ll talk about the actual hooking up of everything, and setting up the custom code I did write, in the next article.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/f9e4b859-6bc3-4877-814b-f8ba4e564441/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=f9e4b859-6bc3-4877-814b-f8ba4e564441" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Del.icio.us" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to digg" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to reddit" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Technorati" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;h=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Newsvine" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Stumble Upon" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Bookmarks" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Live-MSN" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29&amp;url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to SlashDot" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;t=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to FaceBook" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Twitter" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+3+of+n%29&amp;srcURL=http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Buzz" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 3 of n)' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/05/html5-site-waterford-family-bowl-part-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)</title>
		<link>http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 16:09:10 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html 5]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[Google Maps]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=234</guid>
		<description><![CDATA[(Back to beginning of series) Part 2: Site UI Design / HTML Structure When I first picked up the project, I had a few things to consider: what requirements do I have, and once I had those, how would I display these feature in a neat manner, and what technologies would I use to implement them. The [...]]]></description>
			<content:encoded><![CDATA[<p>(<a href="http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/">Back to beginning of series</a>)</p>
<p>Part 2: Site UI Design / HTML Structure</p>
<p>When I first picked up the project, I had a few things to consider: what requirements do I have, and once I had those, how would I display these feature in a neat manner, and what technologies would I use to implement them. The requirements part came out pretty easily, after a couple of phone conversations:</p>
<ul>
<li>Calendar of events</li>
<li>Photo Gallery</li>
<li>News section</li>
<li>A few generic pages</li>
<li>Email mailing list</li>
<li>Misc. vital information (times open, address, that sort of thing)</li>
</ul>
<p>And now I needed to put together some kind of design. I had recently finished reading a few usability books, so I was feeling pretty good about putting some of these ideas to work. I knew that people coming to the website were probably going for directions, a phone number, or hours of operation, so I put high priority on these being visible and easy to use (such as a Google Maps link for the address). I also wanted to entice people to explore other areas, so I added some photos from the photo gallery towards the top of the page. Finally, I included elements from all the page- just little teasers- across the front page, such as a small calendar of events, news block, and a blurb and picture about their restaurant. Now, I had a home page with all the information a user needs, quickly and at the top, while encouraging visitors to browse a little and check out the gallery and other pages for even more information.</p>
<p>With this sketched out on paper, it was time to actually write out the HTML. I came up with a structure similar to <a href="http://www.thejacklawson.com/index.php/2010/04/my-html5-template/" target="_blank">my HTML5 Template</a> (and in fact, it&#8217;s what I based my template off of.) I wanted to use the new semantic HTML5 elements and attributes, such as example text on textboxes:</p>
<pre class="brush: xml;">&lt;input type=&quot;text&quot; name=&quot;Email&quot; id=&quot;email&quot; maxlength=&quot;60&quot; placeholder=&quot;email@youraddress.com&quot; /&gt;</pre>
<p>I used the help of a <a href="http://jquery-watermark.googlecode.com/" target="_blank">jQuery Watermark plugin</a> to help style the textboxes as well, since few browsers actually pay attention to the placeholder attribute yet. Further HTML5 inclusions were sections for the individual blocks of text, an aside for the side column, header, footer, and nav elements. Besides the HTML5, I also implemented a link tag for the news RSS feed:</p>
<pre class="brush: xml;">&lt;link rel=&quot;alternate&quot; type=&quot;application/rss+xml&quot; title=&quot;RSS&quot; href=&quot;http://www.waterfordfamilybowl.com/wordpress/index.php/feed/&quot; /&gt;</pre>
<p>This allows browsers and whatever happens to crawl your site to say &#8220;hey, there&#8217;s an RSS feed here&#8221; and allow users to easily pick up the news RSS feed. You&#8217;ll notice it in FireFox, IE, and Chrome if you have <a href="https://chrome.google.com/extensions/detail/nlbjncdgjeocebhnmkbbbdekmmmcbfjd" target="_blank">an extension</a> installed.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/dedd9865-ac31-4fd2-b7a1-1cccd029a462/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=dedd9865-ac31-4fd2-b7a1-1cccd029a462" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Del.icio.us" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to digg" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to reddit" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Technorati" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;h=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Newsvine" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Stumble Upon" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Google Bookmarks" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Live-MSN" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29&amp;url=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to SlashDot" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;t=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to FaceBook" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Twitter" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/&amp;title=HTML5+Site+%E2%80%93+WFB+Site+UI+Design+%2F+HTML+Structure+%28Part+2+of+n%29&amp;srcURL=http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Google Buzz" alt="Add 'HTML5 Site – WFB Site UI Design / HTML Structure (Part 2 of n)' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/04/html5-site-wfb-site-ui-design-html-structure-part-2-of-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My HTML5 Template</title>
		<link>http://www.thejacklawson.com/index.php/2010/04/my-html5-template/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/04/my-html5-template/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 17:27:14 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Data Formats]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Style Sheets]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=227</guid>
		<description><![CDATA[I&#8217;ve noticed that whenever I make a site, 99% of the time I copy at least 50% of the markup from another site I&#8217;ve done before instead of re-writing the structure. It saves a lot of time, and it makes styling easy- I&#8217;m re-styling the same site as I&#8217;ve already done, maybe with different colors [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that whenever I make a site, 99% of the time I copy <em>at least</em> 50% of the markup from another site I&#8217;ve done before instead of re-writing the structure. It saves a lot of time, and it makes styling easy- I&#8217;m re-styling the same site as I&#8217;ve already done, maybe with different colors and images. So, what I&#8217;ve done is make a generic template that acts as a site-starter. It&#8217;s pretty full, so it may not be to everyone&#8217;s tastes, but it covers most scenarios I&#8217;ve run into.</p>
<p><a href="http://www.thejacklawson.com/files/html5template/html5template.html" target="_blank">Here&#8217;s what I use</a>. Feel free to copy it and do whatever you want, it&#8217;s GPL v2 licensed. (<a href="http://www.thejacklawson.com/files/html5template/html5template.zip">zip file</a>)</p>
<ul>
<li>The <a href="http://code.google.com/p/html5shiv/">Html5 Shiv</a> (conditionally for IE, of course.)</li>
<li>The CSS is Richard Clark&#8217;s <a href="http://html5doctor.com/html-5-reset-stylesheet/" target="_blank">HTML5 Reset Stylesheet</a>, plus some stub styles like image / text replacement for the h1.</li>
<li>Whatever jQuery UI 1.8 theme (if applicable.. most of my sites use jQuery UI, so I added it to my template.)</li>
<li>Conditionally, an IE stylesheet. I go ahead and lump IE 6+ into one bucket. This could be broken out into several stylesheets (per IE version), but I&#8217;ve found that using the reset sheet generally limits the amount of IE fixes I have to do, so there&#8217;s not much wasted download time at all for IE users. If your stylesheet gets too heavy, break it out at your discretion.</li>
<li>Several IE conditional statements to build IE wrapper divs to make styling easier. If you&#8217;re including styles by version, you probably don&#8217;t need this. Also has the added benefit of fast browser version checks with jQuery.</li>
<li>Header with heading, subheading. The h1 is a link sometimes, using css image/text replacement. I went back and forth on whether the page title or the site title should be an h1- and chose an h1 based on arguments on <a href="http://www.iheni.com/html-5-to-the-h1-debate-rescue/" target="_blank">this blog post</a>.</li>
<li>Seperate nav. I almost put it with header- but I like keeping the header more pure for the logo/title and subheading.</li>
<li>A div to wrap all of the content, and then a &#8220;maincontent&#8221; div. I haven&#8217;t found better names yet, so here you go. They&#8217;re not <em>section </em>elements, like most of the content is in- the structure is there strictly for styling reasons.</li>
<li>An example section. I like giving it an id with the page title, so I can add in page-specific styles as needed.
<ul>
<li>The section&#8217;s header, and content, as is reccomended</li>
</ul>
</li>
<li>An aside, styled as a right-hand column with subsections</li>
<li>A footer, with links (probably the same as the main links), and copyright information. I&#8217;ve used an <em>address </em>element to wrap the webmaster&#8217;s email. Semantics!</li>
<li>Finally, jQuery 1.4.2 and jQuery UI 1.8 pulled from offsite sources (parallelize downloads, plus it&#8217;s likely cached from another site)</li>
</ul>
<p>So, the idea was to get about an hour or two&#8217;s work done by simply opening up a file. I think I&#8217;ve accomplished this- anything extra I can remove, I can switch the left and right columns pretty easily (or add a third, or fourth), and I have some very basic styles down (just change those grays to something a little more colorful.) Be free, my template!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/553e6b7d-4afe-465a-9cab-53b4c4a8145d/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=553e6b7d-4afe-465a-9cab-53b4c4a8145d" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;title=My+HTML5+Template" title="Add 'My HTML5 Template' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'My HTML5 Template' to Del.icio.us" alt="Add 'My HTML5 Template' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;title=My+HTML5+Template" title="Add 'My HTML5 Template' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'My HTML5 Template' to digg" alt="Add 'My HTML5 Template' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;title=My+HTML5+Template" title="Add 'My HTML5 Template' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'My HTML5 Template' to reddit" alt="Add 'My HTML5 Template' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/" title="Add 'My HTML5 Template' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'My HTML5 Template' to Technorati" alt="Add 'My HTML5 Template' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;h=My+HTML5+Template" title="Add 'My HTML5 Template' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'My HTML5 Template' to Newsvine" alt="Add 'My HTML5 Template' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;title=My+HTML5+Template" title="Add 'My HTML5 Template' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'My HTML5 Template' to Stumble Upon" alt="Add 'My HTML5 Template' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;title=My+HTML5+Template" title="Add 'My HTML5 Template' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'My HTML5 Template' to Google Bookmarks" alt="Add 'My HTML5 Template' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;title=My+HTML5+Template" title="Add 'My HTML5 Template' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'My HTML5 Template' to Live-MSN" alt="Add 'My HTML5 Template' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=My+HTML5+Template&amp;url=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/" title="Add 'My HTML5 Template' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'My HTML5 Template' to SlashDot" alt="Add 'My HTML5 Template' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;t=My+HTML5+Template" title="Add 'My HTML5 Template' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'My HTML5 Template' to FaceBook" alt="Add 'My HTML5 Template' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/" title="Add 'My HTML5 Template' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'My HTML5 Template' to Twitter" alt="Add 'My HTML5 Template' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/&amp;title=My+HTML5+Template&amp;srcURL=http://www.thejacklawson.com/index.php/2010/04/my-html5-template/" title="Add 'My HTML5 Template' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'My HTML5 Template' to Google Buzz" alt="Add 'My HTML5 Template' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/04/my-html5-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Site – Waterford Family Bowl (Part 1 of n)</title>
		<link>http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 04:22:22 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Architecture]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Design of Everyday Things]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Google Webmaster Tool]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery 1.4]]></category>
		<category><![CDATA[Picasa]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[user experience]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=224</guid>
		<description><![CDATA[A little while ago, my aunt approached me- she needed a website for her bowling alley. &#8220;Sure,&#8221; I said. &#8220;Let&#8217;s go over what you want and we&#8217;ll build something that works for you.&#8221;  In the back of my mind, I was thinking &#8220;awesome! Perfect timing to flex my HTML5 muscles and try jQuery 1.4 in [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_225" class="wp-caption alignright" style="width: 310px"><a href="http://www.thejacklawson.com/wp-content/uploads/2010/04/wfb.png"><img class="size-full wp-image-225" title="WaterfordFamilyBowl.com" src="http://www.thejacklawson.com/wp-content/uploads/2010/04/wfb.png" alt="Waterford Family Bowl website" width="300" height="212" /></a><p class="wp-caption-text">Waterford Family Bowl website (www.waterfordfamilybowl.com)</p></div>
<p>A little while ago, my aunt approached me- she needed a website for her bowling alley. &#8220;Sure,&#8221; I said. &#8220;Let&#8217;s go over what you want and we&#8217;ll build something that works for you.&#8221;  In the back of my mind, I was thinking &#8220;awesome! Perfect timing to flex my HTML5 muscles and try jQuery 1.4 in a production environment; will it work?&#8221;</p>
<p>The site&#8217;s now completed, and in production. Go ahead and check it out at <a href="http://www.waterfordfamilybowl.com/">http://www.waterfordfamilybowl.com</a> (still waiting on a little alternate content <img src='http://www.thejacklawson.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). I&#8217;m going to, over a series of 4 or 5 posts, go over how the site works- how and why I used PHP, jQuery, HTML 5, jQuery, WordPress, Picasa, Google Analytics and Webmaster tools, and Google Apps; and, how I merged them all to create a dynamic, easy to use and easy to edit website. I used principles from books like &#8220;The Design of Everyday Things&#8221; and &#8220;Don&#8217;t Make Me Think&#8221;, and I&#8217;ll explain how and where these came into play.   The process I took made even IE 6 compatibility a breeze!</p>
<p>Brief overview on how I plan to break it down:</p>
<p>1. Intro to series<br />
2. Design - architecturally and graphically<br />
3. Implementation of WordPress, Picasa, etc.<br />
4. &#8220;Contact Us&#8221;, finishing touches<br />
5. Google Analytics and Google Webmaster Tools overviews<br />
6. Wrap-up (maybe?)</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d35a3219-74b2-437e-a142-5d65f1a49483/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d35a3219-74b2-437e-a142-5d65f1a49483" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Del.icio.us" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to digg" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to reddit" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Technorati" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;h=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Newsvine" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Stumble Upon" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Bookmarks" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Live-MSN" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29&amp;url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to SlashDot" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;t=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to FaceBook" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Twitter" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/&amp;title=HTML5+Site+%E2%80%93+Waterford+Family+Bowl+%28Part+1+of+n%29&amp;srcURL=http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Buzz" alt="Add 'HTML5 Site – Waterford Family Bowl (Part 1 of n)' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/04/html5-site-waterford-family-bowl-part-1-of-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wacom Bamboo Tablet Experience</title>
		<link>http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/</link>
		<comments>http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:00:45 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Prototyping]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[graphics tablet]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[wacom]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=209</guid>
		<description><![CDATA[(This post was started using my new tablet!) Well, I suppose that now that I have a tablet, I oughta start practicing. You see, I&#8217;ve never been one to have exceptional handwriting skills, so it&#8217;s a good thing that I now have a computer that can understand my handwriting better than my 8th-grade Spanish teacher [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_210" class="wp-caption alignright" style="width: 370px"><a href="http://www.thejacklawson.com/wp-content/uploads/2010/02/awesome-design.gif"><br />
<img class="size-full wp-image-210  " title="Awesome Design" src="http://www.thejacklawson.com/wp-content/uploads/2010/02/awesome-design.gif" alt="My awesome first tablet design" width="360" height="277" /></a><p class="wp-caption-text">My awesome first tablet design</p></div>
<p>(This post was started using my new tablet!)</p>
<p>Well, I suppose that now that I have a tablet, I oughta start practicing. You see, I&#8217;ve never been one to have exceptional handwriting skills, so it&#8217;s a good thing that I now have a computer that can understand my handwriting better than my 8th-grade Spanish teacher could.<em> I used to get a LOT of </em><strong><em>zero</em></strong><em>s on my homework.</em></p>
<p>(At this point, I&#8217;m back to my keyboard because my hand began cramping up. I tried, at least&#8230; Typing at 90WPM  on my keyboard is superior to writing using a plastic pen on a mat.)</p>
<p>I&#8217;ve long dreamed of owning a graphics tablet, for quick mockups (I included my first here. Creative Commons license, feel free to derive from its awesomeness.) I picked up the <a href="http://www.amazon.com/gp/product/B002OOWC3S?ie=UTF8&amp;tag=thbape-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B002OOWC3S" target="_blank">Wacom Pen &amp; Touch</a>. Three days in, it has been fun to play with; while it hasn&#8217;t been 100% everything that I ever imagined it would be, I think that it may be more of a learning curve issue rather than an issue with the technology itself. I&#8217;m used to using a mouse that I have to throw all over a mousepad, not a pen and a tablet that maps 1:1 with my monitor (originally, it mapped to both monitors before I turned off the second monitor in the tablet settings.)</p>
<p>One of the troubles I was having was that it seemed somewhat laggy when I was using my pen on Windows 7 with Photoshop CS3. I noticed mostly that when I was writing, I couldn&#8217;t add small details well (look at how crazy all of the lines in my As are); it would sort of <em>stick</em> and think it was supposed to pull up some kind of command menu. I&#8217;d like to blame it on myself, as a user error&#8230; but it isn&#8217;t at all obvious how I fix that issue, if it is one.</p>
<p>Regardless, I&#8217;m going to soldier on and try a few more mockups before passing more severe judgement. There are probably some hidden settings somewhere to fix; and once I have those figured out, I&#8217;ll post a follow-up on how I did it. Hopefully I do it. Don&#8217;t crush my dreams, Wacom.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em> </em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;title=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Wacom Bamboo Tablet Experience' to Del.icio.us" alt="Add 'Wacom Bamboo Tablet Experience' to Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;title=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Wacom Bamboo Tablet Experience' to digg" alt="Add 'Wacom Bamboo Tablet Experience' to digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://reddit.com/submit?url=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;title=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Wacom Bamboo Tablet Experience' to reddit" alt="Add 'Wacom Bamboo Tablet Experience' to reddit" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/" title="Add 'Wacom Bamboo Tablet Experience' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Wacom Bamboo Tablet Experience' to Technorati" alt="Add 'Wacom Bamboo Tablet Experience' to Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.newsvine.com/_wine/save?u=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;h=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Wacom Bamboo Tablet Experience' to Newsvine" alt="Add 'Wacom Bamboo Tablet Experience' to Newsvine" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;title=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Wacom Bamboo Tablet Experience' to Stumble Upon" alt="Add 'Wacom Bamboo Tablet Experience' to Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;title=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Wacom Bamboo Tablet Experience' to Google Bookmarks" alt="Add 'Wacom Bamboo Tablet Experience' to Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="https://favorites.live.com/quickadd.aspx?url=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;title=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Wacom Bamboo Tablet Experience' to Live-MSN" alt="Add 'Wacom Bamboo Tablet Experience' to Live-MSN" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Wacom+Bamboo+Tablet+Experience&amp;url=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/" title="Add 'Wacom Bamboo Tablet Experience' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Wacom Bamboo Tablet Experience' to SlashDot" alt="Add 'Wacom Bamboo Tablet Experience' to SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;t=Wacom+Bamboo+Tablet+Experience" title="Add 'Wacom Bamboo Tablet Experience' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Wacom Bamboo Tablet Experience' to FaceBook" alt="Add 'Wacom Bamboo Tablet Experience' to FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/" title="Add 'Wacom Bamboo Tablet Experience' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Wacom Bamboo Tablet Experience' to Twitter" alt="Add 'Wacom Bamboo Tablet Experience' to Twitter" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/reader/link?url=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/&amp;title=Wacom+Bamboo+Tablet+Experience&amp;srcURL=http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/" title="Add 'Wacom Bamboo Tablet Experience' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Wacom Bamboo Tablet Experience' to Google Buzz" alt="Add 'Wacom Bamboo Tablet Experience' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2010/02/wacom-bamboo-tablet-experience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
