<?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>Papasoft</title> <atom:link href="http://www.papasoft.com/feed/" rel="self" type="application/rss+xml" /><link>http://www.papasoft.com</link> <description>Custom WordPress Programming in Miami, FL</description> <lastBuildDate>Tue, 15 May 2012 05:32:58 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>How to Do a 301 Redirect on IIS Using ISAPI Rewrite</title><link>http://www.papasoft.com/2012/05/14/how-to-do-a-301-redirect-on-iis-using-isapi-rewrite/</link> <comments>http://www.papasoft.com/2012/05/14/how-to-do-a-301-redirect-on-iis-using-isapi-rewrite/#comments</comments> <pubDate>Tue, 15 May 2012 05:28:58 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[Web Development]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=676</guid> <description><![CDATA[I recently launched a new WordPress site running on IIS (yes, you read correctly). The web host had ISAP Rewrite installed so we planned to use that to support Apache mod_rewrite rules. I had used the ISAPI Rewrite filter before to handle URL rewriting like the rewrite rules that come with WordPress to support permalinks. [...]]]></description> <content:encoded><![CDATA[<p>I recently launched a new WordPress site running on IIS (yes, you read correctly). The web host had <a
href="http://www.isapirewrite.com/">ISAP Rewrite</a> installed so we planned to use that to support Apache mod_rewrite rules.</p><p>I had used the ISAPI Rewrite filter before to handle URL rewriting like the rewrite rules that come with WordPress to support permalinks. But I had never done a 301 Redirect on IIS with this method. How hard could it be? I was replacing an ASP.NET site and needed to redirect old links like this:</p><pre class="brush: plain; title: ; notranslate">
OLD:  http://www.example.com/AboutUs.aspx
NEW:  http://www.example.com/about-us/
</pre><p>In Apache you would simply do a 301 redirect by adding the following line to .htaccess:</p><pre class="brush: plain; title: ; notranslate">
# This will not work using ISAPI Rewrite
Redirect 301 /AboutUs.aspx http://www.example.com/about-us/
</pre><p>I assumed the same syntax would work in .htaccess using ISAPI Rewrite. WRONG!</p><p>It turns out that the Redirect directive is part of Apache mod_alias and not part of mod_rewrite. So, how do you do a 301 redirect using mod_rewrite? You can do all sorts of crazy URL rewriting using mod_rewrite but I just wanted to do a simple page to page redirect!</p><p>Well, here&#8217;s how I eventually got the redirect for the About Us page and the default.aspx page to work:</p><pre class="brush: plain; title: ; notranslate">
RewriteRule ^default\.aspx / [R=301,L]
RewriteRule ^AboutUs\.aspx /about-us/ [R=301,L]
</pre><p>I hope this helps if you are trying to do a 301 redirect using ISAPI Rewrite.</p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2012/05/14/how-to-do-a-301-redirect-on-iis-using-isapi-rewrite/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Firefox &#8220;sec_error_unknown_issuer&#8221; SSL Error</title><link>http://www.papasoft.com/2012/05/08/firefox-sec_error_unknown_issuer-ssl-error/</link> <comments>http://www.papasoft.com/2012/05/08/firefox-sec_error_unknown_issuer-ssl-error/#comments</comments> <pubDate>Tue, 08 May 2012 12:24:06 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Web Development]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=672</guid> <description><![CDATA[I noticed one of our sites was issuing an SSL Certificate error in Firefox with the error message &#8220;sec_error_unknown_issuer&#8221;. IE, Chrome and Safari were all good. (Who uses FF anymore? I stopped using Firefox when Chrome came out with developer tools.) Anyway, it turns out that when you are issued your SSL cert you are [...]]]></description> <content:encoded><![CDATA[<p>I noticed one of our sites was issuing an SSL Certificate error in Firefox with the error message &#8220;sec_error_unknown_issuer&#8221;. IE, Chrome and Safari were all good. (Who uses FF anymore? I stopped using Firefox when Chrome came out with developer tools.)</p><p>Anyway, it turns out that when you are issued your SSL cert you are also issued an intermediate certificate. My webhost had that box listed as optional and I didn&#8217;t have the intermediate cert filled in.</p><p>Once I entered the intermediate certificate the errors in Firefox went away. Took a few minutes to refresh.</p><p>I hope this helps anyone in the same situation.</p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2012/05/08/firefox-sec_error_unknown_issuer-ssl-error/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Sherlock Tech Redesigns With Responsive Mobile-Friendly WordPress Website</title><link>http://www.papasoft.com/2012/05/07/sherlock-tech-redesigns-with-responsive-mobile-friendly-wordpress-website/</link> <comments>http://www.papasoft.com/2012/05/07/sherlock-tech-redesigns-with-responsive-mobile-friendly-wordpress-website/#comments</comments> <pubDate>Mon, 07 May 2012 17:46:01 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[Papasoft]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=650</guid> <description><![CDATA[For the past few months I&#8217;ve been part of a team redesigning Sherlock Tech&#8217;s new website. SherlockTech Staffing is a boutique IT staffing and consulting agency for technical talent in Florida and other parts of the country. I got involved with the project after running into a David Silverlight at the local WordPress meetup. I [...]]]></description> <content:encoded><![CDATA[<p>For the past few months I&#8217;ve been part of a team redesigning Sherlock Tech&#8217;s new website. <a
href="http://www.sherlocktech.com">SherlockTech Staffing</a> is a boutique IT staffing and consulting agency for technical talent in Florida and other parts of the country.</p><p>I got involved with the project after running into a <a
href="http://www.thesilverlightgroup.com/">David Silverlight</a> at the local WordPress meetup. I had worked with David many years ago and knew he was an excellent .Net and Silverlight developer so I was surprised to see him at a WordPress meetup. It turns out that David is working with WordPress now and was scouting out some plugin ideas for some of his sites. David introduced me to <a
href="http://www.linkedin.com/in/alexfunkhouser">Alex Funkhouser</a> Sherlock Tech&#8217;s President and I teamed up with <a
href="http://mediainsync.com/">Media In Sync</a> and <a
href="http://www.e2mktg.com/">Steve Earle</a> to work on the site.</p><p><a
href="http://www.sherlocktech.com"><img
src="http://www.papasoft.com/wp-content/uploads/screenshot-sherlocktech.png" alt="" title="" width="600" height="397" class="aligncenter size-full wp-image-652" /></a></p><p>In addition to re-platforming from a custom .NET/SQL CMS to WordPress, Sherlock had the following requirements:</p><ul><li>Support mobile devices</li><li>Present a cleaner, more professional branding</li><li>Integrate with social media, especially <a
href="http://www.facebook.com/SherlockTech">Sherlock Tech&#8217;s Facebook Page</a></li><li>Integrate their website with a third-party recruiting application</li></ul><p><a
href="http://twitter.com/#!/themarshaclub">Marsha Belinson</a>, an Account Director with Sherlock served as the creative director/project manager for the redesign. Mobile support was a priority for Marsha and I recommended using a responsive design. I have been using the <a
href="http://www.shareasale.com/r.cfm?B=242694&#038;U=402752&#038;M=28169&#038;urllink=">Genesis Theme framework from StudioPress</a> for years and they had recently launched several new themes that were responsive. We selected the Genesis <a
href="http://www.shareasale.com/r.cfm?B=242719&#038;U=402752&#038;M=28169&#038;urllink=">Streamline child theme</a> and customized it to give Sherlock Tech their own unique branding.</p><p>Sherlock Tech uses a recruiting app called <a
href="http://www.sendouts.com">Sendouts</a> to publish their open positions and track applicants. Sherlock wanted to use the Sendouts API to import open positions and add them as content on their new WordPress site. I created a custom post type to handle jobs and wrote a custom WordPress plugin to run each hour using the WP cron. The service pulls open jobs from Sendouts and synchronizes them with the existing custom posts on the WordPress site. Jobs are searchable on the Sherlock site and applicants then apply through the Sendouts app.</p><p>This was definitely one of the more challenging projects I have worked on in recent months. In my experience the key to a successful project is having good project leadership. Alex and Marsha provided clear direction on what they wanted and we launched on time and within budget.</p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2012/05/07/sherlock-tech-redesigns-with-responsive-mobile-friendly-wordpress-website/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Announcing WPWorkforce</title><link>http://www.papasoft.com/2012/02/21/announcing-wpworkforce/</link> <comments>http://www.papasoft.com/2012/02/21/announcing-wpworkforce/#comments</comments> <pubDate>Tue, 21 Feb 2012 13:26:34 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=632</guid> <description><![CDATA[Over the past year I have seen a need to get all the talented people in the WordPress community connected with employers who are looking to hire. Last week I finally put in some sweat equity to launch WPWorkforce. Job seekers can create a free profile and resume that employers can use to view their [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://wpworkforce.com"><img
src="http://www.papasoft.com/wp-content/uploads/wpwf-screenshot.png" alt="" title="" width="450" height="116" class="alignright size-full wp-image-633" /></a></p><p>Over the past year I have seen a need to get all the talented people in the WordPress community connected with employers who are looking to hire. Last week I finally put in some sweat equity to launch <a
href="http://wpworkforce.com">WPWorkforce</a>.</p><p>Job seekers can create a free profile and resume that employers can use to view their skills. Employers can post jobs for positions requiring WordPress experience.</p><p>Right now job posting is FREE on WPWorkforce.com so get to it!</p><p><a
href="http://wpworkforce.com">http://wpworkforce.com</a></p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2012/02/21/announcing-wpworkforce/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordCamp Miami 2012</title><link>http://www.papasoft.com/2012/02/06/wordcamp-miami-2012/</link> <comments>http://www.papasoft.com/2012/02/06/wordcamp-miami-2012/#comments</comments> <pubDate>Mon, 06 Feb 2012 22:47:08 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=624</guid> <description><![CDATA[I&#8217;ll be presenting at WordCamp Miami 2012 on February 17 &#038; 18. WordCamp will be a a two-day event this year. Friday will include introductory workshops for beginners and Saturday will include more advanced topics for bloggers, designers, power users and developers. This year I was able to help out with the volunteer team and [...]]]></description> <content:encoded><![CDATA[<p><img
alt="" src="http://2012.miami.wordcamp.org/files/2011/12/wcmia-badge-SPEAKER.png" class="alignright" width="162" height="162" />I&#8217;ll be presenting at <a
href="http://2012.miami.wordcamp.org/">WordCamp Miami 2012</a> on February 17 &#038; 18. WordCamp will be a a two-day event this year. Friday will include introductory workshops for beginners and Saturday will include more advanced topics for bloggers, designers, power users and developers.</p><p>This year I was able to help out with the volunteer team and did the CSS styling work and content admin for the WordCamp Miami website. It presented a unique challenge since I did not have access to the php code in the theme. All I was able to modify was the site CSS. If you want to see how powerful CSS is, take a look at some of the other recent WordCamp sites like <a
href="http://2011.sf.wordcamp.org/">San Fransisco</a>, <a
href="http://2011.orlando.wordcamp.org/">Orlando</a>, <a
href="http://2011.portland.wordcamp.org/">Portland</a>, <a
href="http://2012.phoenix.wordcamp.org/">Phoenix</a> and <a
href="http://2012.atlanta.wordcamp.org/">Atlanta</a>. Everyone one of these sites, including Miami use the same WordPress theme but have their own unique style by modifying the CSS.</p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2012/02/06/wordcamp-miami-2012/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Anatomy of a Perfect Website</title><link>http://www.papasoft.com/2011/12/07/the-anatomy-of-a-perfect-website/</link> <comments>http://www.papasoft.com/2011/12/07/the-anatomy-of-a-perfect-website/#comments</comments> <pubDate>Wed, 07 Dec 2011 19:34:51 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Web Development]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=609</guid> <description><![CDATA[Check out this infographic by R.O.I. Media Web Design on the anatomy of the perfect website. Interesting stuff. Infographic by R.O.I. Media Web Design]]></description> <content:encoded><![CDATA[<p>Check out this infographic by <a
target="_blank" href="http://www.roimedia.co.za/website-design/">R.O.I. Media Web Design</a> on the anatomy of the perfect website. Interesting stuff.</p><p><a
target="_blank" href="http://www.roimedia.co.za/the-anatomy-of-a-perfect-website/"><br
/> <img
width="448" height="2375" src="http://www.roimedia.co.za/the-anatomy-of-a-perfect-website/small-version.jpg" alt="The Anatomy of a perfect website" /><br
/> </a></p><p>Infographic by <a
target="_blank" href="http://www.roimedia.co.za/website-design/">R.O.I. Media Web Design</a></p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2011/12/07/the-anatomy-of-a-perfect-website/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress Custom Content: Refresh So Fla + WordPress</title><link>http://www.papasoft.com/2011/09/08/wordpress-custom-content-refresh-so-fla-wordpress/</link> <comments>http://www.papasoft.com/2011/09/08/wordpress-custom-content-refresh-so-fla-wordpress/#comments</comments> <pubDate>Thu, 08 Sep 2011 17:34:04 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[Blog]]></category> <category><![CDATA[Presentations]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=575</guid> <description><![CDATA[Here is my presentation from the Refresh South Florida + WordPress meetup on September 8, 2011. It&#8217;s an overview of Custom Content in WordPress and meant as a general over. Resources links can be found below as well. Online Presentation: WordPress Custom Content: Refresh South Florida + WordPress &#8211; September 8, 2011 Resource Links Mark [...]]]></description> <content:encoded><![CDATA[<p>Here is my presentation from the Refresh South Florida + WordPress meetup on September 8, 2011. It&#8217;s an overview of Custom Content in WordPress and meant as a general over. Resources links can be found below as well.</p><ul><li><a
href="/slides/refresh-sep-2011">Online Presentation: WordPress Custom Content: Refresh South Florida + WordPress &#8211; September 8, 2011</a></li></ul><h2>Resource Links</h2><div><ul><li><a
href="http://markjaquith.wordpress.com/2010/11/12/post-formats-vs-custom-post-types/">Mark Jaquith: Post Formats vs. Custom Post Types</a></li><li><a
href="http://ottopress.com/2010/post-types-and-formats-and-taxonomies-oh-my/">Otto: Post Types and Formats and Taxonomies, Oh My!</a> (Please read the other relevant articles on Otto&#8217;s site)</li><li><a
href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress">Justin Tadlock: Custom Post Types in WordPress</a></li><li><a
href="http://codex.wordpress.org/Taxonomies">WordPress Codex: Custom Taxonomies</a></li><li><a
href="http://codex.wordpress.org/Post_Types">WordPress Codex: Post Types</a></li><li><a
href="http://codex.wordpress.org/Post_Formats">WordPress Codex: Post Formats</a></li><li>just read the codex <img
src='http://www.papasoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></li></ul></div> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2011/09/08/wordpress-custom-content-refresh-so-fla-wordpress/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WordPress Web Hosting Lessons Learned</title><link>http://www.papasoft.com/2010/08/24/wordpress-web-hosting-lessons-learned/</link> <comments>http://www.papasoft.com/2010/08/24/wordpress-web-hosting-lessons-learned/#comments</comments> <pubDate>Tue, 24 Aug 2010 22:09:56 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[web hosting]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=532</guid> <description><![CDATA[Recently I helped a client move their WordPress web site to a new web host. They had been using Earthlink for years. (I didn&#8217;t even know that Earthlink did web hosting.) We decided to get a VPS account at HostGator, where we got our own cPanel and lots more control than we actually needed for [...]]]></description> <content:encoded><![CDATA[<p>Recently I helped a client move their <a
href="http://wordpress.org">WordPress</a> web site to a new web host. They had been using <a
href="http://www.earthlink.net/">Earthlink</a> for years. (I didn&#8217;t even know that Earthlink did web hosting.)</p><p>We decided to get a VPS account at <a
href="http://www.hostgator.com">HostGator</a>, where we got our own cPanel and lots more control than we actually needed for the site. However, the assurance that only our web sites would be running in our virtual space made me feel a lot better.</p><p>Overall I have been impressed with HostGator. It was my first experience using them. I have been a <a
href="http://www.dreamhost.com">DreamHost</a> customer for years and were it not for the fact that I have 30+ sites running on my DH account I would move to HostGator in a heartbeat. I did not feel confident enough about DH to recommend them to my customer.</p><p>So, after we got the new account set up on HostGator I uploaded the web site files and the WordPress database and we were in business. The only thing left was to do the DNS cutover.</p><p>In all my years of web development experience DNS cutovers have usually taken anywhere between 4 and 8 hours to propagate. Of course, when you do a cutover you want to ensure that the old web site is available for long enough to support the propagation and that was the plan with this cutover.</p><p>It turns out that using HostGator VPS you have to create your own nameservers. No problem I thought. Even NameCheap.com which is a reseller for eNom which is a reseller for Verisign let me create my own nameservers. We contacted Earthlink and their support staff didn&#8217;t even know what it meant to create a nameserver. The customer was handling the contact with Earthlink and during the course of a few days trying to get the nameservers set up Earthlink at one point recommended shutting down the existing account. For whatever reason, this actually happened and the DNS had not been cut over yet.</p><p>To make a long story short, my client&#8217;s web site was down for close to 2 whole days and Earthlink still had no way for us to create a nameserver. For every DNS change request that we had with Earthlink they told us it would take between 24 and 72 hours. It turns out that they use Network Solutions and they only put in change requests during a certain time in the afternoon. So, we would have to call Earthlink and wait for their request to get sent to NetSol. Then we&#8217;d have to wait for NetSol to handle the request.</p><p>The solution I came up with was to create my own temporary name servers and point those to the new HostGator VPS IP address. I then told Earthlink to use those nameservers. After waiting an unusually long time the web site finally came up.</p><p>Here&#8217;s how you can avoid a similar horror story in the future:</p><ul><li>Don&#8217;t use a company to host your website that is not really in the business of web hosting (hint: Earthlink).</li><li>No matter what, make sure your current web host will keep the site up during the DNS changeover.</li><li>Plan for the worst.</li></ul><p>The last thing I would recommend is to use a site like <a
href="http://www.webhostgear.com">webhostgear.com</a> to get <a
href="http://www.webhostgear.com/cpanel-hosting.php" target="_blank">cPanel hosting reviews</a> and recommendations on WordPress hosting options.</p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2010/08/24/wordpress-web-hosting-lessons-learned/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>WordCamp Miami 2010 Slides</title><link>http://www.papasoft.com/2010/02/20/wordcamp-miami-2010-slides/</link> <comments>http://www.papasoft.com/2010/02/20/wordcamp-miami-2010-slides/#comments</comments> <pubDate>Sat, 20 Feb 2010 18:00:31 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=525</guid> <description><![CDATA[Here are my slides for my WordCamp Miami 2010 presentation: Using WordPress as a CMS.]]></description> <content:encoded><![CDATA[<p>Here are my slides for my WordCamp Miami 2010 presentation: Using WordPress as a CMS.</p><div> <iframe
width="400" height="328" src="http://280slides.com/Viewer/?user=21776&#038;name=WordCamp%20Miami%202010" style="border: 1px solid black; margin: 0; padding: 0;"></iframe></div> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2010/02/20/wordcamp-miami-2010-slides/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WordCamp Miami 2010</title><link>http://www.papasoft.com/2010/01/29/wordcamp-miami-2010/</link> <comments>http://www.papasoft.com/2010/01/29/wordcamp-miami-2010/#comments</comments> <pubDate>Fri, 29 Jan 2010 16:22:16 +0000</pubDate> <dc:creator>Rick Tuttle</dc:creator> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.papasoft.com/?p=440</guid> <description><![CDATA[WordCamp is coming to Miami, Saturday February 20, 2010. This year&#8217;s speakers will include Matt Mullenweg, the founding developer of WordPress, Mark Jaquith, Jim Turner and lots more&#8230;including yours truly. Find out everything you need to know and register at the WordCamp Miami website. Follow WordCamp Miami on Twitter to keep in touch. Kudos to [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://wordcampmia.com"><img
alt="" src="http://eventbrite-s3.s3.amazonaws.com/eventlogos/380625/540178689.png" title="WordCamp Miami 2010" class="alignnone" width="450" height="113" /></a><br
/> WordCamp is coming to Miami, Saturday February 20, 2010. This year&#8217;s speakers will include Matt Mullenweg, the founding developer of WordPress, Mark Jaquith, Jim Turner and lots more&#8230;including yours truly.</p><p>Find out everything you need to know and register at the <a
href="http://wordcampmia.com">WordCamp Miami</a> website. Follow <a
href="http://twitter.com/wordcampmiami">WordCamp Miami on Twitter</a> to keep in touch.</p><p>Kudos to local WordPress gurus, <a
href="http://twitter.com/dimensionmedia">David Bisset</a>, <a
href="http://twitter.com/johnjamesjacoby">John James Jacoby</a> and <a
href="http://twitter.com/johncarcutt">John Carcutt</a> who have done a super job organizing the event in an extremely short timeframe!</p><p>Feel free to add your comments to let me know what you would like to learn at WordCamp Miami 2010.</p> ]]></content:encoded> <wfw:commentRss>http://www.papasoft.com/2010/01/29/wordcamp-miami-2010/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
