<?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"
	>

<channel>
	<title>Dylan Bathurst.com</title>
	<atom:link href="http://www.dylanbathurst.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dylanbathurst.com</link>
	<description>Now In Peppermint Flovor.</description>
	<pubDate>Mon, 01 Sep 2008 03:23:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Review of Emastic CSS Framework Beta 1</title>
		<link>http://www.dylanbathurst.com/2008/07/27/review-of-emtastic-css-framework-beta-1/</link>
		<comments>http://www.dylanbathurst.com/2008/07/27/review-of-emtastic-css-framework-beta-1/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 22:25:16 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Sites]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[beta]]></category>

		<category><![CDATA[emastic]]></category>

		<category><![CDATA[framework]]></category>

		<category><![CDATA[grid]]></category>

		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/?p=56</guid>
		<description><![CDATA[A review of the Emastic CSS Framework by Vladimir Carrer. Discussing the pros and cons of the framework. ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Emtastic CSS Framework beta1 logo" src="http://www.dylanbathurst.com/wp-content/uploads/2008/07/emastic_small.png" alt="" width="100" height="100" />There has been a lot buzz and controversy lately over CSS Frameworks. Arguments are made that they are bloated, use un-semantic code, and many other complaints. This article is not to debate the validity of CSS Frameworks, but a review of one in particular. Emastic!<span id="more-56"></span></p>
<div class="wp-caption aligncenter" style="width: 310px"><img title="Emtastic CSS Framework" src="http://www.allapis.com/emastic/emastic.png" alt="Emtastic CSS Framework" width="300" height="114" /><p class="wp-caption-text">Emastic CSS Framework</p></div>
<p><a title="Emtastic CSS Framework" href="http://code.google.com/p/emastic/">Emastic</a> was created by <a title="Vladimir Carrer's Blog" href="http://vladocarrer.blogspot.com/">Vladimir Carrer</a>, a self employed web developer from Italy. The framework is lightweight weighing in at just below 4kb with the compressed version. Along with the download comes a grid system for aligning elements in a neat, well formed structure. (Emastic&#8217;s grid system has some problems, but I will discuss them later.) There is something special that Emastic offers to people, though, beyond saving them from writing their own CSS. This framework provides the developer a way to make beautiful elastic layouts using ems! To me this is the most compelling attraction to Emastic.</p>
<h2>What is ems?</h2>
<p>Most CSS designers out there (including me) use pixels for setting heights, widths, and font-sizes for the elements they are working with. This is all good and fun until you think a little bit about what that means for people who want to enlarge the text to see it better. In our pixel based layouts the text will get bigger but the elements themselves will stay the same pixel height/width.</p>
<p>If you are using ems for layout then you have given a more elastic component to the site. Now when the user enlarges the text on your page, all other elements will enlarge, too. It looks like the page is zooming in and out. If you use Firefox 3, it is similar to using the full page zoom feature.</p>
<p><img class="alignnone" title="Web Site using ems for layout" src="http://dylanbathurst.com/wp-content/uploads/2008/07/emszoom2.png" alt="" width="625" height="400" /></p>
<p>This is what a <a title="The incredible Em &amp; Elastic Layouts with CSS" href="http://jontangerine.com/log/2007/09/the-incredible-em-and-elastic-layouts-with-css">site with an elastic layout</a> will look like when you load it into your browser. Now if you think the text is too big or too small you can use the shortcut  + or  - to start resizing the text to a comfortable level. (I believe it&#8217;s Shift + and Shift - in Windows.)</p>
<p>When the pages layout is made with ems instead of pixels. This will happen:</p>
<p><img class="alignnone" title="Ems makes the whole page look zoomed out." src="http://dylanbathurst.com/wp-content/uploads/2008/07/emszoom1.png" alt="" width="625" height="400" /></p>
<p>Now the whole page looks as though you zoomed out away from it. All the elements are relative to one another!</p>
<p>Emastic makes creating and converting your site to ems very easy with all the prebuilt classes and id&#8217;s.</p>
<h2>Typography</h2>
<p>The style sheet dedicated to the overall typography of each page is pretty straight forward. Arial is used for paragraphs and beautiful Georgia is used for heading and caption text. Now not every page should use these two font-faces. In those cases simply editing the type.css file is easy to do. Locating and changing the font-family properties is no hard task since there are only four instances of the font-family property. </p>
<h2>Grid Work</h2>
<p>Grids have become a popular development tool when making websites. They can be used to make very appealing layouts. Emastic, though, is lacking in the grid department. The framework comes with a grid overlay system but thats about it. The grid offers little room for customization and no vertical line adjustment, only horizontal. In my opinion being able to line up elements vertically is very important. Maybe even more important than horizontally aligning elements. </p>
<p><img class="alignnone" title="Grid overlay view of demo page" src="http://dylanbathurst.com/wp-content/uploads/2008/07/gridimg.png" alt="" width="625" height="400" /></p>
<p>I expect in later version Emastic this problem will be addressed, but I hope that it will be made a priority because just a little grid work can be a great asset to any site.</p>
<h2>In Conclusion</h2>
<p>Overall I deem Emastic a well thought out and excellent framework for any level of developer. Being that it&#8217;s only in beta right now, there is room for improvement. If Vladimir keeps actively developing his framework, he will be sure to see positive feedback and use of his product. </p>
<p>To check out Emastic for yourself visit his <a title="Emtastic CSS Framework on Google" href="http://code.google.com/p/emastic/">google hosted site</a>. You can also download the files <a title="Emtastic Beta 1 download" href="http://emastic.googlecode.com/files/emastic%20-%20css%20framework%200.8%28beta1%29.zip">directly</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/07/27/review-of-emtastic-css-framework-beta-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter This Bookmark</title>
		<link>http://www.dylanbathurst.com/2008/07/23/twitter-this-bookmark/</link>
		<comments>http://www.dylanbathurst.com/2008/07/23/twitter-this-bookmark/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 01:28:23 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[Sites]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[bookmark]]></category>

		<category><![CDATA[quick reply]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/?p=38</guid>
		<description><![CDATA[This is a simple javascript bookmark to make posting a link to twitter that much quicker.]]></description>
			<content:encoded><![CDATA[<p>I have recently been playing with John Resig&#8217;s <a title="Twitter Quick Reply Bookmark" href="http://ejohn.org/blog/twitter-quick-reply/">Twitter Quick Reply</a> bookmark, and decided to make a little helpful plugin of my own. Playing around with the javascript from his bookmark and the <a title="UrlKiss" href="http://urlkiss.com/">UrlKiss</a> bookmark, I came up with TwitterThis. <span id="more-38"></span></p>
<p>To use TwitterThis simply drag this link <a title="TwitterThis" href="javascript:void(location.href='http://twitter.com/home?status='+escape(location.href))">TwitterThis</a> to your bookmarks toolbar. Now whenever you are on a site that you would like to link to from twitter, just click the bookmark in your bookmarks bar and you will be taken to twitter and the url address of that page will be inserted into update area.</p>
<h2>The Code</h2>
<pre><code>javascript:void(location.href='http://twitter.com/home?status='+escape(location.href))
</code></pre>
<p><em>update July 24, 2008</em><br />
Gabe Jamison remodeled the script a little bit so that it will open up in a new window instead of opening in the same window. <a title="TwitterThis" href="javascript:void(window.open('http://twitter.com/home?status='+escape(location.href)))">TwitterThisInAnotherWindowBesidesTheOneYouAreIn</a></p>
<pre><code>javascript:void(window.open('http://twitter.com/home?status='+escape(location.href)))
</code></pre>
<h2>The Reason</h2>
<p>I know it&#8217;s not particularly hard to copy, go to twitter, and paste but this will save you a few clicks. So enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/07/23/twitter-this-bookmark/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Color Intensity Loss from Photoshop to Web - Explained</title>
		<link>http://www.dylanbathurst.com/2008/06/06/color-intensity-loss-from-photoshop-to-web-explained/</link>
		<comments>http://www.dylanbathurst.com/2008/06/06/color-intensity-loss-from-photoshop-to-web-explained/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:09:35 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[Photoshop]]></category>

		<category><![CDATA[Sites]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[color]]></category>

		<category><![CDATA[color loss]]></category>

		<category><![CDATA[color profile]]></category>

		<category><![CDATA[color shift]]></category>

		<category><![CDATA[profile]]></category>

		<category><![CDATA[save for web]]></category>

		<category><![CDATA[sRGB]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/?p=35</guid>
		<description><![CDATA[I was having some trouble when I saved for web in photoshop with losing color quality. I found a fix to this problem, and wanted to share it with you.]]></description>
			<content:encoded><![CDATA[<p>A while ago I wrote a post about how my colors were losing intensity when I would &#8220;Save for web.&#8221; I found out via this awesome little explanation that Photoshop embeds color profiles into your images when saved. I recommend visiting the Vidget blog to get the full reasoning behind why Photoshop does this, but I have also included my own little tutorial about how to get the same vibrant colors from Photoshop to the web. <span id="more-35"></span></p>
<h2>Ever had a similar experience?</h2>
<p><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/color_profile.jpg" alt="Split image of color loss when saved for web" width="545" height="227" /></p>
<p>As you can see, there is a very noticeable difference between the left and right sides of the above image. The left side is just what the image looked like in Photoshop before saving. The right side of the image is after &#8220;Saving for Web&#8221;. The colors are just faded and not quite as vibrant as I would like. </p>
<p>After much searching I found someone to explain to me just what was going on with my images. The post on the Vidget design blog was straight forward and answered my question perfectly. </p>
<p><em>This is what the above image should look like:</em></p>
<p><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/color_profile_2.jpg" alt="Image without embedded color profiles" width="545" height="227" /></p>
<h2>How to fix your rig</h2>
<p>The amazing thing about this is that it&#8217;s really easy to persuade Photoshop to do what you want. Since Vidget already made a <a title="Save for Web Color Shift - Vidget" href="http://www.viget.com/inspire/the-mysterious-save-for-web-color-shift/">great post</a> about this I will just skim through the process. There is no need to reinvent the wheel.</p>
<h3>Step One</h3>
<p>Edit &gt; Color Settings &gt; Monitor Color</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/color_setting.png" alt="Color Settings" width="545" height="400" /></p>
<h3>Step Two</h3>
<p>View &gt; Proof Setup &gt; Monitor RGB</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/proof_setup.png" alt="Proof Setup" width="545" height="400" /></p>
<h3>Step Three</h3>
<p>Save for web &gt; (Circle w/ arrow in it) &gt; Convert to sRGB (uncheck)</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/convert_srgb.png" alt="Convert to sRGB" width="545" height="400" /></p>
<p><strong>note: While in save for web mode you can toggle between checked and unchecked on the &#8220;Convert to sRGB&#8221; mode to see the difference in color.</strong></p>
<p>Easy as pie. Now that pesky little problem of color shift should be gone. There might still be a discrepancy on mediums such as different monitors. That is just the way the monitor displays and it&#8217;s out of your hands.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/06/06/color-intensity-loss-from-photoshop-to-web-explained/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Parallax / Sticky Footer Mash-up</title>
		<link>http://www.dylanbathurst.com/2008/06/03/parallax-sticky-footer-mash-up/</link>
		<comments>http://www.dylanbathurst.com/2008/06/03/parallax-sticky-footer-mash-up/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 01:49:24 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Sites]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[footer]]></category>

		<category><![CDATA[grass]]></category>

		<category><![CDATA[green]]></category>

		<category><![CDATA[parallax]]></category>

		<category><![CDATA[sticky]]></category>

		<category><![CDATA[sticky footer]]></category>

		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/?p=34</guid>
		<description><![CDATA[Last week I posted a tutorial on how to create a motion parallax effect on your site. I also gave you a preview of what I would be posting about this week. Well, here it is. I will be showing you how to use the parallax technique plus another, slightly modified, technique called a sticky [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I posted a tutorial on how to create a <a title="Dylan Bathurst.com / Parallax Effect" href="http://www.dylanbathurst.com/2008/05/27/how-to-make-the-parallax-effect/">motion parallax effect</a> on your site. I also gave you a preview of what I would be posting about this week. Well, here it is. I will be showing you how to use the parallax technique plus another, slightly modified, technique called a <a title="Sticky Footer" href="http://ryanfait.com/resources/footer-stick-to-bottom-of-page/">sticky footer</a>. <span id="more-34"></span><a title="Sticky Footer Parallax" href="http://test.dylanbathurst.com/wp-content/themes/parallax/index2.html"><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/green_parallax.png" alt="Sticky Footer Parallax" width="545" height="411" /></a></p>
<p>To being with you will need the three images that will be the background, middle ground, and foreground.</p>
<p><img src="http://test.dylanbathurst.com/wp-content/themes/parallax/back_grass.png" alt="Background Image" width="545" /></p>
<p><img src="http://test.dylanbathurst.com/wp-content/themes/parallax/middle_grass.png" alt="Middle Ground Image" width="545" /></p>
<p><img src="http://test.dylanbathurst.com/wp-content/themes/parallax/front_grass.png" alt="Foreground Image" width="545" /></p>
<h2>HTML</h2>
<pre><code>&lt; body &gt;
&lt; div id="content" &gt;
&lt; h1 &gt;Go Green or the Incredible Hulk will kill you&lt; /h1 &gt;
&lt; div class="push" &gt;&lt; /div &gt;
&lt; /div &gt;
&lt; div id="wrap" &gt;
&lt; div id="inner_wrap" &gt;&lt; /div &gt;
&lt; /div &gt;
&lt; /body &gt;</code></pre>
<h3>HTML Explained</h3>
<p>The body element will have the background grass image attached to is just like in <a title="How to Make a Parallax Effect" href="http://www.dylanbathurst.com/2008/05/27/how-to-make-th…arallax-effect/">How to Make the Parallax Effect</a>.</p>
<p>The div with the id content is where this tutorial starts to differ from the last. Now we will be interlacing our content area with the div elements that construct the parallax to give even more of a three dimensional look. Now it will look like the content area is in front of the background grass, but behind the middle and foreground grass. As indicated by the heading 1 element, this is where the content of the page will go. </p>
<p>The div inserted at the bottom of the content div is an empty element that is needed complete the sticky footer. I will discuss is later in in the CSS explanation. </p>
<p>The following two divs wrapper and inner_wrap are what complete the parallax. Attached to these div elements are the middle and front grass images. </p>
<p><strong>note: The <em>only</em> place that actual content of the site should go is in the div with the id <em>content</em>. </strong></p>
<h2>CSS</h2>
<pre><code>body {
	height:93%;
	background:#C6FF93 url(back_grass.png) repeat-x 10% bottom;
}
html {
	height:100%;
}
#content {
	width:600px;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0em auto -5em;
	margin-bottom:-450px;
	margin-top:50px;
	background:#fff url(hulk.png) no-repeat center 130%;
	border:1px solid #87AF63;
}
#content h1 {
	font-family:arial;
	color:#4A6037;
	text-align:right;
	width:50%;
	margin:60px 20px 20px 200px;
}
.push {
	height:29em;
}
#wrap {
	width:100%;
	height:29em;
	background:url(middle_grass.png) repeat-x 50% bottom;
}
#inner_wrap {
	width:100%;
	height:29em;
	background:url(front_grass.png) repeat-x 100% bottom;
}</code></pre>
<h3>CSS explained</h3>
<p>As mentioned previously the body element has the background grass image attached. Also you will notice that the height property is set to 93%. This starts the sticky footer process and will usually be 100% with most situations. With ours though, 93% was the optimal setting. </p>
<p>Next in line is setting the height of the html to 100%. This can also vary depending one your implementation. If this isn&#8217;t set to 100% or close to it the divs will sort of shrink wrap to the content and not expand completely to the bottom of the browser window. </p>
<p>Now the content div. This is where the code gets a little redundant. There little hacks in the code to cover different browsers. Such as newer browsers support the min-height property, but ie6 doesn&#8217;t. That is the reason for the multiple height property settings. The negative bottom margin is to pull the wrapper div up over the content div so that you get an overlay look with the images.</p>
<p>The div with its class set to push sets how the content part of the page will react to height adjustments. It kind of puts a stopper on the content div when the browser height is shortened. The height property should also be adjusted depending on your page. </p>
<p>The height setting for the wrapper and inner_wrap divs should be set to the same height as the push div so that the content and grass all stop at the same time when resizing the browser. </p>
<p>One problem that I have found with this code is that in Firefox the background image will keep going up with the browser when shortened. This is because the height of the body element is set to 100%. It works fine in Safari, but if anyone can find a fix for this I will update this post. </p>
<p> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/06/03/parallax-sticky-footer-mash-up/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to Make the Parallax Effect</title>
		<link>http://www.dylanbathurst.com/2008/05/27/how-to-make-the-parallax-effect/</link>
		<comments>http://www.dylanbathurst.com/2008/05/27/how-to-make-the-parallax-effect/#comments</comments>
		<pubDate>Tue, 27 May 2008 22:40:10 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[images]]></category>

		<category><![CDATA[parallax]]></category>

		<category><![CDATA[silverbackapp]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/?p=33</guid>
		<description><![CDATA[A while ago I stumbled across a very interesting site. It uses a technique called the motion parallax effect. Though it might not have been the first instance of this technique on the web. I had never seen it before, and was excited to try my own implementations.

First go with a parallax

Example
Using Adobe Illustrator and [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I stumbled across a very <a href="http://silverbackapp.com">interesting site</a>. It uses a technique called the <a href="http://en.wikipedia.org/wiki/Parallax">motion parallax effect</a>. Though it might not have been the first instance of this technique on the web. I had never seen it before, and was excited to try my own implementations.</p>
<p><span id="more-33"></span></p>
<h2>First go with a parallax</h2>
<p><a title="Rain Parallax" href="http://test.dylanbathurst.com/wp-content/themes/parallax/index.html"><img src="http://farm3.static.flickr.com/2038/2528485697_f57a8bdcbb.jpg?v=0" alt="Rain Parallax" /></a></p>
<p><a title="Rain Parallax" href="http://test.dylanbathurst.com/wp-content/themes/parallax/index.html">Example</a></p>
<p>Using Adobe Illustrator and Photoshop I quickly put together the necessary images that were needed to create the effect.</p>
<h3>Back most image</h3>
<p>This rain drops in this image are smaller, lighter, and somewhat blurry considering that they will be the farthest away from the eye.</p>
<p><img src="http://test.dylanbathurst.com/wp-content/themes/parallax/back.png" alt="Back most image" width="500" /></p>
<h3>Middle image</h3>
<p>The middle image is the focal point of three images. This image should be the most detailed and clear to see.</p>
<p><img src="http://test.dylanbathurst.com/wp-content/themes/parallax/middle.png" alt="Middle image" width="500" /></p>
<h3>Front image</h3>
<p>This image must be fairly blurred, large, and less detailed than the others. This is because it is the closest to the persons eye.</p>
<p><img src="http://test.dylanbathurst.com/wp-content/themes/parallax/front.png" alt="Front image" width="500" /></p>
<h2>The code</h2>
<p>Now that we have our three images made, all there is left to do is add the simple code to finish the effect.</p>
<h3>HTML</h3>
<p>Two empty div elements are all that are needed.</p>
<pre><code>&lt; div id="wrapper" &gt;
	&lt; div id="sub_wrap" &gt;

	&lt; /div &gt;
&lt; /div &gt;</code></pre>
<h3>CSS</h3>
<p>Attach the back image to the body element and horizontally position the said image to 10%. Do the same thing with the wrapper div and sub_wrap div using the last two images. Play around with the horizontal positioning of each of the images until you&#8217;re comfortable with the way that they move indifferently to each other.</p>
<pre><code>* {
	margin:0;
	padding:0;
}
body {
	background:#D9E0FF url(back.png) repeat-x 10% 0px;
}
#wrapper {
	width:100%;
	height:320px;
	background:url(middle.png) repeat-x 30% 0px;
}
#sub_wrap {
	width:100%;
	height:320px;
	background:url(front.png) repeat-x 80% 0px;
}
</code></pre>
<p>See? It&#8217;s not hard at all. I was amazed at how easy it was to make it work. Keep in mind that the images should be transparent PNG&#8217;s so that you can see through to the images underneath.<br />
<a title="Parallax with a Sticky Footer" href="http://www.dylanbathurst.com/2008/06/03/parallax-sticky-footer-mash-up/"> Next</a> I will show you how to make a parallax effect on the bottom of the browser. This uses another technique called a sticky footer to work properly.</p>
<p>Here is a sneak peak:</p>
<p><a title="Grass Hulk Parallax Effect" href="http://www.dylanbathurst.com/2008/06/03/parallax-sticky-footer-mash-up/"><img src="http://farm3.static.flickr.com/2135/2528485617_000d2126b0.jpg?v=0" alt="Grass Parallax effect" /></a></p>
<h2>Other Sites</h2>
<p>Here are some other sites that use the motion parallax effect.</p>
<p><a title="SilverBackApp" href="http://silverbackapp.com">SilverBackApp</a></p>
<p><a title="SilverBackApp" href="http://silverbackapp.com"><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/silverback.png" alt="SilverBackApp" width="545" height="184" /></a></p>
<p><a title="Rissington Podcast" href="http://therissingtonpodcast.co.uk/">Rissington Podcast</a></p>
<p><a title="Rissington Podcast" href="http://therissingtonpodcast.co.uk/"><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/rissington.png" alt="Rissington Podcast" width="545" height="184" /></a></p>
<p><a title="Kremalicious" href="http://www.kremalicious.com/">Kremalicious</a></p>
<p><a title="Kremalicious" href="http://www.kremalicious.com/"><img class="alignnone" src="http://dylanbathurst.com/wp-content/themes/entity/post_img/kremalicious.png" alt="Kremalicious" /></a></p>
<p><a title="Inner Geek" href="http://inner.geek.nz/javascript/parallax/">Inner Geek (vertical parallax)</a></p>
<p><a title="Inner Geek" href="http://inner.geek.nz/javascript/parallax/"><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/inner_geek.png" alt="Inner Geek - Vertical Parallax" width="545" height="184" /></a></p>
<p><a title="Really Worried" href="http://www.reallyworried.com/">Really Worried</a></p>
<p><a title="Really Worried" href="http://www.reallyworried.com/"><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/reallyworried.png" alt="Really Worried parallax" width="545" height="184" /></a></p>
<p><a title="Vimeo" href="http://www.vimeo.com/log_in">Viemo</a></p>
<p>Although not quite as apparent as the others. There is still some parallax action going on there.</p>
<p><a title="Vimeo" href="http://www.vimeo.com/log_in"><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/vimeo.png" alt="Vimeo" width="545" height="184" /></a></p>
<p><em>update (8/31/08): Thanks to </em><a title="Tyler Stalder" href="http://tylerstalder.com/"><em>Tyler Stalder</em></a></p>
<p><a title="webdev.stephband.info" href="http://webdev.stephband.info">webdev.stephband.info</a></p>
<p>This is a parallax effect created with javascript using the popular javascript framework <a title="Javascript Web Framework" href="http://jquery.com/">JQuery</a>.<br />
<a href="http://webdev.stephband.info/parallax.html"><img src="http://dylanbathurst.com/wp-content/themes/entity/post_img/stephband.png" alt="webdev.stephband.info" width="545" height="191" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/05/27/how-to-make-the-parallax-effect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Branding With Birds</title>
		<link>http://www.dylanbathurst.com/2008/02/10/branding-with-birds/</link>
		<comments>http://www.dylanbathurst.com/2008/02/10/branding-with-birds/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 23:02:53 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[Animals]]></category>

		<category><![CDATA[Branding]]></category>

		<category><![CDATA[Sites]]></category>

		<category><![CDATA[adium]]></category>

		<category><![CDATA[chyrp]]></category>

		<category><![CDATA[firebird]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[linux]]></category>

		<category><![CDATA[logo]]></category>

		<category><![CDATA[mozilla]]></category>

		<category><![CDATA[thunderbird]]></category>

		<category><![CDATA[tux]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/2008/02/10/branding-with-birds/</guid>
		<description><![CDATA[Personal branding is a key ingredient when trying to make a company. There is usually a catchy name for the company along with a logo icon that people can recognize. One trend I have noticed with a few popular businesses is using birds for their logo.
Companies might use a bird logo because birds symbolize freedom, [...]]]></description>
			<content:encoded><![CDATA[<p>Personal branding is a key ingredient when trying to make a company. There is usually a catchy name for the company along with a logo icon that people can recognize. One trend I have noticed with a few popular businesses is using birds for their logo.<span id="more-31"></span></p>
<p>Companies might use a bird logo because birds symbolize freedom, and no boundaries. This instills an emotional attachment in a user, and possibly influences them into being a loyal customer of their product or company.</p>
<p>Having noticed a few bird logos around the web, I decided to do a little searching for some more. Here is a round-up of the bird logos I have found.</p>
<h2>Twitter</h2>
<p><a title="Twitter.com" href="http://www.twitter.com"> Twitter.com</a> is a web startup from San Francisco that based their whole business off of birds. On the site you can submit tweets that are up to 140 characters, and allow you to say anything you want throughout your day.</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/twitter_logos.png" alt="Twitter logo's" width="445" height="128" /></p>
<p><em>Update: Tyler Stalder informed me in the comments that the first picture in the above set is actually the logo for <a title="Twitterific" href="http://iconfactory.com/software/twitterrific">Twitterific</a>. A Mac OSX Twitter desktop client. </em></p>
<p>Twitter uses a few different renditions of their logo, but their newest styles have gone for simplicity,<strong> which is always a good thing.</strong></p>
<h2>Adium</h2>
<p><a title="Aduim" href="http://www.adiumx.com/">Adium</a> is a free instant messaging application for Mac OS X that can connect to multiple instant messaging clients such as MSN, AIM, Jabber, Yahoo, and many more. Their logo is a small green duck that has a little more detail to it than the twitter logo.</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/adium.png" alt="Adium Logo" width="128" height="128" /></p>
<h2>Thunderbird/Firebird</h2>
<p><a title="Mozilla Thunderbird" href="http://www.mozilla.com/en-US/thunderbird/">Mozilla Thunderbird</a> is a <span class="ilnk">free</span>, <span class="ilnk">open source</span>, <span class="ilnk">cross-platform</span> <span class="ilnk">e-mail client</span> developed by the <a class="ilnk" onclick="assignParam('navinfo','method|4'+getLinkTextForCookie(this));" href="http://www.answers.com/topic/mozilla-foundation" target="_top">Mozilla Foundation</a>.</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/thunderbird.png" alt="Thunderbird Logo" width="480" height="193" /></p>
<p>The picture on the left is the original Thunderbird logo. After going through a dramatic redesign, the logo changed considerably into the right image. This new logo is better suited with the Mozilla Firefox, a free open source web browser (logo pictured below). Firefox started off with a bird logo also. It was first called Phoenix, and then Firebird before revamping and becoming Firefox.</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/firefox.png" alt="Firebird / Firefox" width="468" height="191" /></p>
<h2>Linux</h2>
<p><a title="Linux Foundation" href="http://www.linux-foundation.org/en/Main_Page">Linux</a> is a free, open source, Unix-type operating system that is used world wide. Linux has a very popular logo, and has even gone so far as to name their mascot. This is a picture of Tux:</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/linux.png" alt="Linux / Tux" width="113" height="135" /></p>
<h2>Chyrp</h2>
<p><a title="Chyrp" href="http://chyrp.net/">Chyrp</a> is a blogging engine designed to be very lightweight while retaining functionality. Their bird logo is a sophisticated bird with a monocle and a top hat. While the bird is the mascot of the site, the actual logo accompanying the project name is three feathers floating in air.</p>
<p><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/chyrp.png" alt="Chyrp" width="153" height="252" /><img src="http://www.dylanbathurst.com/wp-content/themes/entity/post_img/chyrp_feathers.png" alt="Chyrp Feathers" width="50" height="55" /></p>
<p>Well thats it. These are some examples of using birds to build a brand around a company. There are many different styles used, and all are custom made to show some kind of personality about the company they represent. If you have any examples of other sites using a bird as their logo, let me know and I&#8217;ll update this post.</p>
<p>You can <a href="http://www.goaskalice.columbia.edu/1896.html">brand</a> your <a href="http://nnlm.gov/mcr/services/promo/">logo</a> everywhere with these <a href="http://www.qualitylogoproducts.com/">promotional items</a> including our <a href="http://www.qualitylogoproducts.com/pen-promotional.htm">personalized pens</a> and <a href="http://www.qualitylogoproducts.com/ball-stress.htm">company stress balls</a> too. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/02/10/branding-with-birds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I Was in a Web Comic!</title>
		<link>http://www.dylanbathurst.com/2008/02/09/i-was-in-a-web-comic/</link>
		<comments>http://www.dylanbathurst.com/2008/02/09/i-was-in-a-web-comic/#comments</comments>
		<pubDate>Sat, 09 Feb 2008 08:56:35 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[Sites]]></category>

		<category><![CDATA[geek]]></category>

		<category><![CDATA[my extra life]]></category>

		<category><![CDATA[scott johnson]]></category>

		<category><![CDATA[toongoon]]></category>

		<category><![CDATA[web comic]]></category>

		<category><![CDATA[world of warcraft]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/2008/02/09/i-was-in-a-web-comic/</guid>
		<description><![CDATA[About three months ago Scott Johnson over at My Extra Life started allowing his viewers to pay their way into his comics. For ten bucks anyone can send their picture and name to Scott and guest star in his comic.
I had been following the comic for a little while, and thought it would be really [...]]]></description>
			<content:encoded><![CDATA[<p>About three months ago Scott Johnson over at <a href="http://www.myextralife.com" title="My Extra Life by Scott Johnson">My Extra Life</a> started allowing his viewers to pay their way into his comics. For ten bucks anyone can send their picture and name to Scott and guest star in his comic.<span id="more-30"></span></p>
<p>I had been following the comic for a little while, and thought it would be really cool to see myself as one of his characters. After a long wait I finally got my chance to shine.</p>
<p><a href="http://www.myextralife.com/archive.php?date=2008-02-08" title="Gold Farmer Alert by Scott Johnson"><img src="http://www.dylanbathurst.com/wp-content/themes/entity/img/mel.jpg" alt="My Extra Life by Scott Johnson" height="241" width="545" /></a></p>
<h3>Update</h3>
<p><a href="http://www.myextralife.com/?p=7677" title="Animated EL">Recently on MyExtraLife</a> Scott posted a video by ToonGoon that he made with the comic that I starred in. He did a pretty good job making the characters come to life. Scott actually did the voice.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/yg0IPd1sJTc&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/yg0IPd1sJTc&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/02/09/i-was-in-a-web-comic/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pure CSS Image Replacement Techniques</title>
		<link>http://www.dylanbathurst.com/2008/01/21/pure-css-image-replacement-techniques/</link>
		<comments>http://www.dylanbathurst.com/2008/01/21/pure-css-image-replacement-techniques/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 01:06:06 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[fahrner]]></category>

		<category><![CDATA[image]]></category>

		<category><![CDATA[image replacement]]></category>

		<category><![CDATA[mike]]></category>

		<category><![CDATA[phark]]></category>

		<category><![CDATA[replacement]]></category>

		<category><![CDATA[rundle]]></category>

		<category><![CDATA[shea]]></category>

		<category><![CDATA[text-indent]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/2008/01/21/pure-css-image-replacement-techniques/</guid>
		<description><![CDATA[There isn&#8217;t a very wide selection of available fonts to use that will work across all browsers and machines when working on the web. There are however some cool CSS tricks help with this, and allow you to create just the right look for your site.
There are quite a few different types of image replacement [...]]]></description>
			<content:encoded><![CDATA[<p>There isn&#8217;t a very wide selection of available fonts to use that will work across all browsers and machines when working on the web. There are however some cool CSS tricks help with this, and allow you to create just the right look for your site.<span id="more-26"></span></p>
<p>There are quite a few different types of image replacement out there. I want to focus on two specific ones in this post. The Phark method, and the Shea method. These are, in my eyes, the best two types of image replacement techniques to date. I have created my <a href="http://displayblockhead.com/?p=14" title="Display Block Head - Z-index image replacement">own technique</a> for image replacement, but usually use Phark, or Shea just for shear ease of implementation.</p>
<h2>The Phark Method</h2>
<p>Being so easy to use, the Phark method is probably the most widely used method. It consist of one image, and one css property. So here we go:<br />
Say you have a heading element such as an H2 that you want to use a non-standard font for. First what you would do is set up the heading just like you normally would do.</p>
<pre>&lt;h2&gt;Image Replacement&lt;/h2&gt;</pre>
<p>The next step is to create the image that you will want to replace the text. Here is and example that I quickly created using photoshop:<br />
<img src="/wp-content/themes/entity/img/image_replace.png" alt="Image Replacement" height="67" width="240" /></p>
<p>Set the width and height of the h2 element so that it will accommodate your image suitably.</p>
<pre><code>h2 {height:67px;width:240px;}</code></pre>
<p>Now add the image to the background of the heading tag, and also get rid of the currently overlaying text:</p>
<pre>
<code>h2 {
<strong>background:url("img/image_replace.png") no-repeat left top</strong>
<strong>text-indent:-9999px;</strong>
height:67px;
width:240px;
}</code></pre>
<h2 class="image_replace">Image Replacement</h2>
<p>The text-indent property does the work of pushing (or pulling rather) the text off screen by giving it a negative indentation which is just a very large number beyond the width of most monitors. You might think that since the text is being pulled off the screen that far that the horizontal scroll bar will be able to scroll all 9999px&#8217;s to the text. This won&#8217;t happen, though, because your browser doesn&#8217;t respond to text-indentations.</p>
<h2>Buuuuuut&#8230;</h2>
<p>Of course with every problem there is a solution, and with every solution there is a but. If on the off chance that someone is browsing to your site with CSS turned on in the browser, but have images turned off. There will be a big blank spot where your crazy awesome picture once resided. This is taken car of with the <strong>Shea method</strong>.</p>
<p>With the Shea method all you need is one empty span tag placed in between the opening  heading tag, and the actual heading word(s) as so:</p>
<pre>&lt;h2&gt;<span></span>Shea Method&lt;/h2&gt;</pre>
<p>Now all that is left to do is add the CSS.</p>
<pre><code>h1 {
width:329px;
height:25px;
position:relative;
}
h1 span {
background:url(img/image_replace.png) no-repeat;
position:absolute;
width:100%;
height:100%;
}
</code></pre>
<p>What this does is overlays the span (with this image in it) on top of the h2 (with the text in it) hiding the text from view. So now if CSS is turned on but images off the user can still see underlying text. Tadaa!</p>
<h2 class="shea_method"><span></span>Shea Method</h2>
<h2>Buuuuuut</h2>
<p>Again another but?? They only problem with the Shea solution is that if the image being used for the heading has any transparency the underlying text will show through.</p>
<h2 class="shea_method_2"><span></span>Shea Method</h2>
<p>All in all there are a bunch of different methods for image replacement. None of them are perfect, but with a little compromise, I&#8217;m sure you&#8217;ll be able to find a method that will suit you well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/01/21/pure-css-image-replacement-techniques/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Differences in Image Colors Between Browsers</title>
		<link>http://www.dylanbathurst.com/2008/01/04/differences-in-image-colors-between-browsers/</link>
		<comments>http://www.dylanbathurst.com/2008/01/04/differences-in-image-colors-between-browsers/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 09:37:30 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[color]]></category>

		<category><![CDATA[color standards]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[icc]]></category>

		<category><![CDATA[ie6]]></category>

		<category><![CDATA[ie7]]></category>

		<category><![CDATA[profile]]></category>

		<category><![CDATA[safari]]></category>

		<category><![CDATA[web color]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/2008/01/04/differences-in-image-colors-between-browsers/</guid>
		<description><![CDATA[I recently did a redesign of dylanbathurst.com. I used photoshop CS3 for all of the graphic use. Working primarily with firefox I noticed a distinct difference in colors when comparing my photoshop file to the actual image in the browser. At first I just chalked it up to color loss when saving the image as [...]]]></description>
			<content:encoded><![CDATA[<p>I recently did a redesign of dylanbathurst.com. I used photoshop CS3 for all of the graphic use. Working primarily with firefox I noticed a distinct difference in colors when comparing my photoshop file to the actual image in the browser. At first I just chalked it up to color loss when saving the image as a jpg or png file format.<span id="more-22"></span></p>
<p>As I built out the new template, I would make sure to check firefox, ie6, and ie7 for compatibility. In all three browsers the colors weren&#8217;t as vibrant as I had created in PS. Even when using the colors with the &#8220;only web colors&#8221; option turned on. Again I just thought that there was some color loss in the saving process of the images. It was only after I checked in Safari and saw that the colors were beautiful, and just how I had originally created them that I wanted to find out why the other browsers didn&#8217;t display the correct colors.</p>
<p>Here are a few screen caps of the differences. Notice the differences in the oranges. I used the web only hexadecimal value #cc6600. The top orange part in each image is what is actually in the browser. The bottom orange part is the photoshop .psd file.</p>
<p><img src="http://img.skitch.com/20080104-my8b52ehbcg7b11bch3egnd5p5.jpg" alt="Firefox v. 2.0.0.11" height="256" width="428" /></p>
<p><img src="http://img.skitch.com/20080104-xtawt1dwk46rxhjmg2wre3t6gu.jpg" alt="ie6" height="238" width="428" /></p>
<p>Notice how ie and Firefox display the orange the same, but are very different from Safari.</p>
<p><img src="http://img.skitch.com/20080104-nybw1xc5uejekthg4wy2ynd8wi.jpg" alt="Safari v. 3.0.4" height="252" width="425" /></p>
<p>After doing some searching around the main piece of information that I found out was browsers like firefox, ie6/7, and others do not support <a href="http://www.color.org/index.xalter" title="International Color Consortium">ICC</a> profiles.</p>
<blockquote><p>The purpose of the ICC is to promote the use and adoption of open, vendor-neutral, cross-platform color management systems.</p></blockquote>
<p>Safari on the other hand does have support for profiles 4 and 2. Essentially this means better, deeper, more vibrant colors for the user. Although I have not had a go with Firefox 3 beta version yet <a href="http://www.news.com/Safari-ushers-in-better-browser-colors/2100-1012_3-6191815.html?tag=st.prev" title="Firefox 3 beta ICC standards support">there is tell that</a> it will have better ICC standards support, and also that Microsoft is putting some time into the coming up with a solution to this problem.</p>
<p>If you would like to know whether or not your browser supports these &#8220;Profiles&#8221; there is a very <a href="http://www.color.org/version4html.xalter" title="ICC profile version 4 test">simple test</a> you should try.</p>
<p>We can only hope to see browsers lacking support for these color standards work hard to quickly start implementing the ICC&#8217;s Profile Version 4 so that people can get the exact (or as close as current technology will allow) color matches between their original creation and their site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2008/01/04/differences-in-image-colors-between-browsers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Interests Of Late</title>
		<link>http://www.dylanbathurst.com/2007/12/20/my-interests-as-of-late/</link>
		<comments>http://www.dylanbathurst.com/2007/12/20/my-interests-as-of-late/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 08:29:52 +0000</pubDate>
		<dc:creator>Dylan</dc:creator>
		
		<category><![CDATA[Sites]]></category>

		<category><![CDATA[cad]]></category>

		<category><![CDATA[comic books]]></category>

		<category><![CDATA[comics]]></category>

		<category><![CDATA[font]]></category>

		<category><![CDATA[i love typography]]></category>

		<category><![CDATA[ilt]]></category>

		<category><![CDATA[myextralife]]></category>

		<category><![CDATA[penny arcade]]></category>

		<category><![CDATA[pvp]]></category>

		<category><![CDATA[type]]></category>

		<category><![CDATA[typography]]></category>

		<category><![CDATA[web comic]]></category>

		<category><![CDATA[xkcd]]></category>

		<guid isPermaLink="false">http://www.dylanbathurst.com/2007/12/20/my-interests-as-of-late/</guid>
		<description><![CDATA[I know my posts have been pretty stagnant for a while. If you have noticed I finally finished my new theme. I call it Entity. I am currently creating a post all about the theme. My inspiration, thought process, and implementation of those thoughts.
Anyways to get the ball rolling with some new jive here at [...]]]></description>
			<content:encoded><![CDATA[<p>I know my posts have been pretty stagnant for a while. If you have noticed I finally finished my new theme. I call it Entity. I am currently creating a post all about the theme. My inspiration, thought process, and implementation of those thoughts.</p>
<p>Anyways to get the ball rolling with some new jive here at dylanbathurst.com I thought I would make a post about what I have been interested in lately:<span id="more-21"></span></p>
<h2>Typography</h2>
<p>After seeing a site called <a href="http://ilovetypography.com/" title="iLoveTypography - John Boardley ">iLoveTypography.com</a> on <a href="http://digg.com" title="Digg">digg.com</a> I was instantly hooked.</p>
<p><img src="http://myskitch.com/dylanbathurst/ilt-20071220-010647.jpg" alt="i Love Typography" height="78" width="540" /></p>
<p>I have kept up on post on Johno&#8217;s site, and leave comments or questions in the comments. I have learned an incredible amount about typefaces and fonts. Before discovering this site I had never really given typography much thought, but reading about it from someone with a lot of passion towards typography has made the topic more appealing to me.</p>
<p>I discovered that my university offers a typography class, which I enrolled in right away. I&#8217;m not sure if I will get what I want out of it, considering this is a D2 college, and I have been disappointed by more than on of my past professors. I will give it my best though and try to take away as much as I can.</p>
<h2>(Web) Comics</h2>
<p>One great thing about my university is that one of the <a href="http://www.fhsu.edu/int/faculty/stephen_schleicher.shtml" title="Stephen Schleicher">professors</a> taught a 1 credit hour class about Comics &amp; Film. I had always really enjoyed watching movies and cartoons that spawned from comic books, but never actually got into the comic books themselves. I was introduced to many different comic book characters, and got a lot of history about comics, and also about certain characters.</p>
<p><img src="http://myskitch.com/dylanbathurst/comics_logo-20071220-020456.jpg" alt="Comic Character Emblems - Can you guess them?" height="180" width="540" /></p>
<p>For the final in the class we had to write a minimum of 5 pages about a particular comic that was made into a movie. I chose <a href="http://www.imdb.com/title/tt0110475/" title="The Mask">&#8220;The Mask&#8221;</a>, and set out to learn as much as I could about the similarities and differences between the comic and movie. Digging that deep into the comic and movie was oddly very fun for me. I&#8217;m not usually one to actually like research papers.</p>
<p>I ended up writing nine pages over all which you can <a href="http://www.dylanbathurst.com/downloads/mask_final.pdf" title="Movie Adaptation of " target="_blank">download</a> if you want to read through it.</p>
<p><strong>Comics I read:</strong></p>
<ul>
<li>The Mask</li>
<li>The Ultimates</li>
<li>Watchmen</li>
</ul>
<p><strong>Web comics I read:</strong></p>
<ul>
<li> <a href="http://xkcd.com/" title="A webcomic of romance, sarcasm, math, and language.">XKCD</a> (favorite)</li>
<li><a href="http://www.pvponline.com/" title="Very long running series.">Player vs. Player</a></li>
<li><a href="http://www.penny-arcade.com/" title="A little racy, but very funny.">Penny Arcade</a></li>
<li><a href="http://hijinksensue.com/" title="Tells it like it is.">Hijinks Ensue</a></li>
<li><a href="http://www.myextralife.com/" title="I have met the creator Scott Johnson. He is very talented.">MyExtraLife</a></li>
<li><a href="http://cad-comic.com/" title="Very geeky, and awesome.">Ctrl+Alt+Del</a></li>
</ul>
<p>So there are a couple of the latest topics I&#8217;m into. Finding new interest is something I have been working on for quite a while now. It&#8217;s hard to get away from what is comfortable but picking up these new interests has helped me make new friends, and expand my horizon.</p>
<p>To my two faithful readers (and anyone else who accidentally finds this site) what are you all interested in lately?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dylanbathurst.com/2007/12/20/my-interests-as-of-late/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
