<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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" version="2.0">

<channel>
	<title>My Blog It</title>
	
	<link>http://myblogit.net</link>
	<description>WordPress Themes, Thumb Drives, OSs, Servers and Software</description>
	<pubDate>Mon, 28 Jul 2008 16:17:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<image><link>http://myblogit.net/</link><url>http://myblogit.net/wp-content/themes/myblogit3/i/logo.gif</url><title>MyBlogIt</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/MyBlogIt" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">973631</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FMyBlogIt" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FMyBlogIt" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FMyBlogIt" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.rojo.com/add-subscription?resource=http%3A%2F%2Ffeeds.feedburner.com%2FMyBlogIt" src="http://blog.rojo.com/RojoWideRed.gif">Subscribe with Rojo</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.bloglines.com/sub/http://feeds.feedburner.com/MyBlogIt" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FMyBlogIt" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FMyBlogIt" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FMyBlogIt" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
		<title>1 Step theme install - Not</title>
		<link>http://myblogit.net/2008/07/25/1-step-theme-install-not/</link>
		<comments>http://myblogit.net/2008/07/25/1-step-theme-install-not/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 22:01:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Free Themes]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=279</guid>
		<description><![CDATA[Installing a new WordPress theme should be one click, well in a fantisy world maybe. I&#8217;m going to take you through the steps to getting your newly found theme ready for use.
Check your theme for the not so nice
After downloading your newly found WordPress theme unzip the files look for a file called functions.php with [...]]]></description>
			<content:encoded><![CDATA[<p>Installing a new WordPress theme should be one click, well in a fantisy world maybe. I&#8217;m going to take you through the steps to getting your newly found theme ready for use.</p>
<h2>Check your theme for the not so nice</h2>
<p>After downloading your newly found WordPress theme unzip the files look for a file called functions.php with a text editor. Look for anything that looks like this:</p>
<p><a href="http://myblogit.net/wp-content/uploads/2008/07/code.gif"><img class="alignnone size-full wp-image-280" title="code" src="http://myblogit.net/wp-content/uploads/2008/07/code.gif" alt="" width="370" height="67" /></a></p>
<p>What we have here is a cheap and easy encryption method. The bad news is we don&#8217;t know what the heck is in there. It could be anything from simple link back code to a algorithm allowing backend access to your WordPress dashboard.</p>
<p>If you find code even remotely like this don&#8217;t use the theme. Maybe another day I&#8217;ll show how to decode this.</p>
<p>Next look in the image directory; There should not be any text or php files in this directory. If you find one take a look for the same type code as above.</p>
<p>When I tear into a theme I open every file looking for any encription. I have seen themes with link backs in the 404 files too.</p>
<h2>Title and Keywords</h2>
<p>Many theme designers are very lazy when it comes to the title and keywords.  Most will use a very simple title such as this:</p>
<p>&lt;title&gt;&lt;?php bloginfo(&#8217;name&#8217;); ?&gt;&lt;/title&gt;</p>
<p>So lets get started, open the header.php file.<br />
I would suggest changing it to something like this:</p>
<p>&lt;title&gt;<br />
&lt;?php<br />
if (is_home()) {<br />
echo bloginfo(&#8217;name&#8217;); echo &#8220;: &#8220;; echo bloginfo(&#8217;description&#8217;);<br />
} elseif (is_404()) {<br />
echo &#8216;404 Not Found&#8217;;<br />
} elseif (is_category()) {<br />
echo &#8216;Topics:&#8217;; wp_title(&#8221;);<br />
} elseif (is_search()) {<br />
echo &#8216;Search Results&#8217;;<br />
} elseif (is_day() || is_month() || is_year() ) {<br />
echo &#8216;Archives:&#8217;; wp_title(&#8221;);<br />
} else {<br />
echo wp_title(&#8221;);<br />
$subtitle = get_post_meta($post-&gt;ID, &#8216;Subtitle&#8217;, $single = true);<br />
if($subtitle !== &#8221;) { echo &#8216;: &#8216; . $subtitle; }<br />
} ?&gt;<br />
&lt;/title&gt;</p>
<h2>Keywords</h2>
<p>Most theme designers will not offer any keywords or will often use their own in the keywords meta tags.</p>
<p>so find this:<br />
<img class="alignnone size-full wp-image-281" title="keywords" src="http://myblogit.net/wp-content/uploads/2008/07/1-pro-host-e280ba-edit-themes-e28094-wordpress_1217021325441.png" alt="" width="373" height="21" /></p>
<p>and change theme to your keywords.</p>
<h2>WordPress Version</h2>
<p><img class="alignnone size-full wp-image-282" title="ver" src="http://myblogit.net/wp-content/uploads/2008/07/ver.png" alt="" width="491" height="13" /></p>
<p>This is meta tag that is really not needed. You really don&#8217;t want hackers to know what version of WordPress your using. So just remove this entire meta tag.</p>
<h2>Footer</h2>
<p>Now open the footer.php file and look for the that encrypted code as we talked about before. Most themers who make themes for sponsors will add encryption so that you don&#8217;t remove the sponsor&#8217;s link.</p>
<p>But then again, there could be more in the code than just some simple link code.</p>
<h2>Tracking code</h2>
<p>Now don&#8217;t forget to add your tracking code for google analytic, mybloglog&#8230;.</p>
<p>Did I miss anything?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=hOKzOJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=hOKzOJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=ewNLbj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=ewNLbj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=GnTxLJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=GnTxLJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=tsZEkj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=tsZEkj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=wgPPGJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=wgPPGJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=5Q0fWj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=5Q0fWj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=liCkoj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=liCkoj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/346062219" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/25/1-step-theme-install-not/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Interview with Sunny Nathan from Headsetoptions</title>
		<link>http://myblogit.net/2008/07/22/interview-with-sunny-nathan-from-headsetoptions/</link>
		<comments>http://myblogit.net/2008/07/22/interview-with-sunny-nathan-from-headsetoptions/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 17:50:19 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Featured Theme Designer]]></category>

		<category><![CDATA[Free Themes]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<category><![CDATA[Interview]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=277</guid>
		<description><![CDATA[
Could you tell us a little about yourself
Thanks for asking. I am Sunny Nathan, a 32 year old husband, professional engineer and a part time web developer. I started learning HTML and CSS out of a desperate need to create database driven sites for a not for profit foundation I co-found with a school mate [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.headsetoptions.org/"><img class="alignnone size-full wp-image-278" style="margin:15px;" title="Headsetoptions" src="http://myblogit.net/wp-content/uploads/2008/07/headsetoptions.png" alt="" width="294" height="74" /></a></p>
<p><strong>Could you tell us a little about yourself</strong><br />
Thanks for asking. I am Sunny Nathan, a 32 year old husband, professional engineer and a part time web developer. I started learning HTML and CSS out of a desperate need to create database driven sites for a not for profit foundation I co-found with a school mate from Canada.</p>
<p><strong>Where do you find your creative inspiration?</strong><br />
I am perpetually on the learning curve, since this is not my primary occupation I have not had an opportunity to obtain any formal academic training. With that said, I draw inspiration from many sources, magazines, television, the Internet, pretty much anything I encounter. I have lately taken to Blueprint CSS and I might use it in all future contractual work, maybe eventually use it to design free themes.</p>
<p><strong>What tools do you use?</strong><br />
As of now, I am using Photoshop and notepad, I hand code the CSS and XHTML, so I seldom use any editors.</p>
<p><strong>How much time do you spend on each theme?</strong><br />
Anywhere between 3 to 8 hours to design and validate, again some themes never see the light of day, so it totally depends on my mood.</p>
<p><strong>Why do you do design themes for WordPress?</strong><br />
Mostly because people have come to expect of <a href="http://www.headsetoptions.org/">HeadsetOptions</a> and <a href="http://www.mandarinmusing.com/">MandarinMusing</a>. We started off making themes to develop relationship with our user base and we feel it is a good way to give back to the wonderful WordPress community.</p>
<p><strong>What is your favorite snack while hacking away at your themes?</strong><br />
I barely snack, but I do drink tons of coffee. I sometime work with the TV on, just to catch the news or a rerun of Seinfeld while coding.</p>
<p><strong>Not including your own themes; What is some of your favorites?</strong><br />
I like most of the themes by <a href="http://designdisease.com/">Design Disease</a>. <a href="http://www.thoughtmechanics.com/">Theron Parlin</a> and <a href="http://5thirtyone.com/">Derek Punsalan</a> make pretty nifty themes; <a href="http://www.briangardner.com/">Brian Gardner</a>, <a href="http://www.darrenhoyt.com/">Darren Hoyt</a> (who I found out recently is geographically the closest well-known designer to me), Small Potato are some designers who are consistently good, I like hoards of other themes, too many to mention, but pretty much anything that gets of <a href="http://www.wpsnap.com/">wpSnap</a> is in my opinion pretty high up on my list.</p>
<p><strong>What are some of your favorite hang outs on the web?</strong><br />
Frankly I do not get online as much as I would like to, I usually hit my Google Reader to catch on feeds, visit <a href="http://www.sethgodin.com/sg/">Seth Godin</a> at least once a day ever since I moved from being a researcher to a marketer at my day job, and the rest are usually for emails and site updates. I visit your site every time I see you on my MyBlogLog friends list; I seldom log into MyBlogLog myself though.</p>
<p><strong>When not at your desk, what do you do for fun?</strong><br />
My wife and I catch up on our respective experiences each day, we usually end up discussing politics, books or just about anything our mind wanders into. We watch a lot of classic thrillers; we both are Hitchcock fans and have only a handful of movies to go before we have seen em all!</p>
<p><strong>Do you design for any other CMS?</strong><br />
<a href="http://textpattern.com/">TextPattern</a> and <a href="http://www.joomla.org/">Joomla</a>, however WordPress is my favorite.</p>
<p><strong>Where do you see WordPress heading in the future?</strong><br />
Undoubtedly towards becoming the most popular and the best free CMS in the world. It’s only a matter of time.</p>
<p>Be sure to check out some of <a href="http://www.headsetoptions.org/support/">Sunny&#8217;s themes</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=CjDufJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=CjDufJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=fabx7j"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=fabx7j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=wLqEbJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=wLqEbJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=7e4uzj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=7e4uzj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=cIY2aJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=cIY2aJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=SrviSj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=SrviSj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=E4Yqyj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=E4Yqyj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/342760357" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/22/interview-with-sunny-nathan-from-headsetoptions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Theme Viewer</title>
		<link>http://myblogit.net/2008/07/18/wordpress-theme-viewer/</link>
		<comments>http://myblogit.net/2008/07/18/wordpress-theme-viewer/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 16:10:08 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=275</guid>
		<description><![CDATA[
Well we all know the official WordPress Theme viewer is a dead dog. But now you can find your new themes at the new WordPress Theme Repository.
The buzz is that it will work much in the same ways as the plugin repository. Who knows maybe sometime soon you will automaticly upgrade themes much the way [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-276" title="wordpress themes" src="http://myblogit.net/wp-content/uploads/2008/07/wordpress-e280ba-wordpress-themes_1216397332243.png" alt="" width="346" height="134" /></p>
<p>Well we all know the official <a href="http://themes.wordpress.net/">WordPress Theme viewer</a> is a dead dog. But now you can find your new themes at the new <a href="http://wordpress.org/extend/themes/">WordPress Theme Repository</a>.</p>
<p>The buzz is that it will work much in the same ways as the plugin repository. Who knows maybe sometime soon you will automaticly upgrade themes much the way you can plugins.</p>
<p>If you&#8217;re a theme designer you can <a href="http://wordpress.org/extend/themes/upload/">upload your themes here.</a></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=WURYRJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=WURYRJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=lBtjej"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=lBtjej" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=dvTdYJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=dvTdYJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=YeMr3j"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=YeMr3j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=pvyGNJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=pvyGNJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=y9y9Dj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=y9y9Dj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=OPkE3j"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=OPkE3j" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/339122735" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/18/wordpress-theme-viewer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free WordPress Theme Kitten in Pink</title>
		<link>http://myblogit.net/2008/07/15/free-wordpress-theme-kitten-in-pink/</link>
		<comments>http://myblogit.net/2008/07/15/free-wordpress-theme-kitten-in-pink/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 19:24:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Free Themes]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<category><![CDATA[My Themes]]></category>

		<category><![CDATA[My WordPress Themes]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=272</guid>
		<description><![CDATA[This theme is unlike any I have done in the past. Maybe because it&#8217;s pink. So .. yeah .. it&#8217;s a pink, 2 column, widget ready theme.

Preview Kitten in Pink &#124;  Download
Download includes psd.
]]></description>
			<content:encoded><![CDATA[<p>This theme is unlike any I have done in the past. Maybe because it&#8217;s pink. So .. yeah .. it&#8217;s a pink, 2 column, widget ready theme.</p>
<p><a href="http://myblogit.net/wp-content/uploads/2008/07/screenshot1.png"><img class="alignnone size-full wp-image-273" title="WordPress Theme Kitten in Pink" src="http://myblogit.net/wp-content/uploads/2008/07/screenshot1.png" alt="" width="300" height="225" /></a></p>
<p><a href="http://knowledge.myblogit.net/index.php?preview_theme=Kitten%20in%20Pink">Preview Kitten in Pink</a> | <a href="http://myblogit.net/wp-content/uploads/2008/07/kitten.zip"> Download</a></p>
<p>Download includes psd.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=zjWV7J"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=zjWV7J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=lWCUzj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=lWCUzj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=my66fJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=my66fJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=WEjPIj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=WEjPIj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=EDAORJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=EDAORJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=KrItBj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=KrItBj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=upLq5j"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=upLq5j" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/336360842" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/15/free-wordpress-theme-kitten-in-pink/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free WordPress Theme RoseWood</title>
		<link>http://myblogit.net/2008/07/14/free-wordpress-theme-rosewood/</link>
		<comments>http://myblogit.net/2008/07/14/free-wordpress-theme-rosewood/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 22:30:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Free Themes]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<category><![CDATA[My Themes]]></category>

		<category><![CDATA[My WordPress Themes]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=270</guid>
		<description><![CDATA[I just finished my latest WordPress theme RoseWood

Download &#124; Preview
RoseWood is a 2 column widget ready WordPress Theme The download includes the psd files.
]]></description>
			<content:encoded><![CDATA[<p>I just finished my latest WordPress theme RoseWood</p>
<p><img class="alignnone size-full wp-image-269" title="WordPress Theme RoseWood" src="http://myblogit.net/wp-content/uploads/2008/07/screenshot.png" alt="" width="300" height="225" /></p>
<p><a href="http://myblogit.net/wp-content/uploads/2008/07/rosewood.zip">Download</a> | <a href="http://knowledge.myblogit.net/index.php?preview_theme=RoseWood">Preview</a></p>
<p>RoseWood is a 2 column widget ready WordPress Theme The download includes the psd files.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=ByyBoJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=ByyBoJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=IPGjbj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=IPGjbj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=bnmHbJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=bnmHbJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=ayj41j"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=ayj41j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=iEbS5J"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=iEbS5J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=Wc2sMj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=Wc2sMj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=6hQlmj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=6hQlmj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/335493143" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/14/free-wordpress-theme-rosewood/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WordPress Template Tag Resources</title>
		<link>http://myblogit.net/2008/07/11/wordpress-template-tag-resources/</link>
		<comments>http://myblogit.net/2008/07/11/wordpress-template-tag-resources/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 15:54:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<category><![CDATA[How-To]]></category>

		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=268</guid>
		<description><![CDATA[Learning all the template tags needed to build your WordPress theme can seem a little overwhelming. So today I thought I would build a small list of helpful resources for you today.
WordPress Codex This is where I learned most of what I know about the template tags. But today there are a few better options.
WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>Learning all the template tags needed to build your WordPress theme can seem a little overwhelming. So today I thought I would build a small list of helpful resources for you today.</p>
<p><a href="http://codex.wordpress.org/Template_Tags">WordPress Codex</a> This is where I learned most of what I know about the template tags. But today there are a few better options.</p>
<p><a href="http://www.dbswebsite.com/design/wordpress-reference/">WordPress Template Tags Reference Guide </a>by DBS Interactive. It&#8217;s an all in one page encyclopedia of Template tags. It use a little ajax magic to present every template tag with example usage.</p>
<p><a href="http://www.themelab.com/wordpress-template-tag-lookup-tool/">WordPress Template Tag Lookup Tool</a> by Theme Lab. I nice little search engine that finds the tags in a pinch. I&#8217;m not exacly crazy about this one because you have to know the tag&#8217;s function name completely to use it.</p>
<p><a href="http://solutoire.com/tagstention/">TAGStention</a> by solutoire.com. Dreamweaver extension for WordPress Tags. I don&#8217;t use Dreamweaver so I&#8217;m not sure how it works but it might be worth a go. Also the last release of this tool was in 2006, so it will not include some of the newer tags.</p>
<p><a href="http://wpcandy.com/articles/tutorials/the-wordpress-help-sheet.html">The WordPress Help Sheet</a> by WPCandy Is a nice printable pdf file cheat sheet.</p>
<p>I hope ou find these helpful. If you know of other resources please give me a shout. I would love to add to this list.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=yfpc1J"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=yfpc1J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=WMt6Lj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=WMt6Lj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=Mbt5kJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=Mbt5kJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=3YdEaj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=3YdEaj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=LJgq4J"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=LJgq4J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=sNHK6j"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=sNHK6j" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=4PpBWj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=4PpBWj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/332789336" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/11/wordpress-template-tag-resources/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyBlogit Updates</title>
		<link>http://myblogit.net/2008/07/10/myblogit-updates/</link>
		<comments>http://myblogit.net/2008/07/10/myblogit-updates/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 22:41:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Contest]]></category>

		<category><![CDATA[Free Themes]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<category><![CDATA[MyBlogIt News]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=267</guid>
		<description><![CDATA[Just wanted to make a really fast post with a few tidbits of news.
Subscribers
MyBlogIt&#8217;s Subscribers has grown slow and steady from the very first post. But I have always felt unconfortable broadcasting the feed count. Well today that will change I&#8217;m putting the FeedBurner&#8217;s feed count widget on the site&#8217;s sidebar.
Comments
I have installed a few [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to make a really fast post with a few tidbits of news.</p>
<h2>Subscribers</h2>
<p>MyBlogIt&#8217;s Subscribers has grown slow and steady from the very first post. But I have always felt unconfortable broadcasting the feed count. Well today that will change I&#8217;m putting the FeedBurner&#8217;s feed count widget on the site&#8217;s sidebar.</p>
<h2>Comments</h2>
<p>I have installed a few plugins to reward those commentors who post comments on MyBlogIt. Those plugins include: <a title="Visit plugin homepage" href="http://webgrrrl.net/archives/my-top-commentators-widget-quick-dirty.htm">Top Commentators Widget</a> and <a title="Visit plugin homepage" href="http://www.fiddyp.co.uk/commentluv-wordpress-plugin/">Commentluv</a> So feel free to get involved with MyBlogit and comment.</p>
<h2>WordPress Themes</h2>
<p>I have been working, (or maybe I should say playing cause I enjoy it so much) on some new WordPress themes. I have created about 6 new themes. I&#8217;ll be fine tuning them and will be releasing them in the coming days.</p>
<h2>Contest</h2>
<p>I am working on a contest. It should be a lot of fun and will include a number of sponsors. More on this by Monday.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=jbJ4mJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=jbJ4mJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=SuE0fj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=SuE0fj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=qIJWYJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=qIJWYJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=65kYsj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=65kYsj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=GbXglJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=GbXglJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=dBtjDj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=dBtjDj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=vD3ghj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=vD3ghj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/332137497" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/10/myblogit-updates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WPThemeHeap Site Launched</title>
		<link>http://myblogit.net/2008/07/04/wpthemeheap-site-launched/</link>
		<comments>http://myblogit.net/2008/07/04/wpthemeheap-site-launched/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 22:19:57 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Free Themes]]></category>

		<category><![CDATA[MyBlogIt News]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[WordPress Themes]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=264</guid>
		<description><![CDATA[WPThemeHeap I just launched another WordPress theme site.
This one allows yout to list your free WordPress themes.

Feel free to stop by and list your theme.  I might be offering this theme and plugin set for sale soon. But I will need to work out some of the bugs first.
I know just what the net needs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://WPThemeHeap.com/">WPThemeHeap</a> I just launched another WordPress theme site.<br />
This one allows yout to list your free WordPress themes.</p>
<p><a href="http://WPThemeHeap.com/"><img class="alignnone size-full wp-image-265" title="WPThemeHeap" src="http://myblogit.net/wp-content/uploads/2008/07/shotssnapcom.jpg" alt="" width="270" height="171" /></a></p>
<p>Feel free to stop by and list your theme.  I might be offering this theme and plugin set for sale soon. But I will need to work out some of the bugs first.</p>
<p>I know just what the net needs another WordPress theme viewer.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=NGQw3J"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=NGQw3J" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=3WPQHj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=3WPQHj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=0oGegJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=0oGegJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=VicfHj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=VicfHj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=KVfJkJ"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=KVfJkJ" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=R3azHj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=R3azHj" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=ksBNVj"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=ksBNVj" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/326957651" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/07/04/wpthemeheap-site-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fireworks to Photoshop part 2</title>
		<link>http://myblogit.net/2008/06/28/fireworks-to-photoshop-part-2/</link>
		<comments>http://myblogit.net/2008/06/28/fireworks-to-photoshop-part-2/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 16:57:14 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[Brush Tool]]></category>

		<category><![CDATA[How-To]]></category>

		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=258</guid>
		<description><![CDATA[I recently wrote an article called Moving from Fireworks to PhotoShop. Though I haven&#8217;t gotten a lot of comments on the post it does seem to be popular. So Part 2:
When I started using PhotoShop I found it a real pain to select layers and be the ability to change the size and shape with [...]]]></description>
			<content:encoded><![CDATA[<p>I recently wrote an article called <a href="http://myblogit.net/2008/01/16/moving-from-fireworks-to-photoshop/">Moving from Fireworks to PhotoShop</a>. Though I haven&#8217;t gotten a lot of comments on the post it does seem to be popular. So Part 2:</p>
<p>When I started using PhotoShop I found it a real pain to select layers and be the ability to change the size and shape with just a fast click. I didn&#8217;t think Photoshop was capable of this for a while. But here is how to do it:</p>
<h2>Select a Layer</h2>
<p>First click the move tool:</p>
<p><img class="alignnone size-full wp-image-259" title="move-tool" src="http://myblogit.net/wp-content/uploads/2008/06/move-tool.gif" alt="" width="47" height="42" /></p>
<p>Now to auto select a layer click the option to Auto-Select and chose Layers:</p>
<p><img class="alignnone size-full wp-image-260" title="menu" src="http://myblogit.net/wp-content/uploads/2008/06/menu.gif" alt="" width="374" height="70" /></p>
<p>Now if you want to edit the size of an object click the Show Transform Control.</p>
<h2>Brush Tricks</h2>
<p>One of the main reasons I wanted to move to Photoshop was the ability to use Brushes. But at first I thought it was odd that I couldn&#8217;t change the brushes direction.  The I discovered this:</p>
<p>First click the brush tool:</p>
<p><img class="alignnone size-full wp-image-261" title="brush-tool" src="http://myblogit.net/wp-content/uploads/2008/06/brush-tool.gif" alt="" width="47" height="40" /></p>
<p>Then click the brush palette button</p>
<p><img class="alignnone size-full wp-image-262" title="brush-palette" src="http://myblogit.net/wp-content/uploads/2008/06/brush-palette.gif" alt="" width="78" height="76" /></p>
<p>That will bring up the brush palette options:</p>
<p><img class="alignnone size-full wp-image-263" title="brush-palette-options" src="http://myblogit.net/wp-content/uploads/2008/06/brush-palette-options.gif" alt="" width="373" height="479" /></p>
<p>Select Brush Tip shape on the left side panel. Now you can rotate the circle arrow thingy. (Not sure what you would call it?!? )</p>
<p>You can also set the roundness of the brush with this tool by dragging the top of the circle up and down.</p>
<p>One last trick is that you can change the size of your brush using the [ &amp; ] keys.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=CdpNiI"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=CdpNiI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=xjqxoi"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=xjqxoi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=89aj8I"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=89aj8I" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=rQzOZi"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=rQzOZi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=xPY3cI"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=xPY3cI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=6HUAFi"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=6HUAFi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=o3P9Hi"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=o3P9Hi" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/322114849" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/06/28/fireworks-to-photoshop-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>She got ripped and I got snookered</title>
		<link>http://myblogit.net/2008/06/21/she-got-ripped-and-i-got-snookered/</link>
		<comments>http://myblogit.net/2008/06/21/she-got-ripped-and-i-got-snookered/#comments</comments>
		<pubDate>Sat, 21 Jun 2008 17:38:02 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<category><![CDATA[WordPress Themes]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[My WordPress Themes]]></category>

		<category><![CDATA[scammed]]></category>

		<guid isPermaLink="false">http://myblogit.net/?p=255</guid>
		<description><![CDATA[I got scammed, duped, snookered &#38; and just plain embarrassed.  You see I meet someone in an irc chat some time back. I was trying to get help with some css I was working on. That person helped me and continued to help learn some of the advanced css concepts.
I started designing sites back in [...]]]></description>
			<content:encoded><![CDATA[<p>I got scammed, duped, snookered &amp; and just plain embarrassed.  You see I meet someone in an irc chat some time back. I was trying to get help with some css I was working on. That person helped me and continued to help learn some of the advanced css concepts.</p>
<p>I started designing sites back in 1996 for clients. Of course back then we used tables instead of css to layout a design. I was pretty good at that. But now I have a harder time working with xhtml and css. I am figuring it out to a degree.</p>
<p>So back on topic. The guy I had meet eventually told me he was Lorelei from <a href="http://www.toptut.com/">TopTut.com</a>. Up to this point I had never seen or heard of her or atleast I don&#8217;t think so. I would send him my css problems and he would send them back fixed. After working with this guy we came up with an agreement; he would devlop a css framework that I felt comfortable working with and I would do some php work for him.</p>
<p>At the time it seemed like a good deal, but as time went by he changed the deal a few times and seemed to not be doing what he promised.</p>
<p>So this last week I told him I need him to keep up his end of the deal. So he suggested that he would let me use his cuurent design as a tempary framework until he had time to get me the complete framework. I was not really happy about this but he told me I could use it in anyway I wanted, as he already had a new design in the works for his site.</p>
<p>He sent me the css and a copy of the html, css and a few psd describing the layout. I was a bit suprised that he hadn&#8217;t given me the entire theme files but I was ok with it because I wanted to convert it to a WordPress theme myself.</p>
<p>I was however disappointed that he had not included a file for the single or comment file so I emailed him and never replied back.</p>
<p>At that point I decided to get to work first I designed the images in Photoshop, then I copied the files to my development server and started the conversion to theme and worked on the css.</p>
<p>I started to have a few questions so I emailed hi again, still no reply. I had come to the conclusion that he was upset with me because I hadn&#8217;t finished his php before he gave me the css. But I felt justified because what he gave me was just the start not the entire framework he had promised.</p>
<p>I did try getting in contact with him by posting a comment on what I thought was <a href="http://www.toptut.com/2008/06/13/arium-dark-space-themed-wp-layout/#comments">his site</a></p>
<p>But of course still no reply. I was able to figure most of it at on my own, and was getting excited. the theme was looking amazing. I couldn&#8217;t wait to get it up on my site.</p>
<p>I even anouced  <a href="http://twitter.com/davidspan/statuses/837261387">my twitter</a></p>
<p>So After working on it for a few days I uploaded it to my site. Later that night I was reading my rss feeds and was shocked to read this: <a href="http://www.toptut.com/2008/06/19/ripped-my-theme-you-will-get-reported/">Ripped My Theme? You will Get Reported! </a>I was spinning! I couldn&#8217;t understand what the hell had happened. Why was this guy that I had been talking to over the last few weeks turned on me.</p>
<p>I went to bed, confused and angry. When I got up the next day I decide to try and figure out why this had happened. I emailed him a few times. I got no awnser so I decide to try and find out as much about him as I could.</p>
<p>After a bit of poking around I relized that the guy I had been dealing with was not Lorelei. I downloaded one of her themes and was looking at the theme&#8217;s function files. The person I was dealing with told me that they new very little php.</p>
<p>The more I looked into Lorelei the more I realized I had been scammed.</p>
<p>So the answer to everyone question is; Yes I did rip Lorelei&#8217;s design. I was told that the design was mine and all the rights were mine as well.</p>
<p>Lorelei, I am very sorry this has all happened. You are an amazing designer!</p>
<p>I have no idea why this guy did what he did, but when it comes right down to I should have done more research on this person.<br />
Here is a screenshot of the design.<br />
<img class="alignnone size-full wp-image-256" title="Design in qustion" src="http://myblogit.net/wp-content/uploads/2008/06/ripper.png" alt="" width="460" height="254" /></p>
<p>I will not be using it!</p>
<p>Feel free to share your thoughts, I will not edit or delet them. (Sorry Tijger)</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~f/MyBlogIt?a=gl3v7I"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=gl3v7I" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=vP1M2i"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=vP1M2i" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=bmST1I"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=bmST1I" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=wYKjRi"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=wYKjRi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=wqlTJI"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=wqlTJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=7hqTyi"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=7hqTyi" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/MyBlogIt?a=a5Ne9i"><img src="http://feeds.feedburner.com/~f/MyBlogIt?i=a5Ne9i" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/MyBlogIt/~4/316989683" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://myblogit.net/2008/06/21/she-got-ripped-and-i-got-snookered/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
