<?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>WebProNews &#187; PHP</title>
	<atom:link href="http://www.webpronews.com/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webpronews.com</link>
	<description>Breaking News in Tech, Search, Social, &#38; Business</description>
	<lastBuildDate>Sun, 19 May 2013 12:56:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP Upgraded To Version 5.4.14, PCRE Library Merged</title>
		<link>http://www.webpronews.com/php-upgraded-to-version-5-4-14-pcre-library-merged-2013-04</link>
		<comments>http://www.webpronews.com/php-upgraded-to-version-5-4-14-pcre-library-merged-2013-04#comments</comments>
		<pubDate>Mon, 22 Apr 2013 12:57:24 +0000</pubDate>
		<dc:creator>Zach Walton</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[programming languages]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=225942</guid>
		<description><![CDATA[Those who use PHP are in for a treat this month as the development team has released updates for both the current and old versions, 5.4 and 5.3 respectively, of the scripting language. There&#8217;s nothing major, of course, but there &#8230;]]></description>
			<content:encoded><![CDATA[<p>Those who use PHP are in for a treat this month as the development team has released updates for both the current and old versions, 5.4 and 5.3 respectively, of the scripting language. There&#8217;s nothing major, of course, but there are a number of bug fixes that developers should be aware of. </p>
<p>Starting with PHP 5.4, the latest update brings it up to version 5.4.14. <a href="http://www.php.net/ChangeLog-5.php">With this update</a>, the team has fixed more than 10 bugs. Here&#8217;s the full changelog: </p>
<p><strong>Core:</strong></p>
<li>Fixed bug #64529 (Ran out of opcode space).</li>
<li>Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration).</li>
<li>Fixed bug #64432 (more empty delimiter warning in strX methods).</li>
<li>Fixed bug #64417 (ArrayAccess::&#038;offsetGet() in a trait causes fatal error).</li>
<li>Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).</li>
<li>Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).</li>
<li>Fixed bug #63976 (Parent class incorrectly using child constant in class property).</li>
<li>Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).</li>
<li>Fixed bug #62343 (Show class_alias In get_declared_classes()).</li>
<p><strong>PCRE:</strong></p>
<li>Merged PCRE 8.32.</li>
<p><strong>SNMP:</strong></p>
<li>Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).</li>
<p><strong>Zip:</strong></p>
<li>Fixed bug #64452 (Zip crash intermittently). (Anatol)</li>
<p>Those who are still on version 5.3, the team has released a smaller update (version 5.3.24) with a number of bug fixes. It also includes the same PCRE library merge that was included in the latest version of PHP 5.4, as well as the same Zip crash bug. </p>
<p><strong>Core:</strong></p>
<li>Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).</li>
<li>Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).</li>
<li>Fixed bug #62343 (Show class_alias In get_declared_classes()).</li>
<p><strong>PCRE:</strong></p>
<li>Merged PCRE 8.32.</li>
<p><strong>mysqlnd:</strong></p>
<li>Fixed bug #63530 (mysqlnd_stmt::bind_one_parameter crashes, uses wrong alloc for stmt->param_bind).</li>
<p><strong>DateTime:</strong></p>
<li>Fixed bug #62852 (Unserialize Invalid Date causes crash).</li>
<p><strong>Zip:</strong></p>
<li>Fixed bug #64452 (Zip crash intermittently).</li>
<p>If you want to the source code for either version 5.4.14 or 5.3.24, you can <a href="http://www.php.net/downloads.php">grab it here</a>. If you need PHP for Windows, you can <a href="http://windows.php.net/download/">grab the latest versions here. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/php-upgraded-to-version-5-4-14-pcre-library-merged-2013-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework 2.1.0 Is Now Available</title>
		<link>http://www.webpronews.com/zend-framework-2-1-0-is-now-available-2013-01</link>
		<comments>http://www.webpronews.com/zend-framework-2-1-0-is-now-available-2013-01#comments</comments>
		<pubDate>Thu, 31 Jan 2013 15:29:59 +0000</pubDate>
		<dc:creator>Zach Walton</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=214210</guid>
		<description><![CDATA[Zend Framework 1 has been a popular open source PHP framework since it was introduced a few years ago. It&#8217;s successor, Zend Framework 2, was released in September of last year. The team behind it have now released a major &#8230;]]></description>
			<content:encoded><![CDATA[<p>Zend Framework 1 has been a popular open source PHP framework since it was introduced a few years ago. It&#8217;s successor, Zend Framework 2, was released in September of last year. The team behind it have now released a major update. </p>
<p>The Zend Framework community announced Wednesday that <a href="http://framework.zend.com/blog/zend-framework-2-0-7-and-2-1-0-released.html">Zend Framework 2.0.7 and 2.1.0</a> are now available for download. Version 2.0.7 will be the last scheduled release in the 2.0 series, and only contains a number of bugfixes. You can <a href="http://framework.zend.com/changelog/2.0.7">check out the bugfix list here. </a></p>
<p>The release of version 2.1.0 is a much larger deal, and features a number of new improvements and additions that make the software more powerful. Here&#8217;s the major changes: </p>
<li>New Zend\Permissions\Rbac component, providing Role-Based Authorization Controls. These complement our existing Zend\Permissions\Acl component, providing another mechanism for providing authorization for your applications. We have Kyle Spraggs to thank for this addition.</li>
<li>New Zend\Test component, providing the ability to perform functional or integration testing on your ZF2 applications, courtesy of Blanchon Vincent.</li>
<li>Support for Oracle and IBM DB2 databases in Zend\Db. Many thanks to Ralph Schindler for spearheading these efforts.</li>
<li>A new Zend\Stdlib\StringUtils class to provide unified functionality around manipulating strings, particularly those in multibyte character sets. Thanks to Marc Bennewitz!</li>
<li>Scrypt support for Zend\Crypt. Thanks go to Enrico Zimuel for this addition.</li>
<li>Apache htpassword support in Zend\Crypt and in the HTTP authentication adapter; thanks go to Enrico Zimuel again!</li>
<li>New integration for handling and manipulating file uploads with the InputFilter, Form, and Mvc components, including capablities around the PRG pattern. Please thank Chris Martin for his huge amount of work around this!</li>
<li>A new render.error event, allowing you to fail gracefully in the event of a view rendering error. This allows you to present a static error page in such situations, as well as to log the problem. Thanks go to radnan for this addition.</li>
<li>Additional integration between a variety of plugin managers and the service manager was created, covering form elements, filters, validators, route classes, and serializers; this allows application-level configuration of these plugin managers, providing a simplified interface for configuring custom plugins.</li>
<li>Martin Meredith provided seven new traits for end-user use in PHP 5.4 applications.</li>
<li>The Authentication component received support for storage chains and validators.</li>
<li>Better console support, including better help messages, increased capabilities around colorisation, and more.</li>
<li>Many incremental improvements in Zend\Db; in particular, addition of profiling support, cross-table select join support, derived table in select join, and literal objects.</li>
<li>Zend\Logger has new FirePHP, ChromePHP, MongoDB, and FingersCrossed writers; thanks go to Walter Tamboer, Jeremy Mikola, and Stefan Kleff.</li>
<li>The MVC layer sports more flexibility and capabilities in the AbstractRestfulController, including automated content-negotiation for JSON requests, and support for most HTTP methods, including OPTIONS and HEAD (and the ability to support arbitrary HTTP methods).</li>
<li>Zend\Session now has a MongoDB save handler, and provides better interoperability between sessions managed by ZF2 and 3rd party code.</li>
<p>Zend Framework 2.1.0 features two new components as well: </p>
<li><a href="https://github.com/zendframework/ZendService_Apple_Apns">ZendService_Apple_Apns</a>, which provides push notification capabilities for Apple iOS. This component may be installed via Composer or Pyrus.</li>
<li><a href="https://github.com/zendframework/ZendService_Google_Gcm">ZendService_Google_Gcm</a>, which provides push notification capabilities for Google Android. This component may be installed via Composer or Pyrus.</li>
<p>Finally, there is now tooling support for the framework in the form of <a href="https://packages.zendframework.com/zftool.phar">zftool.phar</a>. Those who use it can expect the following features, with more being added in the future: </p>
<li>Skeleton application creation</li>
<li>Module creation within a skeleton</li>
<li>Autoloader classmap creation</li>
<li>ZF2 installation to a directory</li>
<p>You can <a href="http://framework.zend.com/downloads/latest">grab Zend Framework 2.0.7 and 2.1.0 here. </a> While you&#8217;re at it, you should <a href="https://github.com/zendframework/zf2">check out Zend Framework 2 on github. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/zend-framework-2-1-0-is-now-available-2013-01/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using INTO OUTFILE from a Remote Client</title>
		<link>http://www.webpronews.com/into-outfile-remote-client-2012-04</link>
		<comments>http://www.webpronews.com/into-outfile-remote-client-2012-04#comments</comments>
		<pubDate>Thu, 26 Apr 2012 20:10:20 +0000</pubDate>
		<dc:creator>Michael Marr</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=145955</guid>
		<description><![CDATA[An often useful query in SQL is SELECT ... INTO. With SELECT ... INTO OUTFILE, results can be directly placed in a file as comma separated values. Once in the common CSV format, your results can be pulled into other &#8230;]]></description>
			<content:encoded><![CDATA[<p>An often useful query in SQL is <code>SELECT ... INTO</code>. With <code>SELECT ... INTO OUTFILE</code>, results can be directly placed in a file as comma separated values. Once in the common CSV format, your results can be pulled into other scripts or used as backups (although the latter is not the ideal implementation for backing up). For example:</p>
<pre>
SELECT * FROM tableA INTO OUTFILE '/path/to/file.txt'
</pre>
<p>might result in a file.txt file like this:</p>
<pre>
Cash,Johnny,2-26-1932
Jagger,Michael,7-26-1943
Presley,Elvis,1-8-1935
</pre>
<p>This is straightforward, and useful for a majority of implementations. There are a few additional options, depending on your SQL implementation. For example, check out MySQL&#8217;s <a href="http://dev.mysql.com/doc/refman/5.5/en/select-into.html" target="_blank">SELECT &#8230; INTO</a> page</p>
<p>A major problem with <code>SELECT ... INTO OUTFILE</code> comes when your application exists on one server, while your database server is running on another. Many web hosting/application scenarios will run into this, as separating your database and application/web layers is a vital to improving performance. Since the outfile path is local to the database machine, and not the application machine, this SQL function becomes quite useless. Even if your database user had access to the path you supplied, it&#8217;s unlikely your application user has access to that path on a remote machine. Granting access in either case is unnecessary and sloppy security protocol. Instead, add a few lines to your code and program the identical functionality.</p>
<p><strong>TL;DR &#8211; you can&#8217;t use <code>SELECT ... INTO OUTFILE</code> remotely. Sorry. Below is a PHP solution &#8211; look in comments for other language specific solutions.</strong></p>
<p>Here&#8217;s a example in PHP that will accomplish the same thing:</p>
<pre>
$result = mysql_query("SELECT * FROM tableA");
$fh = fopen("/path/to/file.txt", "w+");
while ($row = mysql_fetch_row($result)) {
   fputs($fh, implode(',', $row)."\n");
}
fclose ($fh);
</pre>
<p>Be wary not to use PHP&#8217;s <code>fputcsv()</code>, as it will enclose the entire CSV row in quotes, and IS NOT identical to the output generated by <code>SELECT ... INTO OUTFILE</code>.</p>
<p><strong>Post alternatives in your language of choice in the <a href="http://www.webpronews.com/into-outfile-remote-client-2012-04/#comments">comments</a>.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/into-outfile-remote-client-2012-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Set To Unveil &#8220;Hyper PHP&#8221;</title>
		<link>http://www.webpronews.com/facebook-set-to-unveil-hyper-php-2010-02</link>
		<comments>http://www.webpronews.com/facebook-set-to-unveil-hyper-php-2010-02#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:46:32 +0000</pubDate>
		<dc:creator>Doug Caverly</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[HPHP]]></category>
		<category><![CDATA[Hyper PHP]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=52941</guid>
		<description><![CDATA[<p>A PHP project that's been underway for about two years is finally going to bear fruit for Facebook.&#160; Reports indicate that the company is set to announce the creation of &#34;Hyper PHP&#34; (or HPHP) today, and that Facebook will see speed improvements of around 80 percent as a result.<br />
]]></description>
			<content:encoded><![CDATA[<p>A PHP project that&#8217;s been underway for about two years is finally going to bear fruit for Facebook.&nbsp; Reports indicate that the company is set to announce the creation of &quot;Hyper PHP&quot; (or HPHP) today, and that Facebook will see speed improvements of around 80 percent as a result.</p>
<p><img align="right" alt="" src="http://images.ientrymail.com/webpronews/article_pics/FacebookLogo.jpg" />This trick relates to Web development, and more specifically, bridging the gap between interpreted languages and compiled languages.&nbsp; Hyper PHP is supposed to combine their strengths and more or less escape their weaknesses.</p>
<p><a href="http://www.readwriteweb.com/archives/facebook_gets_faster_debuts_homegrown_php_compiler.php">Mike Melanson</a> explained, &quot;PHP is normally an interpreted language, which means that every time a user accesses a PHP page, the server needs to take the code and interpret it to produce the final product.&nbsp; A compiler, however, makes this process much quicker, as the code is interpreted before the user ever asks for the page.&nbsp; The problem here is that any time that page needs to be changed, the code needs to be recompiled.&quot;</p>
<p>Hyper PHP should represent a major turning point, then.&nbsp; What&#8217;s more, it doesn&#8217;t look like Facebook will be the only beneficiary.&nbsp; The social network is due to make Hyper PHP available on an open source basis, so all sorts of sites may get speed boosts in the end.</p>
<p>We&#8217;ll update this post with more information when it becomes available.</p>
<p><strong>UPDATE</strong>: The official <a href="http://developers.facebook.com/news.php?blog=1&amp;story=358">announcement and explanation</a> are now available.</p>
<p><strong>Related Articles:</strong></p>
<p><span style="font-family: Arial;"><span style="font-size: larger;">&gt; </span></span><a style="color: rgb(0, 105, 210); text-decoration: underline;" href="http://www.webpronews.com/topnews/2010/01/21/facebook-page-owners-getting-more-stats"><span style="font-family: Arial;"><span style="font-size: larger;">Facebook Page Owners Getting More Stats</span></span></a></p>
<p><span style="font-family: Arial;"><span style="font-size: larger;">&gt; </span></span><a style="color: rgb(0, 105, 210); text-decoration: underline;" href="http://www.webpronews.com/topnews/2010/01/21/facebook-gets-into-customized-data-centers"><span style="font-family: Arial;"><span style="font-size: larger;">Facebook Gets Into Customized Data Centers</span></span></a></p>
<p><span style="font-family: Arial;"><span style="font-size: larger;">&gt; </span></span><a style="color: rgb(0, 105, 210); text-decoration: underline;" href="http://www.webpronews.com/topnews/2010/01/12/facebook-becomes-sponsor-of-apache-software-foundation"><span style="font-family: Arial;"><span style="font-size: larger;">Facebook Becomes Sponsor Of Apache Software Foundation</span></span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/facebook-set-to-unveil-hyper-php-2010-02/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is It Web Design, Or Web Development?</title>
		<link>http://www.webpronews.com/is-it-web-design-or-web-development-2008-04</link>
		<comments>http://www.webpronews.com/is-it-web-design-or-web-development-2008-04#comments</comments>
		<pubDate>Mon, 07 Apr 2008 16:30:26 +0000</pubDate>
		<dc:creator>Debbie Campbell</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=44886</guid>
		<description><![CDATA[<div class="entry"><p>I&#8217;m working with a prospective client who needs specialized e-commerce assistance - more than I&#8217;m capable of doing in a timely manner. So I found an experienced PHP programmer who can provide this expertise.</p><br /><a href="http://aj.600z.com/aj/136480/0/cc?z=1"><img src="http://aj.600z.com/aj/136480/0/vc?z=1&dim=105992&kw=&click=" width="615" height="80" border="0"></a>]]></description>
			<content:encoded><![CDATA[<div class="entry">
<p>I&rsquo;m working with a prospective client who needs specialized e-commerce assistance &#8211; more than I&rsquo;m capable of doing in a timely manner. So I found an experienced PHP programmer who can provide this expertise.</p>
<p>We met with the client today and all went well. The programmer has a good grasp of the rather non-traditional desires of the client as far as the workings of the checkout process, and that&rsquo;s great. I&rsquo;m not going to make as much money from the job as I originally thought, because I&rsquo;m now not going to be the one doing the cart, but the client will get exactly what he wants and hopefully I&rsquo;ll get a good long-term business relationship out of it.</p>
<p>What irked me today was the way the programmer continually referred to me as &lsquo;the one who&rsquo;ll make it all pretty.&rsquo;</p>
<p>&lsquo;Pretty&rsquo; isn&rsquo;t the tip of the iceberg. What I bring to the table goes way beyond aesthetics.</p>
<p>It&rsquo;s 9 years of personal e-commerce experience and 12 years of building websites; a strong graphic design background; an understanding of search engine optimization practices; a deep understanding of cross-browser compatibility and web standards; familiarity with Section 508 accessibility guidelines; the ability to partner with my clients and provide as much education on the care of feeding of their web presence as they can take; an understanding of information architecture and navigation; and an understanding of how to create a website that engages the customer from page one.</p>
<p>Programmers think that my job is all about aesthetics, and hard-core designers think that I shouldn&rsquo;t use the word &lsquo;creative&rsquo; in my business name because I&rsquo;m not really a creative if I work with code. I&rsquo;ve actually been told that to my face&hellip;</p>
<p>What exactly am I? I refer to myself as a designer/developer on my business cards and I thought that covered the bases pretty well, but perhaps not. Should I consider reworking my title yet again? Web strategist? Web jack-of-all-trades? Web designoper? Web develsigner?</p>
<p><a href="http://www.position-relative.com/~relat1ve/2008/04/04/mini-rant-on-titles-web-designer-or-web-developer/">Comments</a></p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/is-it-web-design-or-web-development-2008-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TechCrunch, Others Love Linux, MySQL</title>
		<link>http://www.webpronews.com/techcrunch-others-love-linux-mysql-2007-02</link>
		<comments>http://www.webpronews.com/techcrunch-others-love-linux-mysql-2007-02#comments</comments>
		<pubDate>Mon, 26 Feb 2007 16:44:35 +0000</pubDate>
		<dc:creator>WebProNews Staff</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[FeedBurner]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Meebo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Pingdom]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=35590</guid>
		<description><![CDATA[A survey by Pingdom of seven heavily visited websites found plenty of Apache web servers and PHP coding on their platforms, where Linux carries the platform and MySQL handles the database needs. ]]></description>
			<content:encoded><![CDATA[<p>A survey by Pingdom of seven heavily visited websites found plenty of Apache web servers and PHP coding on their platforms, where Linux carries the platform and MySQL handles the database needs. <span id="more-35590"></span></p>
<p>Some interesting observations came to the people at uptime monitoring firm <a href="http://www.pingdom.com">Pingdom</a>. </p>
<p>They managed to get seven noteworthy websites to agree to share some details about their infrastructure. </p>
<p>None of them seemed willing to part with an administrator password, oddly enough.  </p>
<p>The websites <a href="http://royal.pingdom.com/?p=95">surveyed</a> for the report: <a href="http://www.techcrunch.com">TechCrunch</a>, <a href="http://www.feedburner.com/">FeedBurner</a>, <a href="http://www.istockphoto.com/">iStockphoto</a>, <a href="http://www.yousendit.com/">YouSendIt</a>, <a href="http://www.meebo.com/">Meebo</a>, <a href="http://www.vimeo.com/">Vimeo</a>, and <a href="http://www.alexaholic.com/">Alexaholic</a>.  </p>
<p>They were nearly unanimous with their choice of database backends. </p>
<p><a href="http://www.mysql.com">MySQL</a> owned the field, as six of seven sites said they use it. All but Alexaholic run MySQL on Linux; Alexaholic uses Microsoft SQL Server on Windows.  </p>
<p>To get pages to their web visitors, five of the seven sites chose <a href="http://httpd.apache.org">Apache</a>, as have the bulk of other websites on the Internet. </p>
<p>Alexaholic runs IIS on Windows, while Meebo has tapped relative newcomer <a href="http://www.lighttpd.net/">Lighttpd</a>, called &#8216;Lighty&#8217;, for their web serving requirements. </p>
<p>Except for Alexaholic, the other webservers all run on Linux.  </p>
<p>&ldquo;Lighttpd tends to work really well with AJAX-based sites like ours,&rdquo; said Simon Yeo, director of operations at Meebo, in the blog. </p>
<p>Lighttpd also boasts usage at big-time sites such as YouTube and Wikipedia.  </p>
<p><a href="http://php.net/">PHP</a> has a place on five of the seven sites, either on its own or in conjunction with other languages like Perl or Java. </p>
<p>Alexaholic&#8217;s Ron Hornbaker favored C# .NET, which is in line with his comfort zone, while Meebo primarily has C and C++ in its code.  </p>
<p>When asked about his Microsoft favoritism, Hornbaker told Pingdom he&#8217;s familiar with the .NET platform. </p>
<p>&ldquo;I&rsquo;m most comfortable coding with C#.NET, and this was a personal project,&rdquo; he said.  <br />
&#8212; <br />
<small></small>  </p>
<p>Add to <a class="printMailTop" onclick="window.open('http://del.icio.us/post?v=4'partner=wpn'noui'jump=close'url='+encodeURIComponent(location.href)+''title='+encodeURIComponent(document.title),'delicious','toolbar=no,width=700,height=400'); return false;" href="http://del.icio.us/post"><img border="0" src="http://images.ientrymail.com/webpronews/delicious-pic.png" alt="" /> Del.icio.us</a> | <a href="javascript:void window.open('http://digg.com/submit?phase=2&amp;url='+encodeURIComponent(window.location.href)+'&amp;ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img border="0" src="http://images.ientrymail.com/webpronews/digg-pic.png" alt="" /> Digg</a>  | <a href="javascript:location.href='http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)"><img border="0" src="http://images.ientrymail.com/webpronews/reddit.png" alt="" /> Reddit</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&amp;t='+encodeURIComponent(document.title)+' '"><img border="0" src="http://images.ientrymail.com/webpronews/furl-pic.png" alt="" /> Furl</a>  </p>
<p>Bookmark WebProNews: <a href="http://www.webpronews.com"><img border="0" src="http://images.ientrymail.com/webpronews/wpn-readit.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/techcrunch-others-love-linux-mysql-2007-02/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Latest WordPress Bugfixes</title>
		<link>http://www.webpronews.com/latest-wordpress-bugfixes-2007-02</link>
		<comments>http://www.webpronews.com/latest-wordpress-bugfixes-2007-02#comments</comments>
		<pubDate>Thu, 22 Feb 2007 02:21:54 +0000</pubDate>
		<dc:creator>Neville Hobson</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Reddit]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=35451</guid>
		<description><![CDATA[If you upgraded to or installed the <a href="http://wordpress.org/development/2007/01/ella-21/">new WordPress version 2.1</a> that was released last month, you&#8217;ll be interested in a major <a href="http://wordpress.org/development/2007/02/new-releases/">bugfix released today</a>:  <blockquote>
<p>[&#8230;] Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It&#8217;s available for immediate download on our download page.</p>]]></description>
			<content:encoded><![CDATA[<p>If you upgraded to or installed the <a href="http://wordpress.org/development/2007/01/ella-21/">new WordPress version 2.1</a> that was released last month, you&rsquo;ll be interested in a major <a href="http://wordpress.org/development/2007/02/new-releases/">bugfix released today</a>:<br />
<blockquote>
<p>[&hellip;] Version 2.1.1 includes about 30 bug fixes, mostly minor things around encoding, XML-RPC, the object cache, and HTML code. It&rsquo;s available for immediate download on our download page.</p>
</blockquote>
<p>Not only that, WordPress has released a security patch for version 2.0.7 to upgrade it to version 2.0.9:</p>
<blockquote>
<p>Version 2.0.9 only includes the security update, which was around the code we use to prevent <a href="http://en.wikipedia.org/wiki/Cross_site_scripting">XSS</a>. [&hellip;] As a reminder, we&rsquo;ve committed to proving security updates to 2.0 through 2010, but all new features and development are going into the newer branch, which is at this time 2.1.</p>
</blockquote>
<p>An easy way to upgrade either version is to install just the changed files. <a href="http://techtites.com/2007/02/21/wordpress-211-and-209-released/">Ajay D&rsquo;Souza makes it easy</a>. I expect <a href="http://www.nevillehobson.com/2007/02/10/php-issues-and-wordpress/#comment-24737">Paul Woodhouse will have an interest</a> in this <img src="http://www.nevillehobson.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>I haven&rsquo;t yet made the jump to 2.1 on this blog (but I did on my <a href="http://www.nevillehobson.com/sandbox/">sandbox</a>) as I&rsquo;m still dithering about the <a href="http://getk2.com/">K2 theme</a>. There&rsquo;s also the issue for me re <a href="http://www.nevillehobson.com/2007/02/10/php-issues-and-wordpress/">Dreamhost and PHP</a>. Although this blog hasn&rsquo;t fallen over so far, I really must find time soon to upgrade.</p>
<p><strong>Related post:</strong></p>
<ul>
<li><a href="http://www.nevillehobson.com/2007/01/25/should-you-upgrade-to-wordpress-21/">Should you upgrade to WordPress 2.1?</a></li>
</ul>
<p><a href="http://www.nevillehobson.com/2007/02/21/bugfixes-for-latest-wordpress/#comments">Comments</a></p>
<p>Tag:  </p>
<p><a href="javascript:location.href='http://reddit.com/submit?url='+encodeURIComp<br />
onent(location.href)+'&amp;title='+encodeURIComponent(document.title)"><img border="0" src="http://images.ientrymail.com/webpronews/reddit.png" alt="" />Reddit</a> | <a href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeUR<br />
IComponent(document.location.href)+'&amp;t='+encodeURIComponent(document.title)+<br />
'   '"><img border="0" src="http://images.ientrymail.com/webpronews/furl-pic.png" alt="" /> Furl</a>   </p>
<p>Bookmark WebProNews: <a href="http://www.webpronews.com"><img border="0" src="http://images.ientrymail.com/webpronews/wpn-readit.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/latest-wordpress-bugfixes-2007-02/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHP Buttons In Dreamweaver</title>
		<link>http://www.webpronews.com/using-php-buttons-in-dreamweaver-2007-01</link>
		<comments>http://www.webpronews.com/using-php-buttons-in-dreamweaver-2007-01#comments</comments>
		<pubDate>Wed, 10 Jan 2007 19:56:23 +0000</pubDate>
		<dc:creator>Jay Gilbert</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=34318</guid>
		<description><![CDATA[Even if you don't know one bit of PHP, the Dreamweaver PHP buttons can help you create database functions on your webpages. Learn more in this lesson on Dreamweaver and PHP/SQL.
]]></description>
			<content:encoded><![CDATA[<p>Even if you don&#8217;t know one bit of PHP, the Dreamweaver PHP buttons can help you create database functions on your webpages. Learn more in this lesson on Dreamweaver and PHP/SQL.</p>
<p>I&#8217;ll admit that I am not a coder and I don&#8217;t know much more than a tiny bit of PHP at the time of writing this. However, I have managed to create database driven webpages, and even password protected members only areas due to the extremely easy to use PHP buttons in Dreamweaver.</p>
<p>If you are interested in learning to do this for yourself, this lesson will point you in the right direction so that you can experiment and see for yourself how easy it is.</p>
<p>The first thing you need to do is to create an SQL database on your webhost. This can be done via CPanel or if not that, then ask your host how&#8230;anyways, creating an SQL database with 1 table is not hard.</p>
<p>The key is, to create it, record the information and then try to log in to that database via Dreamweaver.</p>
<p>You can do this by creating a new database connection in the Application window of Dreamweaver.</p>
<p>This is one of the most challenging parts, and you&#8217;ll need to set up the site&#8217;s testing server. At first this can be tricky, but if you stick with it and get connected to your SQL databas via Dreamweaver, youll soon find ways to insert records, display records, and much more!</p>
<p>You see, once you are connected to the database, the table names will dynamically show up in Dreamweaver, and from there it is only a short step to learn how to insert records, repeat records, and display data in the database.</p>
<p>Of course reading a book can help you with PHP, but it is also fun to just jump right in the Dreamweaver buttons. </p>
<p>Even a total PHP dunce like myself was able to start creating little PHP/SQL applications once I figured out these basic steps.</p>
<p>So if you want to create PHP applications, but don&#8217;t know how to hand-code PHP, create a PHP/SQL database with 1 table, figure out how to connect to it via Dreamweaver, and start messing around with the Dreamweaver PHP buttons.</p>
<p>In a few hours time you&#8217;ll see what creating PHP/SQL applications in Dreamweaver is all about.</p>
<p>For more information on Dreamweaver including step by step video tutorials, visit http://www.dreamweaverhowto.com </p>
<p>Jay Gilbert offers step by step guides for people who want to sell info products online.  Sign up for the free Dreamweaver tips training course.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/using-php-buttons-in-dreamweaver-2007-01/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Development Becoming Increasingly Popular</title>
		<link>http://www.webpronews.com/php-development-becoming-increasingly-popular-2007-01</link>
		<comments>http://www.webpronews.com/php-development-becoming-increasingly-popular-2007-01#comments</comments>
		<pubDate>Tue, 02 Jan 2007 15:46:20 +0000</pubDate>
		<dc:creator>Andy West</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=34045</guid>
		<description><![CDATA[PHP simply refers to Hypertext Preprocessor and is becoming quite popular due to the wide nature of functions that it can be used for.
]]></description>
			<content:encoded><![CDATA[<p>PHP simply refers to Hypertext Preprocessor and is becoming quite popular due to the wide nature of functions that it can be used for.</p>
<p>Also, PHP development is relatively simple for newcomers to learn the basics. As well, more advanced programmers are also using PHP development because there is almost no limit to what can be done when it is used properly.</p>
<p>PHP can be used on most operating systems, which makes it quite versatile. Whether you use Microsoft Windows, Linux, MAC OS X or a wide variety of other OS&#8217;s. PHP also allows you to choose an operating system and web browser that you are most comfortable with. One of the great features of PHP development is that it allows support for almost any kind of database that you could think of.</p>
<p>PHP development is basically referring to an open source scripting language. It&#8217;s most common uses are for web development and it can also be imbedded into HTML. Since it is such a versatile form of script writing, it can be used by the beginning programmers as well as the more advanced ones. In only a few hours, you can learn the basics of PHP development so that you can begin to use PHP to your advantage. Also, if you are an experienced programmer, you can utilize some of the more advanced features of PHP in order to capitalize on your potential.</p>
<p>Web development is becoming a more prosperous industry lately. Since the Interet and the computer wave in general is becoming quite lucrative, web development is becoming a booming industry in which everyone wants to be a part. However, it is also a very competitive industry since there are many professionals that are quite adept at programming. Therefore, learning proper PHP development strategies is beneficial. If you already have prior knowledge of computer language and coding, PHP should come as a second nature to you. The fact that is can be used in its most primal forms for basic programming as well as incredibly advanced programming ! only ads to its possible potential for programmers.</p>
<p>In order to become a succesful web developer, you will need to familiarize yourself with all of the different aspects of computer programming langage. Since this industry is booming more than almost any other industry right now, there are always new languages to learn and new programming developments to enquire about. Although PHP development isn&#8217;t all that new, it is quickly becoming the preferred method among many of the high ranking computer programmers. The amount of versatitily that this language gives you combined with its relatively easy learning curve make it a very desirable language to learn.</p>
<p>Web development is not something that just anyone should jump into. It takes a certain amount of knowledge and skill to be able to properly negotiate the different codes that are used. However, if you are already quite familiar with language code, then you will not have any trouble at all using PHP development to better your skills as well as improving your output.</p>
<p>Being  a web developer is a very complex industry. There are always new things to learn on an almost daily basis so you always have to be on the top of your game. The world of PHP development is ever changing and will continue to flourish, so it is advisable to keep up to date with the new capabilities of this type of programming. PHP development is one of the most effective and simple to use programming devices available today.</p>
<p>Tag:     </p>
<p>Add to <a href="http://del.icio.us/post"onclick="window.open('http://del.icio.us/post?v=4&#038;partner=wpn&#038;noui&#038;jump=close&#038;url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title),'delicious','toolbar=no,width=700,height=400'); return false;"   CLASS="printMailTop"><img   src="http://images.ientrymail.com/webpronews/delicious-pic.png" border=0> Del.icio.us</a> | <a href="javascript:voidwindow.open('http://digg.com/submit?phase=2&#038;url='+encodeURIComponent(window.location.href)+'&#038;ei=UTF-8','popup','width=520px,height=420px,status=0,location=0,resizable=1,scrollbars=1,left=100,top=50',0)"><img     src="http://images.ientrymail.com/webpronews/digg-pic.png" border=0> Digg</a> | <a   href="javascript:location.href='http://reddit.com/submit?url='+encodeURIComponent(location.href)+'&#038;title='+encodeURIComponent(document.title)"><img    src="http://images.ientrymail.com/webpronews/reddit.png" border=0>Reddit</a> | <a   href="javascript:location.href='http://www.furl.net/storeIt.jsp?u='+encodeURIComponent(document.location.href)+'&#038;t='+encodeURIComponent(document.title)+ '     '"><img src="http://images.ientrymail.com/webpronews/furl-pic.png" border=0> Furl</a>    </p>
<p>Bookmark WebProNews: <a href="http://www.webpronews.com"><img src="http://images.ientrymail.com/webpronews/wpn-readit.jpg" border=0></a></p>
<p>Andy West is a freelance writer for PhpMyDev.com . PhpMyDev offers complete web development and hosting using Linux, Apach, Mysql and <a href=http://www.phpmydev.com> PHP development</a> (LAMP). Visit <a href="http://www.PhpMyDev.com">http://www.PhpMyDev.com</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/php-development-becoming-increasingly-popular-2007-01/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Playing w/ del.icio.us Web Badge JSON API</title>
		<link>http://www.webpronews.com/playing-w-delicious-web-badge-json-api-2006-12</link>
		<comments>http://www.webpronews.com/playing-w-delicious-web-badge-json-api-2006-12#comments</comments>
		<pubDate>Thu, 21 Dec 2006 17:12:56 +0000</pubDate>
		<dc:creator>Joost de Valk </dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[Delicious]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[FAST]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.webpronews.com/?p=33912</guid>
		<description><![CDATA[<a href="http://www.niallkennedy.com/blog/archives/2006/12/delicious-url-api.html" class="bluelink">Niall Kennedy</a> wrote on his blog that The Yahoo Developer Network provided a <a href="http://developer.yahoo.net/blog/archives/2006/12/preview_of_the.html" class="bluelink">short preview of the soon to be released del.icio.us webbadge</a>.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.niallkennedy.com/blog/archives/2006/12/delicious-url-api.html" class="bluelink">Niall Kennedy</a> wrote on his blog that The Yahoo Developer Network provided a <a href="http://developer.yahoo.net/blog/archives/2006/12/preview_of_the.html" class="bluelink">short preview of the soon to be released del.icio.us webbadge</a>.</p>
<p>From this preview you could see an endpoint and a parameter, so Niall tried and it worked for everyone. That inspired me to make <a href="http://www.joostdevalk.nl/code/delicious.php" class="bluelink">this fast PHP implementation</a> of it, using the <a href="http://framework.zend.com/manual/en/zend.json.basics.html" class="bluelink">Zend framework JSON library</a>. If you&#8217;re interested, have a look at <a href="http://www.joostdevalk.nl/code/delicious.phps" class="bluelink">the code</a>.</p>
<p><a href="http://www.joostdevalk.nl/blog/playing-with-the-delicious-web-badge-json-api-using-php/#respond" class="bluelink">Comments</a></p>
<p>Bookmark WebProNews: <a href=http://www.webpronews.com><img src=http://images.ientrymail.com/webpronews/wpn-readit.jpg border=0></a></p>
<p>Joost de Valk is an SEO from Nijmegen, the Netherlands, who works for <a href="http://www.onetomarket.nl">Onetomarket</a>, an online marketing company. He has experience as a sales manager for several IT companies, is involved in open source projects like WebKit and Mozilla, and is the creator of the <a href="http://www.css3.info">biggest online resource on CSS3</a>. Joost <a href="http://www.joostdevalk.nl/blog/">blogs about web design and SEO</a>, and writes all sorts of scripts for webmasters.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpronews.com/playing-w-delicious-web-badge-json-api-2006-12/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
