<?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; Google</title>
	<atom:link href="http://www.thejacklawson.com/index.php/tag/google/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>Tue, 24 Aug 2010 21:10:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</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>3</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>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>Google PageSpeed, a Beautiful Thing</title>
		<link>http://www.thejacklawson.com/index.php/2009/09/google-pagespeed-a-beautiful-thing/</link>
		<comments>http://www.thejacklawson.com/index.php/2009/09/google-pagespeed-a-beautiful-thing/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 02:02:41 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=104</guid>
		<description><![CDATA[Image via CrunchBase More Google loving! This time, it&#8217;s a plugin for Firebug (the best tool in the world for developers- get it now) that Google created, called Page Speed. Here&#8217;s the breakdown, and here&#8217;s why it rocks. Page Speed analyzes your code, running the same checks that Google uses for their own sites- checking [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 260px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/google"><img title="Image representing Google as depicted in Crunc..." src="http://www.crunchbase.com/assets/images/resized/0002/9578/29578v7-max-450x450.jpg" alt="Image representing Google as depicted in Crunc..." width="250" height="99" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>More <a class="zem_slink" title="Google" rel="homepage" href="http://google.com">Google</a> loving! This time, it&#8217;s a plugin for <a class="zem_slink" title="Firebug (Firefox extension)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Firebug_%28Firefox_extension%29">Firebug</a> (the best tool in the world for developers- get it now) that Google created, called <a href="http://code.google.com/speed/page-speed/" target="_blank">Page Speed</a>. Here&#8217;s the breakdown, and here&#8217;s why it rocks.<br />
Page Speed analyzes your code, running the same checks that Google uses for their own sites- checking for things like unoptimized images, un-gzipped code, slow <a class="zem_slink" title="Cascading Style Sheets" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a>, uncompressed <a class="zem_slink" title="JavaScript" rel="wikipedia" href="http://en.wikipedia.org/wiki/JavaScript">Javascript</a>, and more; and then it delivers you a neat little report, which you can then use as a checklist of things to fix. Page Speed allowed me to cut over half a meg from the page requests from one of the projects I was working on; kind of a big deal. Even if you think your application is amazing, there&#8217;s a small chance that a quick 20-second test can tell you something that&#8217;ll save you bandwidth, and by extension, money. Saving money is good, and saving your visitors time and bandwidth is great.<br />
Check it out, and revel in the awesomeness.</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/46c69175-8d0c-443b-8b68-6063760520c1/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=46c69175-8d0c-443b-8b68-6063760520c1" 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;title=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Del.icio.us" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;title=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Google PageSpeed, a Beautiful Thing' to digg" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;title=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Google PageSpeed, a Beautiful Thing' to reddit" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/" title="Add 'Google PageSpeed, a Beautiful Thing' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Technorati" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;h=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Newsvine" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;title=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Stumble Upon" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;title=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Google Bookmarks" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;title=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Live-MSN" alt="Add 'Google PageSpeed, a Beautiful Thing' 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=Google+PageSpeed%2C+a+Beautiful+Thing&amp;url=http://www.thejacklawson.com/index.php/2009/09/google-pagespeed-a-beautiful-thing/" title="Add 'Google PageSpeed, a Beautiful Thing' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Google PageSpeed, a Beautiful Thing' to SlashDot" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;t=Google+PageSpeed%2C+a+Beautiful+Thing" title="Add 'Google PageSpeed, a Beautiful Thing' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Google PageSpeed, a Beautiful Thing' to FaceBook" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/" title="Add 'Google PageSpeed, a Beautiful Thing' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Twitter" alt="Add 'Google PageSpeed, a Beautiful Thing' 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/2009/09/google-pagespeed-a-beautiful-thing/&amp;title=Google+PageSpeed%2C+a+Beautiful+Thing&amp;srcURL=http://www.thejacklawson.com/index.php/2009/09/google-pagespeed-a-beautiful-thing/" title="Add 'Google PageSpeed, a Beautiful Thing' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Google PageSpeed, a Beautiful Thing' to Google Buzz" alt="Add 'Google PageSpeed, a Beautiful Thing' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2009/09/google-pagespeed-a-beautiful-thing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tracking AJAX in ASP.NET with Google Analytics</title>
		<link>http://www.thejacklawson.com/index.php/2009/09/tracking-ajax-in-asp-net-with-google-analytics/</link>
		<comments>http://www.thejacklawson.com/index.php/2009/09/tracking-ajax-in-asp-net-with-google-analytics/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 02:00:36 +0000</pubDate>
		<dc:creator>Jack Lawson</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[web trending]]></category>

		<guid isPermaLink="false">http://www.thejacklawson.com/?p=102</guid>
		<description><![CDATA[Image by carveconsulting via Flickr (skip down a little further if you don&#8217;t need an introduction to Google Analytics.) I love Google Analytics. In fact, I&#8217;m a big fan of Google as a whole, and I do the majority of my work using Google Docs, Calendar, and Gmail (online collaboration! oh, and free) and Google [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/76347018@N00/2290586287"><img title="Google analytics for recruitment" src="http://farm4.static.flickr.com/3243/2290586287_6c02972b60_m.jpg" alt="Google analytics for recruitment" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/76347018@N00/2290586287">carveconsulting</a> via Flickr</dd>
</dl>
</div>
</div>
<p><em>(skip down a little further if you don&#8217;t need an introduction to <a class="zem_slink" title="Google Analytics" rel="homepage" href="http://www.google.com/analytics">Google Analytics</a>.)</em></p>
<p>I love <a class="zem_slink" title="Google" rel="homepage" href="http://google.com">Google</a> Analytics. In fact, I&#8217;m a big fan of Google as a whole, and I do the majority of my work using Google <a class="zem_slink" title="Google Docs" rel="homepage" href="http://docs.google.com/">Docs</a>, <a class="zem_slink" title="Google Calendar" rel="homepage" href="http://google.com/calendar">Calendar</a>, and Gmail (online collaboration! oh, and free) and Google Analytics is a beautiful tool for businesses, whether their <a class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a>&#8216;s primary focus is online sales or just a small info-about-my-business site. If you don&#8217;t have some kind of tracking, you&#8217;re missing out on very important information; GA is a good place to start. Anybody can put GA into their website, and everybody should put something in.</p>
<p>The way GA works is by dropping a snippet of <a class="zem_slink" title="JavaScript" rel="wikipedia" href="http://en.wikipedia.org/wiki/JavaScript">Javascript</a> into your page; this javascript runs a series of tests against the visitor&#8217;s browser, checking <a class="zem_slink" title="Display resolution" rel="wikipedia" href="http://en.wikipedia.org/wiki/Display_resolution">screen resolution</a>, flash capabilities, seeing if the user is unique, watching the user&#8217;s path through the website, checking the user&#8217;s location, and much, much more (all collected anonymously). This is all put into an interface where you can see the data collected and organized. However, <a class="zem_slink" title="Ajax (programming)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Ajax_%28programming%29">AJAX</a> applications don&#8217;t function as normal websites- you don&#8217;t get a new <a class="zem_slink" title="Hit (internet)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Hit_%28internet%29">page hit</a> every time you fire off an UpdatePanel, because it&#8217;s not a full page refresh. So, we need to do a little trickery to get things to work the way we want them to.</p>
<p><em>(you can start reading again if you skipped earlier.)</em></p>
<p>If you have the Google Analytics in the host page (whether the aspx page, or more likely, the master page), then you have to register a client script block that calls the trackpageview method. If you use <a class="zem_slink" title="JQuery" rel="homepage" href="http://jquery.com/">jQuery</a>, it&#8217;ll look something like:</p>
<p><code>ScriptManager.RegisterClientScriptBlock(UpdatePanelID, typeof(UpdatePanel), "uniqueIdentifierString", "$(document).ready(function(){ pageTracker._trackPageview('/pagename'); });", true);</code></p>
<p>If you&#8217;re not using jQuery, you&#8217;ll have to do a little more work to attach to the window&#8217;s onload event, but it&#8217;s pretty similar.<br />
What you&#8217;re doing is registering a script block to execute when the UpdatePanel updates (because it won&#8217;t execute JS returned in the text), and using the pageTracker object (that the GA code you copied when you first set up GA on your site created) to force a pageview for a page you define. For my applications, I generally use something like &#8220;/dataentry/guestbook/edit&#8221; or &#8220;/dataentry/guestbook/delete&#8221; so that I can easily track guestbook views, as well as edits / deletes. It&#8217;s both a way to track controls you load via AJAX, and a cheap shot at logging (not perfect data, though, so you&#8217;re still best off doing all of your own logging on events, of course.)</p>
<p>The official Google help doc on the subject is also here: <a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=55519" target="_blank">http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;answer=55519</a></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/570dfef3-4261-4739-9d63-560430307e2b/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=570dfef3-4261-4739-9d63-560430307e2b" 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;title=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Del.icio.us"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Del.icio.us" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;title=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to digg"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to digg" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;title=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to reddit"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/reddit.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to reddit" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Technorati"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Technorati" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;h=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Newsvine"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/newsvine.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Newsvine" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;title=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Stumble Upon"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Stumble Upon" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;title=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Google Bookmarks"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Google Bookmarks" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;title=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Live-MSN"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/live.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Live-MSN" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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=Tracking+AJAX+in+ASP.NET+with+Google+Analytics&amp;url=http://www.thejacklawson.com/index.php/2009/09/tracking-ajax-in-asp-net-with-google-analytics/" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to SlashDot"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to SlashDot" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;t=Tracking+AJAX+in+ASP.NET+with+Google+Analytics" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to FaceBook"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to FaceBook" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Twitter"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Twitter" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' 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/2009/09/tracking-ajax-in-asp-net-with-google-analytics/&amp;title=Tracking+AJAX+in+ASP.NET+with+Google+Analytics&amp;srcURL=http://www.thejacklawson.com/index.php/2009/09/tracking-ajax-in-asp-net-with-google-analytics/" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Google Buzz"><img src="http://www.thejacklawson.com/wp-content/plugins/social-bookmarking-reloaded/googlebuzz.png" title="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Google Buzz" alt="Add 'Tracking AJAX in ASP.NET with Google Analytics' to Google Buzz" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.thejacklawson.com/index.php/2009/09/tracking-ajax-in-asp-net-with-google-analytics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
