<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: About PHP usage</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sun, 22 Nov 2009 11:54:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Damien Seguy</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-338</link>
		<dc:creator>Damien Seguy</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-338</guid>
		<description>&lt;p&gt;Here are some more maps of PHP Usage, posted once a month.&lt;br /&gt;
They are in French, but maps are... graphical, aren&#039;t they?&lt;/p&gt;

&lt;p&gt;By country (based on domain and geolocalization)&lt;br /&gt;
http://www.nexen.net/phpversion/tld.php&lt;/p&gt;

&lt;p&gt;By version&lt;br /&gt;
http://www.nexen.net/phpversion/versions.php&lt;/p&gt;

&lt;p&gt;My session from PIC frankfurt (in English, November 2003).&lt;br /&gt;
http://www.phpconference.de/2003/slides/business_track/seguy_usagephp_en.pdf&lt;/p&gt;

&lt;p&gt;By Server (outdated)&lt;br /&gt;
http://www.nexen.net/phpversion/serveurs.php&lt;br /&gt;
&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Here are some more maps of PHP Usage, posted once a month.<br />
They are in French, but maps are&#8230; graphical, aren&#8217;t they?</p>
<p>By country (based on domain and geolocalization)<br />
<a href="http://www.nexen.net/phpversion/tld.php" rel="nofollow">http://www.nexen.net/phpversion/tld.php</a></p>
<p>By version<br />
<a href="http://www.nexen.net/phpversion/versions.php" rel="nofollow">http://www.nexen.net/phpversion/versions.php</a></p>
<p>My session from PIC frankfurt (in English, November 2003).<br />
<a href="http://www.phpconference.de/2003/slides/business_track/seguy_usagephp_en.pdf" rel="nofollow">http://www.phpconference.de/2003/slides/business_track/seguy_usagephp_en.pdf</a></p>
<p>By Server (outdated)<br />
<a href="http://www.nexen.net/phpversion/serveurs.php" rel="nofollow">http://www.nexen.net/phpversion/serveurs.php</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-339</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-339</guid>
		<description>&lt;p&gt;Where I work, we integrated PHP with Crystal Reports and MS SQL Server for the Asset Management field... it was very much a kludge, as Crystal Reports only exposed a .asp API, so we ended up somewhat mixing the two. That was for an intranet situation.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Where I work, we integrated PHP with Crystal Reports and MS SQL Server for the Asset Management field&#8230; it was very much a kludge, as Crystal Reports only exposed a .asp API, so we ended up somewhat mixing the two. That was for an intranet situation.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jazeps</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-340</link>
		<dc:creator>Jazeps</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-340</guid>
		<description>&lt;p&gt;PHP + GD is the best solution for porn galleries and this is where I see PHP most.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>PHP + GD is the best solution for porn galleries and this is where I see PHP most.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aquarius</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-341</link>
		<dc:creator>Aquarius</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-341</guid>
		<description></description>
		<content:encoded><![CDATA[<p>A couple of months ago, people at my daytime job were talking about replacing an old database program with Access. We use the database to keep track of projects we do for clients and the PowerPoint presentations that are produced for them. I said I could try to do it in MySQL and build a PHP-driven front end so all employees would be able to access the application through the local intranet.</p>
<p>I’ve been learning a lot about both PHP and project management from working on this application that just keeps growing. People are very enthusiastic about how fast it all is. However, the entire office is running Windows and MS Office, and questions get raised if we can’t &#8220;automatically extract titles from PowerPoint presentations&#8221; and if we can automatically grant people working on certain project access to that project’s folder when they are assigned to the project through the db application. Every now and then I wonder if Access would have provided easier integration into our MS-oriented office environment. However, I was very happy to find out that it is possible to <a href="http://www.sitepoint.com/article/pear-spreadsheet_excel_writer">generate Excel spreadsheets</a> with PHP. If such an extension ever gets written for PowerPoint, it would make some people at my work very happy, though I suspect most of the people using PHP couldn’t care less.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver Dueck</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-342</link>
		<dc:creator>Oliver Dueck</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-342</guid>
		<description>&lt;p&gt;My organization has build several fairly complex PHP applications which receive relatiely low traffic. We may be building a site that will be extremely busy, and I would be most comfortable doing it in PHP. However, as you pointed out, there are not many resources available to help those of us building high-traffic applications. This is odd because there obviously are many high traffic PHP sites out there. I think this would be a great topic for SitePoint to tackle, as the site builders obviously have the relevant experience.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>My organization has build several fairly complex PHP applications which receive relatiely low traffic. We may be building a site that will be extremely busy, and I would be most comfortable doing it in PHP. However, as you pointed out, there are not many resources available to help those of us building high-traffic applications. This is odd because there obviously are many high traffic PHP sites out there. I think this would be a great topic for SitePoint to tackle, as the site builders obviously have the relevant experience.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Octal</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-343</link>
		<dc:creator>Octal</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-343</guid>
		<description>&lt;p&gt;Interesting discussion. I have switched the corporate Intranet at work to use php rather than asp. However as Harry pointed out the problems inherent in integrating with Windows technology especially in terms of publishing Word documents to the Intranet (and the nightmare of managing those documents) is complex to say the least.&lt;/p&gt;

&lt;p&gt;With regards to the topic of this blog post is there any evidence that PHP for corporate Intranets/extranets is being replaced in favour of .Net? (For reasons stated above; &quot;integration with Windows&quot;)&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Interesting discussion. I have switched the corporate Intranet at work to use php rather than asp. However as Harry pointed out the problems inherent in integrating with Windows technology especially in terms of publishing Word documents to the Intranet (and the nightmare of managing those documents) is complex to say the least.</p>
<p>With regards to the topic of this blog post is there any evidence that PHP for corporate Intranets/extranets is being replaced in favour of .Net? (For reasons stated above; &#8220;integration with Windows&#8221;)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Manuzhai</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-344</link>
		<dc:creator>Manuzhai</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-344</guid>
		<description>&lt;p&gt;I think 80+% of top 1000 companies is *VERY* ambitious. I think you&#039;re overestimating because you live in a PHP world. I&#039;m not blaming you, I just think your frame of reference results in a bias.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I think 80+% of top 1000 companies is *VERY* ambitious. I think you&#8217;re overestimating because you live in a PHP world. I&#8217;m not blaming you, I just think your frame of reference results in a bias.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rick_g22</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-345</link>
		<dc:creator>rick_g22</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-345</guid>
		<description>&lt;p&gt;I&#039;ve been developing a multi-tier intranet site with PHP under Apache2/Win (it also works under linux). It generates formatted excel spreadsheets, and along with an automated C++ program for file management. The program uploads Visual Foxpro files (DBF) and the PHP converts them to mysql. That&#039;s a rather nifty integration, IMHO.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been developing a multi-tier intranet site with PHP under Apache2/Win (it also works under linux). It generates formatted excel spreadsheets, and along with an automated C++ program for file management. The program uploads Visual Foxpro files (DBF) and the PHP converts them to mysql. That&#8217;s a rather nifty integration, IMHO.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Wolff</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-346</link>
		<dc:creator>Markus Wolff</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-346</guid>
		<description>&lt;p&gt;I got even two comments :-)&lt;br /&gt;
1. &lt;br /&gt;
I don&#039;t think 80% of TOP1000 companies is too ambitious.&lt;br /&gt;
Sometimes PHP is just used by small workgroups or in extranets without anyone noticing, for example forum applications for group-based discussions. I&#039;ve seen this quite often. Just because they use it it doesn&#039;t mean it&#039;s always business-critical. That would indeed be a bit ambitious :-)&lt;/p&gt;

&lt;p&gt;2. I don&#039;t know why everyone seeems to have such difficulties integrating with Microsoft Office. Just look at how the native Windows applications are handling this: They&#039;re using COM. So can PHP, if you use it on a Windows server. You have exactly the same possibilities using PHP on a Windows machine as you&#039;d have using ASP or even ASP.NET (been there, done that).&lt;/p&gt;

&lt;p&gt;Also, you can have a look at PEAR - not only do they have the Excel file generation package, there&#039;s also a package that deals with OLE in general. And there&#039;s far more that can be done for example with the WebDAV and SOAP packages... use your imagination, folks ;-)&lt;br /&gt;
&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I got even two comments :-)<br />
1. <br />
I don&#8217;t think 80% of TOP1000 companies is too ambitious.<br />
Sometimes PHP is just used by small workgroups or in extranets without anyone noticing, for example forum applications for group-based discussions. I&#8217;ve seen this quite often. Just because they use it it doesn&#8217;t mean it&#8217;s always business-critical. That would indeed be a bit ambitious :-)</p>
<p>2. I don&#8217;t know why everyone seeems to have such difficulties integrating with Microsoft Office. Just look at how the native Windows applications are handling this: They&#8217;re using COM. So can PHP, if you use it on a Windows server. You have exactly the same possibilities using PHP on a Windows machine as you&#8217;d have using ASP or even ASP.NET (been there, done that).</p>
<p>Also, you can have a look at PEAR &#8211; not only do they have the Excel file generation package, there&#8217;s also a package that deals with OLE in general. And there&#8217;s far more that can be done for example with the WebDAV and SOAP packages&#8230; use your imagination, folks ;-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Taoism</title>
		<link>http://www.sitepoint.com/blogs/2004/05/18/about-php-usage/comment-page-1/#comment-347</link>
		<dc:creator>Taoism</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">1858221035#comment-347</guid>
		<description>&lt;p&gt;I know this is specific to phpBB (but hey, it is written in PHP); have a look at the link below for a thread about configuring phpBB (and hardware, etc) for a high volume site. The thread start (Lanzer) is a who you really want to read for most of the thread.  His insights into optimizations for the volume of his website is interesting.  The sheer volume that his site gets absolutely stuns me.  I have never seen any site that even comes close to it (for a message forum).&lt;/p&gt;

&lt;p&gt;Check out this quote from one of the posts in the ongoing thread:&lt;br /&gt;
&quot;...we receive about 700,000 posts a day...&quot;&lt;/p&gt;

&lt;p&gt;Real stats from the board on his site [GaiaOnline]:&lt;br /&gt;
&quot;Who is Online - In total there are 10181 users online :: 8161 Registered, 539 Hidden and 1481 Guests&quot;&lt;br /&gt;
&quot;We have 606247 registered users&quot;&lt;br /&gt;
&quot;Our forums have a total of 69395290 articles&quot;&lt;/p&gt;

&lt;p&gt;I also remember reading that some of the threads are over 70,000 posts long...&lt;/p&gt;

&lt;p&gt;So read this thread for a very interesting perspective on tuning for a large site:&lt;br /&gt;
http://www.phpbb.com/phpBB/viewtopic.php?t=135383&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br /&gt;
Keith.&lt;br /&gt;
&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I know this is specific to phpBB (but hey, it is written in PHP); have a look at the link below for a thread about configuring phpBB (and hardware, etc) for a high volume site. The thread start (Lanzer) is a who you really want to read for most of the thread.  His insights into optimizations for the volume of his website is interesting.  The sheer volume that his site gets absolutely stuns me.  I have never seen any site that even comes close to it (for a message forum).</p>
<p>Check out this quote from one of the posts in the ongoing thread:<br />
&#8220;&#8230;we receive about 700,000 posts a day&#8230;&#8221;</p>
<p>Real stats from the board on his site [GaiaOnline]:<br />
&#8220;Who is Online &#8211; In total there are 10181 users online :: 8161 Registered, 539 Hidden and 1481 Guests&#8221;<br />
&#8220;We have 606247 registered users&#8221;<br />
&#8220;Our forums have a total of 69395290 articles&#8221;</p>
<p>I also remember reading that some of the threads are over 70,000 posts long&#8230;</p>
<p>So read this thread for a very interesting perspective on tuning for a large site:<br />
<a href="http://www.phpbb.com/phpBB/viewtopic.php?t=135383" rel="nofollow">http://www.phpbb.com/phpBB/viewtopic.php?t=135383</a></p>
<p>Cheers,<br />
Keith.</p>]]></content:encoded>
	</item>
</channel>
</rss>
