<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SkinnyMinnyMedia</title>
	<atom:link href="http://skinnyminnymedia.com/new/feed/" rel="self" type="application/rss+xml" />
	<link>http://skinnyminnymedia.com/new</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 09 Mar 2010 02:06:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oh how I true it is. . .</title>
		<link>http://skinnyminnymedia.com/new/2010/03/08/oh-how-i-true-it-is/</link>
		<comments>http://skinnyminnymedia.com/new/2010/03/08/oh-how-i-true-it-is/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 02:06:22 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=678</guid>
		<description><![CDATA[
Thanks for the laugh Shoeboxblog
]]></description>
			<content:encoded><![CDATA[<p><img src="http://skinnyminnymedia.com/resources/graphics/20100308_internetgrammar.jpg" width="490" /></p>
<p><a href="http://www.shoeboxblog.com/?p=14066">Thanks for the laugh Shoeboxblog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/03/08/oh-how-i-true-it-is/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>jQuery is the BOMB!</title>
		<link>http://skinnyminnymedia.com/new/2010/03/03/jquery-is-the-bomb/</link>
		<comments>http://skinnyminnymedia.com/new/2010/03/03/jquery-is-the-bomb/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 19:53:12 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=655</guid>
		<description><![CDATA[I&#8217;m working on a project at work and I just had to tell someone how stinkin&#8217; cool jQuery is! I know I&#8217;m late in the game compared to all you developers out there and I also know this will be over the heads of some one my readers who don&#8217;t get into the development stuff [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a project at work and I just had to tell someone how stinkin&#8217; cool <a href="http://jquery.com/">jQuery</a> is! I know I&#8217;m late in the game compared to all you developers out there and I also know this will be over the heads of some one my readers who don&#8217;t get into the development stuff but I needed to share anyway. :) <span id="more-655"></span></p>
<p><a href="http://userpages.umbc.edu/~noone/tests.html">Click here to check out my test page.</a></p>
<p>What you should see is a grid of squares. When you mouse over the squares they should fade in and then fade out when you leave them. Now besides that fact that the grid itself is cool because it&#8217;s just some some unordered lists laid out with CSS, the fade in/out effect was literally a few lines in JavaScript with the jQuery library. </p>
<pre class="code">
$(document).ready(
	function(){
		$(".column img").fadeTo("fast", 0.8);
		$(".column img").hover(
			function() {
				$(this).fadeTo("fast", 1.0);
			},function() {
				$(this).fadeTo("fast", 0.8);
			}
		);
	}
);
</pre>
<p>Now I formatted it &#8220;my way&#8221; so it&#8217;s easier to understand to me but basically what those few lines do is&#8230;</p>
<pre class="code">
When the document is ready - kinda like a load(
	do this function(){
		take all images found within a column class
               and fade them to 80%;
		When you fade over those image(
			do this function() {
				fade them to 100% opacity;
			},or do this function() {
				fade them to 80% opacity;
			}
		);
	}
);
</pre>
<p>Like I said.. jQuery is the bomb. I used to have to do this kind of stuff in Flash OR write pages and pages of JavaScript. </p>
<p>Amazing! Ok, back to work! :)</p>
<p><strong>Update: </strong> <a href="http://userpages.umbc.edu/~noone/tests2.html">I made it even cooler. ;~P</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/03/03/jquery-is-the-bomb/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It&#8217;s coming to this, isn&#8217;t it?</title>
		<link>http://skinnyminnymedia.com/new/2010/02/22/its-coming-to-this-isnt-it/</link>
		<comments>http://skinnyminnymedia.com/new/2010/02/22/its-coming-to-this-isnt-it/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 02:59:13 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=649</guid>
		<description><![CDATA[
  Picture from graphicmania.net
My favorite is the Food Network game Cook or be Cooked. I&#8217;d rather actually eat after I cook. But that&#8217;s just me. ;~)
]]></description>
			<content:encoded><![CDATA[<p class="center"><img src="http://SkinnyMinnyMedia.com/resources/graphics/20100222_knitting.jpg" width="490" /><br />
  <a href="http://www.graphicmania.net/wp-content/uploads/11022010/dg4jg7n5_443fts8xtf6_b.jpg"><small>Picture from graphicmania.net</small></a></p>
<p>My favorite is the <a href="http://www.amazon.com/gp/product/B0028A6VKI?ie=UTF8&#038;tag=roswewapas-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0028A6VKI">Food Network game Cook or be Cooked</a><img src="http://www.assoc-amazon.com/e/ir?t=roswewapas-20&#038;l=as2&#038;o=1&#038;a=B0028A6VKI" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />. I&#8217;d rather actually eat after I cook. But that&#8217;s just me. ;~)</p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/02/22/its-coming-to-this-isnt-it/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ask Roni: Backing up Blogs</title>
		<link>http://skinnyminnymedia.com/new/2010/02/12/ask-roni-backing-up-blogs/</link>
		<comments>http://skinnyminnymedia.com/new/2010/02/12/ask-roni-backing-up-blogs/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 17:13:51 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[backing up]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=645</guid>
		<description><![CDATA[
 Hi Roni!
    It seems like forever ago, but &#8230;maybe 2 or 3 years ago you had a big website crash, and you lost a lot of your posts and had to start from scratch.
    I&#8217;ve started a blog about my travels in madagascar and working as an expat. [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="askRoni">
<p> Hi Roni!</p>
<p>    It seems like forever ago, but &#8230;maybe 2 or 3 years ago you had a big website crash, and you lost a lot of your posts and had to start from scratch.</p>
<p>    I&#8217;ve started a blog about my travels in madagascar and working as an expat. I had no idea that it would ever get to be as &#8220;big&#8221; (well&#8230;for me.. lol) as it has and I would like to make sure that I don&#8217;t &#8220;lose&#8221; any of my posts. How can I back up my blog information?</p>
<p>    (sorry if this is a silly IT question&#8230;i really don&#8217;t understand the concept of cyberspace storage)<br />
    -<br />
  <a href="http://www.nb-in-mg.blogspot.com/">Nicole from NB in MG</a></p>
</blockquote>
<p>Hi Nicole! </p>
<p>This is a great question and I&#8217;m not sure I have all the answers. STILL! Even after losing 2 years of posts.<span id="more-645"></span> </p>
<p>I see you are on blogspot. That is a big difference then the situation I was in. I was hosting on a shared server and I made an assumption I will never make again. I assumed the hosting company would have backups. They didn&#8217;t.</p>
<p>Anyway, the easiest way for you to backup is to simple export all your posts. In Blogger, or BlogSpot, that can be found under the setting tab&#8230;</p>
<p class="center"><img src="http://SkinnyMinnyMedia.com/resources/graphics/20100212_blogger.jpg" alt="exporting in blogger" width="490" height="176" /></p>
<p>You can also do that in Wordpress under Tools&#8230;</p>
<p class="center"><img src="http://SkinnyMinnyMedia.com/resources/graphics/20100212_wordpress.jpg" alt="exporting in wordpress" width="152" height="194" /></p>
<p>My recommendation is to do this at least weekly, if not after you publish each new post. You can simply keep overwriting the old backup file. There&#8217;s no need to save versions (unless you want to.)</p>
<p>This way if anything does happen you can always create a new blog and simply import in all your posts.</p>
<p>I&#8217;m glad you asked me this. It&#8217;s reminded me that I&#8217;m getting lax in this department again. You&#8217;d think I learned my lesson!</p>
<p>Hope that helps, </p>
<p>-Roni</p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/02/12/ask-roni-backing-up-blogs/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve Mastered the Universe!</title>
		<link>http://skinnyminnymedia.com/new/2010/02/08/ive-mastered-the-universe/</link>
		<comments>http://skinnyminnymedia.com/new/2010/02/08/ive-mastered-the-universe/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 02:59:27 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[comic]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=639</guid>
		<description><![CDATA[
This comic CRAKED me up. I always feel like a freakin&#8217; genius when I figure something out! 
 I can&#8217;t be the only one. :)
]]></description>
			<content:encoded><![CDATA[<p class="center"><img src="http://SkinnyMInnyMedia.com/resources/graphics/nailed.gif" width="490" /></p>
<p>This comic CRAKED me up. I always feel like a freakin&#8217; genius when I figure something out! </p>
<p> I can&#8217;t be the only one. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/02/08/ive-mastered-the-universe/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Do you have Klout?</title>
		<link>http://skinnyminnymedia.com/new/2010/01/31/do-you-have-klout/</link>
		<comments>http://skinnyminnymedia.com/new/2010/01/31/do-you-have-klout/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 02:35:50 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=633</guid>
		<description><![CDATA[Sorry for my absence. Every since WordCamp Boston I&#8217;ve been playing with JQuery (thanks to Jim Doran.) I&#8217;m hoping to post a few examples but it&#8217;s taking me a little longer then expected.
So instead I thought I pass on an interesting new twitter tool I found called Klout. Klout measures influence on topics across the [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry for my absence. Every since <a href="http://skinnyminnymedia.com/new/2010/01/21/boston-here-i-come/">WordCamp Boston</a> I&#8217;ve been playing with <a href="http://jquery.com/">JQuery</a> (thanks to <a href="http://jimdoran.net/">Jim Doran</a>.) I&#8217;m hoping to post a few examples but it&#8217;s taking me a little longer then expected.</p>
<p>So instead I thought I pass on an interesting new twitter tool I found called <a href="http://klout.com">Klout</a>. Klout measures influence on topics across the social web. It gives you an interesting visual of your twitter profile. Think of it like <a href="http://en.wikipedia.org/wiki/Myers-Briggs_Type_Indicator">a Myers-Briggs</a> for your twitter personality.</p>
<p>The four &#8220;types&#8221; are. . .<span id="more-633"></span></p>
<ul>
<li>Connector</li>
<li>Persona</li>
<li>Casual</li>
<li>Climber</li>
</ul>
<p>It also maps your influence and your influencers and shows you how many clicks the links you tweet actually get.</p>
<p>Fascinating stuff! At least for this data geek. :)</p>
<p>Ok I promise a post about JQuery soon. I hope to have some time this week to dive into it some more. In the meantime<a href="http://klout.com"> click here to analyze your own Klout or the Klout of others. </a></p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/01/31/do-you-have-klout/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Boston Here I Come!</title>
		<link>http://skinnyminnymedia.com/new/2010/01/21/boston-here-i-come/</link>
		<comments>http://skinnyminnymedia.com/new/2010/01/21/boston-here-i-come/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 19:21:32 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[wordcamp]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=572</guid>
		<description><![CDATA[
I&#8217;m heading to my second ever Wordcamp this weekend. The first one I tended was a local Baltimore event. Baltimore&#8217;s cool, but, hey, I live here. Wordcamp could be even MORE fun in a new and exciting city. So when my friend Jim said he was speaking at Wordcamp Boston I had to take the [...]]]></description>
			<content:encoded><![CDATA[<p class="center"><img src="http://skinnyminnymedia.com/resources/graphics/20100121_boston.jpg" alt="" /></p>
<p>I&#8217;m heading to my second ever <a href="http://central.wordcamp.org/">Wordcamp</a> this weekend. The first one I tended was <a href="http://skinnyminnymedia.com/new/2009/05/18/quick-wordcamp-recap/">a local Baltimore event</a>. Baltimore&#8217;s cool, but, hey, I live here. Wordcamp could be even MORE fun in a new and exciting city. So when my friend <a href="http://jimdoran.net/">Jim</a> said he was speaking at <a href="http://wordcampboston.com/">Wordcamp Boston</a> I had to take the opportunity to go.<span id="more-572"></span></p>
<p>The <a href="http://wordcampboston.com/program/schedule/">schedule is quite impressive</a>. I&#8217;m planning attending sessions about the <a href="http://wordcampboston.com/program/#d1">Wordpress Loop</a>, <a href="http://wordcampboston.com/program/#d2">API&#8217;s</a>, <a href="http://wordcampboston.com/program/#d3">JQuery</a>, <a href="http://wordcampboston.com/program/#p4">Security</a>, <a href="http://wordcampboston.com/program/#d5">HTML 5</a>, <a href="http://wordcampboston.com/program/#p6">SEO</a>, and <a href="http://wordcampboston.com/program/#p7">web video</a>. WOW! What a list, right? I hope to come home with some new knowledge to share and inpiration to develop as I have a few ideas swimming in my head.</p>
<p>I&#8217;m also looking to have an attendee perspective of the conference. I&#8217;m going to note things I liked and things I didn&#8217;t as I prepare to host <a href="http://fitbloggin.com/">FitBloggin</a> in the next two months.</p>
<p>Any Boston people out there want to meet up? :)</p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/01/21/boston-here-i-come/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ask Roni: Cropping a Screen Shot aka getting the little Nike+ charts on your blog</title>
		<link>http://skinnyminnymedia.com/new/2010/01/17/ask-roni-cropping-a-screen-shot-aka-getting-the-little-nike-charts-on-your-blog/</link>
		<comments>http://skinnyminnymedia.com/new/2010/01/17/ask-roni-cropping-a-screen-shot-aka-getting-the-little-nike-charts-on-your-blog/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:18:05 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[Ask Roni]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[sreen shot]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=560</guid>
		<description><![CDATA[
Random&#8230;but how do you upload your little nike+ run stuff to your website? I&#8217;d LOVE to show those in my posts while I train this spring.
Thanks Roni!!
-Brandi

Hi Brandi! 
This is a very posular question at the moment so I thought I&#8217;d do a step by step. You can use those tutorial to get images of [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="askRoni">
<p>Random&#8230;but how do you upload your little nike+ run stuff to your website? I&#8217;d LOVE to show those in my posts while I train this spring.</p>
<p>Thanks Roni!!</p>
<p>-Brandi</p>
</blockquote>
<p>Hi Brandi! </p>
<p>This is a very posular question at the moment so I thought I&#8217;d do a step by step. You can use those tutorial to get images of your runs but the technique can really be used for anything. <span id="more-560"></span></p>
<h3>Step 1: Take a Screen Shot</h3>
<p>Navigate to your run on the Nike+ website (or anything for that matter) and take a screen shot. The process to do this will be different depending on your computer. If you do not know how <a href="http://take-a-screenshot.org/">click here for instructions on taking a screen shot</a>. </p>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-1.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-1.jpg" width="490" /></a></p>
<h3>Step 2: Crop and Resize </h3>
<p>I do this with photoshop but here is a simple solution using an online program. </p>
<h4><a href="http://www.drpic.com/">Visit DrPic and load you screen shot</a></h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-2.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-2.jpg" width="490" /></a></p>
<h4>Click &quot;browse&#8230;&quot;, select the screen shot. Then click &quot;Load Picture&quot;</h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-3.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-3.jpg" width="490" /></a></p>
<h4>You should then see the screen shot loaded on the page&#8230; </h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-4.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-4.jpg" width="490" /></a></p>
<h4>Scroll down to see the entire image. Click and drag to select the area you want to crop.</h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-5.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-5.jpg" width="490" /></a></p>
<h4>Click the crop button&#8230;</h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-6.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-6.jpg" width="490" /></a></p>
<h4>Marvel at you cropped image. :) </h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-7.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-7.jpg" width="490" /></a></p>
<h4>Now you will probably want to resize it as well. Click the resize button. I normally size to 500 pixels wide. That should fit in most blog templates. </h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-8.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-8.jpg" width="490" /></a></p>
<h4>You&#8217;re done! Save to disk&#8230;</h4>
<p class="center"><a href="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-9.jpg"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/Picture-9.jpg" width="490" /></a></p>
<p>Viola! The finished product! Now you can upload a nice little image of your run for your blog. Or what I&#8217;d like to call, a nice little cropped image without the use of expensive software packages. :)</p>
<p class="center"><img src="http://SkinnyMInnyMedia.com/resources/graphics/20100117_screenShot/picresized_1263823853_Picture.jpg" width="490" /></p>
<p>Hope that helps Brandi! Let me know if you have any other questions. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/01/17/ask-roni-cropping-a-screen-shot-aka-getting-the-little-nike-charts-on-your-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Not that we should be Competing but this is TOO cool.</title>
		<link>http://skinnyminnymedia.com/new/2010/01/08/not-that-we-should-be-competing-but-this-is-to-cool/</link>
		<comments>http://skinnyminnymedia.com/new/2010/01/08/not-that-we-should-be-competing-but-this-is-to-cool/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 03:50:22 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=553</guid>
		<description><![CDATA[Sorry I&#8217;ve been MIA. The holidays really set me back. I appreciate all the MAC vs. PC comments. I&#8217;m sticking it out with my MAC for now and when I have more time I write a post about the problems I&#8217;ve been having. 
In the meantime I thought I&#8217;d pass on a site that may [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry I&#8217;ve been MIA. The holidays really set me back. I appreciate all the <a href="http://skinnyminnymedia.com/new/">MAC vs. PC comments</a>. I&#8217;m sticking it out with my MAC for now and when I have more time I write a post about the problems I&#8217;ve been having. </p>
<p>In the meantime I thought I&#8217;d pass on a site that may be of some interest to you. I&#8217;ve been using <a href="http://Compete.com">Compete.com</a> while researching sites at work. It allows you to research traffic statistics and compare sites with a quick graph. Here&#8217;s a little side by side of <a href="http://RonisWeigh.com">Roni&#8217;s Weigh</a>, <a href="http://GreenLiteBites.com">GreenLiteBites</a> and <a href="http://SkinnyMinnyMedia.com">SkinnyMinnyMedia</a>. . . </p>
<p class="center"><a href="http://siteanalytics.compete.com/ronisweigh.com+greenlitebites.com+skinnyminnymedia.com+blogtolose.com+fitbloggin.com/?pid=58031"><img src="http://SkinnyMinnyMedia.com/resources/graphics/20100107_compete.jpg" alt="compete screen shot" width="490" height="154" /></a></p>
<p>Even cooler then that, <a href="http://tools.compete.com/">Compete has a toolbar for Firefox</a> that automatically tells you the traffic of the site you are currently on like this. . . </p>
<p class="center"><img src="http://SkinnyMinnyMedia.com/resources/graphics/20100107_compete2.jpg" width="490" height="389" /></p>
<p>Very cool! At least I think so. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2010/01/08/not-that-we-should-be-competing-but-this-is-to-cool/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MAC vs. PC &#8211; Help me decide!</title>
		<link>http://skinnyminnymedia.com/new/2009/12/23/mac-vs-pc-help-me-decide/</link>
		<comments>http://skinnyminnymedia.com/new/2009/12/23/mac-vs-pc-help-me-decide/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 04:40:51 +0000</pubDate>
		<dc:creator>roni</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://skinnyminnymedia.com/new/?p=545</guid>
		<description><![CDATA[My MAC is driving me up the wall! I made the switch 2 years ago and frankly, I don&#8217;t see what all the fuss is about. Besides having the cuter character (I&#8217;m a sucker for Justin Long), what benefit is there to owning a MAC? 
Seriously. I need to buy a new laptop soon and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://SkinnyMInnyMedia.com/resources/graphics/mac_vs_pc.png" alt="MAC vs PC" width="235" class="left" />My MAC is driving me up the wall! I made the switch 2 years ago and frankly, I don&#8217;t see what all the fuss is about. Besides having the cuter character (I&#8217;m a sucker for <a href="http://www.imdb.com/name/nm0519043/">Justin Long</a>), what benefit is there to owning a MAC? </p>
<p>Seriously. I need to buy a new laptop soon and I can&#8217;t decide if I want to stick it out in the MAC world or go back to PC. I want to hear from people in both camps. What do you have? Why? </p>
<p>Thoughts? Insights? Opinions? </p>
<p>ANYTHING! </p>
]]></content:encoded>
			<wfw:commentRss>http://skinnyminnymedia.com/new/2009/12/23/mac-vs-pc-help-me-decide/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>
