<?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 &#187; Wordpress</title>
	<atom:link href="http://fatcatdesigns.ca/category/wordpress/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>Help for Magazine Themes</title>
		<link>http://fatcatdesigns.ca/help-for-magazine-themes/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=help-for-magazine-themes</link>
		<comments>http://fatcatdesigns.ca/help-for-magazine-themes/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 03:29:27 +0000</pubDate>
		<dc:creator>Debra</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[magazine themes]]></category>
		<category><![CDATA[Mediatricks]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://fatcatdesigns.ca/?p=164</guid>
		<description><![CDATA[<p><p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>One of the drawbacks of using magazine themes is the way the content limiting features strip out code. This results in things like the excerpt of your story showing up as [caption id="attachment_1308" align="aligncenter" width="300" caption= Not exactly the well crafted look we&#8217;re going for. Mediatricks has solved this issue with the Viva_Content_Trimmer plugin No [...]</p></p><p><a href="http://fatcatdesigns.ca/help-for-magazine-themes/">Help for Magazine Themes</a> </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://fatcatdesigns.ca">Fat Cat Designs</a></p><p>One of the drawbacks of using magazine themes is the way the content limiting features strip out code. This results in things like the excerpt of your story showing up as <code>[caption id="attachment_1308" align="aligncenter" width="300" caption=</code> Not exactly the well crafted look we&#8217;re going for.</p>
<p>Mediatricks has solved this issue with the <a href="http://www.mediatricks.biz/blog/2008/08/30/new-limit-posts-plugin-cuts-wp-caption">Viva_Content_Trimmer plugin</a> No more image code.</p>
<p>Another issue is that line breaks are non existent, Mediatricks to the rescue again with the <a href="http://www.mediatricks.biz/blog/2008/08/24/test-new-line-break-plugin">Viva Line Breaks</a> plugin.</p>
<p><a href="http://fatcatdesigns.ca/help-for-magazine-themes/">Help for Magazine Themes</a> </p>]]></content:encoded>
			<wfw:commentRss>http://fatcatdesigns.ca/help-for-magazine-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

