<?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>Pixel Jar &#187; Jeff</title>
	<atom:link href="http://pixeljar.net/author/jeffrey/feed/" rel="self" type="application/rss+xml" />
	<link>http://pixeljar.net</link>
	<description>Brilliant Web Services and Hosting</description>
	<lastBuildDate>Sat, 05 May 2012 17:47:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>WordCamp Las Vegas 2011</title>
		<link>http://pixeljar.net/2011/12/22/wordcamp-las-vegas-2011/</link>
		<comments>http://pixeljar.net/2011/12/22/wordcamp-las-vegas-2011/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 19:40:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=911</guid>
		<description><![CDATA[I had the honor of speaking at this year WordCamp Las Vegas.  I presented on Actions and Filters which were once my arch nemeses, but are now my best friends. Hosts @sdenike and @vegasgeek did such a good job putting on this year's event.]]></description>
			<content:encoded><![CDATA[<p>I had the honor of speaking at this year <a title="WordCamp Las Vegas 2011" href="http://2011.vegas.wordcamp.org/" target="_blank">WordCamp Las Vegas</a>.  I presented on Actions and Filters which were once my arch nemeses, but are now my best friends. Hosts <a title="Follow sdenike on Twitter" href="https://twitter.com/sdenike" target="_blank">@sdenike</a> and <a title="Follow vegasgeek on Twitter" href="https://twitter.com/vegasgeek" target="_blank">@vegasgeek</a> did such a good job putting on this year&#8217;s event.</p>
<p>As always it was super sweet to see all my WordPress friends &#8211; the seeds, the mobiah contingent, the binary chaps, cody, the reno-ees, the cuban twos&#8230;   And of course, I made new WordPress friends.  I finally got to meet Trafton and Jason from <a title="WPEngine - Great WordPress Hosting" href="http://pixeljar.net/wpengine" target="_blank">WPEngine</a> in person after having email, skyped and phoned with them for months.  <a href="http://twitter.com/Strategy11" target="_blank">Stephanie</a> was very sweet and diplomatic about fixing an error I had in my presentation. I met <a title="Follow Brian Bourn on Twitter" href="http://twitter.com/brianbourn" target="_blank">Brian</a> and <a title="Follow Tom Carney on Twitter" href="http://twitter.com/tecdoc" target="_blank">Tom</a> at the after party and had a fun conversation about WordCamps and website designs.  I had a awesome conversation about clients with <a title="Follow Andy Straton on Twitter" href="http://twitter.com/theandystratton" target="_blank">The Andy Straton</a>.  Also got to discuss the all important topic of beards with <a title="Follow Danny on Twitter" href="http://twitter.com/DorkKnightLV">Danny</a>.</p>
<p>But to everyone at the event, thanks for a very positive and wonderful WordCamp!</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2011/12/22/wordcamp-las-vegas-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE9 Straight Up Ignores Cufon</title>
		<link>http://pixeljar.net/2011/10/04/ie9-straight-up-ignores-cufon/</link>
		<comments>http://pixeljar.net/2011/10/04/ie9-straight-up-ignores-cufon/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 16:09:55 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Code Snippits]]></category>
		<category><![CDATA[Error Fixes]]></category>
		<category><![CDATA[Cufon]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=906</guid>
		<description><![CDATA[Today I learned that IE9 disregards Cufon font replacement completely! It's not just that it drops out and defaults to a web safe font, it's simple leaves an empty spot.  Just when the web world was starting to make big strides away from web safe fonts IE9 wiped out an entire alternative option.  Here are some solutions to get your fonts back.
]]></description>
			<content:encoded><![CDATA[<p>Today I learned that IE9 disregards Cufon font replacement completely! (This has been written about before, but just in case you are stumped and looking for solutions, I&#8217;m posting them here as well.) It&#8217;s not just that it drops out and defaults to a web safe font, it&#8217;s simple leaves an empty spot.  Just when the web world was starting to make big strides away from web safe fonts IE9 wiped out an entire alternative option.</p>
<h3>Option 1</h3>
<p>Update your Cufon javascript.  Make your script is at least up to version 1.09i.  Download Cufun 1.09i here: <a href="http://pixeljar.net/wp-content/plugins/download-monitor/download.php?id=3">Cufon 1.09i</a></p>
<h3>Option 2</h3>
<p>There&#8217;s also the hilarious option of telling IE9 to behave like IE8. Insert the following meta tag into the &lt;head&gt; of your webpages.</p>
<p><code>&lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt;</code></p>
<p>Microsoft pushed pretty hard with the PR campaign leading up to the IE9 release &#8211; big promises of a better browser. So far, as a programmer, it&#8217;s just been a different headache in a long line of headaches.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2011/10/04/ie9-straight-up-ignores-cufon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>bbPress 2.0 Basics</title>
		<link>http://pixeljar.net/2011/09/26/bbpress-2-0-basics/</link>
		<comments>http://pixeljar.net/2011/09/26/bbpress-2-0-basics/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 02:37:32 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=899</guid>
		<description><![CDATA[bbPress 2.0 is out and I'm excited.  While there is still room to grow (and JTrip will be the first to tell you this), it is a great improvement over previous versions of the plugin. Thanks John James Jacoby and the bbPress team for all your hard word; it's greatly appreciated.]]></description>
			<content:encoded><![CDATA[<p>bbPress 2.0 is out and I&#8217;m excited.  While there is still room to grow (and JTrip will be the first to tell you this), it is a great improvement over previous versions of the plugin. Thanks <a title="JTrip - John James Jacoby" href="http://johnjamesjacoby.com/" target="_blank">John James Jacoby</a> and the bbPress team for all your hard word; it&#8217;s greatly appreciated.</p>
<p>It&#8217;s easy to get up and running.  Just down the plugin and activate (<a title="bbPress" href="http://bbpress.org">http://bbpress.org</a>).  It&#8217;s easy and works well.  However, if you want to start customizing the layout and styles, that&#8217;s where it&#8217;s get a bit more technical and less plug-and-play.  But here&#8217;s a few tips for the less obvious mechanics:</p>
<h3>Add Forums to Navigation (2 options):</h3>
<ul>
<li>Use Custom Links to add “/forums” to a menu (this link may differ if you change the base for forums in the forum settings)</li>
<li>Create a page and use shortcode [bbp-forum-index]; add that page to a menu</li>
</ul>
<h3>Custom Theming</h3>
<ul>
<li>Use the default (easiest option)</li>
<li>Replace Styles
<ul>
<li>Remove the bbPress styles.css<br />
remove_action( &#8216;bbp_enqueue_scripts&#8217;, &#8216;bbp_theme_compat_enqueue_css&#8217; );</li>
<li>Copy default styles to your theme’s stylesheet<br />
/wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/css/bbpress.css</li>
<li>Adjust styles to your whimsy</li>
</ul>
</li>
<li>Replace template files</li>
<ul>
<li>Copy files from &#8220;/bbpress/bbp-themes/bbp-twentyten&#8221; folder into the folder of your theme, and make your own edits from there. The files to copy include the single-*, archive-*, page-*, and anything in the subfolders</li>
<li>Replace all files, there is no defaulting</li>
<li>Add add_theme_support( &#8216;bbpress&#8217; ); to functions.php</li>
</ul>
</ul>
<h3>Shortcodes</h3>
<div>
<p>* Forums<br />
[bbp-forum-index] &#8211; Show the forum index/archive<br />
[bbp-single-forum id=$forum_id] &#8211; Show a single forums topics</p>
<p>* Topics<br />
[bbp-topic-index] &#8211; Show the topics index/archive<br />
[bbp-topic-form] &#8211; Show the new topic form<br />
[bbp-single-topic id=$topic_id] &#8211; Show a single topic</p>
<p>* Topic Tags<br />
[bbp-topic-tags] &#8211; Show a tag cloud of all topic tags<br />
[bbp-single-topic-tag] &#8211; Show the topics within a specific tag</p>
<p>* Replies<br />
[bbp-reply-form] &#8211; Show the topic reply form</p>
<p>* Views<br />
[bbp-single-view] &#8211; Show topics associated with a specific view</p>
<p>* Account<br />
[bbp-login] &#8211; Show the login screen<br />
[bbp-register] &#8211; Show the register screen<br />
[bbp-lost-pass] &#8211; Show the lost password screen</p>
<p>If you have any other questions, check out the <a title="bbPress Forums" href="http://bbpress.org/forums/" target="_blank">bbPress forums</a>.  It&#8217;s a great resource and John is particularly diligent about answering questions.  I don&#8217;t know how it does it.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2011/09/26/bbpress-2-0-basics/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordCamp Las Vegas Aftermath</title>
		<link>http://pixeljar.net/2010/10/24/wordcamp-las-vegas-aftermath/</link>
		<comments>http://pixeljar.net/2010/10/24/wordcamp-las-vegas-aftermath/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 15:59:40 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[9Seeds]]></category>
		<category><![CDATA[Las Vegas]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=737</guid>
		<description><![CDATA[We had a blast a the Las Vegas WordCamp.  9Seeds et al put on a brilliant show and really set the bar for a quality WordCamp.  We hooked up with old friends, made new ones and learned more sweet tricks for WordPress.]]></description>
			<content:encoded><![CDATA[<p>A thousand thanks again to the crew at <a title="Brilliant Web Services" href="http://9seeds.com/" target="_blank">9Seeds</a> for putting on <a title="WordCamp Las Vegas" href="http://lasvegaswordcamp.com/" target="_blank">WordCamp Las Vegas</a>. They put on a brilliant camp; a real class act that was the model of what a <a title="Info on upcoming WordCamps" href="http://central.wordcamp.org/" target="_blank">WordCamp</a> should be.  Brandon and I met up with old friends and, as always, made a bevy of new ones.  We traded WordPress tricks and tips and otherwise engaged in the <a title="The best way to do the internet" href="http://wordpress.org" target="_blank">WordPress</a> community that we dig so much.  If you missed out, kick yourself immediately, then make a point of being here next year.</p>
<p>My biggest take-aways this camp were HookPress and Event Espresso.  <a title="Colin online" href="http://colinloretz.com/" target="_blank">Colin Loretz</a> of the <a title="A collaborative workspace for independent workers" href="http://renocollective.com/contact/" target="_blank">Reno Collective</a> used HookPress during his presentation on turning a WordPress site into a Web App.  I know he didn&#8217;t intend <a title="Creating Web Hooks" href="http://wordpress.org/extend/plugins/hookpress/" target="_blank">HookPress</a> to be the crux of his talk, but that nugget shined for me. (See a demo from the creator <a href="http://mitcho.com/code/hookpress/" target="_blank">here</a>.) I&#8217;d never seen it before, and I definitely should have.  From the repository, &#8220;HookPress turns all of your WordPress-internal hooks into webhooks. Possible uses include generating push notifications or using non-PHP web technologies.&#8221;  If you&#8217;ve ever tried hooking outside technologies into your WordPress site, this is the ticket.</p>
<p>The kind gentlemen from <a title="events registration and management plugin for WordPress" href="http://eventespresso.com/" target="_blank">Event Espresso</a> also gave me the deluxe tour of their plugin.  Event Espresso does event management and registration for a WordPress site.  This plugin is rife with options without being overly bulky.  If you have a specialized event need, it&#8217;s probably already in the feature set. And if not, they are probably already working on it for a future release.</p>
<p>Thanks again everyone for a great WordCamp.  Hope to see you all again soon.</p>
<p>Keep and eye out for the presentation videos on to appear on <a href="http://wordpress.tv/" target="_blank">WordPress.tv</a> and John will post the speakers slides on the <a href="http://lasvegaswordcamp.com/speakers/" target="_blank">WCLV speaker page</a> near the speakers site and Twitter links.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2010/10/24/wordcamp-las-vegas-aftermath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing Up Your WordPress Site for OC WordPress Meetup</title>
		<link>http://pixeljar.net/2010/09/27/backing-up-your-wordpress-site-for-oc-wordpress-meetup/</link>
		<comments>http://pixeljar.net/2010/09/27/backing-up-your-wordpress-site-for-oc-wordpress-meetup/#comments</comments>
		<pubDate>Mon, 27 Sep 2010 23:02:18 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[General Information]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=706</guid>
		<description><![CDATA[I presented a quick talk on backing up a WordPress site at the Orange County WordPress Meetup.  This is just a set of links and descriptions for examples I used during the preso.  As always, do your due diligence when selecting a back up method.  Find something that fits your site and your skill level for best results when disaster strikes!]]></description>
			<content:encoded><![CDATA[<p>Hope everyone was able to take something useful from the WordPress Back Up talk.  Quick disclaimer: we are not endorsing any of these, just using them as examples.  Do your research before committing you backup to any methodology.  Here are links to plugins and other materials we mentioned during the presentation:</p>
<h3>Twitter Link</h3>
<p><a href="http://twitter.com/pixel_jar/status/25722612431" target="_blank">http://twitter.com/pixel_jar/status/25722612431</a></p>
<h3>Plugins</h3>
<p><strong>WP-DBManager</strong>:  &#8220;Allows you to optimize database, repair database, backup database,  restore database, delete backup database , drop/empty tables and run  selected queries. Supports automatic scheduling of backing up and  optimizing of database.&#8221;<a href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank"></p>
<p>http://wordpress.org/extend/plugins/wp-dbmanager/</a></p>
<p><strong>WordPress EZ Backup</strong>: &#8220;WordPress EZ Backup is A Administrators Plugin to allow the easiest most  feature rich method for creating Backup Archives of your entire Site  (not just WP Installations but Any part of your site or webspace) &amp;  allows backup archives of any MySQL Database you choose &amp; More.&#8221;<a href="http://wordpress.org/extend/plugins/wordpress-ez-backup/" target="_blank"></p>
<p>http://wordpress.org/extend/plugins/wordpress-ez-backup/</a></p>
<h3>Backup Services</h3>
<p><strong>VaultPress</strong>: &#8220;VaultPress is a subscription-based protection, security and backup service for WordPress blogs and sites. Built on the same Automattic grid that serves over 12.5 million WordPress.com blogs and 270 million monthly visitors, VaultPress secures your site.&#8221;<br />
<a href="http://vaultpress.com/" target="_blank">http://vaultpress.com/</a></p>
<p><strong>Amazon S3</strong> (Automatic WordPress Backup): &#8220;Using this plugin, you can easily and automatically backup important parts of your WordPress install to Amazon S3.  Amazon S3 is an extremely cheap service that is easy to set up.  For pennies a month, you can make sure that your important files will be kept safe.&#8221;<br />
<a href="http://wordpress.org/extend/plugins/automatic-wordpress-backup/" target="_blank">http://wordpress.org/extend/plugins/automatic-wordpress-backup/</a></p>
<p><strong>BackupBuddy</strong>: &#8220;BackupBuddy is an all-in-one solution for backups, restoration, and migration. Back up to your server, Amazon S3, a FTP/FTPS account, or an email.&#8221;<br />
<a href="http://pluginbuddy.com/purchase/backupbuddy/" target="_blank">http://pluginbuddy.com/purchase/backupbuddy/</a></p>
<h3>WordPress Hosting</h3>
<p><strong>Page.ly</strong>: &#8220;We got your back on the important stuff. Hosting your WordPress site with page.ly is hassle free. Automatic nightly backups, and Automatic WP Core updates keep your site safe and secure.&#8221;<br />
<a href="http://page.ly/wordpress/hosting" target="_blank">http://page.ly/wordpress/hosting</a></p>
<p><strong>Blog on Cloud 9</strong>: &#8220;WordPress users deserve a host that is not only reliable and secure, but who can do what it takes to keep them up and running.  We do nightly backups of your WordPress files, uploads, and database, minimizing any data loss and/or downtime due to any unforeseen technical issues.&#8221;<br />
<a href="http://www.blogoncloud9.com/" target="_blank">http://www.blogoncloud9.com/</a></p>
<p><strong>WP Engine</strong>: &#8220;We make WordPress fast, secure, and scalable by hosting your site on our rock solid platform.&#8221;<br />
<a href="http://wpengine.com/" target="_blank">http://wpengine.com/</a></p>
<p style="padding-top: 15px;"><strong>Remember:  Back up everything and back up often!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2010/09/27/backing-up-your-wordpress-site-for-oc-wordpress-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp LA Was Awesome</title>
		<link>http://pixeljar.net/2010/09/13/wordcamp-la-was-awesome/</link>
		<comments>http://pixeljar.net/2010/09/13/wordcamp-la-was-awesome/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 17:00:21 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[WordCamp LA]]></category>
		<category><![CDATA[WordCamp Las Vegas]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=695</guid>
		<description><![CDATA[WordCamps are always fun.  We get to see some old friend; we get to meet some new friends.  We get to meet up with people you've only known virtually.  We get to pass on knowledge and learn from our peers. 

WordCamp LA 2010 was no different.  We had a blast!  Austin and crew did a great job putting an exciting camp together with great speakers and topics and we were proud to sponsor the event.]]></description>
			<content:encoded><![CDATA[<p>WordCamps are always fun.  We get to see some old friend; we get to meet some new friends.  We get to meet up with people you&#8217;ve only known virtually.  We get to pass on knowledge and learn from our peers.  <a title="WordCamp LA" href="http://2010.wordcamp.la" target="_blank"></a></p>
<p><a title="WordCamp LA" href="http://2010.wordcamp.la" target="_blank">WordCamp LA 2010</a> was no different.  We had a blast!  Austin and crew did a great job putting an exciting camp together with great speakers and topics and we were proud to sponsor the event.</p>
<p>I think everyone from n00bs to veterans took away some new ideas.  I think my favorite think about WordCamps is the way it always re-ignites my WordPress fire.  I get to see what other people are doing with WordPress, share ideas and see things from a new perspective.  Sometimes I can get so set in my ways and patterns that a good kick in the pants keeps me from getting stale.  WordCamps always provide that kick.  Thanks to everyone who attended.</p>
<p>And if you had fun at WordCamp LA, remember <a title="Get your tickets now!" href="http://lasvegaswordcamp.com/" target="_blank">WordCamp Las Vegas</a> is right around the corner on October 23.  We&#8217;ll be sponsoring and speaking there as well.  Hope to see you!</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/lindashermangordon/sets/72157624936964166/"><img title="Brandon and Jeff at WordCamp LA Afterparty" src="http://farm5.static.flickr.com/4089/4981916606_e0134a478b.jpg" alt="Brandon and Jeff at WordCamp LA Afterparty" width="500" height="333" /></a><p class="wp-caption-text">Photo by Linda Sherman</p></div>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2010/09/13/wordcamp-la-was-awesome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp LA Fever!</title>
		<link>http://pixeljar.net/2010/09/10/wordcamp-fever/</link>
		<comments>http://pixeljar.net/2010/09/10/wordcamp-fever/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 21:07:22 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[Los Angeles]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=670</guid>
		<description><![CDATA[Brandon and I are proud to sponsor WordCamp LA 2010! As with all WordCamps we attend, I'm becoming more and more excited as the camp approaches.  It's like waiting for Christmas to arrive.  If you are planning on attending as well, be sure to say hello if you see either of wandering about.  Looking forward to seeing all my WordPress friends and attending what is looking like a rockin' developer's track.  (And I'm not just saying that because Brandon is speaking, though I know his talk will be awesome too.)]]></description>
			<content:encoded><![CDATA[<p>Brandon and I are proud to sponsor <a title="Come to WordCamp Los Angeles" href="http://www.wordcamp.la" target="_blank">WordCamp LA 2010</a>! As with all WordCamps we attend, I&#8217;m becoming more and more excited as the camp approaches.  It&#8217;s like waiting for Christmas to arrive.  If you are planning on attending as well, be sure to say hello if you see either of wandering about.  Looking forward to seeing all my WordPress friends and attending what is looking like a rockin&#8217; developer&#8217;s track.  (And I&#8217;m not just saying that because Brandon is speaking, though I know his talk will be awesome too.)</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2010/09/10/wordcamp-fever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Up WordPress by Deactivating Unused Plugins</title>
		<link>http://pixeljar.net/2009/08/29/speed-up-wordpress-by-deactivating-unused-plugins/</link>
		<comments>http://pixeljar.net/2009/08/29/speed-up-wordpress-by-deactivating-unused-plugins/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 23:44:21 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Deactivate]]></category>
		<category><![CDATA[Increase]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Speed]]></category>
		<category><![CDATA[Unsued]]></category>

		<guid isPermaLink="false">http://www.think-press.com/?p=400</guid>
		<description><![CDATA[Here's another easy tip to help speed up the load time of your WordPress website.  Deactivate any unused plugins.  Simple, right? This may seem like a "no duh!" tip for WordPress users, but we can all be guilty of missing the obvious and/or being lazy. If you are diligent about keeping your plugins tidy, good for you.  If not, read on.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another easy tip to help speed up the load time of your WordPress website.  Deactivate any unused plugins.  Simple, right? This may seem like a &#8220;no duh!&#8221; tip for WordPress users, but we can all be guilty of missing the obvious and/or being lazy. If you are diligent about keeping your plugins tidy, good for you.  If not, read on.</p>
<p>A site&#8217;s load time is based on a browser loading up every javascript, every image, every css file, etc., so cut out anything you are not using.  Don&#8217;t ask the browser to upload files you aren&#8217;t even using.  More importantly, don&#8217;t ask your readers to wait any longer than they have to.</p>
<p>One of the greatest things about WordPress is the expandability and availability of its plugins.  But sometimes we fall into a pattern of clutter due to their ease of use.  We need a plugin to do X, Y and Z, so we download 6 or 7 different plugins to see what works best.  But after finding that Holy Grail plugin, we sometimes forget to deactivate the other plugins we tried and decided not to use.  This results in 6 or 7 sets of files are being loaded into the browser, when there is only one plugin that we are really interested in.  Go through your plugins, deactivate anything you are not using.</p>
<p>You can even take this a step further.  When you are going through the plugins, take a moment and consider the value each plugin is adding to your site.  Sometimes we keep plugins because we like the idea of them, but don&#8217;t really harness their use.  And sometimes we have plugins that we use frequently, but don&#8217;t really add anything to the site or user experience &#8211; deactivate it.</p>
<p>WP will be happier and your end user will appreciate it too.</p>
<p>Happy Deactivating!</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2009/08/29/speed-up-wordpress-by-deactivating-unused-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More on Duplicate Pages for SEO Success</title>
		<link>http://pixeljar.net/2009/08/27/more-on-duplicate-pages-seo/</link>
		<comments>http://pixeljar.net/2009/08/27/more-on-duplicate-pages-seo/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 23:14:29 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Duplicate]]></category>
		<category><![CDATA[Exerpt]]></category>
		<category><![CDATA[Pages]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Truncate]]></category>

		<guid isPermaLink="false">http://www.think-press.com/?p=397</guid>
		<description><![CDATA[Here something else to think about and take your duplicate page avoidance to the next level. (Be sure to read the previous post regarding duplicate pages first.)  Even after incorporating the tips from the previous post, there is still a bit of overlap between content on the home page, the categories/tag/archive pages and post pages.  [...]]]></description>
			<content:encoded><![CDATA[<p>Here something else to think about and take your duplicate page avoidance to the next level.  (Be sure to read the <a title="Avoiding Duplicate Content for SEO" href="http://www.think-press.com/388/avoid-duplicate-pages-for-seo-success/">previous post regarding duplicate pages</a> first.)  Even after incorporating the tips from the previous post, there is still a bit of overlap between content on the home page, the categories/tag/archive pages and post pages.  When you publish a post, that content will appear on the home and category/tag/archive until it is rotated out by newer posts.  So, there is still some duplicate content to address.</p>
<p>A trick to solving this is to truncate posts when they are on aggregate pages.  Limit the amount of content displayed and add a &#8220;read more&#8221; link to take them to the full page.  There are actually two benefits to this.  First, you are cutting down on duplicate content (woohoo!).  Second, you&#8217;ll get a better sense of how many people are reading all the way through your posts via click stats.  (You have some sort of stat plugin installed, right?  I prefer <a title="Download WordPress.com Stats" href="http://wordpress.org/extend/plugins/stats/" target="_blank">WordPress.com Stats</a> myself.)</p>
<p>But wait, there&#8217;s more.  We can minimize even more!  We can use &#8220;The Excerpt&#8221; box on the post page to write tailor-made summaries of our posts.  Rather than just using a truncated portion of the post, as mentioned above, we write a separate excerpt to create <em>even more</em> content for our sites rife with even more delicious keyword-rich content.</p>
<p>To display the Excerpt in lieu of the Content on the post, dig into your theme&#8217;s archive, search and home pages and replace the <em>the_content()</em> call for <em>the_excerpt()</em>.  Don&#8217;t for get to include a link to the whole story!  Something like this will do:</p>
<p>&lt;?php the_excerpt(); _e(&#8216;&lt;p&gt;&lt;a href=&#8221;&#8216;.get_permalink().&#8217;&#8221;&gt;Continue reading about &#8216;); the_title(); _e(&#8216;&lt;/a&gt;&lt;/p&gt;&#8217;);  ?&gt;</p>
<p>There are many ways to go about putting The Excerpt into our sites, but I won&#8217;t go into that now.  I mainly wanted to get you thinking about the concept of The Excerpt in general.</p>
<p>Happy Blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2009/08/27/more-on-duplicate-pages-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid Duplicate Pages for SEO Success</title>
		<link>http://pixeljar.net/2009/08/26/avoid-duplicate-pages-for-seo-success/</link>
		<comments>http://pixeljar.net/2009/08/26/avoid-duplicate-pages-for-seo-success/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 22:38:17 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[All-in-One-SEO]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[Duplicate]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.think-press.com/?p=388</guid>
		<description><![CDATA[If you are interested in improving your search engine rankings, this one is for you.  One of the criteria Google and other website index engines will ding a site on is duplicate content.  The trouble is, with WordPress, many of us are duplicating content without even knowing it.  But the good news is, there&#8217;s an [...]]]></description>
			<content:encoded><![CDATA[<p>If you are interested in improving your search engine rankings, this one is for you.  One of the criteria Google and other website index engines will ding a site on is duplicate content.  The trouble is, with WordPress, many of us are duplicating content without even knowing it.  But the good news is, there&#8217;s an easy fix.</p>
<p>The issue stems from the many, many ways WordPress allows the reader to access a particular page.  Let&#8217;s say we innocently publish a simple post call &#8220;Innocent Simple Post.&#8221;  In doing so, we&#8217;ve likely created several different possible URLs:</p>
<p>http://www.yoursite.com/archive/innocent-simple-post</p>
<p>http://www.yoursite.com/tag/innocent-simple-post</p>
<p>http://www.yoursite.com/category/innocent-simple-post</p>
<p>Of course, this depends on how your WordPress is configured, but you get the idea.  Google and other search engines will see several distinct URLs, but each with the exact same content.  Then the power of one page is distributed over three pages.  Better to have one strong page, then several weak pages.  Essentially, all we need to do is tell Google and the others to chill out and only index one page.</p>
<p>First, if you are not already running the All-In-One-SEO plug-in on your site, <a title="Download and Install All-in-one-SEO WordPress Plugin" href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/" target="_blank">get it and install it directly</a>.  (This is one of those core plug-ins, no blogger should be without.)  Second, let&#8217;s tell Google and the others to knock off all the silliness.  Log into your WordPress admin, click on Settings, then click &#8220;All in One SEO.&#8221;  Near the bottom of the page there are some checkboxes for &#8220;<a style="cursor: pointer;" title="Click for Help!" onclick="toggleVisibility('aiosp_category_noindex_tip');">Use noindex for Categories,</a>&#8221; &#8220;<a style="cursor: pointer;" title="Click for Help!" onclick="toggleVisibility('aiosp_category_noindex_tip');">Use noindex for Archives</a>&#8221; and &#8220;<a style="cursor: pointer;" title="Click for Help!" onclick="toggleVisibility('aiosp_category_noindex_tip');">Use noindex for Tag Archives.</a>&#8220;  Checking one of those will tell site crawlers and spiders to ignore pages under each respective umbrella.  Pick two of those three boxes and check them.  Personally, I&#8217;d say leave &#8220;categories&#8221; in there as that is the most valuable keyword of the bunch, but there is some debate on that.  Now &#8220;Innocent Simple Post&#8221; will only be indexed once and its content will be deemed more valuable than it would have had it been distributed between &#8220;three&#8221; pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2009/08/26/avoid-duplicate-pages-for-seo-success/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 31/52 queries in 0.011 seconds using disk: basic
Object Caching 763/811 objects using disk: basic

Served from: pixeljar.net @ 2012-05-18 10:44:08 -->
