<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Professional PHP &#187; blogging</title>
	<atom:link href="http://www.procata.com/blog/archives/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.procata.com/blog</link>
	<description>PHP Programming, Web Development, PHP Advocacy and PHP Best Practices.</description>
	<lastBuildDate>Fri, 10 Dec 2010 17:23:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The Legality of Republishing RSS Feeds</title>
		<link>http://www.procata.com/blog/archives/2006/07/20/the-legality-of-republishing-rss-feeds/</link>
		<comments>http://www.procata.com/blog/archives/2006/07/20/the-legality-of-republishing-rss-feeds/#comments</comments>
		<pubDate>Thu, 20 Jul 2006 16:44:32 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[legal]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[syndication]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2006/07/20/the-legality-of-republishing-rss-feeds/</guid>
		<description><![CDATA[Tobias Schlitt &#8220;freaked out&#8221; today about PHP Freak&#8217;s republishing of his blog feed.  He publicly withdraws his implicit permission for PHP Freaks to republish content from his feeds.
This is an interesting area of law.  Eric Goldman has an rundown of the issues.
In my mind, there&#8217;s no question that a blogger grants an implied [...]]]></description>
			<content:encoded><![CDATA[<p>Tobias Schlitt &#8220;<a href="http://schlitt.info/applications/blog/index.php?/archives/481-Remove-the-aggregation-permission-of-phpfreaks.com.html">freaked out</a>&#8221; today about PHP Freak&#8217;s republishing of his blog feed.  He publicly withdraws his implicit permission for PHP Freaks to republish content from his feeds.</p>
<p>This is an interesting area of law.  Eric Goldman has an <a href="http://blog.ericgoldman.org/archives/2005/08/blog_content_ag_1.htm">rundown</a> of the issues.</p>
<blockquote><p>In my mind, there&#8217;s no question that a blogger grants an implied license to the content in an RSS feed. However, because it&#8217;s implied, I&#8217;m just not sure of the license terms. So, in theory, it could be an implied license to permit aggregators to do whatever they want.<br />
&#8230;<br />
It is trivial to destroy an implied license, so bloggers can overcome any aggregator use simply by saying so. I&#8217;m not sure WHERE the blogger would need to say this (by the &#8220;syndicate&#8221; link? in the xml feed itself?). Perhaps any disclosure in any reasonable place would be sufficient to destroy the implied license.</p></blockquote>
<p>So it would seem that Tobias has reasonably withdrawn his implicit license by placing the notice in the feed itself, as a post.  The question of where a reasonable place to put such a notice is important.  Since one can subscribe to an RSS feed without ever visiting the parent site, I think perhaps the only reasonable place for a terms of service for a feed is within the feed itself.  <a href="http://www.eff.org/legal/cases/Snow_v_DirecTV/">Snow vs. DirectTV</a> suggests that a warning isn&#8217;t necessarily enough to overcome an implicit license. Of course, I am not a lawyer so my interpretation may be flawed.</p>
<p>So what did PHP freaks do to incur Tobias&#8217; ire?  They republish content from RSS feeds and added advertising. I think adding advertising to aggregated content is perfectly legal.  (I&#8217;m sure Google and Yahoo see things the same way when they place advertising in their web based mail readers.)  However, phpfreaks uses an contextual advertising that replaces words in the content with advertising links, shades of the microsoft <a href="http://alistapart.com/articles/smarttags/">smart tags</a> debacle.  In PHP freaks&#8217; favor they are very clear about attributing the source of their syndicated content and the fact that it is syndicated.  Many aren&#8217;t.  Additionally, the links are marked with a double underline and cause a hover box to appear which clearly labels them as advertising.  </p>
<p>Still, I suppose one could make the argument that it is unclear who placed the advertising in the content, php freaks, or Tobias.  For that reason, I think this form of advertising on third party content cross a line.</p>
<p>I am not anti-advertising in general.  Advertising directly and indirectly pays many of my bills and I don&#8217;t begrudge someone else the opportunity to make a buck.  I am also a publisher of copy righted content.  And I&#8217;d rather that I made the buck off of my content than someone else.  I think Tobias has the right to control the use of his material.</p>
<p>What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2006/07/20/the-legality-of-republishing-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>35</slash:comments>
		</item>
		<item>
		<title>Harry Fuecks, PHP Patterns and Dynamically Typed</title>
		<link>http://www.procata.com/blog/archives/2005/11/04/harry-fuecks-php-patterns-and-dynamically-typed/</link>
		<comments>http://www.procata.com/blog/archives/2005/11/04/harry-fuecks-php-patterns-and-dynamically-typed/#comments</comments>
		<pubDate>Fri, 04 Nov 2005 07:54:32 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[php-patterns]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/?p=153</guid>
		<description><![CDATA[I was reading this post over at Dynamically Typed and I was thinking to myself, this looks like something that Harry Fuecks would write.  A glance at the top of the page confirmed my suspicions.  Harry has been writing a few new blog posts over there.  That and the resurrection of the [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading <a href="http://www.sitepoint.com/blogs/2005/11/03/web-bugs-for-job-scheduling-hack-or-solution/">this post</a> over at <a href="http://www.sitepoint.com/blog-view.php?blogid=9">Dynamically Typed</a> and I was thinking to myself, this looks like something that Harry Fuecks would write.  A glance at the top of the page confirmed my suspicions.  Harry has been writing a few new blog posts over there.  That and the resurrection of the <a href="http://www.phppatterns.com/">PHP Patterns</a> site has probably been keeping him busy.  All I&#8217;m gonna say about the new site design for PHP Patterns is <a href="http://www.ficml.org/jemimap/style/color/wheel.html">color wheel</a>, <a href="http://www.meyerweb.com/eric/tools/color-blend/">color blender</a>, <a href="http://www.colorschemer.com/online.html">color scheme</a>, <a href="http://pixelfever.com/tools/colormatch/">color match</a>, and <a href="http://www.colorcoordinator.com/colorCoordinator.php">color coordinator</a>.  <img src='http://www.procata.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Welcome Back Harry.</p>
<p>Also, unless I&#8217;m mistaken, it looks like SitePoint is using WordPress for their blogs now.  Or has this always been the case and I&#8217;m just now noticing it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/11/04/harry-fuecks-php-patterns-and-dynamically-typed/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>A WordPress bug fix</title>
		<link>http://www.procata.com/blog/archives/2005/09/27/a-wordpress-bug-fix/</link>
		<comments>http://www.procata.com/blog/archives/2005/09/27/a-wordpress-bug-fix/#comments</comments>
		<pubDate>Wed, 28 Sep 2005 04:33:55 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/?p=139</guid>
		<description><![CDATA[I upgraded WordPress to 1.5.2 this weekend.  This version fixed some bugs that made it necessary to edit WordPress itself in order to get my BBCode plugin to work.  That editing is one reason I put off upgrading for so long.  I am grateful that my plugin can now exist on its [...]]]></description>
			<content:encoded><![CDATA[<p>I upgraded WordPress to 1.5.2 this weekend.  This version fixed some bugs that made it necessary to edit WordPress itself in order to get my <a href="http://www.procata.com/blog/archives/2004/05/26/wordpress-bbcode-plugin/">BBCode plugin</a> to work.  That editing is one reason I put off upgrading for so long.  I am grateful that my plugin can now exist on its own.   (I&#8217;ll release a new version in a few days.)</p>
<p>Unfortunately, this version of WordPress introduced one bug that really annoys me.  Pingbacks and Trackbacks aren&#8217;t using the permalinks, but instead using ugly query string links.</p>
<p>A little greping suggests that this is caused by a cache that becomes stale after a post is updated.  So, I think the solution is to insert this line:</p>
<p><pre class="php">&nbsp;
<a href="http://www.php.net/unset"><span style="color: #000066;">unset</span></a><span style="color: #66cc66;">&#40;</span><span style="color: #0000ff;">$post_cache</span><span style="color: #66cc66;">&#91;</span><span style="color: #0000ff;">$post_ID</span><span style="color: #66cc66;">&#93;</span><span style="color: #66cc66;">&#41;</span>;
&nbsp;</pre></p>
<p>on line 382 of wp-admin/post.php.</p>
<p>Since this post contains a link to another blog post, which should get a pingback, it will be my public test of the theory.  </p>
<p><strong>UPDATE:</strong> Bug fixed. <img src='http://www.procata.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/09/27/a-wordpress-bug-fix/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Changes to my blog (and feeds)</title>
		<link>http://www.procata.com/blog/archives/2005/09/26/changes-to-my-blog-and-feeds/</link>
		<comments>http://www.procata.com/blog/archives/2005/09/26/changes-to-my-blog-and-feeds/#comments</comments>
		<pubDate>Mon, 26 Sep 2005 19:34:17 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/?p=137</guid>
		<description><![CDATA[I&#8217;ve made some changes to my blog.
When i started blogging, I didn&#8217;t know quite what to expect.  Over time, two main topics emerged: PHP and Politics.  I&#8217;ve decided that the two topics should really be two separate blogs.  This blog will continue to focus on PHP, software design, web design, agile methods [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made some changes to my blog.</p>
<p>When i started blogging, I didn&#8217;t know quite what to expect.  Over time, two main topics emerged: PHP and Politics.  I&#8217;ve decided that the two topics should really be two separate blogs.  This blog will continue to focus on PHP, software design, web design, agile methods and open source.  To reflect the tighter focus, I&#8217;ve renamed this blog from Jeff Moore&#8217;s Blog to <strong>Professional PHP</strong>.  (Getting rid of the bad-software revealing apostrophe in the name was a major goal.)</p>
<p>All other previous posts have been redirected to my new blog, <a href="http://www.livelydebate.com/">Lively Debate</a>.  That blog will cover politics, economics, education, entertainment and food.  <a href="http://www.livelydebate.com/archives/2005/09/26/welcome-to-lively-debate/">Check it out</a>.</p>
<p>The old posts on these topics remain on this blog, but are redirected to Lively Debate.  There will be no new &#8220;non-professional&#8221; content here.</p>
<p>As part of the process of bifurcating blogs, I&#8217;ve changed the category structure here as well.  Some categories have been moved.  The software development category has been deprecated.  All the posts except this one have been removed from that category.  </p>
<p>Some people subscribed to the software development category in order to avoid the political content.  If you have done so, I would encourage you to subscribe to the <a href="http://www.procata.com/blog/feed/">main site feed</a> now.  In a couple weeks, I will delete the software development category and redirect the feed to the main site feed.  (Once the political content slides off the bottom of the feed.)</p>
<p>My summer posting hiatus should be over (my blades broke and frost will soon drive me from the garden).  I have a backlog of draft posts to clear out.  I&#8217;ve been waiting to post until after making these changes and am anxious to start again.</p>
<p>I apologize for any technical inconvenience of the switchover (new blog, new name, new theme, new categories and new hosting).</p>
<p>I want to say thanks to those who actually read my ramblings.</p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/09/26/changes-to-my-blog-and-feeds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress Search Engine Spam</title>
		<link>http://www.procata.com/blog/archives/2005/03/31/wordpress-search-engine-spam/</link>
		<comments>http://www.procata.com/blog/archives/2005/03/31/wordpress-search-engine-spam/#comments</comments>
		<pubDate>Thu, 31 Mar 2005 16:46:38 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2005/03/31/wordpress-search-engine-spam/</guid>
		<description><![CDATA[In light of the reports of WordPress search engine spamming, I have removed my link to the WordPress web site.  The default WordPress theme has a &#8220;is proudly powered by WordPress&#8221; tag line with a link.  I thought proudly was overkill in the first place and certainly not true now, so I have [...]]]></description>
			<content:encoded><![CDATA[<p>In light of the <a href="http://www.waxy.org/archive/2005/03/30/wordpres.shtml">reports</a> of WordPress search engine spamming, I have removed my link to the WordPress web site.  The default WordPress theme has a &#8220;is proudly powered by WordPress&#8221; tag line with a link.  I thought proudly was overkill in the first place and certainly not true now, so I have removed both the tag line and the link.  While I certainly don&#8217;t begrudge open source authors the ability to make money from their efforts, I think this was a disappointing choice of methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/03/31/wordpress-search-engine-spam/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Upgraded to WordPress 1.5</title>
		<link>http://www.procata.com/blog/archives/2005/02/19/upgraded-to-wordpress-15/</link>
		<comments>http://www.procata.com/blog/archives/2005/02/19/upgraded-to-wordpress-15/#comments</comments>
		<pubDate>Sat, 19 Feb 2005 08:33:14 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2005/02/19/upgraded-to-wordpress-15/</guid>
		<description><![CDATA[Well, I upgraded to WordPress 1.5 today.  Everything seems to have gone well.  The upgrade from 1.2 to 1.5 was much less error prone than the upgrade from 1.02 to 1.2.  The upgrade process is very well done.  My BBCode plugin seems to work without modification (so far).
The new features in [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I upgraded to WordPress 1.5 today.  Everything seems to have gone well.  The upgrade from 1.2 to 1.5 was much less error prone than the upgrade <a href="http://www.procata.com/blog/archives/2004/05/26/upgraded-to-wordpress-12/">from 1.02 to 1.2</a>.  The upgrade process is very well done.  My <a href="http://www.procata.com/blog/archives/2004/05/26/wordpress-bbcode-plugin/">BBCode plugin</a> seems to work without modification (so far).</p>
<p>The new features in 1.5 are nice.  I notice a few little navigation extras in the templates.  The admin area seems like an improvement.  I like the dashboard.</p>
<p>The comment moderation process has improved from miserable to annoying.  I think it may now be easier to dispatch spam within WordPress instead of phpMyAdmin, which I was using with 1.2.   The &#8216;Check Past Comments against moderation list&#8217; is a great idea, except it doesn&#8217;t pay attention to comments that have already been manually approved.    Now if only there were a &#8216;Check Past Comments against Blacklist&#8217; option.   An &#8216;Add This Url to Black List&#8217; command would be useful on the comment moderation page.  It would also be helpful to have a note on why a particular comment ended up in the moderation list for debugging false positives.  Oh well, there are probably plugins for all of these things.</p>
<p>I started to play around with a custom theme.  The theme system is very nice.  I think the CSS in the default theme for 1.5 is easier to understand that the CSS in 1.2.    If you visited the site this afternoon, you might have caught a glimpse of various themes, including my custom theme.  Unfortunately, I found that many of the downloadable themes don&#8217;t display correctly on Safari, my default browser.  This is not uncommon to run across small blogs that don&#8217;t layout correctly in Safari.  My problem is the opposite.  My CSS never works right in IE/Win.  I hate that CSS is so finicky and requires so much manual testing.</p>
<p>Still no built in preview capability for comments.</p>
<p>I&#8217;ve been waiting for the official 1.5 release for a while and overall, 1.5 is very much worth the wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/02/19/upgraded-to-wordpress-15/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>nofollow and comment spam</title>
		<link>http://www.procata.com/blog/archives/2005/01/19/nofollow-and-comment-spam/</link>
		<comments>http://www.procata.com/blog/archives/2005/01/19/nofollow-and-comment-spam/#comments</comments>
		<pubDate>Wed, 19 Jan 2005 23:16:08 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2005/01/19/nofollow-and-comment-spam/</guid>
		<description><![CDATA[The rel nofollow thing is getting blogged to death today, but here are my two cents.
This won&#8217;t stop comment spam any more than spam filters stop email spam.  The economics are still on the spammers side.  This may have devalued the pot of gold to a pot of silver, but there will still [...]]]></description>
			<content:encoded><![CDATA[<p>The rel nofollow thing is getting blogged to death today, but here are my two cents.</p>
<p>This won&#8217;t stop comment spam any more than spam filters stop email spam.  The economics are still on the spammers side.  This may have devalued the pot of gold to a pot of silver, but there will still be prospectors.  Spammers will only get more sophisticated with their automated programs and the spam they leave.</p>
<p>I think pings and trackbacks tend to conserve PR in the blogosphere[1].  Devaluing these may devalue some of the PR power of blogs in general.  I am not sure this is going to benefit bloggers all that much in the long term.</p>
<p>I think the big benefactors of this are the search engines.  The SERPS will improve somewhat as the &#8220;involuntary votes&#8221; get cleaned out. </p>
<p>Also, I think google will probably ignore this attribute on internal links to prevent SEO PR funneling.  This probably means there are probably some new opportunities for blackhat SEO by controlling how PR is passed between networks of sites.  I bet a bunch of reciprocal link checking software is getting worked on today to check for this attribute.</p>
<p>[1] Am I the only one who hates the term blogosphere?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2005/01/19/nofollow-and-comment-spam/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Blog Advertising</title>
		<link>http://www.procata.com/blog/archives/2004/09/22/blog-advertising/</link>
		<comments>http://www.procata.com/blog/archives/2004/09/22/blog-advertising/#comments</comments>
		<pubDate>Wed, 22 Sep 2004 19:50:56 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/09/22/blog-advertising/</guid>
		<description><![CDATA[I ran across BlogAds in this article: 

Henry Copeland, owner of blogAds.com, said some of the bloggers he represents make $120,000 (U.S.) a year from ads â€” though he won&#8217;t say how many â€” and that &#8220;dozens&#8221; make $1,000 a month

So it seems like there is a couple of bucks to be made on advertising [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across <a href="http://www.blogads.com">BlogAds</a> in <a href="http://www.globetechnology.com/servlet/story/RTGAM.20040913.gtblogsep13/BNStory/Technology/">this article</a>: </p>
<blockquote><p>
Henry Copeland, owner of blogAds.com, said some of the bloggers he represents make $120,000 (U.S.) a year from ads â€” though he won&#8217;t say how many â€” and that &#8220;dozens&#8221; make $1,000 a month
</p></blockquote>
<p>So it seems like there is a couple of bucks to be made on advertising on the top tier blogs.  I have to wonder, though, if the ad revenue <a href="http://instapundit.com/archives/017896.php">instapundit</a> and other political oriented blogs will take a dive once the election season is over.  A bubble?</p>
<p>I have to say that I really dislike the scrolling table on the <a href="http://www.blogads.com/order_html">order form for blogads</a>.  Scrollbars within windows are hard to use.  The table doesn&#8217;t reflow depending on window size.  I&#8217;m sure it looks and works great maximized in 800 X 600 Internet Explorer on windows XP.  In 1152 X 864 Safari on Mac OS X, the scrolling is a pain and the big white empty area is a waste.</p>
<p>This order form has the look and feel of desktop development and not of web development.  I wonder if some &#8220;internet infused&#8221; desktop oriented tool was used to make it?  Can anyone identify any tool forensics?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2004/09/22/blog-advertising/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Blogs</title>
		<link>http://www.procata.com/blog/archives/2004/09/21/php-blogs/</link>
		<comments>http://www.procata.com/blog/archives/2004/09/21/php-blogs/#comments</comments>
		<pubDate>Tue, 21 Sep 2004 16:06:21 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/09/21/php-blogs/</guid>
		<description><![CDATA[Well, its been a while since I&#8217;ve posted, but I&#8217;m starting to catch up on things.
I fully understand why John Lim has announced a posting hiatus.  I&#8217;ll miss reading his blog for a while.
To show how far behind I am, I just added Marcus Baker&#8217;s blog to my feed aggregator today: Last Craft blog. [...]]]></description>
			<content:encoded><![CDATA[<p>Well, its been a while since I&#8217;ve posted, but I&#8217;m starting to catch up on things.</p>
<p>I fully understand why John Lim has announced a <a href="http://phplens.com/phpeverywhere/?q=node/view/110">posting hiatus</a>.  I&#8217;ll miss reading his blog for a while.</p>
<p>To show how far behind I am, I just added Marcus Baker&#8217;s blog to my feed aggregator today: <a href="http://www.lastcraft.com/blog/">Last Craft blog</a>.  The entries so far have been thoughtful and well written. I&#8217;ll have more comments later.  (No, Marcus, I&#8217;m not dead <img src='http://www.procata.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) </p>
<p><a href="http://www.sitepoint.com/blog-post-view.php?id=195222">Harry brings good news</a> about artima&#8217;s <a href="http://www.artima.com/buzz/community.jsp?forum=271">PHP Buzz</a> aggregated PHP news feed.  I know Harry has wanted this for a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2004/09/21/php-blogs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>un-Friendster: fired for blogging</title>
		<link>http://www.procata.com/blog/archives/2004/08/31/fired-for-blogging/</link>
		<comments>http://www.procata.com/blog/archives/2004/08/31/fired-for-blogging/#comments</comments>
		<pubDate>Wed, 01 Sep 2004 05:55:49 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://www.procata.com/blog/archives/2004/08/31/fired-for-blogging/</guid>
		<description><![CDATA[Well I had hoped that more information would come out about Friendsters Java to PHP conversion (1 2 3).  Sadly, I don&#8217;t think thats going to happen.  It seems that Troutgirl has been fired for talking about the conversion in her blog.
This is a lesson in how not to handle public relations.  [...]]]></description>
			<content:encoded><![CDATA[<p>Well I had hoped that more information would come out about Friendsters Java to PHP conversion (<a href="http://www.procata.com/blog/archives/2004/06/30/php-scalability-and-perforamnce/">1</a> <a href="http://www.procata.com/blog/archives/2004/07/01/the-php-scalability-saga-continues/">2</a> <a href="http://www.procata.com/blog/archives/2004/07/14/friendster-wrapup-does-mysql-scale/">3</a>).  Sadly, I don&#8217;t think thats going to happen.  It seems that Troutgirl <a href="http://jeremy.zawodny.com/blog/archives/002498.html">has been fired</a> for talking about the conversion in her blog.</p>
<p>This is a lesson in how not to handle public relations.  The first story was a technical story of interest to a limited number of geeks about how friendster managed to improve their service for their users.  Sure it publicized that friendster was slow, but only in the context of having fixed the problem.  It didn&#8217;t reveal anything that wasn&#8217;t public knowledge, except that the friendster programmers were competent and that they had tried many things to make the site faster.</p>
<p>Now friendster has ironically managed to turn this story into one of general interest to a larger group of socially well connected people accompanied by a call to action to unsubscribe from Friendster.   Bloggers do seem to like to blog about blogging.   Its already being covered by blogs that would never dream of talking about the scalability merits of PHP and Java.  Its #3 on <a href="http://www.daypop.com/top/">daypop</a> as I write this and it hasn&#8217;t been on slashdot yet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.procata.com/blog/archives/2004/08/31/fired-for-blogging/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

