<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">

<channel>
	<title>WordPress Planet</title>
	<link>http://planet.wordpress.org/</link>
	<language>en</language>
	<description>WordPress Planet - http://planet.wordpress.org/</description>

<item>
	<title>WordPress.tv: WordPress for iPhone 2.0</title>
	<guid>http://wordpress.tv/?p=2986</guid>
	<link>http://wordpress.tv/2009/11/07/wordpress-for-iphone-2-0/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-0&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/11/07/wordpress-for-iphone-2-0/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/Bh7FJ4Qg/iphone2web2_scruberthumbnail_0.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2986/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2986/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2986/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2986/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2986/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2986/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2986/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2986/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2986/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2986/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2986&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 07 Nov 2009 05:03:36 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>Dev Blog: Bug Hunt in Progress!</title>
	<guid>http://wordpress.org/development/2009/11/bug-hunt-in-progress/</guid>
	<link>http://wordpress.org/development/2009/11/bug-hunt-in-progress/</link>
	<description>&lt;p&gt;Just in case anyone forgot, the first of the &lt;a href=&quot;http://wordpress.org/development/2009/10/upcoming-bug-hunts/&quot;&gt;November bug hunts&lt;/a&gt; for version 2.9 is now in progress, and will last another day. If you&amp;#8217;ve got a dev environment set up, please consider pitching in to run some tests and help get us closer to the 2.9 milestone release. &lt;/p&gt;</description>
	<pubDate>Sat, 07 Nov 2009 00:50:39 +0000</pubDate>
	<dc:creator>Jane Wells</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: Watch Out For The Gumblar Botnet</title>
	<guid>http://weblogtoolscollection.com/?p=7054</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/06/watch-out-for-the-gumblar-botnet/</link>
	<description>&lt;p&gt;According to the blog Unmask Parasites, there is a &lt;a href=&quot;http://blog.unmaskparasites.com/2009/11/04/gumblar-breaks-wordpress-blogs-and-other-complex-php-sites/&quot;&gt;new version of the Gumblar botnet&lt;/a&gt; making the rounds on PHP based websites. Back in May of this year, this malicious botnet was responsible for infecting a large number of websites in a short period of time. This time around however, the Gumblar botnet has buggy code which is leading to a number of infected WordPress sites breaking.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;WordPress is a complex web application that comprises more than 200 .php files. When you open any page, WordPress loads index.php which, in turn, loads many other .php files using the require() function. WordPress admin interface also relies on multiple .php files. In all cases, WordPress loads wp-config.php file which contains database credentials and other important information required for normal operation.&lt;/p&gt;
&lt;p&gt;So what happens if both index.php and wp-config.php are infected with the gumblar backdoor scripts? Since Gumblar injects identical backdoor scripts into files on the same site, they’ll have declarations of identically named functions, which PHP doesn’t allow. Hence the “cannot redeclare zsmh() …” error.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;One thing not mentioned in the Unmasked Parasites post is information regarding which specific versions of WordPress are at risk or are safe to use. I&amp;#8217;ve left a comment on the blog post to try and get an answer but until then, Denis Sinegubko provides &lt;a href=&quot;http://blog.unmaskparasites.com/2009/10/23/revenge-of-gumblar-zombies/&quot;&gt;detection and removal instructions&lt;/a&gt; while also suggesting the use of the &lt;a href=&quot;http://ocaoimh.ie/exploit-scanner/&quot;&gt;WordPress Exploit Scanner&lt;/a&gt; which scans for WordPress files for signs of suspicious activity. &lt;/p&gt;
&lt;p&gt;Based on the reports of infection, this does not appear to be a WordPress centric issue pointing to a problem with the software. &lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 15:18:01 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>WP iPhone: 20,000 downloads of WordPress for iPhone 2</title>
	<guid>http://iphone.wordpress.org/?p=506</guid>
	<link>http://iphone.wordpress.org/2009/11/06/20000-downloads/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;It&amp;#8217;s been just over a week since WordPress for iPhone 2 was released on the App Store. In that time, you&amp;#8217;ve downloaded the app onto over 20,000 iPhones and iPods. We&amp;#8217;re really pleased to see how many people are interested in the app, especially those who are able to use it for the first time with version 2.0. To mark the occasion, we wanted to show you our new video introduction for the app, take the time to share some data with you, and answer a few questions we&amp;#8217;ve been seeing.&lt;/p&gt;
&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-0&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;p&gt;We&amp;#8217;re also keeping track of downloads by country and by iPhone OS version. This helps us identify the languages to focus on once we begin translating the app, and helps us plan for which new OS features we can count on our users having available.&lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;alignnone size-full wp-image-540&quot; title=&quot;charts&quot; src=&quot;http://wpiphone.files.wordpress.com/2009/11/charts1.png?w=571&amp;#038;h=485&quot; alt=&quot;charts&quot; width=&quot;571&quot; height=&quot;485&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As happy as we are with the reception for 2.0, we continue working hard to make it even better. We&amp;#8217;ve identified a few recurring questions that we&amp;#8217;d like to answer for everyone.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q. Why is this a new app? I don&amp;#8217;t want to re-enter my blog settings.&lt;/strong&gt;&lt;br /&gt;
A. Previous versions of WordPress for iPhone were uploaded to the App Store by a contracted developer. To make it easier for us to test new features, fix bugs, and update the app more often, that task will now be handled by those of us developing the app at Automattic. Apple’s only method for changing the “ownership” of an app in the store is to release a completely new version, as we&amp;#8217;ve done here. It&amp;#8217;s a bit painful, we know, but we should be set now for all future releases.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q. Why did you remove landscape mode?&lt;br /&gt;
&lt;/strong&gt;A. It&amp;#8217;s still there. Bring up the on-screen keyboard to start editing a post, then rotate the device. Apple doesn&amp;#8217;t support landscape mode in some areas, particularly the photo picker and the date selection wheel. Having landscape mode turned on for every section was causing bugs that were impossible to fix (while still using Apple&amp;#8217;s standard user interface elements).  So we&amp;#8217;ve removed it from the areas of the app where it didn&amp;#8217;t work well, and kept it in the writing interface, where it&amp;#8217;s really useful.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q. I can&amp;#8217;t log in!&lt;br /&gt;
&lt;/strong&gt;A. Ok, not quite a question, but we&amp;#8217;ve seen this one a few times on iTunes. However, we haven&amp;#8217;t yet had a report of this in the &lt;a href=&quot;http://iphone.forums.wordpress.org&quot;&gt;forums&lt;/a&gt;, the only place we&amp;#8217;re able to provide hands-on assistance with the app. If you&amp;#8217;re sure that you&amp;#8217;re entering your URL, username, and password correctly and are still unable to connect, please let us know in the forums. (A quick hint for connection issues: Make sure you&amp;#8217;re using the latest version of WordPress, 2.8.5, and try temporarily disabling any plugins you have installed). We&amp;#8217;ve done lots of work in version 2.0 to eliminate connection problems for the vast majority of blog setups. We&amp;#8217;d like to make it work for everyone, but can only help when you work with us to troubleshoot the problem you&amp;#8217;re having.&lt;/p&gt;
&lt;p&gt;We&amp;#8217;ve already begun working on issues identified since the release of 2.0, and are looking forward to being able to provide more timely updates for you going forward. You can track the progress of the project&amp;#8217;s development in &lt;a href=&quot;http://iphone.trac.wordpress.org&quot;&gt;Trac&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Once again, if you need help using the app or would just like to offer a suggestion, please visit the &lt;a href=&quot;http://iphone.forums.wordpress.org&quot;&gt;WordPress for iPhone forums&lt;/a&gt;. You can stay up to date with our progress by visiting our development blog, &lt;em&gt;&lt;a href=&quot;http://iphonedev.wordpress.org&quot;&gt;Making WordPress for iPhone&lt;/a&gt;&lt;/em&gt;. And of course, if you&amp;#8217;re thrilled with the app, we&amp;#8217;d love for you to review it on the &lt;a href=&quot;http://itunes.com/app/wordpress2&quot;&gt;App Store&lt;/a&gt;. &lt;img src=&quot;http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/506/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/506/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/506/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/506/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/506/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/506/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/506/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/506/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/506/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/506/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=iphone.wordpress.org&amp;blog=3882653&amp;post=506&amp;subd=wpiphone&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 06 Nov 2009 14:00:15 +0000</pubDate>
	<dc:creator>MT</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: The Best-Of Series: Download Managers</title>
	<guid>http://weblogtoolscollection.com/?p=7031</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/06/the-best-of-series-download-managers/</link>
	<description>&lt;p&gt;We continue our Best-Of Series today with download managers. Or, plugins for WordPress that will allow you to provide various files to your website visitors for download. Over the years I&amp;#8217;ve gone through many. Everyone will have a different preference but, here is a list of my top plugins for managing downloads with WordPress&amp;#8230;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/drain-hole/&quot;&gt;Drain Hole&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
I&amp;#8217;ve been using Drain Hole on &lt;a href=&quot;http://www.jamesdimick.com/&quot;&gt;my personal site&lt;/a&gt; to serve up my files for a couple years now. So far it is the best download manager plugin I&amp;#8217;ve been able to find. It does everything it advertises and does it well. I&amp;#8217;ve not yet had any issues with this plugin. I highly recommend it!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/wp-downloadmanager/&quot;&gt;WP-DownloadManager&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
Before I found Drain Hole I used WP-DownloadManager exclusively. It did what I wanted and didn&amp;#8217;t seem to have many problems. It has the features most would expect in such a plugin. It also has some you might not. Such things as custom templates, categories, RSS feeds, and more.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/wp-filebase/&quot;&gt;WP-Filebase&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
I actually just recently learned of WP-Filebase. I can&amp;#8217;t speak from personal experience but from the research I&amp;#8217;ve done on it I think it would be one of the best options. It has the obvious features you expect from a download manager. Some of the highlights are quick tags, top downloads widget, extensive file details, and even download pausing.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/download-monitor/&quot;&gt;Wordpress Download Monitor&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
I really like the interface of Wordpress Download Monitor. It&amp;#8217;s simple yet complete. It does its job as a download manager and keeps it simple at the same time. Some of the attraction points of this plugin are: simple custom download URLs, custom error pages, download mirrors, and even custom fields for all files.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/simple-download-monitor/&quot;&gt;Simple Download Monitor&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
What&amp;#8217;s great about Simple Download Monitor is right in its name. It&amp;#8217;s simple! To quote the author of the plugin &amp;#8220;&lt;em&gt;&amp;#8230;I wanted to monitor the number of downloads of my files without having to maintain any kind of database or making any special download links. I just wanted to upload a file to a designated directory using FTP, provide a direct link to it and once in a while check the number of downloads&lt;/em&gt;&amp;#8220;. This plugin also allows advanced logging.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;What I think is especially nice is that all these plugins seem to be compatible with the upcoming WordPress 2.9. That means that they are future-proof for at least the foreseeable future. I took time to test each one of these plugins during the writing of this post. But, feel free to let me know if you have experienced anything to the contrary with any of them.&lt;/p&gt;
&lt;p&gt;Well, that&amp;#8217;s all for now. I hope you enjoyed the post and I hope you might be able to get something useful out of this list.&lt;/p&gt;
&lt;p&gt;Do you have a good idea for the next article in the Best-Of series? Drop a comment here or &lt;a href=&quot;http://weblogtoolscollection.com/archives/2007/02/06/contact-me/&quot;&gt;contact us&lt;/a&gt; and your idea just might be next in the series!&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 12:38:58 +0000</pubDate>
	<dc:creator>James Dimick</dc:creator>
</item>
<item>
	<title>Dev Blog: Upcoming WordCamps</title>
	<guid>http://wordpress.org/development/?p=960</guid>
	<link>http://wordpress.org/development/2009/11/upcoming-wordcamps-3/</link>
	<description>&lt;p&gt;There are six WordCamps coming up before the end of the year, and since I like to make sure people know about it when there&amp;#8217;s a &lt;a href=&quot;http://central.wordcamp.org/&quot;&gt;WordCamp&lt;/a&gt; near them, here&amp;#8217;s the list, with some personal commentary thrown in. If you just want the list without my asides, check out the full schedule at &lt;a href=&quot;http://wordcamp.org&quot;&gt;WordCamp.org&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://phxwordcamp.com/&quot;&gt;WordCamp Phoenix&lt;/a&gt; is first up, on November 13. I&amp;#8217;d planned on attending this one myself before they changed the date (it was originally scheduled for the 7th), but will sadly have to miss it as it conflicts with WordCamp NYC. If you, like me, can&amp;#8217;t make it to Phoenix, be sure to check their web site for information on the &lt;a href=&quot;http://phxwordcamp.com/live-video-stream/&quot;&gt;live stream&lt;/a&gt; they&amp;#8217;re planning to provide. If it&amp;#8217;s anywhere near the quality of the stream from Portland or Seattle earlier this fall, it&amp;#8217;ll be just like being there, but without a t-shirt to show for it (and theirs has stripes, so if you&amp;#8217;re local, you should go!). My only consolation in missing this WordCamp is that I&amp;#8217;ve seen about half of the &lt;a href=&quot;http://phxwordcamp.com/speakers/&quot;&gt;speakers&lt;/a&gt; before. If you&amp;#8217;re going, don&amp;#8217;t miss the session by &lt;a href=&quot;http://johnhawkinsunrated.com&quot;&gt;John Hawkins&lt;/a&gt; on &lt;a href=&quot;http://wordpress.tv/2009/09/20/john-hawkins-plugin-building-portland09/&quot;&gt;&lt;em&gt;Building a WordPress Plugin&lt;/em&gt;&lt;/a&gt;; it got me to write my first plugin in Portland! &lt;a href=&quot;http://ma.tt&quot;&gt;Matt&lt;/a&gt;&amp;#8216;ll be there, will you?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wordcampvictoria.ca/agenda/&quot;&gt;WordCamp Victoria&lt;/a&gt; is next, on November 14. This is another one I&amp;#8217;d love to go to, but can&amp;#8217;t because it&amp;#8217;s at the same time as New York&amp;#8217;s. I would especially have liked to go because it looks like the &lt;a href=&quot;http://www.wordcampvictoria.ca/speaker-biographies/&quot;&gt;speakers&lt;/a&gt; are all local, and I haven&amp;#8217;t seen any of them speak before. Occasionally WordCamps lose a little of the local feeling by focusing on visiting speakers, so it&amp;#8217;s nice to see so many Vancouverites on the list. They&amp;#8217;ll have a Blogger track and a Technical track running concurrently, so there should a little something for everyone. No word on a live stream, but hopefully they&amp;#8217;ll be able to catch some of the presentations on video and post them to &lt;a href=&quot;http://WordPress.tv&quot;&gt;WordPress.tv&lt;/a&gt; after the event.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wordcamp.kapook.com/en/&quot;&gt;WordCamp Bangkok&lt;/a&gt; is scheduled for November 15. I have to admit that the first thing that catches my eye on their agenda is &amp;#8220;WordPress Band.&amp;#8221; I&amp;#8217;ve known WordCamps to have &lt;a href=&quot;http://wordpress.tv/2008/10/31/wordcamp-sf-2008-andy-skelton-deserve/&quot;&gt;people&lt;/a&gt; &lt;a href=&quot;http://wordpress.tv/2008/10/31/wordcamp-sf-2008-chuck-lewis-the-seo-rapper/&quot;&gt;performing&lt;/a&gt; &lt;a href=&quot;http://vimeo.com/5354329&quot;&gt;songs&lt;/a&gt; before, but a whole band? Might be a first. I hope they&amp;#8217;ll post the video to WordPress.tv, too.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://2009.newyork.wordcamp.org/&quot;&gt;WordCamp New York City&lt;/a&gt; is the same weekend as the previous three, on November 14-15. In the interest of full disclosure, I need to tell you that I&amp;#8217;m one of the organizers of WordCamp NYC, so my informative comment about it here may be a little biased. &lt;img src=&quot;http://wordpress.org/development/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt;  That said, we have over &lt;a href=&quot;http://2009.newyork.wordcamp.org/speakers/&quot;&gt;50 confirmed speakers&lt;/a&gt; (both local and visiting), and &lt;a href=&quot;http://2009.newyork.wordcamp.org/program/&quot;&gt;2 full days of content&lt;/a&gt; in 8 &amp;#8212; count &amp;#8216;em, 8 &amp;#8212; tracks. Newbies get a free year of hosting and walked through setting up a WordPress blog in workshop format, while the other tracks have specialized content for Bloggers, CMS Users, Beginning Developers, Advanced Developers, Academic Users, people interested in MU/BuddyPress, and the Open Source Community. Did I mention the &lt;a href=&quot;http://2009.newyork.wordcamp.org/plugintheme-competition/&quot;&gt;theme and plugin contest&lt;/a&gt;? Or the &lt;a href=&quot;http://2009.newyork.wordcamp.org/2009/10/28/my-favorite-conference-shirt/&quot;&gt;awesome shirts&lt;/a&gt;? How about the Genius Bar, or the Hacker Room? The additional Unconference sessions? If you&amp;#8217;re anywhere near NYC that weekend (and with the Acela, that&amp;#8217;s anywhere from Boston to D.C.), you should definitely come. I&amp;#8217;ll be there, Matt&amp;#8217;ll be there, lead developer Mark Jaquith will be there, lead developer of BuddyPress Andy Peatling will be there, and too many other WordPress luminaries and locals to mention. If we hit 800 registrations by November 12, I&amp;#8217;m baking cookies for everyone.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://peru.wordcamp.org/&quot;&gt;WordCamp Peru&lt;/a&gt; will be on November 28 in Lima. I was checking out their topics list, and it looks like they&amp;#8217;re planning to cover all the usual topics around blog administration, security, increasing traffic, and integration with social media sites. No speaker list yet, but if you&amp;#8217;re in Peru, it looks like this will be a nice gathering of WordPress users, and they&amp;#8217;re hoping to have around 100 people attend.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wordcamporlando.org/&quot;&gt;WordCamp Orlando&lt;/a&gt; is the last of the year, on December 5. They haven&amp;#8217;t published a speaker list or schedule yet, but I know Matt will be there, Mark Jaquith will be there, and I will be there. I know some other awesome core contributors are planning to come, but I don&amp;#8217;t want to jinx anything, so if you&amp;#8217;re curious, come see for yourself. Plus, Florida in December!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 02:42:53 +0000</pubDate>
	<dc:creator>Jane Wells</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress 2.9 Revamps Hello World</title>
	<guid>http://weblogtoolscollection.com/?p=7046</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/05/wordpress-2-9-revamps-hello-world/</link>
	<description>&lt;p&gt;During the WordPress development chat today, one of the topics of discussion centered around the suggestion of changing the Hello World post that is seen with every new install of WordPress to something that contained useful WordPress specific information such as links to the release mailing list, the codex and other helpful material. I&amp;#8217;d like to break down how this change came about to show how easy it is to contribute to the WordPress project without writing a line of code.&lt;/p&gt;
&lt;p&gt;It first started out as a discussion on the WordPress Hackers mailing list concerning the addition of email notifications to the core of WordPress to keep administrators abreast of new versions of WordPress as they were released. The discussion became long winded but &lt;a href=&quot;http://lists.automattic.com/pipermail/wp-hackers/2009-October/028015.html&quot; target=&quot;_blank&quot;&gt;a response&lt;/a&gt; by Lynne Pope provided one of those &lt;i&gt;why didn&amp;#8217;t I think of that&lt;/i&gt; moments. &lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Change the sample data &amp;#8211; instead of, &amp;#8220;this is a post&amp;#8221;, provide some meaningful information. With a link to subscribe to WP-Announce. Make an entry announcing that WP-Announce is being used, so this will show in the dashboard feeds. Bloggers will quickly pick up on this and news of it will spread.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Needless to say, her idea sparked a series of kudos with other suggestions for what to include in the sample data. Then, in a WordPress development chat regarding the topic that was discussed on the hackers mailing list, it was agreed that the best course of action would be to not only revive the WP-Announcements mailing list, but to also change the Hello World! post in WordPress to something more useful. A fellow by the name of &lt;a href=&quot;http://op111.net/&quot; target=&quot;_blank&quot;&gt;Demetris&lt;/a&gt; took it upon himself to create a draft of what the sample data should be. The discussion surrounding the change including links to see drafts and revisions were included in &lt;a href=&quot;http://core.trac.wordpress.org/ticket/11008&quot; target=&quot;_blank&quot;&gt;ticket number 11008&lt;/a&gt;. The ticket has been open for two weeks and in &lt;a href=&quot;https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&amp;#038;day=2009-11-05&amp;#038;sort=desc#m35813&quot; target=&quot;_blank&quot;&gt;today&amp;#8217;s developer chat&lt;/a&gt;, Demetris published a link to his draft which you can &lt;a href=&quot;http://op111.etherpad.com/3&quot; target=&quot;_blank&quot;&gt;view here&lt;/a&gt;. There was a unanimous decision to include the sample post data into the core of WordPress starting with version 2.9. If the sample data needs editing, it will be done throughout the beta process before the stable release. &lt;/p&gt;
&lt;p&gt;There you have it. A time line of events that happened in quick succession which provided a small change with huge benefits without having one line of code written. Let me know your thoughts in the comments with regards to the new sample data that will be provided in any new installation of WordPress starting with 2.9. &lt;/p&gt;</description>
	<pubDate>Fri, 06 Nov 2009 00:47:02 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress Plugin Releases for 11/05</title>
	<guid>http://weblogtoolscollection.com/?p=7024</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/05/wordpress-plugin-releases-for-1105-2/</link>
	<description>&lt;h3&gt;New Plugins&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.viper007bond.com/wordpress-plugins/localtime/&quot;&gt;Local Time&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Using JavaScript, Local Time automatically transforms all dates and times on your blog into the visitor’s timezone.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://fytch.com/tools/wordpress&quot;&gt;Fytch Comments&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Fytch is a fully featured plugin that provides comment publishing to &lt;a href=&quot;http://fytch.com&quot;&gt;http://fytch.com&lt;/a&gt; It allows to assign a Fytch topic to each post so that wordpress comments are co-published under the appropriate topic on &lt;a href=&quot;http://fytch.com.&quot;&gt;http://fytch.com.&lt;/a&gt; It not only allows to publish comments to &lt;a href=&quot;http://fytch.com&quot;&gt;http://fytch.com&lt;/a&gt; but to Twitter and FriendFeed as well.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/vlam-a-post/&quot;&gt;vlam-a-post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;vlam-a-post automatically creates a vl.am URL for every post you publish and keeps track of the number of clicks the vl.am URL received. After publishing your post you can easily post your vl.am URL to twitter.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.clubwordpress.com/amazon-affiliate-linker-plugin/&quot;&gt;Amazon Affiliate Linker&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Amazon Affiliate Linker Plugin allows easy linking to Amazon.com products by only using the ASIN (Amazon Standard Identification Number). It also allows you to embed your Amazon Associate link so that you can pick up affiliate commissions on your links.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.appointy.com/web/facebookshare&quot;&gt;Facebook Share New&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Facebook Share (new) button easily allows your blog to be shared. The button also provides a current count of how many times your story has been shared throughout Facebook.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.devilslab.com/wp-thumblated-related-post&quot;&gt;Thumblated Related Post&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This plugin shows thumblated related posts. It allows you to design your own layout using simple and easy interface.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://scribu.net/wordpress/random-post-link&quot;&gt;Random Post Link&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Generates a link to random post, but never the same as before.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/gweather/&quot;&gt;Gweather&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;With the gweather plugin you can display and embed Google Weather Feeds in your WordPress posts and pages.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ottodestruct.com/blog/wordpress-plugins/simple-facebook-connect/&quot;&gt;Simple Facebook Connect&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Makes it easy to add Facebook Connect functionality to any WordPress site. Modular: activate only the pieces you need.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://fusedthought.com/downloads/url-shortener-wordpress-plugin/&quot;&gt;URL Shortener&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Allows you to create your own short url using the WordPress Post ID and also integrates multiple URL Shortening service with your WordPress.org installation bringing a similar functionality to that of WordPress.com&amp;#8217;s WP.me shortlinks feature but using 3rd party URL Shorteners.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog.page.ly/reseller-plugin/&quot;&gt;Page.ly Reseller Management&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This plugin is a Reseller dashboard to manage client accounts on the page.ly WordPress hosting system.&lt;/p&gt;
&lt;h3&gt;Updated Plugins&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.gdstarrating.com/2009/11/02/gd-star-rating-1-7-4/&quot;&gt;GD Star Rating&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;GD Star Rating is post, page and comment rating and review plugin for WordPress. Plugin supports different image sets, rating moderation, vote rules, time restricted voting, templates, trend calculations, multi ratings, templated rendering, has a widgets build in and extensive shortcode support. Plugin can be integrated with comments for making a review website.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.makers-online.co.uk/projects/visitor_blogroll&quot;&gt;Visitor Blogroll&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The visitor blogroll is a Wordpress Plugin/Widget which allows visitors to your blog to leave an RSS feed of their blog which is then displayed on your visitor blogroll.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://valadilene.org/wordbb&quot;&gt;WordBB&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;WordBB is an integration between the blogging platform &lt;a href=&quot;http://wordpress.org&quot;&gt;WordPress&lt;/a&gt; and the bulletin board system &lt;a href=&quot;http://www.mybboard.net&quot;&gt;MyBB&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://netweblogic.com/wordpress/digg-this-button/&quot;&gt;Digg This Button&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Adds the smarter digg button. Extended options like topics, prefilled descriptions, shortcodes etc. allow full control of your digg icons.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://website-in-a-weekend.net/hrecipe/&quot;&gt;hRecipe&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This is a plugin to allow the easy entry of microformat content for recipes (i.e. the hRecipe microformat) in WordPress pages and posts.&lt;/p&gt;</description>
	<pubDate>Thu, 05 Nov 2009 17:54:00 +0000</pubDate>
	<dc:creator>Perurry</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress 2.8 Visual Cheat Sheet</title>
	<guid>http://weblogtoolscollection.com/?p=7026</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/04/wordpress-2-8-visual-cheat-sheet/</link>
	<description>&lt;p&gt;Antonio Lupetti of Woorkup.com has &lt;a href=&quot;http://woorkup.com/2009/11/01/wordpress-visual-cheat-sheet/&quot; target=&quot;_blank&quot;&gt;created and released&lt;/a&gt; an awesome visual cheat sheet for WordPress 2.8. The cheat sheet contains a practical reference guide to 2.8 with references to WP Template Tags as well as sample code. Definitely worthy of being added to your resources bin.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/11/visualguide.png&quot; alt=&quot;visualguide&quot; title=&quot;visualguide&quot; width=&quot;366&quot; height=&quot;314&quot; class=&quot;aligncenter size-full wp-image-7027&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Check out the &lt;a href=&quot;http://www.scribd.com/doc/21982552/WordPress-2-8-Visual-Cheat-Sheet&quot; target=&quot;_blank&quot;&gt;live demo&lt;/a&gt; before you download the guide. &lt;/p&gt;</description>
	<pubDate>Thu, 05 Nov 2009 00:26:47 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>Matt: CoPress</title>
	<guid>http://ma.tt/?p=15089</guid>
	<link>http://ma.tt/2009/11/copress/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://www.poynter.org/column.asp?id=101&amp;amp;aid=172676&quot;&gt;CoPress Pushes Innovation, Shows Value of Open-Source Platforms&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Wed, 04 Nov 2009 16:35:23 +0000</pubDate>
	<dc:creator>Matt</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress for the Desktop… Would You Use It?</title>
	<guid>http://weblogtoolscollection.com/?p=6975</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/04/wordpress-for-the-desktop-would-you-use-it/</link>
	<description>&lt;p&gt;Here&amp;#8217;s a quick one: If you had access to a desktop application that could connect to your WordPress site and allow you to manage it, like the web-based control panel currently allows, would you use it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://answers.polldaddy.com/poll/2200387/&quot;&gt;Would You Use a WordPress Desktop Application?&lt;/a&gt;&lt;span&gt;(&lt;a href=&quot;http://answers.polldaddy.com&quot;&gt;answers&lt;/a&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;If you choose &amp;#8220;depends&amp;#8221;, let me know why in the comments. Also, feel free to put in your opinions no matter what you choose. What would such an application need to be able to do? Everything the web-based app can do? Just a subset of the features? What do you think?&lt;/p&gt;
&lt;p&gt;I&amp;#8217;d love to hear your thoughts on this!&lt;/p&gt;</description>
	<pubDate>Wed, 04 Nov 2009 13:02:44 +0000</pubDate>
	<dc:creator>James Dimick</dc:creator>
</item>
<item>
	<title>WordPress.tv: The AStickyPostOrderER Plugin: Overview</title>
	<guid>http://wordpress.tv/?p=2957</guid>
	<link>http://wordpress.tv/2009/11/04/the-astickypostorderer-plugin-overview/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-1&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/11/04/the-astickypostorderer-plugin-overview/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/YpH7tn20/astickypostordererplugin_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2957/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2957/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2957/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2957/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2957/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2957/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2957/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2957/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2957/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2957/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2957&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 04 Nov 2009 03:45:51 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress Theme Releases for 11/03</title>
	<guid>http://weblogtoolscollection.com/?p=7016</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/03/wordpress-theme-releases-for-1103/</link>
	<description>&lt;h4&gt;&lt;a href=&quot;http://extjswordpress.net/&quot;&gt;ExtizeMe&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;img title=&quot;ExtJS&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/11/ExtJS.gif&quot; alt=&quot;ExtJS&quot; width=&quot;200&quot; height=&quot;137&quot; /&gt;&lt;/p&gt;
&lt;p&gt;A WordPress theme written mostly in JavaScript. Layout, behavior and look&amp;amp;feel are made with &lt;a href=&quot;http://extjs.com&quot;&gt;Ext Js Library&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://www.thrillingheroics.com/2009/10/steal-my-blog-design-announcing-the-free-thrillingtheme-for-wordpress.html&quot;&gt;ThrillingTheme&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://www.thrillingheroics.com/theme&quot;&gt;&lt;img title=&quot;Thrilling Theme&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/11/ThrillingTheme.jpg&quot; alt=&quot;Thrilling Theme&quot; width=&quot;200&quot; height=&quot;132&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Two column theme with three widget ready areas and available in three color schemes.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://wordpress.org/extend/themes/color3&quot;&gt;Color3&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;img title=&quot;Color3&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/11/Color3.png&quot; alt=&quot;Color3&quot; width=&quot;200&quot; height=&quot;164&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Colorful clean and stylish theme with two columns, right sidebar dropdown menu and widget-ready.&lt;/p&gt;
&lt;p&gt;Are you a theme author? &lt;a href=&quot;http://weblogtoolscollection.com/submit-news/&quot;&gt;Submit your theme&lt;/a&gt; to get these listed in our release posts.&lt;/p&gt;</description>
	<pubDate>Tue, 03 Nov 2009 19:10:23 +0000</pubDate>
	<dc:creator>Perurry</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress Warriors From Across The World</title>
	<guid>http://weblogtoolscollection.com/?p=7019</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/03/wordpress-warriors-from-across-the-world/</link>
	<description>&lt;p&gt;How cool would it be to take a look at a Google map to see if there are any WordPress fans near your location? Thanks to a new site called &lt;a href=&quot;http://wpworldmap.net/&quot;&gt;WPWorldmap.net&lt;/a&gt;, now you can. The site is made up of a Google map with a draggable window that contains the options to sign up or to apply filters such as fans, core developers, users/bloggers, etc. The other neat thing about this site is that it shows upcoming WordCamp events across the world. Signing up was a breeze and if you use Twitter, you can use your account to sign up while also following anyone who has registered to the site already. &lt;/p&gt;
&lt;div id=&quot;attachment_7020&quot; class=&quot;wp-caption aligncenter&quot;&gt;&lt;img src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/11/wpworldview.png&quot; alt=&quot;I&amp;#039;m that guy in Northern Ohio&quot; title=&quot;wpworldview&quot; width=&quot;278&quot; height=&quot;124&quot; class=&quot;size-full wp-image-7020&quot; /&gt;&lt;p class=&quot;wp-caption-text&quot;&gt;I'm that guy in Northern Ohio&lt;/p&gt;&lt;/div&gt;
&lt;p&gt;Of course, WPWorldMap is only as helpful as the amount of people who decide to signup and appropriately apply their approximate location so if interested, sign up and leave your mark. You might be surprised by the number of WordPress fans in your neighborhood!&lt;/p&gt;</description>
	<pubDate>Tue, 03 Nov 2009 18:45:33 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>Donncha: WP Super Cache Developer Documentation</title>
	<guid>http://ocaoimh.ie/?p=89495422</guid>
	<link>http://ocaoimh.ie/wp-super-cache-developer-documentation/</link>
	<description>&lt;p&gt;I&amp;#8217;ve finally found the time to write up some &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3Atc3VwZXItY2FjaGUtZGV2ZWxvcGVycy8=&quot;&gt;documentation for developers&lt;/a&gt; who want to work with WP Super Cache.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s a work in progress but should help other plugin developers who want to interact with the cache. &lt;/p&gt;
&lt;p&gt;Suggestions and comments welcome.&lt;/p&gt;
&lt;p&gt;PS. If you&amp;#8217;re in Cork on November 14th, head along to &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5iYXJjYW1wY29yay5jb20v&quot;&gt;BarCamp Cork III&lt;/a&gt;. I&amp;#8217;ll be giving a talk, &amp;#8220;How WP Super Cache Works&amp;#8221;. It&amp;#8217;ll be less technical than this but I&amp;#8217;ll answer questions too. Check out the &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5iYXJjYW1wY29yay5jb20vc2Vzc2lvbnN0YWxrcy8=&quot;&gt;other sessions&lt;/a&gt; too.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Related Posts&lt;/strong&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3Atc3VwZXItY2FjaGUtMDg0LXRoZS1nYXJiYWdlLWNvbGxlY3Rvci8=&quot; rel=&quot;&quot;&gt;WP Super Cache 0.8.4, the garbage collector&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3Atc3VwZXItY2FjaGUtMDg3Lw==&quot; rel=&quot;&quot;&gt;WP Super Cache 0.8.7&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd3Atc3VwZXItY2FjaGUtMC05LTUv&quot; rel=&quot;&quot;&gt;WP Super Cache 0.9.5&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt; &lt;img src=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&amp;post_id=89495422&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Tue, 03 Nov 2009 17:32:28 +0000</pubDate>
	<dc:creator>Donncha</dc:creator>
</item>
<item>
	<title>WordPress.tv: Effectuer une mise à jour de WordPress</title>
	<guid>http://wordpress.tv/?p=2954</guid>
	<link>http://wordpress.tv/2009/11/03/effectuer-une-mise-a-jour-de-wordpress/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-2&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/11/03/effectuer-une-mise-a-jour-de-wordpress/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/UOTzQuTu/wordpress-mise-a-jour2_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2954/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2954/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2954/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2954/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2954/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2954/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2954/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2954/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2954/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2954/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2954&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 03 Nov 2009 06:15:02 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress Plugin Releases for 11/01</title>
	<guid>http://weblogtoolscollection.com/?p=6972</guid>
	<link>http://weblogtoolscollection.com/archives/2009/11/01/wordpress-plugin-releases-for-1101/</link>
	<description>&lt;h3&gt;New Plugins&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://wordpress.fortunekookie.com/&quot;&gt;Fortune Kookie&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This WordPress plugin adds a sidebar widget to display a random fortune cookie fortune. The database hosted on FortuneKookie.com has over 1500 unique fortunes and each fortune includes the front message, the back word(s), and the lucky numbers.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://phiredesign.net/blog/wordpress-plugin-custom-login-page-2-0/&quot;&gt;Custom Login Page&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Wordpress Custom Login Page allows you to customize your login page beyond any plugin previously available. Your background image, logo image, and form div background are all customizable.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://scribu.net/wordpress/category-checklist-tree&quot;&gt;Category Checklist Tree&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Prevents checked categories from going to the top of the checklist on the post editing screen.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.iwebix.de/wordpress-content-slideshow-plugin/&quot;&gt;WP Content Slideshow&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;WP Content Slideshow is the perfect Slideshow for Wordpress. It displays up to 5 Posts with Tile, Description and Image for every Post.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.jakeruston.co.uk/2009/10/wordpress-plugin-jr-quotes/&quot;&gt;JR_Quotes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This plugin allows you to display geek quotes, pop quotes, general quotes, religious quotes and sci-fi quotes, all with a simple widget.&lt;/p&gt;
&lt;h3&gt;Updated Plugins&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/&quot;&gt;Regenerate Thumbnails&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regenerate Thumbnails allows you to regenerate the thumbnails for all of your image attachments. This is very handy if you’ve changed any of your thumbnail dimensions (via Settings -&amp;gt; Media) after previously uploading images.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/rsscloud/&quot;&gt;RSS Cloud&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Adds &lt;a href=&quot;http://rsscloud.org/&quot;&gt;RSSCloud&lt;/a&gt; capabilities to your RSS feed.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://epicalex.com/new-user-email-set-up/&quot;&gt;New User Email Set up&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The function of the plugin is to provide a basic interface so that admins can define a custom email that is sent to users when they first register. Subject, Text Body, From Address, Admin Subject and Admin Text Body can all be defined, to allow for a more personalised feel to your blog, that doesn’t have such a generic ‘welcome’ email.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://yoast.com/clicky-tracking-wordpress/&quot;&gt;Clicky Tracking&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Helps you integrate &lt;a href=&quot;http://getclicky.com/145844&quot;&gt;Clicky&lt;/a&gt; in your website. Clicky Web Analytics helps you monitor, analyze, and react to your blog or web site&amp;#8217;s traffic in real time.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://sivel.net/wordpress/shadowbox-js/&quot;&gt;Shadowbox JS&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Shadowbox is an online media viewing application that supports all of the web&amp;#8217;s most popular media publishing formats. Shadowbox is written entirely in JavaScript and CSS and is highly customizable. Using Shadowbox, website authors can display a wide assortment of media in all major browsers without navigating users away from the linking page.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.viadat.com/store-locator&quot;&gt;Store Locator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Store Locator plugin empowers web developers &amp;amp; web site owners to easily manage and display any set of important stores, products, or other locations on their website in an easily searchable manner. Uses Google Maps.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.viper007bond.com/wordpress-plugins/jquery-lightbox-for-native-galleries/&quot;&gt;jQuery Lightbox for Native Galleries&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;jQuery Lightbox For Native Galleries makes the native WordPress galleries use a lightbox script called &lt;a href=&quot;http://colorpowered.com/colorbox/&quot;&gt;ColorBox&lt;/a&gt; to display the fullsize images.&lt;/p&gt;</description>
	<pubDate>Sun, 01 Nov 2009 18:30:28 +0000</pubDate>
	<dc:creator>Perurry</dc:creator>
</item>
<item>
	<title>WordPress.tv: This Week on WordPress.tv: Oct 25—Oct 31</title>
	<guid>http://blog.wordpress.tv/?p=92</guid>
	<link>http://blog.wordpress.tv/2009/11/01/this-week-on-wordpress-tv-oct-25%e2%80%94oct-31/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Happy Halloween!&lt;/p&gt;
&lt;p&gt;This week, we took a little break from WordCamp videos to post a couple of tutorials, a couple of interviews, and one introduction to a different way of using WordPress.&lt;/p&gt;
&lt;p&gt;We published one tutorial on a newer feature of WordPress.com: &lt;a href=&quot;http://wordpress.tv/2009/10/28/the-image-widget-for-wordpress-com/&quot;&gt;the Image Widget&lt;/a&gt;. If you&amp;#8217;re a self-hosted WordPress user and like the widget in the video, there&amp;#8217;s a great suggestion in the comments for a plugin you can use.&lt;/p&gt;
&lt;p&gt;Matt Gibbs sent us a great overview of the &lt;a href=&quot;http://wordpress.tv/2009/10/30/pods-cms-basics/&quot;&gt;basic functionality of the Pods CMS plugin&lt;/a&gt;. You&amp;#8217;ll need some basic PHP knowledge, but if you&amp;#8217;re interested in some of the different ways people are using WordPress, it&amp;#8217;s definitely worth a look.&lt;/p&gt;
&lt;p&gt;We also made available two French language tutorials:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/27/concevoir-un-theme-en-parallele-avec-theme-test-drive/&quot;&gt;Concevoir un thème en parallèle avec Theme Test Drive&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/30/supprimer-le-compte-administrateur-de-wordpress/&quot;&gt;Supprimer le compte Administrateur de WordPress&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Lastly, we posted more in the series of interviews with Matt Mullenweg, one with &lt;a href=&quot;http://wordpress.tv/2009/10/29/matt-mullenweg-wordpress-now/&quot;&gt;his thoughts on the current state of the WordPress platform&lt;/a&gt;, and another regarding &lt;a href=&quot;http://wordpress.tv/2009/10/27/matt-mullenweg-wordpress-open-source/&quot;&gt;the role and importance of open source to WordPress&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This week, there&amp;#8217;s been some great discussion after the event on some of the video from WordCamp Seattle. &lt;a href=&quot;http://wordpress.tv/event/wordcamp-seattle/&quot;&gt;Check the list of sessions here&lt;/a&gt;, and if you see something that interests you, join the conversation!&lt;/p&gt;
&lt;p&gt;Next week, we have even more from the WordPress community, and we&amp;#8217;re looking forward to more WordCamp sessions from around the world. If you have a tutorial or other WordPress-related video you&amp;#8217;d like to share with the community, &lt;a href=&quot;http://wordpress.tv/contact&quot;&gt;please send us a note&lt;/a&gt; and we&amp;#8217;ll be happy to check it out.&lt;/p&gt;
&lt;p&gt;More video to come on Monday!&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptvblog.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptvblog.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptvblog.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptvblog.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptvblog.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptvblog.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptvblog.wordpress.com/92/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptvblog.wordpress.com/92/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.wordpress.tv&amp;blog=5310177&amp;post=92&amp;subd=wptvblog&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 01 Nov 2009 03:34:53 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>Dev Blog: Upcoming Bug Hunts!</title>
	<guid>http://wordpress.org/development/?p=953</guid>
	<link>http://wordpress.org/development/2009/10/upcoming-bug-hunts/</link>
	<description>&lt;p&gt;As we near completion of the 2.9 milestone, it&amp;#8217;s that time of dev cycle again, when we ask all you community developers who&amp;#8217;ve been putting off contributing to core to dust off your dev environments and help us get closer to being release-ready. How? Bug hunts! Yes, that time-honored tradition (in the time of WordPress, anyway) of everyone pitching in to test patches and report the results, working on solutions to major bugs, and helping to clear out Trac has come around again, and we&amp;#8217;re scheduling not one, but two bug hunts over the next couple of weeks to ensure that everyone has enough time to prepare and &lt;a href=&quot;https://core.trac.wordpress.org/&quot;&gt;participate&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#1&lt;/strong&gt; &amp;#8211; The first bug hunt of 2.9 will be Thursday through Saturday, November 5-7, 2009. This should give people a few days to plan for it, upgrade their dev environments if they haven&amp;#8217;t been following trunk, and figure out how to allot their time. We&amp;#8217;re stretching over both weekdays and weekend to try and accommodate everyone&amp;#8217;s schedule.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#2 &lt;/strong&gt;- The second bug hunt will be a week later, Saturday through Monday, November 14-16, 2009. This should make it possible for anyone who needs more than a week to set some time aside to participate. This bug hunt will coincide with &lt;a href=&quot;http://2009.newyork.wordcamp.org/&quot;&gt;WordCamp NYC&lt;/a&gt;, where a special Hacker Room will be set aside for people to go and work on 2.9 bug tickets alongside regular core contributors including Mark Jaquith and Matt Martz (sivel from IRC).&lt;/p&gt;
&lt;h4&gt;The Goals&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;Test, test, test existing patches!&lt;/strong&gt; You can see all tickets with patches that need testing by checking &lt;a href=&quot;http://core.trac.wordpress.org/report/13&quot;&gt;this report&lt;/a&gt;. When you&amp;#8217;ve tested a patch, report your results in the ticket comments, so core committers can see how the patch is faring.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fix known bugs! &lt;/strong&gt;You can see the bugs that need patches by checking &lt;a href=&quot;http://core.trac.wordpress.org/report/16&quot;&gt;this report&lt;/a&gt;. Look for the ones that seem that they&amp;#8217;ll affect the most people or have the biggest impact by being fixed. Edge case bugs should be lower priority.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Report new bugs! &lt;/strong&gt;As you&amp;#8217;re testing out the development version, if you come across a bug, &lt;a href=&quot;http://core.trac.wordpress.org/search&quot;&gt;search trac&lt;/a&gt; to see if someone has reported it yet. If so, add a comment with your experience to the ticket so we&amp;#8217;ll know it&amp;#8217;s affecting more than one person. If no ticket exists yet, &lt;a href=&quot;http://core.trac.wordpress.org/newticket&quot;&gt;create one&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Core committers will be around (in the #wordpress-dev channel at irc.freenode.com) both weekends to review patches that have been thoroughly tested, answer questions as needed, and give feedback on patches that need more work before being commit-worthy.&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;ve never participated in a WordPress bug hunt before, but you&amp;#8217;d like to get involved, we&amp;#8217;d love to have you join us! To prepare, you&amp;#8217;ll want to &lt;a href=&quot;http://www.google.com/search?q=setting+up+a+wordpress+test+environment&amp;amp;ie=utf-8&amp;amp;oe=utf-8&amp;amp;aq=t&amp;amp;rls=org.mozilla:en-US:official&amp;amp;client=firefox-a&quot;&gt;set up a test environment&lt;/a&gt;, start using the current development version/maybe install the &lt;a href=&quot;http://westi.wordpress.com/2009/06/22/making-it-easy-to-be-a-wordpress-tester/&quot;&gt;beta testing plugin&lt;/a&gt;, join us in the #wordpress-dev IRC channel, and read up on &lt;a href=&quot;http://codex.wordpress.org/Automated_Testing&quot;&gt;automated testing&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Sat, 31 Oct 2009 21:28:00 +0000</pubDate>
	<dc:creator>Jane Wells</dc:creator>
</item>
<item>
	<title>Donncha: WordPress MU 2.8.5.1</title>
	<guid>http://ocaoimh.ie/?p=89495414</guid>
	<link>http://ocaoimh.ie/wordpress-mu-2851/</link>
	<description>&lt;p&gt;&lt;strong&gt;Update!&lt;/strong&gt; WordPress MU 2.8.5.2 has &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RyYWMubXUud29yZHByZXNzLm9yZy90aWNrZXQvMTE0Mg==&quot;&gt;a tiny fix&lt;/a&gt; for a post publish bug. You can download it from the usual place.&lt;/p&gt;
&lt;p&gt;WordPress MU 2.8.5.1 has just been released and may be &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL211LndvcmRwcmVzcy5vcmcvZG93bmxvYWQv&quot;&gt;downloaded&lt;/a&gt; immediately.&lt;/p&gt;
&lt;p&gt;This is a security and bugfix release and a recommended upgrade for every WordPress MU site. What happened to 2.8.5? I had it tagged and ready for release when Luke &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29tL3RodW5kZXJsb3VuZ2Uvc3RhdHVzZXMvNTMwMDM3NzU1Nw==&quot;&gt;reported&lt;/a&gt; a little problem. It wasn&amp;#8217;t possible to edit blogs! It was an easy bug &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RyYWMubXUud29yZHByZXNzLm9yZy9jaGFuZ2VzZXQvMTk4NQ==&quot;&gt;to fix&lt;/a&gt; but code had been tagged and zip/tarball archives created so I had to create new ones. Thanks &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RodW5kZXJsb3VuZ2UuY29tLw==&quot;&gt;Luke&lt;/a&gt;! Saved the day. &lt;img src=&quot;http://ocaoimh.ie/wp-includes/images/smilies/icon_smile.gif&quot; alt=&quot;:)&quot; class=&quot;wp-smiley&quot; /&gt; &lt;/p&gt;
&lt;p&gt;Thanks to everyone else who contributed and helped in any way during the making of this release. Your help is invaluable.&lt;/p&gt;
&lt;p&gt;This release also fixes a problem with slashes in blog and site options. You&amp;#8217;ll be prompted to run the site upgrader. Please run it on all your blogs. For a more comprehensive look at what has changed recently, take a look at the &lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3RyYWMubXUud29yZHByZXNzLm9yZy90aW1lbGluZQ==&quot;&gt;Trac Timeline&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Related Posts&lt;/strong&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTI3Lw==&quot; rel=&quot;&quot;&gt;WordPress MU 2.7&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTI2MS8=&quot; rel=&quot;&quot;&gt;WordPress MU 2.6.1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTItOC0xLw==&quot; rel=&quot;&quot;&gt;WordPress MU 2.8.1&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt; &lt;img src=&quot;http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&amp;post_id=89495414&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;</description>
	<pubDate>Fri, 30 Oct 2009 23:58:00 +0000</pubDate>
	<dc:creator>Donncha</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: How Would You Leverage The WordPress Community?</title>
	<guid>http://weblogtoolscollection.com/?p=6968</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/30/how-would-you-leverage-the-wordpress-community/</link>
	<description>&lt;p&gt;One of the most difficult tasks I see for the WordPress project in the next 1-2 years is creating a place to harness the power of the WordPress community into a central location. In my opinion, the WordPress community is like peanut butter, spread across the web really thin. You have to be subscribed to a bunch of different blogs throughout the community in order to get a grasp as to what is happening with the WordPress project. Other than enthusiast sites, you have to know which mailing lists to subscribe to, the developments prologue site, attend the developer chats, and occasionally read a WordPress centric blog post or two from one of the core developers in order to figure out what is going on. I don&amp;#8217;t like this situation. Instead, I would love to see a community portal developed on the WordPress.org site that contains the tools necessary to create a collaboration hub.&lt;/p&gt;
&lt;p&gt;I hesitate to mention another project on a WordPress focused site but I believe there are lessons that can be learned from how Joomla has handled this situation. Joomla has a site called &lt;a href=&quot;http://community.joomla.org/&quot;&gt;http://community.joomla.org/&lt;/a&gt;. The front page of this site acts as a portal to vital aspects of the project including team member blogs, events, featured articles, translations, etc. It&amp;#8217;s as if everything I would need to know or have quick access to is right on the front page housed within this portal.&lt;/p&gt;
&lt;p&gt;On the WordPress side of things, you have to dive into the documentation to find the Codex article that discusses WordPress in your language. The site contains one blog, the development blog for announcements specifically dealing with the software. It&amp;#8217;s not like the good old days when multiple posts per month covering all aspects of the project would be published here. Now you&amp;#8217;re lucky to see two posts or more a month on it. Each WordPress team member has their own blog, most with a WordPress category that is tied into a separate entity called the WordPress Planet that is accessed in the dashboard called Other WordPress News. Not only are the team members added to this site, but so are a number of other projects/sites that are not strictly WordPress related. I realize the team members are busy and some of them contribute to the WordPress project not employed by Automattic but I would like to see more posts published by them focused on the WordPress project. For example, I attend some of the developer chats and I see requests for unit tests or explanations as to how tickets in Trac should be treated yet I don&amp;#8217;t see consistent information published to the public explaining this. Sure, the end user facing crowd has no interest in this, but there are a ton of plugin and theme authors as well as enthusiasts who would be. To be frank, I think that if it were not for websites such as Weblogtoolscollection.com and a host of other WordPress centric community sites, a majority of us would have no clue as to the progress of WordPress except for when a release was imminent. &lt;/p&gt;
&lt;p&gt;I would love to see is a complete redesign of WordPress.org which served as a portal. A portal that could be visited daily to see posts from team members regarding the project, latest posts in the WordPress forum, upcoming WordCamps, a featured WordPress.TV Video, links to some of the most important pages in the Codex, the 3 or 5 newest themes and plugins added to the repository, etc. This post may be premature though as the best thing that could happen to the site is the redesign, plus the ability to use BuddyPress as a means of creating the collaboration hub of it all. I know the BuddyPress situation is currently being worked on and may end up being a reality some day on WordPress.org but for everything else, there is certainly room for improvement across the board.&lt;/p&gt;
&lt;h2&gt;What Say you?&lt;/h2&gt;
&lt;p&gt;First off, what do you think of the current way WordPress.org the project along with the website is laid out? If you had the opportunity, how would you completely restructure the website and team members to turn the site into a collaboration/information hub all about WordPress?&lt;/p&gt;</description>
	<pubDate>Fri, 30 Oct 2009 22:18:37 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress Theme Releases for 10/30</title>
	<guid>http://weblogtoolscollection.com/?p=6966</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/30/wordpress-theme-releases-for-1030/</link>
	<description>&lt;h4&gt;&lt;a href=&quot;http://3oneseven.com/02/ines/&quot;&gt;Ines BuddyPress&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://wp2.3oneseven.com/index.php?wptheme=Ines&quot;&gt;&lt;img title=&quot;ines BuddyPress&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/inesBuddyPress.png&quot; alt=&quot;ines BuddyPress&quot; width=&quot;200&quot; height=&quot;179&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The Ines BuddyPress WP theme, edgy styles for a BuddyPress powered site with the brandnew Ines BuddyPress Theme, featuring a three column fluid layout, enabled with options panel, widgetized sidebars and footers, flickr support, pagenavi support, frontpage slider, orelated posts and recent comments are built into the theme.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://dpxmag.com/cleanpress-a-free-premium-wordpress-theme.html&quot;&gt;cleanPRESS&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;img title=&quot;cleanpress&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/cleanpress.png&quot; alt=&quot;cleanpress&quot; width=&quot;200&quot; height=&quot;102&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Two column, feature rich theme with support for featured articles, post options and twitter options&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://www.clubwordpress.com/bare-minimum-wordpress-theme/&quot;&gt;Bare Minimum&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://www.demo.clubwordpress.com/index.php?wptheme=Bare+Minimum&quot;&gt;&lt;img title=&quot;Bare Minimum&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/BareMinimum.png&quot; alt=&quot;Bare Minimum&quot; width=&quot;200&quot; height=&quot;134&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This theme uses the bare minimum files that are needed for a WordPress theme – The theme uses no CSS and contains everything needed to run the theme in index.php.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://www.wpskinner.com/2009/10/26/moi-magazine-free-wordpress-theme-release/&quot;&gt;Moi Magazine&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://wpcodex.com/demo/?themedemo=moi-magazine&quot;&gt;&lt;img title=&quot;Moi Magazine&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/MoiMagazine.jpg&quot; alt=&quot;Moi Magazine&quot; width=&quot;174&quot; height=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Moi Magazine is a free 2 column magazine style WordPress Theme. It looks very modern and elegant from the front end and offering vast Admin options at the back end. With wide variety of tune able Theme options in the admin menu you don’t need to edit .php files manually to do basic theme adjustments.&lt;/p&gt;
&lt;p&gt;Are you a theme author? &lt;a href=&quot;http://weblogtoolscollection.com/submit-news/&quot;&gt;Submit your theme&lt;/a&gt; to get it listed in these posts.&lt;/p&gt;</description>
	<pubDate>Fri, 30 Oct 2009 21:44:36 +0000</pubDate>
	<dc:creator>Perurry</dc:creator>
</item>
<item>
	<title>BuddyPress: Doubling Up</title>
	<guid>http://buddypress.org/?p=688</guid>
	<link>http://buddypress.org/blog/news/doubling-up/</link>
	<description>&lt;p&gt;I&amp;#8217;d like to congratulate &lt;a href=&quot;http://buddypress.org/developers/johnjamesjacoby&quot;&gt;John James Jacoby (aka jjj)&lt;/a&gt; for doubling the size of the core development team and gaining commit access to the project!&lt;/p&gt;
&lt;p&gt;BuddyPress is growing, and at a pace that just one core developer cannot possibly keep up with. I&amp;#8217;ve been looking to expand the size of the core development team for a while now and I&amp;#8217;m excited to be able to announce the first stop along that road.&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;re a regular in the &lt;a href=&quot;http://buddypress.org/forums&quot;&gt;forums&lt;/a&gt; or &lt;a href=&quot;http://trac.buddypress.org&quot;&gt;trac&lt;/a&gt; you&amp;#8217;ll already know who John is. He has been an unrelenting force for some time with quick responses to questions and quality core patches.&lt;/p&gt;
&lt;p&gt;John will be helping with bug fixing to begin with, then looking to take on some of the new features listed on the &lt;a href=&quot;http://buddypress.org/about/roadmap&quot;&gt;roadmap&lt;/a&gt;. Congratulations again John, I&amp;#8217;m very excited to have you on the core team.&lt;/p&gt;</description>
	<pubDate>Fri, 30 Oct 2009 11:03:47 +0000</pubDate>
	<dc:creator>Andy Peatling</dc:creator>
</item>
<item>
	<title>WordPress.tv: Supprimer le compte Administrateur de WordPress</title>
	<guid>http://wordpress.tv/?p=2951</guid>
	<link>http://wordpress.tv/2009/10/30/supprimer-le-compte-administrateur-de-wordpress/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-3&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/30/supprimer-le-compte-administrateur-de-wordpress/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/cTR0oJhI/wordpress-suppression-compte-admin_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2951/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2951/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2951/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2951/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2951/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2951/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2951/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2951/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2951/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2951/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2951&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 30 Oct 2009 03:18:14 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>WordPress.tv: Pods CMS: Basics</title>
	<guid>http://wordpress.tv/?p=2948</guid>
	<link>http://wordpress.tv/2009/10/30/pods-cms-basics/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-4&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/30/pods-cms-basics/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/liNjW68D/pods-basics_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2948/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2948/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2948/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2948/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2948/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2948/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2948/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2948/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2948/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2948/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2948&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 30 Oct 2009 03:10:25 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: Bulk Plugin Upgrades In 2.9</title>
	<guid>http://weblogtoolscollection.com/?p=6959</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/29/bulk-plugin-upgrades-in-2-9/</link>
	<description>&lt;p&gt;As &lt;a href=&quot;http://wpengineer.com/batch-plugin-update-in-wordpress-2-9/&quot; target=&quot;_blank&quot;&gt;mentioned by WP Engineer&lt;/a&gt;, WordPress 2.9 recently had a new feature added to it called bulk plugin upgrades. The interesting thing about this feature is back on September 11th, Matt &lt;a href=&quot;http://twitter.com/photomatt/status/3922695818&quot; target=&quot;_blank&quot;&gt;published this&lt;/a&gt; through his Twitter feed:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Just upgraded three plugins in about 30 seconds using one-click upgrade &amp;#8212; wish you could do them all at once though.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Well, now you can. I attended the WordPress developers chat today and according to the devs, the bulk upgrader works, all it needs now is to be tied into the API along with some cosmetics. I&amp;#8217;m sure there are plenty of you, including myself that is pleased to see this addition to WordPress. However, I wonder what happens if during a bulk upgrade, one of the plugins fails. Does the upgrader skip the plugin and move on to the next one or does it ruin the entire upgrade? Looking forward to the answer in the comments. &lt;/p&gt;</description>
	<pubDate>Thu, 29 Oct 2009 22:49:40 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress for iPhone 2 Now Available in App Store</title>
	<guid>http://weblogtoolscollection.com/archives/2009/10/29/wordpress-for-iphone-2-now-available-in-app-store/</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/29/wordpress-for-iphone-2-now-available-in-app-store/</link>
	<description>&lt;p&gt;WordPress 2 for iPhone is now &lt;a href=&quot;http://iphone.wordpress.org/2009/10/28/wordpress-2-available/&quot; target=&quot;_blank&quot;&gt;available for downloads&lt;/a&gt; in the App Store. The new app is packed with lots of features which include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A new, more efficient user interface that makes it faster to switch between comments, posts, and pages. &lt;/li&gt;
&lt;li&gt;Various user interface refinements and bug fixes &lt;/li&gt;
&lt;li&gt;New Comments interface, with Gravatars and the author URL shown in the comment list &lt;/li&gt;
&lt;li&gt;Passwords are now stored in the keychain &lt;/li&gt;
&lt;li&gt;Posts are now automatically saved and restored if network connection is lost during publishing &lt;/li&gt;
&lt;li&gt;Added persistence, so the app re-opens in the blog you last used &lt;/li&gt;
&lt;li&gt;Added an interface for manually entering the XMLRPC endpoint for non-standard setups &lt;/li&gt;
&lt;li&gt;Fixed rotation-related visual glitches &lt;/li&gt;
&lt;li&gt;Fixed errors where malformed XML prevented access to XMLRPC endpoint &lt;/li&gt;
&lt;li&gt;Fixed edge case where local drafts were sometimes not saved &lt;/li&gt;
&lt;li&gt;Fixed the order of photos so that they’re displayed in the order they’re uploaded/ &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Please note:&lt;/strong&gt; The WordPress for iPhone 2 is a completely new application. If you are using a older version of WordPress app for iPhone, you will not be able to upgrade it, you will have to download the new application instead. You can safely remove the older version of the app, once you have installed version 2.0.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://go2.wordpress.com/?id=725X1342&amp;amp;site=wpiphone.wordpress.com&amp;amp;url=http%3A%2F%2Fitunes.apple.com%2FWebObjects%2FMZStore.woa%2Fwa%2FviewSoftware%3Fid%3D335703880%26mt%3D8&quot; target=&quot;_blank&quot;&gt;&lt;strong&gt;Download WordPress for iPhone 2 from App Store&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;</description>
	<pubDate>Thu, 29 Oct 2009 19:57:18 +0000</pubDate>
	<dc:creator>Keith Dsouza</dc:creator>
</item>
<item>
	<title>Joseph: rssCloud WordPress Plugin Update – 0.4.1</title>
	<guid>http://josephscott.org/?p=1554</guid>
	<link>http://josephscott.org/archives/2009/10/rsscloud-wordpress-plugin-update-0-4-1/</link>
	<description>&lt;div class=&quot;post-update&quot;&gt;
&lt;b&gt;Update &amp;#8211; 5 Nov 2009:&lt;/b&gt;&lt;br /&gt;
These features are now available on WordPress.com as well &amp;#8211; &lt;a href=&quot;http://en.blog.wordpress.com/2009/11/05/rsscloud-update/&quot;&gt;http://en.blog.wordpress.com/2009/11/05/rsscloud-update/&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;Version 0.4.1 of the &lt;a href=&quot;http://wordpress.org/extend/plugins/rsscloud/&quot;&gt;rssCloud WordPress plugin&lt;/a&gt; is now available.  The biggest change  is adding support for the &lt;a href=&quot;http://rsscloud.org/walkthrough/openDiscussion.html&quot;&gt;domain parameter&lt;/a&gt; in notification requests.  This means that rssCloud updates processed by the plugin are no longer limited to being sent to the IP address that the request came from.  Support for the domain parameter is live on &lt;a href=&quot;http://wordpress.com/&quot;&gt;WordPress.com&lt;/a&gt; as well.&lt;/p&gt;
&lt;p&gt;When a domain parameter is included with a notification request the verification process does the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Sends an HTTP GET request to the {domain}:{port}{path} URL&lt;/li&gt;
&lt;li&gt;That HTTP GET includes to pieces of data: url and challenge.  The url field contains the URL of the feed that we&amp;#8217;ll been sending pings about.  The challenge field contains a random string of characters&lt;/li&gt;
&lt;li&gt;The response back must have a status code of 2xx and the body must contain EXACTLY the contents of the challenge field.  If both of those conditions are not met then the verification process will consider this a failure&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For notification requests that have no domain parameter the verification process is unchanged from before.&lt;/p&gt;
&lt;p&gt;Another item that some may find helpful is a new constant &amp;#8211; RSSCLOUD_FEED_URL &amp;#8211; if that is defined they it will be used as the feed URL of the blog instead of determining it via &lt;code&gt;get_bloginfo( 'rss2_url' );&lt;/code&gt;.  For plugin authors that provide options for an alternative feed URL note that can override the default in WordPress via the &lt;code&gt;&lt;a href=&quot;http://codex.wordpress.org/Plugin_API/Filter_Reference#Link_Filters&quot;&gt;feed_link&lt;/a&gt;&lt;/code&gt; filter.  That filter can be used instead of the RSSCLOUD_FEED_URL constant and will bubble up through the &lt;code&gt;get_bloginfo( 'rss2_url' );&lt;/code&gt; call.&lt;/p&gt;</description>
	<pubDate>Thu, 29 Oct 2009 17:31:12 +0000</pubDate>
	<dc:creator>Joseph Scott</dc:creator>
</item>
<item>
	<title>BuddyPress: BuddyPress at WordCamp New York</title>
	<guid>http://buddypress.org/?p=677</guid>
	<link>http://buddypress.org/blog/news/buddypress-at-wordcamp-new-york/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://2009.newyork.wordcamp.org&quot; title=&quot;WordCampNYC – Nov 14-15&quot;&gt;&lt;img alt=&quot;WordCampNYC – Nov 14-15&quot; src=&quot;http://2009.newyork.wordcamp.org/files/2009/10/wcnyc-wish-125.jpg&quot; /&gt;&lt;/a&gt;This year at &lt;a href=&quot;http://2009.newyork.wordcamp.org/&quot;&gt;WordCamp New York&lt;/a&gt; there will be a whole track dedicated to WordPress MU and BuddyPress. Some of the topics being presented are:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Getting off the Farm:&lt;/strong&gt;&lt;br /&gt;WPMU Beyond Blog Hosting. We all know that WPMU can be used to host multiple blogs for public or internal signups. But what else can you do? How far can you stretch it? I’ll be showcasing a number of sites that use WPMU in interesting ways. Speaker: Andrea Rennick.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Writing Plugins for WordPress/MU:&lt;/strong&gt;&lt;br /&gt;This session will be directed toward plugin developers. We will discuss platform differences &amp;#038; guidelines to keep in mind when writing a plugin for both WordPress &amp;#038; WordPress MU. Speaker: Ron Rennick.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;User Authentication with MU in Existing Ecosystems.&lt;/strong&gt;&lt;br /&gt;Speaker: Casey Bisson.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How-to with MU: Using Multiple Domains, and Building a Member Directory.&lt;/strong&gt;&lt;br /&gt;A two-part session where we will dig in to two different concepts. First up, we’ll cover how to domain map member blogs, and the difference between multiple sites and multiple domains. The second half will cover how we built a business/member directory and what plugins we used to accomplish this so you can build one too. Speaker: Andrea Rennick.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Growing Community with BuddyPress:&lt;/strong&gt;&lt;br /&gt;Speaker: Lisa Sabin-Wilson.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Creating Killer Group Extensions in BuddyPress:&lt;/strong&gt;&lt;br /&gt;In this session learn how to build highly custom feature extensions to BuddyPress groups. Andy will be talking through how you can use the new group extension API to build Twitter stream integration right into your groups. Speaker: Andy Peatling.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Developing BuddyPress as a Collaboration Hub:&lt;/strong&gt;&lt;br /&gt;In this presentation, I’ll discuss some of the BuddyPress development I’ve done to bridge the WordPress/bbPress/MediaWiki platforms, taking BP beyond its roots as a social networking platform and turning it into a collaboration hub: a space where users can find, friend, and team up with each other (the social networking part BP that does well), work together to produce content (that’s the “collaboration” part), and feed the content back into BP (that’s the “hub” part). Speaker: Boone Gorges.&lt;/p&gt;
&lt;p&gt;Other soon-to-be confirmed sessions: Setting up BuddyPress (workshop); BuddyPress theme framework.&lt;/p&gt;
&lt;p&gt;For a full list of sessions please see the &lt;a href=&quot;http://2009.newyork.wordcamp.org/program&quot;&gt;program page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It should be a fantastic event with space for up to 1000 people. Tickets are selling out fast so if you&amp;#8217;re thinking of attending, now is the time to hop in and &lt;a href=&quot;http://2009.newyork.wordcamp.org/tickets/&quot;&gt;buy a ticket&lt;/a&gt;. It looks like this is going to be &lt;strong&gt;the&lt;/strong&gt; east coast WordCamp to attend. I&amp;#8217;ll see you all there!&lt;/p&gt;</description>
	<pubDate>Thu, 29 Oct 2009 10:45:17 +0000</pubDate>
	<dc:creator>Andy Peatling</dc:creator>
</item>
<item>
	<title>WordPress.tv: Matt Mullenweg: WordPress Now</title>
	<guid>http://wordpress.tv/?p=2552</guid>
	<link>http://wordpress.tv/2009/10/29/matt-mullenweg-wordpress-now/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-5&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/29/matt-mullenweg-wordpress-now/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/creB0kaV/matt1-youtube-sharing_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2552/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2552/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2552/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2552/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2552/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2552/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2552/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2552/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2552/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2552/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2552&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 29 Oct 2009 03:37:39 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>WP iPhone: WordPress for iPhone 2 now available in the App Store</title>
	<guid>http://iphone.wordpress.org/?p=476</guid>
	<link>http://iphone.wordpress.org/2009/10/28/wordpress-2-available/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;We&amp;#8217;ve just received word that &lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=335703880&amp;amp;mt=8&quot;&gt;WordPress for iPhone 2&lt;/a&gt; is now available on the App Store. Woohoo!&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A quick note about installation:&lt;/strong&gt; WordPress for iPhone 2 is a new app, and the previous version won&amp;#8217;t automatically update to 2.0.  Installing it won&amp;#8217;t overwrite any previous version you have installed. When you launch the new app, you&amp;#8217;ll immediately see &amp;#8220;Version 2.0&amp;#8243; at the bottom of the screen. When you&amp;#8217;re no longer using it, you can safely remove the previous version from your device.&lt;/p&gt;
&lt;p&gt;Our efforts were focused on creating a better user experience &amp;#8212; the beginnings of a user interface overhaul that we&amp;#8217;ll continue with the next version, and eliminating the bugs and incompatibilities with some self-hosted WordPress setups that was the source of the majority of the support requests we see in the &lt;a href=&quot;http://iphone.forums.wordpress.org&quot;&gt;forum&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So, what&amp;#8217;s new in version 2?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A new, more efficient user interface that makes it faster to switch between comments, posts, and pages.&lt;/li&gt;
&lt;li&gt;Various user interface refinements and bug fixes&lt;/li&gt;
&lt;li&gt;New Comments interface, with Gravatars and the author URL shown in the comment list&lt;/li&gt;
&lt;li&gt;Passwords are now stored in the keychain&lt;/li&gt;
&lt;li&gt;Posts are now automatically saved and restored if network connection is lost during publishing&lt;/li&gt;
&lt;li&gt;Added persistence, so the app re-opens in the blog you last used&lt;/li&gt;
&lt;li&gt;Added an interface for manually entering the XMLRPC endpoint for non-standard setups&lt;/li&gt;
&lt;li&gt;Fixed rotation-related visual glitches&lt;/li&gt;
&lt;li&gt;Fixed errors where malformed XML prevented access to XMLRPC endpoint&lt;/li&gt;
&lt;li&gt;Fixed edge case where local drafts were sometimes not saved&lt;/li&gt;
&lt;li&gt;Fixed the order of photos so that they&amp;#8217;re displayed in the order they&amp;#8217;re uploaded&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;WordPress for iPhone, just like WordPress itself, is an Open Source app. Our source code is publicly available, and anyone can contribute to it. On behalf of all the developers, thank you to everyone who wrote code, submitted their ideas or bug reports, built and tested new features with the iPhone Simulator, and installed our beta releases. They helped bring you this app, and we&amp;#8217;re excited to have you all start using it!&lt;/p&gt;
&lt;p&gt;Just a reminder: we&amp;#8217;ve started a new blog called &lt;a href=&quot;http://iphonedev.wordpress.org&quot;&gt;Making WordPress for iPhone&lt;/a&gt;, where we&amp;#8217;ll talk about the features we&amp;#8217;re tackling for the next version of the app, and keep you up to date on our progress. We&amp;#8217;re soliciting your ideas and feedback there, so if you&amp;#8217;d like to help guide the direction of WordPress for iPhone, that&amp;#8217;s the place to be.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;In the interest of keeping comments on topic, please don’t post support requests here—instead, we ask that you post them in the &lt;a href=&quot;http://iphone.forums.wordpress.org&quot;&gt;WordPress for iPhone forums&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/476/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/476/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/476/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/476/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/476/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/476/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/476/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/476/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/476/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/476/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=iphone.wordpress.org&amp;blog=3882653&amp;post=476&amp;subd=wpiphone&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Thu, 29 Oct 2009 01:15:17 +0000</pubDate>
	<dc:creator>MT</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress Plugin Releases for 10/28</title>
	<guid>http://weblogtoolscollection.com/?p=6956</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/28/wordpress-plugin-releases-for-1028-2/</link>
	<description>&lt;h3&gt;New Plugins&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://ponticlaro.com/wordpress/media-settings/&quot;&gt;Ponticlaro Media Settings&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It has a really nifty [media] shortcode that hacks into the great built-in WordPress gallery.  You can put one [media] in your post and it will access the first image in the gallery without any code.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://markbeljaars.com/tocc-plugin/&quot;&gt;Table of Contents Creator&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Table of Contents Creator (TOCC) automatically generates a dynamic site wide table of contents that is always up-to-date. All entries are navigable making your site extremely SEO friendly. TOCC can be configured to display static pages, blog entries and forum comments. Another great feature of TOCC is the ability to include anchor tags marked with a special class. This feature allows links to articles, downloads or even other sites to appear within the table of contents as if they are part of your site’s navigation.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://xentek.net/code/wordpress/plugins/posty-widget/&quot;&gt;Posty Widget&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Displays the contents of two custom fields in a Sidebar Widget. The widget can stay the same (and in the same place) but the content can be dynamic and set to provide more information about the post you&amp;#8217;re looking at.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ronalfy.com/2009/10/26/wp-grins-lite/&quot;&gt;WP Grins Lite&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A &amp;#8220;lite&amp;#8221; version of the original WP Grins plugin using the lighter-weight jQuery library. This plugin allows smilies to be inserted into your comment form.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ronalfy.com/2009/10/26/wordpress-static-random-posts-widget/&quot;&gt;Static Random Posts&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Allows the display of random posts, but allows the admin to determine how often the random posts are refreshed. With Static Random Posts, the random posts will remain the same for a set amount of time.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.maclovin.de/syntaxhl-editor/&quot;&gt;SyntaxHL-Editor&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Offers an easy to use graphical user interface for &lt;a href=&quot;http://www.lastengine.com/syntax-highlighter-wordpress-plugin/&quot;&gt;Syntax Highlighter and Code Colorizer for Wordpress&lt;/a&gt;. You can easily enter and modify source-code highlighted in your posts as well as specify options for every single snippet.&lt;/p&gt;
&lt;h3&gt;Updated Plugins&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://crunchmeme.com/arpitshah-twitter-goodies-plugins/&quot;&gt;Twitter Goodies&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Twitter Goodies plugin will show your tweets under Sidebar Area (Widget), Post and/or Pages. REFRESH AUTOMATICALLY and you have 5 different Color Option.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blog/avirtualhome.com/wordpress-plugins/avh-first-defense-against-spam/&quot;&gt;AVH First Defense Against Spam&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The AVH First Defense Against Spam plugin gives you the ability to block spammers before any content is served. Spammers are identified by checking if the visitors IP exists in a database served by stopforumspam.com, the Project Honey Pot or a local blacklist.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jonraasch.com/blog/yet-another-featured-posts-plugin&quot;&gt;Yet Another Featured Posts Plugin (YAFPP)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yet Another Featured Posts Plugin provides an easy interface for featuring and unfeaturing posts.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wordpress.org/extend/plugins/pagemeta/&quot;&gt;Page Meta&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Adds the ability to override the page meta title and add in meta descriptions and keywords for pages.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://wordpress.grandslambert.com/plugins/extended-page-lists.html&quot;&gt;Extended Page List&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Add custom configured page lists to your posts, pages and sidebar.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://w-shadow.com/blog/2007/08/05/broken-link-checker-for-wordpress/&quot;&gt;Broken Link Checker&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This plugin will check your posts, custom fields and the blogroll for broken links and missing images and notify you if any are found.&lt;/p&gt;</description>
	<pubDate>Wed, 28 Oct 2009 21:15:41 +0000</pubDate>
	<dc:creator>Perurry</dc:creator>
</item>
<item>
	<title>Alex King: WordPress HelpCenter Shares Revenue and Knowledge</title>
	<guid>http://alexking.org/?p=3703</guid>
	<link>http://alexking.org/blog/2009/10/28/wordpress-helpcenter-affiliate-program</link>
	<description>&lt;p&gt;We&amp;#8217;ve launched an &lt;a href=&quot;http://wphelpcenter.com/affiliates/&quot;&gt;affiliate program&lt;/a&gt; and a public knowledge base at &lt;a href=&quot;http://wphelpcenter.com&quot;&gt;WordPress HelpCenter&lt;/a&gt; (WPHC), two things that I&amp;#8217;m very excited about. We&amp;#8217;re getting closer and closer to my overall vision for the service.&lt;/p&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/alexkingorg/4053548762/&quot; title=&quot;New Home Page by alexkingorg, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2777/4053548762_a779bb6442_m.jpg&quot; width=&quot;240&quot; height=&quot;234&quot; alt=&quot;New Home Page&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;Affiliate Program&lt;/h3&gt;
&lt;p&gt;The affiliate program is really core to how we want the HelpCenter to work (note: anyone can join the affiliate program). It creates a formal relationship between WPHC and plugin and theme authors so that we can support the great WordPress development community. It sets up:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WPHC to pay plugin and theme authors when we do paid work with plugins or themes they created.&lt;/li&gt;
&lt;li&gt;Makes it easy for plugin and theme authors give us FAQs and tips about the things they have built so that we can provide great support for them.&lt;/li&gt;
&lt;li&gt;Builds relationships with plugin and theme authors so we can send them bug reports and contact them with advanced issues we are dealing with.&lt;/li&gt;
&lt;li&gt;Rewards affiliates for referring business to us.&lt;/li&gt;
&lt;/ul&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/alexkingorg/4053557146/&quot; title=&quot;Affiliate Account by alexkingorg, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2485/4053557146_5e5b2568e6_m.jpg&quot; width=&quot;240&quot; height=&quot;233&quot; alt=&quot;Affiliate Account&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We have a collection of badges that plugin and theme authors can place on their web sites and in the WordPress admin pages for their plugins and themes to direct people to the WordPress HelpCenter to get support (and earn affiliate payments).&lt;/p&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/alexkingorg/4052816919/&quot; title=&quot;WordPress Admin Badge by alexkingorg, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2555/4052816919_8914fa1016_m.jpg&quot; width=&quot;240&quot; height=&quot;232&quot; alt=&quot;WordPress Admin Badge&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We also have released a &lt;a href=&quot;http://wordpress.org/extend/plugins/wphelpcenter/&quot; rel=&quot;external&quot;&gt;WordPress plugin&lt;/a&gt; that does two things:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;it adds a WordPress HelpCenter support tab to the admin interface to make it easy for people to contact WPHC for support.&lt;/li&gt;
&lt;li&gt;It creates a system profile that details key information about a WordPress installation that is very useful in troubleshooting and debugging. This system profile can be sent to WordPress HelpCenter.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Affiliates can download a customized version of this plugin that includes their affiliate code so that they receive a referral payment in addition to any payments for work we do with plugins and themes they have registered with us.&lt;/p&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/alexkingorg/4053576486/&quot; title=&quot;HelpCenter tab by alexkingorg, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2689/4053576486_59490be96b_m.jpg&quot; width=&quot;240&quot; height=&quot;111&quot; alt=&quot;HelpCenter tab&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We think that this may be something that plugin and theme authors may want to distribute along with their work. Additionally, developers that create WordPress powered sites but may not be in position to provide on-call support for them may want to install this on sites they create for their clients.&lt;/p&gt;
&lt;p&gt;The system profile page created by the plugin uses standard WordPress filters to enable plugin and theme authors to add information to it that may be relevant for their plugins or themes.&lt;/p&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/alexkingorg/4052835889/&quot; title=&quot;System Profile by alexkingorg, on Flickr&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2743/4052835889_c148d49133_m.jpg&quot; width=&quot;240&quot; height=&quot;104&quot; alt=&quot;System Profile&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m really excited about the affiliate program because it provides a monetary reward for plugin and theme developers while actually removing a burden from them and potentially freeing them up to spend more time building great things for the WordPress community.&lt;/p&gt;
&lt;p&gt;Over the years I&amp;#8217;ve thought and brainstormed quite a bit about ways to provide financial incentives for WordPress developers. Our affiliate program is a start. It&amp;#8217;s a true win-win arrangement, and it will only get better as the WordPress community continues to grow.&lt;/p&gt;
&lt;h3&gt;Public Knowledge Base&lt;/h3&gt;
&lt;p class=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/alexkingorg/4053576418/&quot; title=&quot;Public Knowledge Base by alexkingorg, on Flickr&quot;&gt;&lt;img src=&quot;http://farm4.static.flickr.com/3533/4053576418_802e93bbec_m.jpg&quot; width=&quot;239&quot; height=&quot;240&quot; alt=&quot;Public Knowledge Base&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The public knowledge base is another core element to WPHC and our vision of what we want it to be. We do troubleshooting and debugging of WordPress, plugin and theme issues every day, and this gives us a way to share the solutions we find with the community.&lt;/p&gt;
&lt;p&gt;In addition to our own notes, when affiliates register plugins and themes with us they have the opportunity to add FAQs and tips about those plugins and themes. As appropriate, we then make that information publicly available.&lt;/p&gt;
&lt;p&gt;Even better, the affiliates can come back and add additional FAQs and tips at any time. This is something I&amp;#8217;m really excited about because the way that plugin README files work, they always lag one release behind on wordpress.org.&lt;/p&gt;
&lt;p&gt;We have a section on the site for &lt;a href=&quot;http://wphelpcenter.com/plugins/&quot;&gt;plugins&lt;/a&gt; and for &lt;a href=&quot;http://wphelpcenter.com/themes/&quot;&gt;themes&lt;/a&gt;. There are a few resources up there now, I&amp;#8217;m looking forward to watching these areas grow in the future as more affiliates sign up and register their plugins and themes with us.&lt;/p&gt;
&lt;p&gt;I expect this to become a very useful resource for the WordPress community; one that grows nicely over time.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;I view the WPHC from several different perspectives.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;As the founder and a partner in the business, I want it to be financially viable so that we can maintain a great staff and provide top notch service.&lt;/li&gt;
&lt;li&gt;As a WordPress professional, I need it to be a place I trust and feel comfortable referring my clients to for support.&lt;/li&gt;
&lt;li&gt;As a WordPress developer, I want users of my plugins and themes to be able to get great support. I also know that with the growth of the WordPress community and the responsibilities I currently enjoy, I am no longer in a position to provide that support directly.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From all of these perspectives, it is of paramount importance to me that the WordPress HelpCenter be a shining and trusted member of the WordPress community. The team and I are very committed to making that happen.&lt;/p&gt;
&lt;p&gt;If we are able to continue to build it as we envision, the WordPress HelpCenter will be a great asset to the entire WordPress community. With these new features, I believe we&amp;#8217;ve taken a few big steps in that direction.&lt;/p&gt;
&lt;img src=&quot;http://alexking.org/wp/?ak_action=api_record_view&amp;id=3703&amp;type=feed&quot; alt=&quot;&quot; /&gt;</description>
	<pubDate>Wed, 28 Oct 2009 17:34:33 +0000</pubDate>
	<dc:creator>Alex</dc:creator>
</item>
<item>
	<title>Dev Blog: Plugin Compatibility Beta</title>
	<guid>http://wordpress.org/development/?p=944</guid>
	<link>http://wordpress.org/development/2009/10/plugin-compatibility-beta/</link>
	<description>&lt;p&gt;The number one reason people give us for not upgrading to the latest version of WordPress is fear that their plugins won&amp;#8217;t be compatible. As part of our continuing efforts to make WordPress core, plugin, and theme upgrades as painless as possible, Michael Adams developed and launched a beta of a new &amp;#8220;Compatibility&amp;#8221; feature in the plugin directory, powered by your votes. When viewing a plugin in the directory, select a WordPress version and a plugin version from the drop-downs. If there has been feedback about this WordPress / plugin version combination, we&amp;#8217;ll show you what percentage of responses marked that combination as compatible vs how many marked it as incompatible.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://markjaquith.wordpress.com/files/2009/10/compatibility-viewing.png&quot; alt=&quot;Compatibility: Your Setup: (WordPress Version drop-down) (Plugin Version drop-down). Log in to vote. The Concensus: 44% negative, 56% positive&quot; title=&quot;Compatibility viewing&quot; width=&quot;220&quot; height=&quot;254&quot; class=&quot;alignnone size-full wp-image-365&quot; /&gt;&lt;/p&gt;
&lt;p&gt;If you log in, you&amp;#8217;ll be able to help us gather this information! Just select a WordPress version / plugin version combination and click the &amp;#8220;Works&amp;#8221; or the &amp;#8220;Broken&amp;#8221; button. Please note that this shouldn&amp;#8217;t be used to report minor issues with a plugin. You should mark a plugin as &amp;#8220;Broken&amp;#8221; only if its core functionality is truly broken when run on the specified WordPress version.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://markjaquith.wordpress.com/files/2009/10/compatibility-voting.png&quot; alt=&quot;Compatibility: Your Setup: (WordPress Version drop-down) (Plugin Version drop-down). (Broken button) (Works button). The Concensus: No data&quot; title=&quot;Compatibility voting&quot; width=&quot;227&quot; height=&quot;276&quot; class=&quot;alignnone size-full wp-image-366&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Right now we&amp;#8217;re just in information gathering mode. So get out there and vote! Don&amp;#8217;t just vote on broken plugins&amp;#8230; cast a &amp;#8220;Works&amp;#8221; vote for every plugin that works on the version of WordPress you are using. This can help improve the signal-to-noise ratio in our data and prevent a few mistaken &amp;#8220;Broken&amp;#8221; votes from weighing too heavily.&lt;/p&gt;
&lt;p&gt;For developers, we&amp;#8217;re now including this data in our API. The &lt;code&gt;plugin_information&lt;/code&gt; action now returns a &amp;#8220;compatibility&amp;#8221; member with the multidimensional array format:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;array( {WP version} =&gt; array( {plugin version} =&gt; array( {% of reporters who say it works}, {# responses} ) ) )&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If the API knows which version of WordPress you are using (for example, if you are making this query using the &lt;code&gt;plugins_api()&lt;/code&gt; function from with WordPress), the API will only return compatibility information for your version of WordPress.&lt;/p&gt;
&lt;p&gt;Eventually, we&amp;#8217;d like to gather this compatibility feedback from within WordPress, allowing you to vote directly from your plugins admin screen. The ultimate goal is to use this information to inform you of plugin incompatibilities with a new version of WordPress during the upgrade process. For that to be useful we need a large set of high quality compatibility data. Start voting!&lt;/p&gt;</description>
	<pubDate>Wed, 28 Oct 2009 12:11:39 +0000</pubDate>
	<dc:creator>Mark Jaquith</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: What Is The Immediate Future Of bbPress?</title>
	<guid>http://weblogtoolscollection.com/?p=6949</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/28/what-is-the-immediate-future-of-bbpress/</link>
	<description>&lt;p&gt;&lt;img src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/bbpresslogo.png&quot; alt=&quot;bbpresslogo&quot; title=&quot;bbpresslogo&quot; width=&quot;181&quot; height=&quot;57&quot; class=&quot;alignright size-full wp-image-6948&quot; /&gt;That&amp;#8217;s the question &lt;a href=&quot;http://bbpress.org/forums/topic/future-of-bbpress&quot; target=&quot;_blank&quot;&gt;Matt Mullenweg is asking&lt;/a&gt; on the official bbPress.org support forums. The post highlights the fact that bbPress is not going away and that it is an important project for the WordPress community. After all, it powers the WordPress.org plugin repository, the support forums, and &lt;a href=&quot;http://www.talkpress.com&quot; target=&quot;_blank&quot;&gt;TalkPress&lt;/a&gt;, Automattics hosted forum service.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Strategically the most important thing we need to figure out is how to integrate bbPress better with WP more for people who want that &amp;#8212; right now it&amp;#8217;s easier to use one of the WP plugins for forums than bbPress.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&amp;#8217;ve only installed bbPress locally once to check it out but it&amp;#8217;s not my cup of tea. I think the bbPress forum software is aimed at developers since it comes with all the basics to build on or around but doesn&amp;#8217;t contain the feature set of modern forum software out of the box. For example, the &lt;a href=&quot;http://simplepressforum.com/&quot; target=&quot;_blank&quot;&gt;SimplePress&lt;/a&gt; plugin for WordPress Matt mentions is packed with more features than the dedicated forum software. One idea I&amp;#8217;ve heard Matt discuss with Sam that I think has a ton of potential is to replace or add onto the WordPress comment system with bbPress. This type of tight integration between the two is what I believe Matt wants to figure out. It would be awesome to have such an easy way to not only have a forum where visitors can start their own conversations, but also leave comments on articles on the blog side of things. I hesitate to mention Vbulletin but it&amp;#8217;s the software that comes to mind that takes this to the next level by offering their own CMS with the forum software built into it. &lt;/p&gt;
&lt;p&gt;One of the best things bbPress has going for it right now is the work of Andy Peatling. In &lt;a href=&quot;http://buddypress.org/blog/news/buddypress-1-1-released/&quot; target=&quot;_blank&quot;&gt;BuddyPress 1.1&lt;/a&gt; Andy rewrote the forums component from the ground up to provide one click internal bbPress forum integration enabling users to setup forums in a fraction of the time. BuddyPress is gaining traction and as Matt says, has all the ingredients to become as large and successful as WordPress. I think the more people that use BuddyPress, the more that will use bbPress building that community simultaneously with BuddyPress. &lt;/p&gt;
&lt;h2&gt;Your Thoughts:&lt;/h2&gt;
&lt;p&gt;You tell me, or Matt. What is the future of bbPress you would like to see turn into a reality? Also, if you use bbPress, tell me why and how.&lt;/p&gt;</description>
	<pubDate>Wed, 28 Oct 2009 11:46:47 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>WordPress.tv: The Image Widget for WordPress.com</title>
	<guid>http://wordpress.tv/?p=2865</guid>
	<link>http://wordpress.tv/2009/10/28/the-image-widget-for-wordpress-com/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-6&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/28/the-image-widget-for-wordpress-com/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/PzVNDEYI/the-image-widget-youtube-sharing_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2865/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2865/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2865/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2865/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2865/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2865/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2865/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2865/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2865/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2865/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2865&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Wed, 28 Oct 2009 03:05:21 +0000</pubDate>
	<dc:creator>Michael Pick</dc:creator>
</item>
<item>
	<title>Alex King: Chain Reaction</title>
	<guid>http://alexking.org/?p=3725</guid>
	<link>http://alexking.org/blog/2009/10/27/chain-reaction</link>
	<description>&lt;p&gt;I&amp;#8217;ve experienced a weird and unfortunate chain reaction over the last 48 hours.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;A flood of comment spam&lt;/li&gt;
&lt;li&gt;Akismet not accepting connections from my server&lt;sup&gt;&lt;a href=&quot;http://alexking.org/blog/topic/wordpress/feed#fn1256666024260n&quot; id=&quot;fn1256666024260&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; and/or not catching the spam&lt;/li&gt;
&lt;li&gt;The email notifications from all the spam comments sending to my mail account&lt;/li&gt;
&lt;li&gt;My mail host started blocking all mail from my server (due to the high volume of comment spam)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;This has presented me with a choice between receiving email and accepting comments on this site, and that&amp;#8217;s an easy choice.&lt;/p&gt;
&lt;p&gt;I disabled comments, and once the flow of spam mails stopped my mail host seems to be accepting mail again. It&amp;#8217;s sad to see the problems caused by comment spam extending beyond the annoyance of having them appear on your blog.&lt;sup&gt;&lt;a href=&quot;http://alexking.org/blog/topic/wordpress/feed#fn1256667175104n&quot; id=&quot;fn1256667175104&quot; class=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m taking some additional steps to try to get the mail situation set up a little better (domain migration so I have better DNS control, sending mail directly to Google Apps and then forwarding to my primary mail account from there). I&amp;#8217;m hopeful that I can get the Akismet connection issues resolved and enable comments again in the near future.&lt;/p&gt;
&lt;p&gt;Regardless, it&amp;#8217;s been a genuine pain in the arse having to deal with this. Apologies for the impact it&amp;#8217;s had on anyone looking to comment here and/or receiving emails from my server.&lt;/p&gt;
&lt;p&gt;UPDATE: re-enabling comments, hoping for the best.&lt;/p&gt;
&lt;ol class=&quot;footnotes&quot;&gt;
&lt;li id=&quot;fn1256666024260n&quot;&gt;It allows connections at times, but then doesn&amp;#8217;t for long periods of time. [&lt;a href=&quot;http://alexking.org/blog/topic/wordpress/feed#fn1256666024260&quot;&gt;back&lt;/a&gt;]&lt;/li&gt;
&lt;li id=&quot;fn1256667175104n&quot;&gt;They can also cause server scalability issues. [&lt;a href=&quot;http://alexking.org/blog/topic/wordpress/feed#fn1256667175104&quot;&gt;back&lt;/a&gt;]&lt;/li&gt;
&lt;/ol&gt;
&lt;img src=&quot;http://alexking.org/wp/?ak_action=api_record_view&amp;id=3725&amp;type=feed&quot; alt=&quot;&quot; /&gt;</description>
	<pubDate>Tue, 27 Oct 2009 18:13:35 +0000</pubDate>
	<dc:creator>Alex</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: Are Your Plugins Compatible?</title>
	<guid>http://weblogtoolscollection.com/?p=6944</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/27/are-your-plugins-compatible/</link>
	<description>&lt;p&gt;A few days ago, something new showed up on each plugin page throughout the repository. This new box on the right hand side is a way of enabling the community to say whether a plugin is compatible with the newest version of WordPress or not. Normally, the plugin information within the FYI box tells you which version of WordPress is required and which version the plugin is compatible up to. Unfortunately, the version the plugin is compatible up to is not updated that often which is why some plugins which state that they only work up to WordPress 2.5 end up working with the latest release. If you have a WordPress.org forum user account, you&amp;#8217;ll need to log in in order to vote. The voting is simple. The first box enables you to select which version of WordPress you&amp;#8217;re running, including the latest version being worked on. The second box allows you to choose which version of the plugin you are running. After setting those two options, you click on the &lt;b&gt;broken&lt;/b&gt; or &lt;b&gt;works&lt;/b&gt; buttons to place your vote. &lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/itworks.png&quot; alt=&quot;itworks&quot; title=&quot;itworks&quot; width=&quot;216&quot; height=&quot;257&quot; class=&quot;aligncenter size-full wp-image-6945&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As per the screenshot, the majority of those using WordPress 2.8.5 with version 3.1.7 of the Google XML Sitemaps plugin reported that it&amp;#8217;s working. The beauty of this system is that it leverages the community in order to figure out what works with what. However, just because it works for the majority of users is no guarantee it will work on your particular setup. But using these statistics, it should make it easier to figure out whether the issue is with the plugin and WordPress or with your setup. &lt;/p&gt;
&lt;p&gt;One of the biggest fears users have when it comes time to upgrade WordPress is whether their plugins will work on the newest version or not. There are a large handful of people who upgrade to the latest version of WordPress as soon as it&amp;#8217;s released and the hope is, these folks will visit the plugin page and report their findings for others to take advantage of. If more users see that their plugins work on the newest version, they are more likely to upgrade. &lt;/p&gt;
&lt;p&gt;What are your thoughts on this system? Any ideas to enhance it? &lt;/p&gt;</description>
	<pubDate>Tue, 27 Oct 2009 17:59:51 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>Joseph: MakeItLink Update</title>
	<guid>http://josephscott.org/archives/2009/10/makeitlink-update/</guid>
	<link>http://josephscott.org/archives/2009/10/makeitlink-update/</link>
	<description>&lt;p&gt;With the upcoming release of WordPress 2.9 I thought this would be a good time to re-sync my &lt;a href=&quot;http://josephscott.org/archives/2008/11/makeitlink-detecting-urls-in-text-and-making-them-links/&quot;&gt;original MakeItLink PHP class&lt;/a&gt;.  I went back and did some additional checks with the make_clickable function in WordPress and found a few cases where it wasn&amp;#8217;t generating the expected URL.  That resulted in &lt;a href=&quot;http://core.trac.wordpress.org/ticket/10990&quot;&gt;ticket #10990&lt;/a&gt; and just like before filosofo did a great job of improving my fix.&lt;/p&gt;
&lt;p&gt;After a few rounds of tests (from &lt;a href=&quot;http://svn.automattic.com/wordpress-tests/wp-testcase/test_includes_formatting.php&quot;&gt;text_includes_formatting.php&lt;/a&gt;) the various example strings all worked as expected.  The last diff by filosofo has been committed to -trunk and will be part of WordPress 2.9.&lt;/p&gt;
&lt;p&gt;I expanded my &lt;a href=&quot;http://josephscott.org/code/php/makeitlink/&quot;&gt;MakeItLink page&lt;/a&gt; with an updated version of the code (0.2.0), a basic example and some background.  For those who want to go right into the code it&amp;#8217;s available &lt;a href=&quot;http://josephscott.org/projects/code/php/makeitlink/makeitlink.php.txt&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Tue, 27 Oct 2009 14:01:24 +0000</pubDate>
	<dc:creator>Joseph Scott</dc:creator>
</item>
<item>
	<title>WordPress.tv: Concevoir un thème en parallèle avec Theme Test Drive</title>
	<guid>http://wordpress.tv/?p=2932</guid>
	<link>http://wordpress.tv/2009/10/27/concevoir-un-theme-en-parallele-avec-theme-test-drive/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-7&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/27/concevoir-un-theme-en-parallele-avec-theme-test-drive/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/9G33IWHK/wordpress-theme-test-drive_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2932/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2932/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2932/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2932/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2932/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2932/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2932/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2932/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2932/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2932/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2932&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 27 Oct 2009 04:31:53 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>WordPress.tv: Matt Mullenweg: WordPress and Open Source</title>
	<guid>http://wordpress.tv/?p=2558</guid>
	<link>http://wordpress.tv/2009/10/27/matt-mullenweg-wordpress-open-source/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-8&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/10/27/matt-mullenweg-wordpress-open-source/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/qJWFLezP/matt3-youtube-sharing_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2558/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2558/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2558/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2558/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2558/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2558/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2558/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2558/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2558/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2558/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2558&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Tue, 27 Oct 2009 03:33:04 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: 5 Free Ways to Bulletproof Your WordPress Blog</title>
	<guid>http://weblogtoolscollection.com/?p=6941</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/26/5-free-ways-to-bulletproof-your-wordpress-blog/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://sewmyheadon.com/2009/5-free-ways-to-bulletproof-your-wordpress-site/&quot;&gt;5 Free Ways to Bulletproof Your WordPress Site&lt;/a&gt;: Eric&amp;#8217;s presentation from WordCamp Seattle that can also &lt;a href=&quot;http://wordpress.tv/2009/09/26/eric-amundson-five-ways-to-bulletproof-seattle09/&quot;&gt;be watched on WordPress.tv&lt;/a&gt; Some of the interesting parts include backup, security, performance and general tips including improving search and usability, all with links to relevant plugins and tools. If you are new to WordPress or want to refresh your blog, this is a good read through. Thanks Linked In messages.&lt;/p&gt;</description>
	<pubDate>Mon, 26 Oct 2009 23:37:59 +0000</pubDate>
	<dc:creator>Mark Ghosh</dc:creator>
</item>
<item>
	<title>Matt: After the Deadline now Open Source</title>
	<guid>http://ma.tt/?p=15083</guid>
	<link>http://ma.tt/2009/10/atd-now-os/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://afterthedeadline.com/&quot;&gt;After the Deadline&lt;/a&gt;, the intelligent spell- and grammar-checking service Automattic acquired a few months ago, &lt;a href=&quot;http://blog.afterthedeadline.com/2009/10/26/after-the-deadline-open-sourced/&quot;&gt;is releasing its core technology under the GPL&lt;/a&gt;. There&amp;#8217;s also a new jQuery API that makes it easy to integrate with any &lt;code&gt;textarea&lt;/code&gt;. &lt;a href=&quot;http://ostatic.com/blog/after-the-deadline-language-checking-software-used-by-wordpress-now-open-source&quot;&gt;Ostatic writes about it here&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Mon, 26 Oct 2009 21:28:25 +0000</pubDate>
	<dc:creator>Matt</dc:creator>
</item>
<item>
	<title>BuddyPress: BuddyPress Updated to 1.1.2</title>
	<guid>http://buddypress.org/?p=668</guid>
	<link>http://buddypress.org/blog/news/bp-1-1-2/</link>
	<description>&lt;p&gt;&lt;a href=&quot;http://buddypress.org&quot;&gt;BuddyPress 1.1.2&lt;/a&gt; is now available via an &lt;a href=&quot;http://wordpress.org/extend/plugins/buddypress&quot;&gt;automatic upgrade&lt;/a&gt; or &lt;a href=&quot;http://buddypress.org/download&quot;&gt;manual download&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This is an &lt;strong&gt;important security release&lt;/strong&gt; and fixes two vulnerabilities found in version 1.1.1. To stay protected it is essential that you upgrade to this version of BuddyPress regardless of the version you are currently running.&lt;/p&gt;
&lt;p&gt;For a full list of fixes and closed tickets please consult the &lt;a href=&quot;http://buddypress.org/about/release-history/&quot;&gt;release history&lt;/a&gt;.&lt;/p&gt;</description>
	<pubDate>Mon, 26 Oct 2009 20:25:42 +0000</pubDate>
	<dc:creator>Andy Peatling</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: WordPress Theme Releases for 10/25</title>
	<guid>http://weblogtoolscollection.com/?p=6939</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/25/wordpress-theme-releases-for-1025-2/</link>
	<description>&lt;h4&gt;&lt;a href=&quot;http://developdaly.com/themes/wpfullsite/&quot;&gt;WP Full Site&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://wpfullsite.developdaly.com/&quot;&gt;&lt;img title=&quot;WP Full Site&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/WPFullSite.gif&quot; alt=&quot;WP Full Site&quot; width=&quot;200&quot; height=&quot;117&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A &lt;a href=&quot;http://themehybrid.com/themes/hybrid&quot;&gt;Hybrid&lt;/a&gt; child theme built for small businesses that that is tailored towards the basics of gaining customers.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://wordpress.org/extend/themes/thatsimple&quot;&gt;THATSimple&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://www.thatagency.com/THATthemes/index.php?wptheme=THATsimple&quot;&gt;&lt;img title=&quot;THATSimple&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/THATSimple.png&quot; alt=&quot;THATSimple&quot; width=&quot;200&quot; height=&quot;150&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Two column theme with a custom header and theme options&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://www.kreativethemes.com/furvious/&quot;&gt;Furvious&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://demo.kreativethemes.com/furvious/&quot;&gt;&lt;img title=&quot;furvious&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/furvious.jpg&quot; alt=&quot;furvious&quot; width=&quot;200&quot; height=&quot;147&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This beautiful theme has 5 different style to choose from with built-in related post, pagination and others &amp;#8211; customizable through its cool Theme Options page.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://developdaly.com/themes/boxpulse/&quot;&gt;Boxpulse&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://boxpulse.developdaly.com/&quot;&gt;&lt;img title=&quot;boxpulse&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/boxpulse.gif&quot; alt=&quot;boxpulse&quot; width=&quot;200&quot; height=&quot;118&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Two-column &lt;a href=&quot;http://themehybrid.com/themes/hybrid&quot;&gt;Hybrid&lt;/a&gt; child theme that offers a certain elegance and includes a template made specifically for the included slider.&lt;/p&gt;
&lt;h4&gt;&lt;a href=&quot;http://webhostinghelpguy.inmotionhosting.com/wordpress/modern-blue-dark-wordpress-theme/&quot;&gt;Modern Blue Dark&lt;/a&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://webhostinghelpguy.inmotionhosting.com/wp-demos/modern-blue-dark/&quot;&gt;&lt;img title=&quot;Modern Blue Dark&quot; src=&quot;http://weblogtoolscollection.com/wp-content/uploads/2009/10/ModernBlueDark.jpg&quot; alt=&quot;Modern Blue Dark&quot; width=&quot;200&quot; height=&quot;114&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Modern Blue Dark is a sleek, modern design in blue with a dark background and Web 2.0-inspired wraparound headings. Widget-ready, gravatar-enabled, and set to download.&lt;/p&gt;
&lt;p&gt;Are you a theme author? &lt;a href=&quot;http://weblogtoolscollection.com/submit-news/&quot;&gt;Submit your theme&lt;/a&gt; to get it featured in these posts.&lt;/p&gt;</description>
	<pubDate>Sun, 25 Oct 2009 14:26:05 +0000</pubDate>
	<dc:creator>Perurry</dc:creator>
</item>
<item>
	<title>WordPress.tv: This Week on WordPress.tv: Oct 18—Oct 24</title>
	<guid>http://blog.wordpress.tv/?p=89</guid>
	<link>http://blog.wordpress.tv/2009/10/25/this-week-on-wordpress-tv-oct-18%e2%80%94oct-24/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;p&gt;Another week, another great set of presentations published this week from WordCamp Seattle. This week brings the Seattle video to a close, and we hope you&amp;#8217;ve found the presentations to be informative and useful.&lt;/p&gt;
&lt;p&gt;The first set of sessions posted this week were a neat experiment from the Seattle organizing team: WordPress presentations done &amp;#8220;Ignite-style&amp;#8221;, where each presenter was given only five minutes in which to deliver their talk. As a result, you&amp;#8217;ll find these talks move quickly and give you lots of information in a short amount of time:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/martin-buckley-multiple-blogs-seattle09/&quot;&gt;Martin Buckley: Self-Hosting Multiple WordPress Blogs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/eric-amundson-five-ways-to-bulletproof-seattle09/&quot;&gt;Eric Amundson: 5 Free Ways to Bulletproof Your WordPress Site&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/chris-molitor-finding-themes-seattle09/&quot;&gt;Chris Molitor: Finding the Perfect Theme for You or Your Business&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/donald-desantis-creating-themes-seattle09/&quot;&gt;Donald DeSantis: Create Your Own WordPress Theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/mark-mclaren-wordpress-social-seattle09/&quot;&gt;Mark McLaren: WordPress and the Social Web&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We also published the closing session from Seattle, given by Liz Strauss:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/liz-strauss-community-seattle09/&quot;&gt;Liz Strauss: Context, Campaigns, and the U Community&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Remember that if you missed any sessions from WordCamp Seattle, &lt;a href=&quot;http://wordpress.tv/event/wordcamp-seattle/&quot;&gt;you can view the whole list of them here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Next week, we have a small series of videos that have come in from the community to publish while we wait for a short lull in WordCamp activity, but with WordCamps &lt;a href=&quot;http://central.wordcamp.org/&quot;&gt;happening over the next few weeks in more places all over the world&lt;/a&gt;, we&amp;#8217;re looking forward to more sessions from great speakers.&lt;/p&gt;
&lt;p&gt;Stay tuned for more from WordPress.tv!&lt;/p&gt;
  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptvblog.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptvblog.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptvblog.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptvblog.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptvblog.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptvblog.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptvblog.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptvblog.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptvblog.wordpress.com/89/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptvblog.wordpress.com/89/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=blog.wordpress.tv&amp;blog=5310177&amp;post=89&amp;subd=wptvblog&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sun, 25 Oct 2009 02:43:42 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>Weblog Tools Collection: Is PodPress Back?</title>
	<guid>http://weblogtoolscollection.com/?p=6931</guid>
	<link>http://weblogtoolscollection.com/archives/2009/10/24/is-podpress-back/</link>
	<description>&lt;p&gt;Dave Moyer who hosts the WordCast Podcast &lt;a href=&quot;http://bitwiremedia.com/wordcast/podpress-resumes-development/&quot;&gt;tipped me off&lt;/a&gt; to this development. Apparently, development on the PodPress plugin has resumed thanks to a couple of different things happening with the plugin author. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;My work schedule is now setup to allow me to be more active in the community again, which means I can now get podPress dev and my Podcast going again.&lt;/li&gt;
&lt;li&gt;Tons of people keep bugging me for updates, and I have appreciated every one of them&lt;/li&gt;
&lt;li&gt;And special thanks to the new sponsor for giving me the final push that was needed to get going on development again.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;However, the post on MightySeek.com was published on &lt;a href=&quot;http://www.mightyseek.com/podpress/podpress-development-starts-again&quot;&gt;August 16th&lt;/a&gt;. There are a few other posts from the same time period yet the MightySeek blog has gone silent once again so I am unsure as to whether or not the plugin will actually be coming back. I&amp;#8217;ve tried to get in touch with the author of the plugin but to no avail. &lt;/p&gt;
&lt;p&gt;How many of you would like to see PodPress make a triumphant return? &lt;/p&gt;</description>
	<pubDate>Sat, 24 Oct 2009 17:52:30 +0000</pubDate>
	<dc:creator>Jeff Chandler</dc:creator>
</item>
<item>
	<title>Dougal Campbell: SimpleBits switches to WordPress</title>
	<guid>http://dougal.gunters.org/?p=1851</guid>
	<link>http://dougal.gunters.org/blog/2009/10/23/simplebits-switches-to-wordpress?utm_source=rss&amp;amp;utm_medium=rss&amp;amp;utm_campaign=rss</link>
	<description>&lt;div&gt;&lt;img width=&quot;150&quot; height=&quot;107&quot; src=&quot;http://dougal.gunters.org/wordpress/wp-content/uploads/2009/10/SimpleBits-WoodPress_1256353021054-150x107.png&quot; class=&quot;attachment-thumbnail wp-post-image&quot; alt=&quot;&quot; title=&quot;SimpleBits&quot; /&gt;&lt;/div&gt;&lt;p&gt;Dan Cedarholm, web design guru extraordinaire, has &lt;a href=&quot;http://simplebits.com/notebook/2009/10/22/woodpress/&quot;&gt;switched his SimpleBits blog&lt;/a&gt; to WordPress.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Well, after 6+ years on an ancient and highly customized install of Movable Type 3.15, and 4+ years on various homegrown &lt;acronym title=&quot;Content Management System&quot;&gt;&lt;span class=&quot;caps&quot;&gt;CMS&lt;/span&gt;&lt;/acronym&gt; solutions, I’ve finally upgraded the guts of this site. I chose WordPress. Sure, there are several other excellent options out there to power the blogs of 2010 and beyond, but the familarity of WP, its plugins, pricetag and other factors all fed into the decision. Plus, I told &lt;a href=&quot;http://ma.tt/&quot;&gt;Matt&lt;/a&gt; in the halls of SWSW in 2003 that I’d try his little weblog project. I’m finally following through on that.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In addition to running the SimpleBits blog and web design company, Dan is the author of &lt;a href=&quot;http://www.amazon.com/gp/product/1430219203?ie=UTF8&amp;amp;tag=geekramblings-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=1430219203&quot;&gt;Web Standards Solutions&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.com/e/ir?t=geekramblings-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=1430219203&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;, &lt;a href=&quot;http://www.amazon.com/gp/product/0321509021?ie=UTF8&amp;amp;tag=geekramblings-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0321509021&quot;&gt;Bulletproof Web Design&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.com/e/ir?t=geekramblings-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0321509021&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;, and &lt;a href=&quot;http://www.amazon.com/gp/product/0321643380?ie=UTF8&amp;amp;tag=geekramblings-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=0321643380&quot;&gt;Handcrafted &lt;acronym title=&quot;Cascading Style Sheets&quot;&gt;&lt;span class=&quot;caps&quot;&gt;CSS&lt;/span&gt;&lt;/acronym&gt;: More Bulletproof Web Design&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.com/e/ir?t=geekramblings-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=0321643380&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;1&quot; height=&quot;1&quot; /&gt;.&lt;/p&gt;


&lt;p&gt;Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href=&quot;http://dougal.gunters.org/blog/2005/09/13/0xdecafbad&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Les Orchard switches to WordPress&quot;&gt;Les Orchard switches to WordPress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://dougal.gunters.org/blog/2005/10/31/phil-ringnalda-switches-to-wordpress&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Phil Ringnalda switches to WordPress&quot;&gt;Phil Ringnalda switches to WordPress&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://dougal.gunters.org/blog/2009/08/05/time-for-redesign&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link: Time for Redesign&quot;&gt;Time for Redesign&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/p&gt;</description>
	<pubDate>Sat, 24 Oct 2009 03:49:30 +0000</pubDate>
	<dc:creator>Dougal</dc:creator>
</item>
<item>
	<title>WordPress.tv: Liz Strauss: Context, Campaigns, and the U Community</title>
	<guid>http://wordpress.tv/?p=2925</guid>
	<link>http://wordpress.tv/2009/09/26/liz-strauss-community-seattle09/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-21&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/liz-strauss-community-seattle09/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/Tj9jOXH9/12-liz01_1mb_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2925/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2925/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2925/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2925/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2925/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2925/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2925/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2925/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2925/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2925/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2925&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Sat, 24 Oct 2009 03:45:15 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>
<item>
	<title>WordPress.tv: Mark McLaren: WordPress and the Social Web</title>
	<guid>http://wordpress.tv/?p=2921</guid>
	<link>http://wordpress.tv/2009/09/26/mark-mclaren-wordpress-social-seattle09/</link>
	<description>&lt;div class=&quot;snap_preview&quot;&gt;&lt;br /&gt;&lt;ins&gt;
&lt;div class=&quot;video-player&quot; id=&quot;x-video-22&quot;&gt;
&lt;/div&gt;&lt;/ins&gt;
&lt;br /&gt;&lt;a href=&quot;http://wordpress.tv/2009/09/26/mark-mclaren-wordpress-social-seattle09/&quot;&gt;&lt;img width=&quot;160&quot; height=&quot;120&quot; src=&quot;http://cdn.videos.wordpress.com/EqBPf4KL/11-ignite_1mb_std.original.jpg&quot; /&gt; &lt;/a&gt;  &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2921/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2921/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2921/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2921/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2921/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2921/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2921/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2921/&quot; /&gt;&lt;/a&gt; &lt;a rel=&quot;nofollow&quot; href=&quot;http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2921/&quot;&gt;&lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2921/&quot; /&gt;&lt;/a&gt; &lt;img alt=&quot;&quot; border=&quot;0&quot; src=&quot;http://stats.wordpress.com/b.gif?host=wordpress.tv&amp;blog=5089392&amp;post=2921&amp;subd=wptv&amp;ref=&amp;feed=1&quot; /&gt;&lt;/div&gt;</description>
	<pubDate>Fri, 23 Oct 2009 02:30:16 +0000</pubDate>
	<dc:creator>Ryan Markel</dc:creator>
</item>

</channel>
</rss>
