<?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>Mon, 22 Apr 2013 11:49:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<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>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><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>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><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>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>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><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>2</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>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>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><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>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>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><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</p>
<p><a href="http://www.newtabking.com/learnmore.php">Download and further info here<br />
</a></p>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><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>
		<item>
		<title>Like It or Lump it The Skinny on Buzz</title>
		<link>http://fatcatdesigns.ca/like-it-or-lump-it-the-skinny-on-buzz/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=like-it-or-lump-it-the-skinny-on-buzz</link>
		<comments>http://fatcatdesigns.ca/like-it-or-lump-it-the-skinny-on-buzz/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 11:22:48 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=238</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Users of Gmail will have noticed a new addition, Buzz. Reactions range from Oh Cool! to OMG!!!!! If you are wondering what all the fuss is about or how to turn it off &#8211; read this piece over at Fast Company</p></p><p><a href="http://fatcatdesigns.ca/like-it-or-lump-it-the-skinny-on-buzz/">Like It or Lump it The Skinny on Buzz</a> </p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Users of Gmail will have noticed a new addition, Buzz. Reactions range from Oh Cool! to OMG!!!!! If you are wondering what all the fuss is about or how to turn it off &#8211; read this piece over at <a href="http://www.fastcompany.com/1546226/how-to-do-everything-in-google-buzz-including-turn-it-off">Fast Company</a></p>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p><a href="http://fatcatdesigns.ca/like-it-or-lump-it-the-skinny-on-buzz/">Like It or Lump it The Skinny on Buzz</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/like-it-or-lump-it-the-skinny-on-buzz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Resources</title>
		<link>http://fatcatdesigns.ca/image-resources/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=image-resources</link>
		<comments>http://fatcatdesigns.ca/image-resources/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 17:19:27 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Design Resources]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=174</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Images can drastically alter the atmosphere and impact of your site. The hard part is finding images that don&#8217;t violate copyright. Fortunately there are some reasonably priced image resources for those of us working on limited budgets. Stock.xchng offers photos and illustrations for free. Most can be used on personal or commercial sites. Most images [...]</p></p><p><a href="http://fatcatdesigns.ca/image-resources/">Image Resources</a> </p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>Images can drastically alter the atmosphere and impact of your site. The hard part is finding images that don&#8217;t violate copyright. Fortunately there are some reasonably priced image resources for those of us working on limited budgets.</p>
<p><a href="http://www.sxc.hu/">Stock.xchng</a>  offers photos and illustrations for free. Most can be used on personal or commercial sites. Most images are large enough to also be used on print media.</p>
<p><a href="http://www.stockxpert.com/">Stockxpert</a> offers quality photos and illustrations starting from only $1US. Images are also available through subscription.</p>
<p><a href="http://www.morguefile.com/">morgueFile</a> offers photos and artwork free for commercial and personal use. It doesn&#8217;t have a mouseover feature to view images in a larger size, however it does contain a large number of quality images.</p>
<p><a href="http://www.istockphoto.com/index.php">iStockphoto</a> does offer images from $1US and have a dollar bin strictly for lower cost images. </p>
<p><a href="http://www.vectorstock.com/">Vectorstock </a> offers vector images from $1US and also has a free section. </p>
<p>If you need current photos of news or entertainment events Picapp offers free photos and has a WordPress plugin which allows you to search their photos from your post admin page.</p>
<p>Of course remember to read all copyright and license agreements.</p>
<!-- Start Shareaholic Recommendations Automatic --><!-- End Shareaholic Recommendations Automatic --><p><a href="http://fatcatdesigns.ca/image-resources/">Image Resources</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/image-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
