<?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>andreasviklund.com</title>
	<atom:link href="http://andreasviklund.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://andreasviklund.com</link>
	<description></description>
	<lastBuildDate>Thu, 02 Feb 2012 15:43:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Centered horizontal menus with CSS</title>
		<link>http://andreasviklund.com/learn/centered-horizontal-menus-with-css/</link>
		<comments>http://andreasviklund.com/learn/centered-horizontal-menus-with-css/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 17:11:03 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=4049</guid>
		<description><![CDATA[I got an e-mail asking how to make a centered horizontal menu, using XHTML and CSS. It may sound easy, but it cause me a lot of headache before I learned how to do it. After trying a lot of &#034;text-align:center&#034; and &#034;margin: 0 auto;&#034; approaches that didn&#039;t work as I wanted, I realized that [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_4050" class="wp-caption alignright" style="width: 310px"><a href="http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support" rel="external"><img src="http://andreasviklund.com/wp-content/uploads/2012/01/centered-horizontal-menus-300x140.png" alt="" title="Horizontally centered menus in CSS" width="300" height="140" class="size-medium wp-image-4050" /></a><p class="wp-caption-text">Source: matthewjamestaylor.com</p></div>I got an e-mail asking how to make a centered horizontal menu, using XHTML and CSS. It may sound easy, but it cause me a lot of headache before I learned how to do it. After trying a lot of &#034;text-align:center&#034; and &#034;margin: 0 auto;&#034; approaches that didn&#039;t work as I wanted, I realized that the trick is to think outside the box when positioning the unsorted list I use for navigation menus.</p>
<p>Rather than just answering the e-mail question, I want to share a link to an excellent and very well illustrated guide on <a href="http://matthewjamestaylor.com/blog/beautiful-css-centered-menus-no-hacks-full-cross-browser-support" rel="external">how to make centered horizontal menus</a>. The guide is written by Matthew James Taylor, and it has a no-hacks approach that keeps the code clean and efficient. A few <a href="http://matthewjamestaylor.com/centered-menus/" rel="external">examples</a> are provided that you can use and learn from. Check it out, and don&#039;t miss the many other good posts in Matthew&#039;s design blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/learn/centered-horizontal-menus-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update about the Arctica theme for WordPress</title>
		<link>http://andreasviklund.com/general/update-about-the-arctica-theme-for-wordpress/</link>
		<comments>http://andreasviklund.com/general/update-about-the-arctica-theme-for-wordpress/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 21:20:11 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[arctica]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=4034</guid>
		<description><![CDATA[After being in the review queue for the official WordPress theme directory for more than three months, the Arctica theme was finally reviewed a day ago. Since it was based on the same code base as my two latest themes, Asokay and Lagom (which are both approved and published on wordpress.org), I expected the review [...]]]></description>
			<content:encoded><![CDATA[<p>After being in the review queue for the official WordPress theme directory for more than three months, the <a href="http://andreasviklund.com/wordpress-themes/arctica/">Arctica theme</a> was finally reviewed a day ago. Since it was based on the same code base as my two latest themes, <a href="http://wordpress.org/extend/themes/asokay" rel="external">Asokay</a> and <a href="http://wordpress.org/extend/themes/lagom" rel="external">Lagom</a> (which are both approved and published on wordpress.org), I expected the review of Arctica to result in an approval as well. </p>
<p>I was wrong. Arctica was turned down, with the only argument being that it &#034;appears to be a copy of Toolbox with only minor style changes&#034;. With the approved Asokay and Lagom in mind, and knowing the amount of changes that I had to make to get those two approved, I disagree with that conclusion and have asked the reviewer to clarify why Arctica is treated differently than my previous two themes. Until I get a chance to understand the reason for the non-approval, Arctica will still be <a href="http://andreasviklund.com/wordpress-themes/arctica/">available</a> from this site, just like before. It works well, but you will not get update notifications inside the WP-admin until the theme is approved and added to the wordpress.org theme directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/general/update-about-the-arctica-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video tutorials: Learn to write XHTML and CSS manually</title>
		<link>http://andreasviklund.com/learn/video-tutorials-learn-to-write-xhtml-and-css-manually/</link>
		<comments>http://andreasviklund.com/learn/video-tutorials-learn-to-write-xhtml-and-css-manually/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 14:27:35 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=4030</guid>
		<description><![CDATA[After being asked about HTML/CSS coding tutorials for beginners, I ran across a site with a number of excellent guides: LearnWebCode.com. In a number of simple steps, you can learn the basics of both (X)HTML and CSS, and along with the texts you can find a number of videos that give you a visual guide [...]]]></description>
			<content:encoded><![CDATA[<p>After being asked about HTML/CSS coding tutorials for beginners, I ran across a site with a number of excellent guides: <a href="http://learnwebcode.com/">LearnWebCode.com</a>. In a number of simple steps, you can learn the basics of both (X)HTML and CSS, and along with the texts you can find a number of videos that give you a visual guide on how it works. After viewing several videos and reading a number of the tutorial posts, I can warmly recommend it for anyone who wants to learn how to build websites from scratch using manual coding. Read more by following the links below: </p>
<p><a href="http://learnwebcode.com/sitemap/">XHTML and CSS tutorials</a> (text with code examples)<br />
<a href="http://learnwebcode.com/category/css-video-tutorial/">CSS video tutorials</a><br />
<a href="http://learnwebcode.com/category/html-video-tutorial/">HTML video tutorials</a></p>
<p>Thanks Brad for these guides, I think that they could be really useful to a lot of aspiring site builders&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/learn/video-tutorials-learn-to-write-xhtml-and-css-manually/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Grid v2.1 released</title>
		<link>http://andreasviklund.com/build/the-grid-v2-1-released/</link>
		<comments>http://andreasviklund.com/build/the-grid-v2-1-released/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 13:19:06 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[the grid]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=4010</guid>
		<description><![CDATA[The second version of The Grid template has been updated to version 2.1, fixing a minor error in the sample content. A package of sample layouts built from the template will be released separately at the end of this week, showing the flexibility that the grid system provides for creating both simple and complex layouts. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://andreasviklund.com/templates/the-grid-v2/"><img src="http://andreasviklund.com/wp-content/uploads/2012/01/the-grid-v2-updated-300x181.png" alt="The Grid v2.1" title="The Grid v2.1 released" width="300" height="181" class="alignright size-medium wp-image-4011" /></a>The <a href="http://andreasviklund.com/templates/the-grid-v2/">second version of The Grid template</a> has been updated to version 2.1, fixing a minor error in the sample content. A package of sample layouts built from the template will be released separately at the end of this week, showing the flexibility that the grid system provides for creating both simple and complex layouts.</p>
<p><a href="http://andreasviklund.com/download/the-grid-v2.zip">Download The Grid v2.1</a> (.zip, 164 Kb)</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/build/the-grid-v2-1-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Notepad++ 2.5.8 released</title>
		<link>http://andreasviklund.com/general/notepad-2-5-8-released/</link>
		<comments>http://andreasviklund.com/general/notepad-2-5-8-released/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 18:14:06 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=4007</guid>
		<description><![CDATA[The code editor of my choice, Notepad++, has been updated to version 5.9.8. It is a minor update, but it includes a welcome addition of drag-and-drop capability in the project manager.]]></description>
			<content:encoded><![CDATA[<p>The code editor of my choice, <a href="http://notepad-plus-plus.org/">Notepad++</a>, has been updated to <a href="http://notepad-plus-plus.org/download/v5.9.8.html">version 5.9.8</a>. It is a minor update, but it includes a welcome addition of drag-and-drop capability in the project manager.</p>
<p><img src="http://andreasviklund.com/wp-content/uploads/2012/01/notepad-plus-plus.jpg" alt="" title="Notepad++ screenshot" width="600" height="403" class="aligncenter size-full wp-image-4008" /></p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/general/notepad-2-5-8-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sharing buttons and commenting using your Facebook, Twitter or Google account</title>
		<link>http://andreasviklund.com/share/sharing-buttons-and-commenting-using-your-facebook-twitter-or-google-account/</link>
		<comments>http://andreasviklund.com/share/sharing-buttons-and-commenting-using-your-facebook-twitter-or-google-account/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 22:15:53 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[site news]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=3990</guid>
		<description><![CDATA[I have spent this weekend on adding two new features for the site. Here is a short rundown: Share buttons for pages and posts Buttons for Google +1, Facebook Like and Tweet this have been added to all pages and all blog posts &#8211; as well as to the front page. If you click on [...]]]></description>
			<content:encoded><![CDATA[<p>I have spent this weekend on adding two new features for the site. Here is a short rundown:</p>
<h3>Share buttons for pages and posts</h3>
<p>Buttons for Google +1, Facebook Like and Tweet this have been added to all pages and all blog posts &#8211; as well as to the front page. If you click on one of the buttons (for example the &#034;Facebook like&#034; button) on any page or blog post, you will &#034;like&#034; that specific page or post (rather than the main URL, andreasviklund.com, which was shared on the previous version of the site). The sharing buttons now display the number of +1&#039;s, likes and tweets for each page, which is also a new feature.</p>
<h3>Comment using your Facebook, Twitter or Google account</h3>
<p>Comments can now be posted using your Facebook account, Google account or Twitter account, as well as by manually filling in the name and e-mail address like before. If you post a comment by connecting your Facebook account, your comment will also be posted on your Facebook wall along with a link to the post you are commenting on. I don&#039;t know if this will be useful to anyone, but I thought that it could be worth trying it out.</p>
<p>More features will be added during the next couple of weeks, as the site is in constant development now. If there is any specific feature that you would want to see, feel free to post your suggestions and requests here.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/share/sharing-buttons-and-commenting-using-your-facebook-twitter-or-google-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do WordPress plugins affect site performance?</title>
		<link>http://andreasviklund.com/general/how-do-wordpress-plugins-affect-site-performance/</link>
		<comments>http://andreasviklund.com/general/how-do-wordpress-plugins-affect-site-performance/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 21:14:07 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=3984</guid>
		<description><![CDATA[One of the best things about building websites with WordPress is the flexibility you get from the wide range of WordPress plugins available. But every plugin that is added affects the performance of the website. If the number of installed plugins is high, the difference can be quite significant. Dev4Press has published a detailed test [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://andreasviklund.com/wp-content/uploads/2012/01/wordpress-plugins-performance-300x102.jpg" alt="" title="WordPress plugins performance test" width="300" height="102" class="alignright size-medium wp-image-3985" />One of the best things about building websites with WordPress is the flexibility you get from the wide range of WordPress plugins available. But every plugin that is added affects the performance of the website. If the number of installed plugins is high, the difference can be quite significant. Dev4Press has published a detailed test showing <a href="http://www.dev4press.com/2011/blog/benchmark/measuring-impact-of-plugins-on-wordpress-loading/">how 35 different plugins</a> affect the performance of a WordPress website, and it is a really interesting post that provides a good point on optimization by simplification. In some cases, it may actually not be worth installing some plugins as the negative effect on performance is bigger tan te positive effect of the added feature. Check it out, and if you know about more tests similar to this, I&#039;d be happy to know about them.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/general/how-do-wordpress-plugins-affect-site-performance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Website analytics &#8211; The must-have tool for site owners</title>
		<link>http://andreasviklund.com/learn/website-analytics-the-must-have-tool-for-site-owners/</link>
		<comments>http://andreasviklund.com/learn/website-analytics-the-must-have-tool-for-site-owners/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 08:18:49 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[Learn]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[webmasters]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=3967</guid>
		<description><![CDATA[This website uses multiple services and scripts to gather statistics of site usage and traffic. For any webmaster, such statistics are not just interesting to view but pretty much essential to keep websites working as good as possible. The main service for the most complete and detailed stats is Google Analytics, which is an external [...]]]></description>
			<content:encoded><![CDATA[<p>This website uses multiple services and scripts to gather statistics of site usage and traffic. For any webmaster, such statistics are not just interesting to view but pretty much essential to keep websites working as good as possible. The main service for the most complete and detailed stats is <a href="http://www.google.com/analytics">Google Analytics</a>, which is an external statistics system that runs on Google servers. I am also using a secondary statistics system which is running as a set of scripts on this server, called <a href="http://haveamint.com/">Mint</a>.</p>
<p>This is a good combination in my opinion, as Google Analytics provides very detailed data and the possibility to generate reports and see changes for any set of data over time. When I need to know how the number of pages each visitor views in average in a day has changed over the last 6 months, Analytics makes it easy to find the answer. But Google Analytics has one weak point: It lacks a simple overview of the most important information regarding what is happening on the site at any given time. That is where Mint becomes useful, as it displays everything I need to know on one single page where I can get a quick update on the numbers for the last 24 hours, along with a summary of the number of unique and total visitors per week and per month for the last 12 months.</p>
<p>This is what Mint looks like:</p>
<p><img src="http://andreasviklund.com/wp-content/uploads/2012/01/mint-statistics-screenshot.jpg" alt="" title="Screenshot of Mint, showing the quick overview it provides" width="630" height="150" class="aligncenter size-full wp-image-3980" /></p>
<p>Up until recently, I also used a third statistics service to get access to real-time reporting: <a href="http://getclicky.com/66358965">Clicky Web Analytics</a>. Clicky has a feature that shows the number of visitors that are currently viewing the site, which pages that are viewed and where in the world the visitors come from. It also shows which page each visitor arrives to, making it easy to see which pages and blog posts that the visitors of the site are finding interesting, again &#8211; in real-time.</p>
<h3>Google Analytics goes real-time</h3>
<p>However since the new design was launched on January 1st, I am no longer using Clicky. A few months ago Google Analytics <a href="http://googlesystem.blogspot.com/2011/10/google-analytics-in-real-time.html">added a new feature</a> (in beta) for viewing real-time actions on websites, and it works very well. Since Google Analytics is a free service, I do no longer see the need to pay for the commercial service that Clicky is. But it must be said that Clicky is an excellent alternative to Google Analytics, so it is really a matter of taste which one is used. I decided to continue using Analytics since I have been using it for several years, giving me a lot more historical data than I have got from the one year that I used Clicky.</p>
<p>This is what the Google Analytics real-time mode can look like:</p>
<p><img src="http://andreasviklund.com/wp-content/uploads/2012/01/google-analytics-real-time-screenshot.jpg" alt="" title="Screenshot of Google Analytics showing Real-Time data" width="630" height="505" class="aligncenter size-full wp-image-3969" /></p>
<p>This view shows the number of currently active visitors on the site, as well as which websites or search engine terms the visitors came from and which pages and posts that are viewed. Finally, the map shows where in the world the visitors (or rather their ISPs) are located.</p>
<h3>Using this knowledge to improve the site</h3>
<p>With access to this kind of information, it becomes a lot easier to optimize and improve the site and the visitor experience. Combined with regular Analytics reports are added (for example showing the most common screen resolutions, common entry and exit points, time spent on the site and detailed information on traffic sources), this is a tool which is absolutely essential to my work.</p>
<p>I recommend everyone who is building websites to use a statistics service that provides this kind of information. It can help you improve your website in a number of ways, by simply letting you know how the visitors of your site interacts with it.</p>
<p>If you would want to know more about using website usage statistics and analytics to improve your website, feel free to post questions as comments to this post and I will do my best to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/learn/website-analytics-the-must-have-tool-for-site-owners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3.1 released</title>
		<link>http://andreasviklund.com/general/wordpress-3-3-1-released/</link>
		<comments>http://andreasviklund.com/general/wordpress-3-3-1-released/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 22:52:28 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=3965</guid>
		<description><![CDATA[Just a short note: A new version of WordPress has been released. WordPress 3.3.1 is called a &#034;security and maintenance release&#034;, and it fixes a number of issues found in the recent v3.3 release. As always, updating to the latest release is highly recommended.]]></description>
			<content:encoded><![CDATA[<p>Just a short note: A new version of WordPress has been released. <a href="http://wordpress.org/news/2012/01/wordpress-3-3-1/">WordPress 3.3.1</a> is called a &#034;security and maintenance release&#034;, and it fixes a number of issues found in the recent v3.3 release. As always, updating to the latest release is highly recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/general/wordpress-3-3-1-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Now available: The Arctica theme for WordPress</title>
		<link>http://andreasviklund.com/build/now-available-the-arctica-theme-for-wordpress/</link>
		<comments>http://andreasviklund.com/build/now-available-the-arctica-theme-for-wordpress/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 22:22:55 +0000</pubDate>
		<dc:creator>Andreas Viklund</dc:creator>
				<category><![CDATA[Build]]></category>
		<category><![CDATA[arctica]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andreasviklund.com/?p=3952</guid>
		<description><![CDATA[Since more than 80 days have passed since I submitted this theme to the official WordPress theme directory queue, and since the theme is marked as being under review since a number of weeks, I decided to make my next theme available on this site and keep it here until it shows up in the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://andreasviklund.com/wordpress-themes/arctica/"><img src="http://andreasviklund.com/wp-content/uploads/2012/01/arctica-theme-screenshot-e1325545394911-220x162.png" alt="" title="Arctica theme for WordPress" width="220" height="162" class="alignright size-thumbnail wp-image-3956" /></a>Since more than 80 days have passed since I submitted this theme to the official WordPress theme directory queue, and since the theme is marked as being under review since a number of weeks, I decided to make my next theme available on this site and keep it here until it shows up in the official theme directory. This means that you can now download the first version of the Arctica theme and try it out.</p>
<p>Arctica is a basic 2-column blog theme, built upon a HTML5 code base (derived from Toolbox) and enhanced by CSS3 and a custom webfont. It is classical, by some measures to a level getting close to being oldschool. But the feedback has been very positive so far, and it is a theme which I could very well end up using myself if I would launch a personal blog some time in the future.</p>
<p>Give it a try, and let me know what you think about it. Feature suggestions, bug reports and general feedback are always welcome. As always, you can preview the theme on my <a href="http://dev.andreasviklund.com/?wptheme=Arctica">theme demo site</a>.</p>
<p>To download the Arctica theme directly, use this link: <a href="http://andreasviklund.com/download/arctica.zip")>Arctica theme for WordPress (.zip, 179 Kb)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andreasviklund.com/build/now-available-the-arctica-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.859 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 01:36:17 -->

