<?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</title>
	<atom:link href="http://pixeljar.net/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>WPMU DEV Membership Plugin Error with WordPress 3.2</title>
		<link>http://pixeljar.net/2011/07/05/wpmu-dev-membership-plugin-error-with-wordpress-3-2/</link>
		<comments>http://pixeljar.net/2011/07/05/wpmu-dev-membership-plugin-error-with-wordpress-3-2/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 18:01:24 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Code Snippits]]></category>
		<category><![CDATA[Error Fixes]]></category>
		<category><![CDATA[Membership]]></category>
		<category><![CDATA[WordPress 3.2]]></category>
		<category><![CDATA[WPMU DEV]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=891</guid>
		<description><![CDATA[Last night when I upgraded to WordPress 3.2 on a site we're working on, I got a WSoD on the front end of the site after I logged in. Luckily it was easy enough to fix.]]></description>
			<content:encoded><![CDATA[<p>Last night when I upgraded to WordPress 3.2 on a site we&#8217;re working on, I got a WSoD on the front end of the site after I logged in. I tracked down the source of the php error in the error log to a call to a missing method &#8220;WP_User&#8221; on the WP_User class. It turns out that the membership plugin from WPMUDEV was calling the WP_User class constructor in the older PHP4 style instead of the new PHP5 style. With the drop of PHP4 support in WOrdPress 3.2, this presented a problem. Luckily it was an easy fix. On line 23 of /wp-content/plugins/membership/membershipincludes/classes/class.membership.php, Change the following code from:</p>
<p><code>parent::WP_User( $id, $name );</code></p>
<p>to</p>
<p><code>parent::__construct( $id, $name );</code></p>
<p>Hope this helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2011/07/05/wpmu-dev-membership-plugin-error-with-wordpress-3-2/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>La Aventura Del Amor</title>
		<link>http://pixeljar.net/2011/04/29/la-aventura-del-amor/</link>
		<comments>http://pixeljar.net/2011/04/29/la-aventura-del-amor/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 07:04:31 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Social Change]]></category>
		<category><![CDATA[Evolving Business]]></category>
		<category><![CDATA[Kohl Crecelius]]></category>
		<category><![CDATA[Krochet Kids international]]></category>
		<category><![CDATA[Uganda]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=811</guid>
		<description><![CDATA[Last Tuesday evening, Jeffrey and I participated in the 3rd Annual Krochet Kids international Gala. We knew that it was going to be awesome, but had no idea how much progress they have made in their efforts in Uganda. They announced that 2010 will officially mark the year that their program in Uganda was fully sustained by hat sales alone. This is a HUGE accomplishment for them. Not only are they a huge success story, but they continue to expand their business and grow as human beings.]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-819" href="http://pixeljar.net/2011/04/29/la-aventura-del-amor/krochet-kids-gala-2011/"><img class="alignnone size-full wp-image-819" title="krochet-kids-gala-2011" src="http://pixeljar.net/wp-content/uploads/krochet-kids-gala-2011.jpg" alt="" width="620" height="150" /></a></p>
<p>Last Tuesday evening, Jeffrey and I participated in the 3rd Annual <a title="Krochet Kids 3rd Annual Gala" href="http://krochetkids.org/rsvp" target="_blank">Krochet Kids international Gala</a>. We knew that it was going to be awesome, but had no idea how much progress they have made in their efforts in Uganda. They announced that 2010 will officially mark the year that their program in Uganda was fully sustained by hat sales alone. This is a HUGE accomplishment for them. Not only are they a huge success story, but they continue to expand their business and grow as human beings.</p>
<h2>An Evolution in Business</h2>
<p>One thing Kohl Crecelius, CEO of KKi, said during his talk that really stuck with me was that they&#8217;re at the forefront of a revolution in business. That, in a few years, the terms &#8220;Social Entrepreneur&#8221; will be gone, and all entrepreneurs will inherently care about the social ramifications of their business.</p>
<p>I couldn&#8217;t agree more. And I&#8217;m excited about where they&#8217;re headed.</p>
<p>The Krochet Kids business model is built around love, caring and the idea that a few passionate kids with an idea can change the world. They are bringing back the human element to business. They are bringing the world into your own backyard by connecting consumers with producers.</p>
<p>As their web developer, we feel invested in their success because it makes us look good to our future customers, but on a human level we are determined to do everything we can to make their efforts successful because it&#8217;s the best thing for humanity. I hope that their business inspires you to make changes to your business that will bring people closer together.</p>
<p><a href="http://pixeljar.net/2011/04/29/la-aventura-del-amor/"><em>Click here to view the embedded video.</em></a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=0f35d410-c3bb-49a5-b2c7-63741fa363c0" alt="" /></div>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2011/04/29/la-aventura-del-amor/feed/</wfw:commentRss>
		<slash:comments>1</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>Introducing&#8230;&#8221;Social Me&#8221;</title>
		<link>http://pixeljar.net/2010/09/28/introducing-social-me/</link>
		<comments>http://pixeljar.net/2010/09/28/introducing-social-me/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 09:58:46 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[In Development]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[OC WordPress Meetup]]></category>
		<category><![CDATA[Pre-release]]></category>
		<category><![CDATA[Social Me]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=719</guid>
		<description><![CDATA[I gave another demo of the Social me plugin this evening at the Orange County WordPress meetup. It went over well, so I think it's ready enough to get it in your hands. (don't forget to follow Jeffrey's tips on backing up WordPress before installing it). Hopefully getting it out in the wild a little bit will encourage other developers to get involved. If you're not a coder, but believe in the idea, the best thing you can do is give us your feedback so we can improve the plugin. The links to the download are after the jump.]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-722" href="http://pixeljar.net/2010/09/28/introducing-social-me/social-me/"><img class="alignleft size-full wp-image-722" title="social-me" src="http://pixeljar.net/wp-content/uploads/social-me-e1285668025672.jpg" alt="" width="219" height="215" /></a>At <a title="WordCamp LA 2010" href="http://2010.wordcamp.la">WordCamp LA</a> I gave a brief demo of a plugin that we&#8217;re developing to handle the integration of your social network data with WordPress. We&#8217;ve been calling this plugin &#8220;Social Me&#8221;. I had the opportunity to demonstrate some really basic functionality of the plugin again tonight at the <a title="OC WordPress Meetup" href="http://meetup.com/oc-wordpress-group">OC WordPress meetup</a>. I was super excited about this, because the idea for the plugin was a suggestion from Jeff Turner, the one of the hosts of the meetup. It was great to bring the idea back full circle to it&#8217;s starting point. The plugin is still very rough around the edges, and is definitely <strong>NOT PRODUCTION READY</strong>. Up to this point we&#8217;ve been developing it in a vacuum. At this point, it&#8217;s stable enough to where we can give it to people to play around with. We&#8217;re hoping for some good user feedback and suggestions. We want this to be the penultimate social networking plugin. I&#8217;ll go into detail on a subsequent post about how we think this is possible, but for now, here&#8217;s a link to download the plugin and give it a try: <a title="Social Me on github" href="http://github.com/pixeljar/social-me" target="_blank">http://github.com/pixeljar/social-me</a>. Just click the &#8220;Download Source&#8221; button in the upper right portion of the screen to start the download. <span style="text-decoration: line-through;">I&#8217;ll be posting a follow up screencast of the functionality as soon as I can remember our YouTube password <img src='http://pixeljar.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </span>.</p>
<p><a href="http://pixeljar.net/2010/09/28/introducing-social-me/"><em>Click here to view the embedded video.</em></a></p>
<p>If you&#8217;re an experienced developer, we&#8217;d love to get you involved to contribute some code. You can find the project on github at <a title="Social Me on github" href="http://github.com/pixeljar/social-me" target="_blank">http://github.com/pixeljar/social-me</a>. Otherwise, leave us a comment below letting us know what you think about the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2010/09/28/introducing-social-me/feed/</wfw:commentRss>
		<slash:comments>5</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>Building a Pluggable Plugin</title>
		<link>http://pixeljar.net/2010/09/13/building-a-pluggable-plugin/</link>
		<comments>http://pixeljar.net/2010/09/13/building-a-pluggable-plugin/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 04:25:54 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Code Snippits]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordCamp]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[PHP5]]></category>
		<category><![CDATA[Shopp]]></category>
		<category><![CDATA[Social Me]]></category>
		<category><![CDATA[WordCamp LA]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=699</guid>
		<description><![CDATA[A bunch of people missed my talk at WordCamp Los Angeles because I was scheduled at the same time as <a href="http://suicidegirlsblog.com/contributors/xx/alana-joy/" target="_blank">Alana Joy</a> (<strong>warning:</strong> not safe for work) from Suicide Girls. I decided to post my slides over at SlideShare so that those who missed out could still benefit from them.]]></description>
			<content:encoded><![CDATA[<p>Last weekend I gave a talk at <a title="WordCamp LA 2010" href="http://2010.wordcamp.la" target="_blank">WordCamp Los Angeles</a>. The few people who decided to watch my talk instead of the <a title="Suicide Girls (NOT SAFE FOR WORK)" href="http://suicidegirls.com" target="_blank">Suicide Girls&#8217;</a> (<strong>warning:</strong> not safe for work) talk seemed to enjoy it and had some good questions. I had a lot of people tell me that they would have liked to see my presentation, but not enough to miss the Suicide Girls. With that, I decided to publish the slides from my presentation so that you can at least see the concepts. The session was recorded, so it may be available on <a title="WordCamp TV" href="http://wordpress.tv/category/wordcamptv/" target="_blank">WordCamp.tv</a> at some point so you can see the full presentation, but until then enjoy these slides. If you have any questions about my presentation, please feel free to leave a comment here and I&#8217;ll get back to you.</p>
<div style="width:620px" id="__ss_5195241"><strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/brandondove/building-a-pluggable-plugin" title="Building a Pluggable Plugin">Building a Pluggable Plugin</a></strong><object id="__sse5195241" width="620" height="500"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wcla-pluggableplugin-100913230643-phpapp02&#038;stripped_title=building-a-pluggable-plugin" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse5195241" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=wcla-pluggableplugin-100913230643-phpapp02&#038;stripped_title=building-a-pluggable-plugin" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="620" height="500"></embed></object>
<div style="padding:5px 0 12px">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/brandondove">Brandon Dove</a>.</div>
</div>
<p>I&#8217;d like to say a personal thanks to <a title="Austin Passy" href="http://austinpassy.com" target="_blank">Austin</a> for letting me fill in for <a title="Blair Williams" href="http://blairwilliams.com" target="_blank">Blair</a> on such short notice. I had a great time being a part of WordCamp LA 2010 as a speaker as well as a sponsor.</p>
<p>And looking forward about a month, I&#8217;ll be giving a similar talk at <a title="WordCamp Las Vegas 2010" href="http://lasvegaswordcamp.com" target="_blank">WordCamp Las Vegas</a> on WordPress creating and working with pluggable themes. If you haven&#8217;t gotten your tickets for that yet, hurry up and get them at the early bird price.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2010/09/13/building-a-pluggable-plugin/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</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 8/11 queries in 0.003 seconds using disk: basic
Object Caching 739/740 objects using disk: basic

Served from: pixeljar.net @ 2012-05-18 11:10:54 -->
