<?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>Fat Cat Designs</title>
	<atom:link href="http://fatcatdesigns.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://fatcatdesigns.ca</link>
	<description>Tutorials, Design, Graphics and more...</description>
	<lastBuildDate>Wed, 11 Apr 2012 12:08:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Genesis Toolbar Extras &#8211; A Plugin from David Decker @ DECKERWEB</title>
		<link>http://fatcatdesigns.ca/genesis-toolbar-extras-a-plugin-from-david-decker-deckerweb/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=genesis-toolbar-extras-a-plugin-from-david-decker-deckerweb</link>
		<comments>http://fatcatdesigns.ca/genesis-toolbar-extras-a-plugin-from-david-decker-deckerweb/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 12:08:56 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Genesis]]></category>
		<category><![CDATA[StudioPress]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=702</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Ever wished there was a quick way to access all your Genesis related items right from your dashboard? Well there is! The Genesis Toolbar Extras plugin is accessible from your WordPress admin bar. Easy access to the support forum, tutorials, community tutorials and showcase to name a few. Check it out here</p></p><p><a href="http://fatcatdesigns.ca/genesis-toolbar-extras-a-plugin-from-david-decker-deckerweb/">Genesis Toolbar Extras &#8211; A Plugin from David Decker @ DECKERWEB</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Ever wished there was a quick way to access all your Genesis related items right from your dashboard? Well there is!</p>
<p>The Genesis Toolbar Extras plugin is accessible from your WordPress admin bar. </p>
<p><a href="http://fatcatdesigns.ca/wp-content/uploads/toolbar-screen.png"><img src="http://fatcatdesigns.ca/wp-content/uploads/toolbar-screen.png" alt="" title="toolbar-screen" width="446" height="356" class="aligncenter size-full wp-image-706" /></a></p>
<p>Easy access to the support forum, tutorials, community tutorials and showcase to name a few. </p>
<p>Check it out<a href="http://wordpress.org/extend/plugins/genesis-toolbar-extras/"> here</a></p>
<p><a href="http://fatcatdesigns.ca/genesis-toolbar-extras-a-plugin-from-david-decker-deckerweb/">Genesis Toolbar Extras &#8211; A Plugin from David Decker @ DECKERWEB</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/genesis-toolbar-extras-a-plugin-from-david-decker-deckerweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping Your WordPress Site Secure</title>
		<link>http://fatcatdesigns.ca/keeping-your-wordpress-site-secure/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=keeping-your-wordpress-site-secure</link>
		<comments>http://fatcatdesigns.ca/keeping-your-wordpress-site-secure/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 15:32:35 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=685</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>A post on the Genesis forums today was asking about theme security. As I said on the forum the best way to secure your theme is to secure your site. The WordPress codex is a great place to start gathering information. See the Hardening WordPress article. To help beef up security via your .htaccess file [...]</p></p><p><a href="http://fatcatdesigns.ca/keeping-your-wordpress-site-secure/">Keeping Your WordPress Site Secure</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p><a href="http://fatcatdesigns.ca/wp-content/uploads/Secure.png"><img src="http://fatcatdesigns.ca/wp-content/uploads/Secure-150x150.png" alt="" title="Secure" width="150" height="150" class="alignright size-thumbnail wp-image-692" /></a>A post on the <a href="http://www.studiopress.com/themes/genesis" title="Genesis">Genesis</a> forums today was asking about theme security. As I said on the forum the best way to secure your theme is to secure your site.</p>
<p>The WordPress codex is a great place to start gathering information. See the <a href="http://codex.wordpress.org/Hardening_WordPress">Hardening WordPress</a> article.</p>
<p>To help beef up security via your .htaccess file place this in the file directly after</p>
<p># END WordPress</p>
<pre class="brush: plain; title: ; notranslate"># to protect the .htaccess file itself:
&lt;Files .htaccess&gt;
order deny,allow
deny from all
&lt;/Files&gt;

# to protect wp-config.php
&lt;Files wp-config.php&gt;
order allow,deny
deny from all
&lt;/Files&gt;

Options -Indexes</pre>
<p>You can access your .htaccess file via FTP or cpanel by migrating to the root of your site [where your wp-content,wp-admin, wp-includes folders are]. Make sure that you have chosen to show hidden files.</p>
<p>There are a number of plugins which are also helpful with security just a few include;</p>
<p><a href="http://www.seoegghead.com/software/wordpress-firewall.seo">WordPress Firewall</a><br />
<a href="http://wordpress.org/extend/plugins/antivirus/">Antivirus</a><br />
<a href="http://wordpress.org/extend/plugins/wordpress-file-monitor/">WordPress File Monitor</a></p>
<p>And finally do not underestimate the importance of keeping your themes and WordPress install up-to-date. Sometimes updating will &#8216;break&#8217; something or require you to deactivate a plugin that has not been kept up-to-date, but these are small annoyances compared with the hassle, heartbreak and expense of a hacked site.   </p>
<p><a href="http://fatcatdesigns.ca/keeping-your-wordpress-site-secure/">Keeping Your WordPress Site Secure</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/keeping-your-wordpress-site-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limited Time Only! Get the StudioPress Pro Plus Package before the Price Increase.</title>
		<link>http://fatcatdesigns.ca/limited-time-only-get-the-studiopress-pro-plus-package-before-the-price-increase/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=limited-time-only-get-the-studiopress-pro-plus-package-before-the-price-increase</link>
		<comments>http://fatcatdesigns.ca/limited-time-only-get-the-studiopress-pro-plus-package-before-the-price-increase/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 14:31:45 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Design Resources]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=488</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>On January 31st 2012, the price of the StudioPress Pro Plus All-Theme Package increases. Get yours now before the increase &#8211; and if you buy now Fat Cat Designs is offering you a further 10% savings. CLICK HERE and use the code TEN to get your instant discount.</p></p><p><a href="http://fatcatdesigns.ca/limited-time-only-get-the-studiopress-pro-plus-package-before-the-price-increase/">Limited Time Only! Get the StudioPress Pro Plus Package before the Price Increase.</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p><a href="http://fatcatdesigns.ca/wp-content/uploads/checkthisout-red-2.png"><img class="alignleft  wp-image-490" title="checkthisout-red-2" src="http://fatcatdesigns.ca/wp-content/uploads/checkthisout-red-2.png" alt="" width="218" height="100" border:"none"/></a></p>
<div style="margin-top: 50px; font-size: 16px;">On January 31st 2012, the price of the <a href="http://www.shareasale.com/r.cfm?b=242693&amp;u=460513&amp;m=28169&amp;urllink=&amp;afftrack=" target="_blank">StudioPress Pro Plus All-Theme Package</a> increases.</div>
<div style="margin-top: 50px; font-size: 16px; text-align: center;">Get yours now before the increase &#8211; <strong><span style="text-decoration: underline;">and if you buy now</span></strong> Fat Cat Designs is offering </p>
<p>you a further <b>10%</b> savings.<a href="http://fatcatdesigns.ca/wp-content/uploads/dontwait-blue.png"><img class=" wp-image-504 aligncenter" title="dontwait-blue" src="http://fatcatdesigns.ca/wp-content/uploads/dontwait-blue-150x150.png" alt="" width="150" height="150" border:"none"/></a> <a href="http://www.shareasale.com/r.cfm?b=242693&amp;u=460513&amp;m=28169&amp;urllink=&amp;afftrack=" target="_blank"><strong>CLICK HERE</strong></a> and use the code <strong>TEN</strong> to get your instant discount.</div>
<p><a href="http://fatcatdesigns.ca/limited-time-only-get-the-studiopress-pro-plus-package-before-the-price-increase/">Limited Time Only! Get the StudioPress Pro Plus Package before the Price Increase.</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/limited-time-only-get-the-studiopress-pro-plus-package-before-the-price-increase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last Chance To Get The StudioPress Pro Plus All-Theme Package For 249.95</title>
		<link>http://fatcatdesigns.ca/last-chance-to-get-the-studiopress-pro-plus-all-theme-package-for-249-95/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=last-chance-to-get-the-studiopress-pro-plus-all-theme-package-for-249-95</link>
		<comments>http://fatcatdesigns.ca/last-chance-to-get-the-studiopress-pro-plus-all-theme-package-for-249-95/#comments</comments>
		<pubDate>Fri, 06 May 2011 12:40:49 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[limited time offer]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[StudioPress]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=429</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>The StudioPress Pro Plus All-Theme Package has been available for the ridiculously low price of 249.95. This price includes current AND future themes. However after MAY 11th that deal ends. Don&#8217;t get left out! Take advantage of this final opportunity to own all current and future StudioPress themes including the powerful Genesis framework. Also makes [...]</p></p><p><a href="http://fatcatdesigns.ca/last-chance-to-get-the-studiopress-pro-plus-all-theme-package-for-249-95/">Last Chance To Get The StudioPress Pro Plus All-Theme Package For 249.95</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>The <a href="http://www.shareasale.com/r.cfm?b=242693&#038;u=460513&#038;m=28169&#038;urllink=&#038;afftrack=">StudioPress Pro Plus All-Theme Package</a> has been available for the ridiculously low price of <strong>249.95</strong>. This price includes <strong>current AND future</strong> themes. </p>
<p><u>However after MAY 11th that deal ends.</u> Don&#8217;t get left out! Take advantage of this final opportunity to own all current and future StudioPress themes including the powerful Genesis framework.</p>
<p>Also makes a great Mother&#8217;s Day gift!</p>
<p><strong>Hurry time is running out!</strong></p>
<p><a href="http://www.shareasale.com/r.cfm?b=242693&#038;u=460513&#038;m=28169&#038;urllink=&#038;afftrack="><img src="http://www.shareasale.com/image/28169/300x250.jpg" alt="StudioPress Premium WordPress Themes" border="0"><br />StudioPress Pro Plus All-Theme Package</a></p>
<p><a href="http://fatcatdesigns.ca/last-chance-to-get-the-studiopress-pro-plus-all-theme-package-for-249-95/">Last Chance To Get The StudioPress Pro Plus All-Theme Package For 249.95</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/last-chance-to-get-the-studiopress-pro-plus-all-theme-package-for-249-95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginners Guide to Padding and Margins</title>
		<link>http://fatcatdesigns.ca/beginners-guide-to-padding-and-margins/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=beginners-guide-to-padding-and-margins</link>
		<comments>http://fatcatdesigns.ca/beginners-guide-to-padding-and-margins/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 19:04:31 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Adventures in Coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[margin]]></category>
		<category><![CDATA[padding]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=381</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>How do I add space around my images or text? Space is added via margins or padding. Lets start with a square box, lets say you have text inside the box and you want to have space between the text and the box sides. You would want to adjust the padding &#8211; so padding refers [...]</p></p><p><a href="http://fatcatdesigns.ca/beginners-guide-to-padding-and-margins/">Beginners Guide to Padding and Margins</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><h2>How do I add space around my images or text?</h2>
<p>Space is added via <em>margins</em> or <em>padding</em>. </p>
<p>Lets start with a square box, </p>
<div style="border:2px solid #000;padding:0px;width:200px;margin-bottom:10px;">lets say you have text inside the box<br />
 and you want to have space<br />
 between the text and the box sides. </div>
<p>You would want to adjust the padding &#8211; so <strong>padding refers to what is inside</strong>.</p>
<p>Let&#8217;s see the same box and text with 10px of padding added to the top and bottom, and 15px added to the sides.</p>
<div style="border:2px solid #000;padding:10px 15px 10px 15px;width:200px;margin-bottom:15px;">lets say you have text inside the box<br />
 and you want to have space<br />
 between the text and the box sides. </div>
<p>so in your style.css you would have something like</p>
<blockquote><p>#boxtest {<br />
       padding:10px 15px 10px 15px;<---this adds the space around the text<br />
}
</p></blockquote>
<h2>Margins</h2>
<p>Perhaps the box is next to another box and you want to have a little space between them. In that case you would add a margin -<strong> margins set the space of elements from the outside edges</strong>.</p>
<div style="border:2px solid #000;padding:10px 15px 10px 15px;width:200px;">lets say you have text inside the box<br />
 and you want to have space<br />
 between the text and the box sides. </div>
<div style="border:2px solid #000;padding:10px 15px 10px 15px;width:200px;margin-bottom:10px;">lets say you have text inside the box<br />
 and you want to have space<br />
 between the text and the box sides. </div>
<p>Let&#8217;s add a top margin to the bottom box to give it some room, here are the same boxes after adding this to the bottom box style.</p>
<div style="border:2px solid #000;padding:10px 15px 10px 15px;width:200px;">lets say you have two boxes<br />
 and you want to have space<br />
 between them </div>
<div style="border:2px solid #000;padding:10px 15px 10px 15px;width:200px;margin:10px 0 10px 0;">lets say you have two boxes<br />
 and you want to have space<br />
 between them </div>
<p>In your style.css you would have something like</p>
<blockquote><p>#boxtest {<br />
     padding:10px 15px 10px 15px;<---Adds space around the inside text<br />
     margin:10px 0 0 0; <---Adds space to the top of the box itself<br />
}</p></blockquote>
<p>margins and padding work on a &#8220;clock&#8221; system </p>
<p><a href="http://fatcatdesigns.ca/wp-content/uploads/clock1.png"><img src="http://fatcatdesigns.ca/wp-content/uploads/clock1.png" alt="" title="clock" width="200" height="200" class="alignleft size-full wp-image-479" /></a></p>
<p>the first number is 12 or the top</p>
<p>the second number is 3 or the right</p>
<p>the third number is 6 or the bottom </p>
<p>the fourth number is 9 or the left</p>
<div class="clear"></div>
<p>I hope this helps you to have a better understanding of padding and margins. </p>
<div class="clear"></div>
<p><a href="http://fatcatdesigns.ca/beginners-guide-to-padding-and-margins/">Beginners Guide to Padding and Margins</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/beginners-guide-to-padding-and-margins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Starbucks Logo Change</title>
		<link>http://fatcatdesigns.ca/starbucks-logo-change/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=starbucks-logo-change</link>
		<comments>http://fatcatdesigns.ca/starbucks-logo-change/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 12:55:22 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[Starbucks]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=360</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>I have to confess I have never seen the draw to Starbucks. I had a coffee there once and while significantly more expensive was not in any way memorable. However many people are drawn to the brand and the logo is famous. Starbucks wants to expand it&#8217;s range of products some of which will be [...]</p></p><p><a href="http://fatcatdesigns.ca/starbucks-logo-change/">Starbucks Logo Change</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p><a href="http://fatcatdesigns.ca/wp-content/uploads/starbuckslogo.jpg"><img src="http://fatcatdesigns.ca/wp-content/uploads/starbuckslogo-300x169.jpg" alt="" title="starbuckslogo" width="300" height="169" class="aligncenter size-medium wp-image-361" /></a> </p>
<p>I have to confess I have never seen the draw to Starbucks. I had a coffee there once and while significantly more expensive was not in any way memorable. However many people are drawn to the brand and the logo is famous. </p>
<p>Starbucks wants to expand it&#8217;s range of products some of which will be coffee free so now that logo no longer includes the word Starbucks or the word coffee. Is this too brazen? After all what does a mermaid/siren on her own have to do with coffee let alone any other product &#8211; except perhaps fish? Is Starbucks a little too full of themselves in believing that their stylized maiden of the sea sans brand name will be enough to enslave even more devotees? I guess time will tell.</p>
<p><a href="http://fatcatdesigns.ca/starbucks-logo-change/">Starbucks Logo Change</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/starbucks-logo-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking For A Last Minute Gift?</title>
		<link>http://fatcatdesigns.ca/looking-for-a-last-minute-gift/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=looking-for-a-last-minute-gift</link>
		<comments>http://fatcatdesigns.ca/looking-for-a-last-minute-gift/#comments</comments>
		<pubDate>Sat, 11 Dec 2010 03:18:57 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=334</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Maybe you are looking for that hard to buy for teen, or the geek on your list? Here are some ideas. Hosting Why not buy hosting for someone? Let them set up their own blog. Fat Cat recommends HostGator and as a special gift to you Fat Cat Designs is offering you this coupon a [...]</p></p><p><a href="http://fatcatdesigns.ca/looking-for-a-last-minute-gift/">Looking For A Last Minute Gift?</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Maybe you are looking for that hard to buy for teen, or the geek on your list? Here are some ideas.</p>
<p><strong>Hosting</strong></p>
<p>Why not buy hosting for someone? Let them set up their own blog. Fat Cat recommends HostGator and as a special gift to you Fat Cat Designs is offering you this coupon a discount of $9.94 off the package price. Just use the coupon code </p>
<blockquote><p>HappyHolidays2U</p></blockquote>
<p><strong>Custom Professional Templates</strong></p>
<p>Do you know someone who wants to start an online business or professional blog or could use an update? Why not give the gift of a StudioPress <a href="http://www.studiopress.com/themes/lifestyle">theme</a> or <a href="http://www.studiopress.com/themes/pro-plus">package</a>?</p>
<p>Beautiful, professionally designed themes to make any site stand out. Just make sure to include the recipients&#8217; info so<br />
they have access to the support forums.</p>
<p><a style="display:block;" target="_blank" href="http://www.studiopress.com/themes/pro-plus"><img src="http://www.shareasale.com/image/28169/234x60.jpg" alt="StudioPress Premium WordPress Themes" border="0" /></a><br />
<strong><br />
Gadgets</strong></p>
<p>What geek doesn&#8217;t love gadgets from the highest priced laptop to a new ipad to a desk distraction you can&#8217;t go wrong. <a href="http://www.thinkgeek.com/">Think Geek</a> has gadgets for all age groups.</p>
<p>Anyone looking for anything for me can <a href="http://www.thinkgeek.com/tshirts-apparel/womens/">start here</a></p>
<p>Happy Holidays to all!</p>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=94Bq8J44Ph4&#038;offerid=116095.10000766&#038;subid=0&#038;type=4" target="_blank"><img border="0" alt="Dell Canada Inc" src="http://ad.linksynergy.com/fs-bin/show?id=94Bq8J44Ph4&#038;bids=116095.10000766&#038;subid=0&#038;type=4&#038;gridnum=-1"></a></p>
<p><a href="http://fatcatdesigns.ca/looking-for-a-last-minute-gift/">Looking For A Last Minute Gift?</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/looking-for-a-last-minute-gift/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Hosting at an AMAZING Price!</title>
		<link>http://fatcatdesigns.ca/great-hosting-at-an-amazing-price/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=great-hosting-at-an-amazing-price</link>
		<comments>http://fatcatdesigns.ca/great-hosting-at-an-amazing-price/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 03:42:31 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Featured]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=330</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Fat Cat Designs recommends Hostgator for their great service and equally great support and on Monday November 29th you can sign up with Hostgator at an amazing 50% OFF! To receive prices as low as this - Shared Hosting – ONLY $2.48/month - Reseller Hosting – ONLY $12.48/month - VPS Hosting – ONLY $9.98/month (first [...]</p></p><p><a href="http://fatcatdesigns.ca/great-hosting-at-an-amazing-price/">Great Hosting at an AMAZING Price!</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p><a style="float:left;margin: 0 10px 10px 0;" href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=april01-cybermon"><img src="http://tracking.hostgator.com/img/WordPress_Hosting/125x125-animated.gif" border=0></a>Fat Cat Designs recommends <a href="http://tinyurl.com/2cunqqc">Hostgator</a> for their great service and equally great support and on Monday November 29th you can sign up with Hostgator at an amazing 50% OFF!</p>
<p>To receive prices as low as this</p>
<p>- Shared Hosting – ONLY $2.48/month<br />
- Reseller Hosting – ONLY $12.48/month<br />
- VPS Hosting – ONLY $9.98/month (first month)<br />
- Dedicated Servers – ONLY $87/month (first month)</p>
<p>just <a href="http://tinyurl.com/2cunqqc">sign up with Hostgator</a> using the code CYBERMONDAY2010</p>
<p>This price is only in effect Monday November 29th from 12:00AM – 11:59PM CST (-6 GMT) so take advantage it while it lasts!</p>
<p><a href="http://fatcatdesigns.ca/great-hosting-at-an-amazing-price/">Great Hosting at an AMAZING Price!</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/great-hosting-at-an-amazing-price/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics Card Blues</title>
		<link>http://fatcatdesigns.ca/graphics-card-blues/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=graphics-card-blues</link>
		<comments>http://fatcatdesigns.ca/graphics-card-blues/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 14:50:47 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[FAIL]]></category>
		<category><![CDATA[graphics card]]></category>
		<category><![CDATA[nvidia]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=278</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>I do not own the most expensive system ever but for just over a grand I would nevertheless not expect to have to reboot every time I engage my graphics card in any meaningful way. It started with an inability to watch anything on YouTube. That problem was solved by switching off the graphics accelerator [...]</p></p><p><a href="http://fatcatdesigns.ca/graphics-card-blues/">Graphics Card Blues</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>I do not own the most expensive system ever but for just over a grand I would nevertheless not expect to have to reboot every time I engage my graphics card in any meaningful way.</p>
<p>It started with an inability to watch anything on YouTube. That problem was solved by switching off the graphics accelerator on Adobe Flash. Then it wouldn&#8217;t play an older direct x based game, fine uninstalled game. Now it just crashes on a whim.</p>
<p>My Nvidia Geforce GT 220 is a drunk driver on my internet highway, ready to crash at a moments notice and with no regard for others. Things are so bad I have almost considered going Mac. Though budget, an intense dislike of Jobs and distaste for fanboy kool-ade have prevented me going that far..though things could change!</p>
<p><a href="http://fatcatdesigns.ca/graphics-card-blues/">Graphics Card Blues</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/graphics-card-blues/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New FireFox Addon: New Tab King</title>
		<link>http://fatcatdesigns.ca/new-firefox-addon-new-tab-king/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-firefox-addon-new-tab-king</link>
		<comments>http://fatcatdesigns.ca/new-firefox-addon-new-tab-king/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 17:40:42 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Addons]]></category>
		<category><![CDATA[New Tab King. FireFox]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=260</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Put an end to naked new tabs with this very useful new addon for Firefox called New Tab King. In the words of the developer New Tab King is a browser add-on that&#8217;s available for you when launching a new browser tab. Instead of getting a blank page (or the Homepage in some cases), New [...]</p></p><p><a href="http://fatcatdesigns.ca/new-firefox-addon-new-tab-king/">New FireFox Addon: New Tab King</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Put an end to naked new tabs with this very useful new addon for Firefox called New Tab King. In the words of the developer</p>
<blockquote><p>New Tab King is a browser add-on that&#8217;s available for you when launching a new browser tab. Instead of getting a blank page (or the Homepage in some cases),  New Tab King provides you with your most visited sites as well as the sites you bookmarked on your own. Both these lists are ordered from most to least vested in the past 30 days. Each site is displayed with its description text and the website&#8217;s icon.</p></blockquote>
<p>Screenshot<br />
<a href="http://fatcatdesigns.ca/wp-content/uploads/NewTabKing-intro.png"><img src="http://fatcatdesigns.ca/wp-content/uploads/NewTabKing-intro-300x192.png" alt="" title="NewTabKing-intro" class="aligncenter size-medium wp-image-261" width="300" height="192"></a></p>
<p><a href="http://www.newtabking.com/learnmore.php">Download and further info here<br />
</a></p>
<p><a href="http://fatcatdesigns.ca/new-firefox-addon-new-tab-king/">New FireFox Addon: New Tab King</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/new-firefox-addon-new-tab-king/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

