<?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>Firebutton</title>
	<atom:link href="http://firebutton.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://firebutton.org</link>
	<description>Whatever you want it to be</description>
	<lastBuildDate>Wed, 11 Jul 2012 18:36:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>The benefits of caching</title>
		<link>http://firebutton.org/17/the-benefits-of-caching/</link>
		<comments>http://firebutton.org/17/the-benefits-of-caching/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 18:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://firebutton.org/?p=17</guid>
		<description><![CDATA[Over the years, WordPress usability has become greater making the application easier to use. This means adding plugins and custom themes has become easier than ever. With a few clicks in the admin area you can add new features or &#8230; <a href="http://firebutton.org/17/the-benefits-of-caching/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the years, WordPress usability has become greater making the application easier to use. This means adding plugins and custom themes has become easier than ever. With a few clicks in the admin area you can add new features or change the entire look of the site.</p>
<p>The down side of this is that the code behind everything has gained complexity. You may be easily adding a custom theme or plugin but the code is written by different people. The more features you add this way, the more external sources you have your code coming from.</p>
<p>Of course, limiting your code to the bare essentials by only sticking to plugins and features you absolutely need would be suggested practice, but some sites may require the complexity. That is where caching comes into play.</p>
<p>Each time your site loads each piece of the theme, each plugin and each piece of content on your page have to make calls to the database where everything is stored. The more complex your site is, the more calls it has to make and the longer it is going to take. So, even if you don&#8217;t have a lot of visitors you can benefit from caching. If you have a lot of visitors it may even be essential. A faster site means a more enjoyable experience for your visitors, a higher chance they may come back, and a chance it may even improve your search rankings.</p>
<p>After working on many blogs over the years, the simplest most convenient way to add caching is by adding the <a href="http://wordpress.org/extend/plugins/w3-total-cache/">W3 Total Cache</a> plugin. You can get started using with very little changes to your server by using enhanced disk caching for your pages, and disk caching for your database and object caching. The plugin will walk you through any permissions that may need to be changed, and allow you to preview your settings before they are deployed. Once they are deployed, you should log out or use another browser where you aren&#8217;t logged in and check the speed again.</p>
]]></content:encoded>
			<wfw:commentRss>http://firebutton.org/17/the-benefits-of-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding flickr and other photo galleries to WordPress posts</title>
		<link>http://firebutton.org/13/adding-flickr-and-other-photo-galleries-to-wordpress-posts/</link>
		<comments>http://firebutton.org/13/adding-flickr-and-other-photo-galleries-to-wordpress-posts/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 18:07:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://firebutton.org/?p=13</guid>
		<description><![CDATA[Of course this can be done manually, but for the sake of keeping things organized and simplying adding things in you can use a WordPress plugin called Photonic. It integrates into the Upload/Insert dialog and allows you create in post &#8230; <a href="http://firebutton.org/13/adding-flickr-and-other-photo-galleries-to-wordpress-posts/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Of course this can be done manually, but for the sake of keeping things organized and simplying adding things in you can use a WordPress plugin called <a href="http://wordpress.org/extend/plugins/photonic/">Photonic</a>. It integrates into the Upload/Insert dialog and allows you create in post galleries from Flickr, Picasa, SmugMug, and 500px.</p>
<p>Adding Flickr first requires adding the Flickr API key. There is a link directly in the Flickr section of the plugin settings. Then you have to get your user ID from your photo stream URL. There is a link to a site that will tell you it right in the plugin&#8217;s upload dialog. The string is fairly easy to recognize, as you will see a string of characters like 83678835@N00 at the end of the URL when you go to your photostream.</p>
<p>You can then customize your selection by narrowing it down to certain tags, or a specific gallery. Below you will see my complete photostream.</p>
<div class='photonic-flickr-stream '><ul><script type='text/javascript'>
	photonic_flickr_user_1 = '83678835@N00';
	photonic_flickr_columns_1 = 'auto';
</script>
<script type='text/javascript' src='http://api.flickr.com/services/rest/?format=json&jsoncallback=photonicJsonFlickrStreamApi&method=flickr.photos.search&api_key=028834896c9e0d9376b235803c31c6bc&user_id=83678835@N00&tag_mode=any&sort=date-posted-desc'></script>
</ul></div>
]]></content:encoded>
			<wfw:commentRss>http://firebutton.org/13/adding-flickr-and-other-photo-galleries-to-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic

Served from: firebutton.org @ 2013-05-23 01:49:44 -->