<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Being Driven</title>
	<atom:link href="http://chesterspad.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chesterspad.wordpress.com</link>
	<description>Mostly about Mazdaspeed, lifestyle improvement, and some web development tricks.</description>
	<lastBuildDate>Sat, 14 May 2011 00:02:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chesterspad.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Being Driven</title>
		<link>http://chesterspad.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chesterspad.wordpress.com/osd.xml" title="Being Driven" />
	<atom:link rel='hub' href='http://chesterspad.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Vertically center a wrapping text inside a div</title>
		<link>http://chesterspad.wordpress.com/2011/04/05/vertically-center-a-wrapping-text-inside-a-div/</link>
		<comments>http://chesterspad.wordpress.com/2011/04/05/vertically-center-a-wrapping-text-inside-a-div/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 23:50:57 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Chester&#039;s Stuff]]></category>
		<category><![CDATA[Front End Development Tips]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=188</guid>
		<description><![CDATA[Any HTML developer that hates tables already hated the idea that you cannot vertical-align middle on any div. Therefore, many resort back to using table layouts. Today, I found away to do without any tables. Here is how. CSS: #frame { margin:30px auto; display:block; width:400px; height:400px; background-color:#666; text-align:center; color:#fff; } #frame span { max-width:398px; } <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=188&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-195" href="http://chesterspad.wordpress.com/2011/04/05/vertically-center-a-wrapping-text-inside-a-div/screenshot128/"><img class="alignnone size-full wp-image-195" title="Vertical Align Middle in a Div" src="http://chesterspad.files.wordpress.com/2011/04/screenshot128.png?w=510" alt=""   /></a></p>
<p>Any HTML developer that hates tables already hated the idea that you cannot vertical-align middle on any div. Therefore, many resort back to using table layouts.</p>
<p>Today, I found away to do without any tables. Here is how.</p>
<p><span id="more-188"></span>CSS:</p>
<p>#frame {<br />
margin:30px auto;<br />
display:block;<br />
width:400px;<br />
height:400px;<br />
background-color:#666;<br />
text-align:center;<br />
color:#fff;<br />
}<br />
#frame span { max-width:398px; }<br />
#frame span, #frame b { vertical-align:middle; display:inline-block  }<br />
#frame b { height:100%; width:1px; overflow:hidden; }</p>
<p>HTML:</p>
<p>&lt;div id=&#8221;frame&#8221;&gt;<br />
&lt;b&gt;&lt;/b&gt;&lt;span&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ultrices egestas turpis, eget ultricies velit bibendum eget. Quisque lacinia enim nec nisi placerat mollis. Praesent quis elit sapien, ac ullamcorper est. Integer condimentum scelerisque lacus, ac ullamcorper ipsum hendrerit at. &lt;/span&gt;&lt;b&gt;&lt;/b&gt;<br />
&lt;/div&gt;</p>
<p>Amazingly works on all browsers including Internet Explorer 6. Modern  browsers also works due to display:inline-block. If you are going to  copy my code technique. Please credit me for finding this technique.  Thank you.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=188&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2011/04/05/vertically-center-a-wrapping-text-inside-a-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://chesterspad.files.wordpress.com/2011/04/screenshot128.png" medium="image">
			<media:title type="html">Vertical Align Middle in a Div</media:title>
		</media:content>
	</item>
		<item>
		<title>30 HTML Best Practices for Beginners</title>
		<link>http://chesterspad.wordpress.com/2010/11/10/30-html-best-practices-for-beginners/</link>
		<comments>http://chesterspad.wordpress.com/2010/11/10/30-html-best-practices-for-beginners/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 23:06:34 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Chester&#039;s Stuff]]></category>
		<category><![CDATA[Front End Development Tips]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=183</guid>
		<description><![CDATA[I highly encourage all developers do follow these easy 30 steps written by Jeffrey Way. Read more on NetTuts<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=183&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/30-html-best-practices-for-beginners/"><img class="alignnone size-full wp-image-191" title="30 HTML Best Practices" src="http://chesterspad.files.wordpress.com/2010/11/screenshot064.png?w=510&#038;h=154" alt="" width="510" height="154" /></a></p>
<p>I highly encourage all developers do follow these easy 30 steps written by Jeffrey Way.</p>
<p>Read more on <a href="http://net.tutsplus.com/tutorials/html-css-techniques/30-html-best-practices-for-beginners/" target="_blank">NetTuts</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=183&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2010/11/10/30-html-best-practices-for-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://chesterspad.files.wordpress.com/2010/11/screenshot064.png" medium="image">
			<media:title type="html">30 HTML Best Practices</media:title>
		</media:content>
	</item>
		<item>
		<title>Test how loud can your subwoofer go</title>
		<link>http://chesterspad.wordpress.com/2010/07/22/test-how-loud-can-your-subwoofer-go/</link>
		<comments>http://chesterspad.wordpress.com/2010/07/22/test-how-loud-can-your-subwoofer-go/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 00:18:28 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Random Cool Stuff]]></category>
		<category><![CDATA[subwoofer]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=178</guid>
		<description><![CDATA[I found this site that has lots of mp3 clips of subwoofer bass tests. I hope this is helpful. http://sinan.ussakli.net/basstest<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=178&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Subwoofers" src="http://www.psbspeakers.com/Images/Speakers/Subwoofers/Subwoofer_homepage.jpg" alt="" width="681" height="300" /></p>
<p>I found this site that has lots of mp3 clips of subwoofer bass tests. I hope this is helpful.</p>
<p><a href="http://sinan.ussakli.net/basstest/" target="_blank">http://sinan.ussakli.net/basstest/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=178&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2010/07/22/test-how-loud-can-your-subwoofer-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://www.psbspeakers.com/Images/Speakers/Subwoofers/Subwoofer_homepage.jpg" medium="image">
			<media:title type="html">Subwoofers</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Fix It! &#8211; Fixes all of your Microsoft problems!</title>
		<link>http://chesterspad.wordpress.com/2010/07/12/microsoft-fix-it-fixes-all-of-your-microsoft-problems/</link>
		<comments>http://chesterspad.wordpress.com/2010/07/12/microsoft-fix-it-fixes-all-of-your-microsoft-problems/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 21:51:11 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Random Cool Stuff]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=158</guid>
		<description><![CDATA[At work, I always have Microsoft problems and our IT department usually tinkers my computer to find a fix. Look no further! Microsoft may already have a fix for all of your Microsoft common problems. With this, it fixed all of my permission settings after installation. Give this a shot! http://support.microsoft.com/fixit<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=158&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-175" href="http://chesterspad.wordpress.com/2010/07/12/microsoft-fix-it-fixes-all-of-your-microsoft-problems/fixit/"><img class="alignnone size-full wp-image-175" title="fixit" src="http://chesterspad.files.wordpress.com/2010/07/fixit.jpg?w=510" alt=""   /></a></p>
<p>At work, I always have Microsoft problems and our IT department usually tinkers my computer to find a fix. Look no further! Microsoft may already have a fix for all of your Microsoft common problems.</p>
<p>With this, it fixed all of my permission settings after installation.</p>
<p>Give this a shot!</p>
<p><a href="http://support.microsoft.com/fixit" target="_blank">http://support.microsoft.com/fixit</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/158/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/158/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/158/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=158&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2010/07/12/microsoft-fix-it-fixes-all-of-your-microsoft-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://chesterspad.files.wordpress.com/2010/07/fixit.jpg" medium="image">
			<media:title type="html">fixit</media:title>
		</media:content>
	</item>
		<item>
		<title>Which is the best logo for my NEW personal website?</title>
		<link>http://chesterspad.wordpress.com/2010/07/02/which-is-the-best-logo-for-my-new-personal-website/</link>
		<comments>http://chesterspad.wordpress.com/2010/07/02/which-is-the-best-logo-for-my-new-personal-website/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 18:39:13 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Chester&#039;s Stuff]]></category>
		<category><![CDATA[My Works]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=160</guid>
		<description><![CDATA[Poll after the jump. As the first phase of my personal website project, I need to determine theme I am going to use. All of them are my favorites but I have to choose one. With your vote, it will help me decide on which one. Which one do you like for me? Click on <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=160&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://chesterspad.files.wordpress.com/2010/07/chester_logo.png" target="_blank"><img class="alignnone size-full wp-image-162" title="chester_logo" src="http://chesterspad.files.wordpress.com/2010/07/chester_logo.png?w=510&#038;h=377" alt="" width="510" height="377" /></a></p>
<p>Poll after the jump.</p>
<p><span id="more-160"></span></p>
<div style="text-align:center;margin-bottom:10px;">
<a href="http://polldaddy.com/poll/3422215/">View This Poll</a>
</div>
<p>As the first phase of my personal website project, I need to determine theme I am going to use. All of them are my favorites but I have to choose one.</p>
<p>With your vote, it will help me decide on which one. Which one do you like for me? Click on the image to see them better.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=160&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2010/07/02/which-is-the-best-logo-for-my-new-personal-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://chesterspad.files.wordpress.com/2010/07/chester_logo.png" medium="image">
			<media:title type="html">chester_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Me and my everyday tools</title>
		<link>http://chesterspad.wordpress.com/2010/01/26/me-and-my-everyday-tools/</link>
		<comments>http://chesterspad.wordpress.com/2010/01/26/me-and-my-everyday-tools/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:41:32 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Chester&#039;s Stuff]]></category>
		<category><![CDATA[Random Cool Stuff]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=156</guid>
		<description><![CDATA[Cicilia Teng made this! Thanks! More of her work at http://www.cicidiary.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=156&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cicidiary.com/journal/2010/1/26/chester.html"><img class="alignnone" src="http://farm5.static.flickr.com/4010/4306643313_753fbbf269_b.jpg?__SQUARESPACE_CACHEVERSION=1264534711531" alt="" width="491" height="344" /></a></p>
<p>Cicilia Teng made this! Thanks!</p>
<p>More of her work at <a href="http://www.cicidiary.com/">http://www.cicidiary.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=156&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2010/01/26/me-and-my-everyday-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4010/4306643313_753fbbf269_b.jpg?__SQUARESPACE_CACHEVERSION=1264534711531" medium="image" />
	</item>
		<item>
		<title>2009 Mazda MPV</title>
		<link>http://chesterspad.wordpress.com/2010/01/26/2009-mazda-mpv/</link>
		<comments>http://chesterspad.wordpress.com/2010/01/26/2009-mazda-mpv/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 20:00:46 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Mazdaspeed]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=151</guid>
		<description><![CDATA[Why on earth Mazda USA does not want the Mazda MPV be in the U.S. Market? Toyota Sienna has been dominating the market on minivans and other brands are abandoning minivans for crossovers. Anyway, I believe if Mazda USA moves this MPV in the market, it&#8217;ll be a hit due to all of the groundbreaking <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=151&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://upload.wikimedia.org/wikipedia/commons/5/5d/Mazda_MPV_001.JPG"><img class="alignnone" title="Mazda MPV" src="http://upload.wikimedia.org/wikipedia/commons/5/5d/Mazda_MPV_001.JPG" alt="" width="500" /></a></p>
<p>Why on earth Mazda USA does not want the Mazda MPV be in the U.S. Market? Toyota Sienna has been dominating the market on minivans and other brands are abandoning minivans for crossovers. Anyway, I believe if Mazda USA moves this MPV in the market, it&#8217;ll be a hit due to all of the groundbreaking new features that even Toyota doesn&#8217;t have.</p>
<p>Anyway, more info at <a href="http://www.japanesesportcars.com/mazda-unveils-freshened-mpv-in-japan_1252.html" target="_blank">Japanese Sport Cars</a> and <a href="http://www.mpv.mazda.co.jp/?link_id=gc" target="_blank">Mazda Japan</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=151&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2010/01/26/2009-mazda-mpv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/5/5d/Mazda_MPV_001.JPG" medium="image">
			<media:title type="html">Mazda MPV</media:title>
		</media:content>
	</item>
		<item>
		<title>Ultimate IE6 Cheatsheet: How To Fix 25+ Internet Explorer 6 Bugs.</title>
		<link>http://chesterspad.wordpress.com/2010/01/26/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs/</link>
		<comments>http://chesterspad.wordpress.com/2010/01/26/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 19:45:39 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Front End Development Tips]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=147</guid>
		<description><![CDATA[Internet Explorer 6 is still alive in the internet community. If you ask me, I would strictly not use this pathetic old browser at all. COME ON! It is 2010 already! PEOPLE — upgrade your browsers! Anyway, if you must support it, here is a quick guide on tackling of its numerous. Ultimate IE 6 <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=147&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-148" href="http://chesterspad.wordpress.com/2010/01/26/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs/internet-explorer-6/"><img class="alignnone size-full wp-image-148" title="Internet Explorer 6 Cheatsheet" src="http://chesterspad.files.wordpress.com/2010/01/internet-explorer-6.jpg?w=510" alt="Internet Explorer 6 Cheatsheet"   /></a></p>
<p>Internet Explorer 6 is still alive in the internet community. If you ask me, I would strictly not use this pathetic old browser at all. COME ON! It is 2010 already! PEOPLE — upgrade your browsers!</p>
<p>Anyway, if you must support it, here is a quick guide on tackling of its numerous.</p>
<p><a href="http://www.virtuosimedia.com/tutorials/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs" target="_blank">Ultimate IE 6 Cheatsheet</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=147&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2010/01/26/ultimate-ie6-cheatsheet-how-to-fix-25-internet-explorer-6-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://chesterspad.files.wordpress.com/2010/01/internet-explorer-6.jpg" medium="image">
			<media:title type="html">Internet Explorer 6 Cheatsheet</media:title>
		</media:content>
	</item>
		<item>
		<title>Mazdaspeed 3: To tint, or not to tint</title>
		<link>http://chesterspad.wordpress.com/2009/09/30/mazdaspeed-3-to-tint-or-not-to-tint/</link>
		<comments>http://chesterspad.wordpress.com/2009/09/30/mazdaspeed-3-to-tint-or-not-to-tint/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:52:37 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[Mazdaspeed]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=139</guid>
		<description><![CDATA[I am thinking of having my windows tinted, and I am in a dilemma whether I should do it or not since I live in California (up 70% front/ 0% rear light visibility legal). Having 35%/20% is illegal in California, but I see many cars in here have them anyway.  What do you think<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=139&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[
<a href='http://chesterspad.wordpress.com/2009/09/30/mazdaspeed-3-to-tint-or-not-to-tint/tinted/' title='35/20 Tint'><img data-attachment-id='137' data-orig-size='1728,1152' data-liked='0'width="200" height="133" src="http://chesterspad.files.wordpress.com/2009/09/tinted.jpg?w=200&#038;h=133" class="attachment-thumbnail" alt="35/20 Tint" title="35/20 Tint" /></a>
<a href='http://chesterspad.wordpress.com/2009/09/30/mazdaspeed-3-to-tint-or-not-to-tint/not-tinted/' title='OEM windows'><img data-attachment-id='138' data-orig-size='1728,1152' data-liked='0'width="200" height="133" src="http://chesterspad.files.wordpress.com/2009/09/not-tinted.jpg?w=200&#038;h=133" class="attachment-thumbnail" alt="OEM windows" title="OEM windows" /></a>

<a href="http://polldaddy.com/poll/2061303/">View This Poll</a>
<p>I am thinking of having my windows tinted, and I am in a dilemma whether I should do it or not since I live in California (up 70% front/ 0% rear light visibility legal). Having 35%/20% is illegal in California, but I see many cars in here have them anyway.  What do you think?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=139&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2009/09/30/mazdaspeed-3-to-tint-or-not-to-tint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://chesterspad.files.wordpress.com/2009/09/tinted.jpg?w=200" medium="image">
			<media:title type="html">35/20 Tint</media:title>
		</media:content>

		<media:content url="http://chesterspad.files.wordpress.com/2009/09/not-tinted.jpg?w=200" medium="image">
			<media:title type="html">OEM windows</media:title>
		</media:content>
	</item>
		<item>
		<title>Five-0 Design &#8211; http://www.five0design.com</title>
		<link>http://chesterspad.wordpress.com/2009/09/23/five-0-design-httpwww-five0design-com/</link>
		<comments>http://chesterspad.wordpress.com/2009/09/23/five-0-design-httpwww-five0design-com/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 23:39:56 +0000</pubDate>
		<dc:creator>Chester Militante</dc:creator>
				<category><![CDATA[My Works]]></category>

		<guid isPermaLink="false">http://chesterspad.wordpress.com/?p=133</guid>
		<description><![CDATA[I helped a friend of mine to build his awesome page. The goal was to create a fast scrolling gallery from scratch. Oh boy, I had to crank up my creativity and ended up using JQuery framework. In the end, it ended up supporting iPhone Safari for the gallery. AWESOME!  Anyway, check it out. Gallery <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=133&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://five0design.com/work-web.php"><img class="aligncenter" title="Five-0 Design" src="http://five0design.com/images/logo.png" alt="" width="226" height="49" /></a></p>
<p>I helped a friend of mine to build his awesome page. The goal was to create a fast scrolling gallery from scratch. Oh boy, I had to crank up my creativity and ended up using JQuery framework. In the end, it ended up supporting iPhone Safari for the gallery. AWESOME!  Anyway, check it out.</p>
<p>Gallery<a href="http://five0design.com/work-web.php"></p>
<p>http://five0design.com/work-web.php</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chesterspad.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chesterspad.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chesterspad.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chesterspad.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chesterspad.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chesterspad.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chesterspad.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chesterspad.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chesterspad.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chesterspad.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chesterspad.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chesterspad.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chesterspad.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chesterspad.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chesterspad.wordpress.com&amp;blog=3995183&amp;post=133&amp;subd=chesterspad&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chesterspad.wordpress.com/2009/09/23/five-0-design-httpwww-five0design-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/26a724bf019d449c6651b36adf15a2fc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">chinsel</media:title>
		</media:content>

		<media:content url="http://five0design.com/images/logo.png" medium="image">
			<media:title type="html">Five-0 Design</media:title>
		</media:content>
	</item>
	</channel>
</rss>
