<?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, 09 Mar 2013 13:12:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Eliminate BuddyPress Spam Registrations</title>
		<link>http://pixeljar.net/2012/09/19/eliminate-buddypress-spam-registrations/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=eliminate-buddypress-spam-registrations</link>
		<comments>http://pixeljar.net/2012/09/19/eliminate-buddypress-spam-registrations/#comments</comments>
		<pubDate>Wed, 19 Sep 2012 07:32:18 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Anti-Spam]]></category>
		<category><![CDATA[BuddyPress]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=961</guid>
		<description><![CDATA[If you've ever managed a BuddyPress site, you know that SPAM registrations quickly became the bane of your existence. When we built <a title="NetDivvy" href="http://www.netdivvy.com" target="_blank">NetDivvy</a>, we were cleaning out thousands of spammy user records every single day. It didn't take long for me to start brainstorming ways to get rid of the problem.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-963" title="buddypress-spam-honeypot" src="http://pixeljar.net/wp-content/uploads/buddypress-spam-honeypot.jpg" alt="" width="620" height="200" /></p>
<p>If you&#8217;ve ever managed a BuddyPress site, you know that SPAM registrations quickly became the bane of your existence. When we built <a title="NetDivvy" href="http://www.netdivvy.com" target="_blank">NetDivvy</a>, we were cleaning out thousands of spammy user records every single day. It didn&#8217;t take long for me to start brainstorming ways to get rid of the problem.</p>
<p>To solve this problem, I&#8217;ve seen people add image verification (captcha) or other user entry field to the registration process to verify that the user was human. Personally, I&#8217;ve always hated captchas, so I wasn&#8217;t about to subject our users to that torture. They&#8217;re so frustrating sometimes that I&#8217;ve made the decision to not sign up for a web site because they employed them.</p>
<p>So if we&#8217;re not going to burden our users with extra fields to fill out, how are we going to stop these spam bots?</p>
<p>We treat them like thieves. They&#8217;re stealing our most valuable asset, time. Just like in the movies, we have to outsmart them – we have to set a trap. In the computer world, we call this a honeypot. But in order for it to work, we have to get into their virtual heads and think like they do. Much like you do with a mouse trap, you have to tempt the spam bot with something they want. So, what are spam bots are looking for? Inputs to fill out.</p>
<p>Here&#8217;s the plan.</p>
<ol>
<li>Create an extra text field hidden via CSS
<ol>
<li>Since it&#8217;s hidden from view, users won&#8217;t see it or fill it out</li>
<li>Spambots will usually fill out all form elements so they don&#8217;t miss any required fields</li>
</ol>
</li>
<li>Upon submission, check the hidden text input to see if it has a value. If it does, it&#8217;s a spammer.</li>
</ol>
<p>Sounds straight forward, right? After implementing this on NetDivvy, we have gone from thousands of SPAM registrations per day to one or two per week. Since it&#8217;s been so helpful to us, we&#8217;ve decided to release the functionality to the public. We&#8217;ve created a plugin that you can install and it will just work.</p>
<p>You can download the plugin <a title="Download the BuddyPress Honeypot plugin on gitHub" href="https://github.com/pixeljar/BuddyPress-Honeypot/zipball/master" target="_blank">here</a>.</p>
<p>If you&#8217;re interested in seeing the code, continue reading.</p>
<p><script src="https://gist.github.com/3748153.js?file=create-the-field.php"></script></p>
<p>First, we utilize the &#8216;bp_after_signup_profile_fields&#8217; BuddyPress action to add our hidden text field.</p>
<p><script src="https://gist.github.com/3748153.js?file=validate-the-input.php"></script></p>
<p>We then check to see if the input is empty via the &#8216;bp_core_validate_user_signup&#8217; filter and return an error if it is filled in. BuddyPress and WordPress take care of the rest.</p>
<p>If you find any errors, or have any additions, please <a href="https://github.com/pixeljar/BuddyPress-Honeypot/issues" title="Submit an Issue" target="_blank">submit an issue</a> on the <a href="https://github.com/pixeljar/BuddyPress-Honeypot" title="BuddyPress Honeypot on github" target="_blank">github repo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2012/09/19/eliminate-buddypress-spam-registrations/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress Community Summit</title>
		<link>http://pixeljar.net/2012/08/07/wordpress-community-summit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-community-summit</link>
		<comments>http://pixeljar.net/2012/08/07/wordpress-community-summit/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 23:34:46 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[General Information]]></category>

		<guid isPermaLink="false">http://pixeljar.net/?p=957</guid>
		<description><![CDATA[I was notified today that I've been invited to the first WordPress Community Summit in October. I'm humbled to say the least. The list of invitees is chock full of top-notch developers, businesses people and community leaders. I can't wait to go and represent the Orange County area.]]></description>
				<content:encoded><![CDATA[<p>I was notified today that I&#8217;ve been invited to the first WordPress Community Summit in October. I&#8217;m humbled to say the least. The list of invitees is chock full of top-notch developers, businesses people and community leaders. I can&#8217;t wait to go and represent the Orange County area.</p>
]]></content:encoded>
			<wfw:commentRss>http://pixeljar.net/2012/08/07/wordpress-community-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Las Vegas 2011</title>
		<link>http://pixeljar.net/2011/12/22/wordcamp-las-vegas-2011/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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>8</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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=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>
	</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 using disk: basic
Object Caching 776/925 objects using disk: basic

Served from: pixeljar.net @ 2013-05-19 01:36:34 -->