<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://www.hiveminds.co.uk/feed.xsl" ?>
<?xml-stylesheet type="text/css" href="http://www.hiveminds.co.uk/feed.css" ?>
<rss version="2.0" xml:base="http://www.hiveminds.co.uk">
<channel>
 <title>Hiveminds Magazine - PHP</title>
 <link>http://www.hiveminds.co.uk/taxonomy/term/39/PHP</link>
 <description></description>
 <language>en</language>
 <copyright><![CDATA[Hiveminds Magazine copyrighted 2005-2006]]></copyright>
<item>
 <title>Drigg is looking for a new co-maintainer!</title>
 <link>http://www.hiveminds.co.uk/content/drigg-is-looking-for-a-new-co-maintainer.html</link>
 <description><![CDATA[
I would like to ask the free software  community to syndicate this entry as much as possible. It's not  exciting, it's not &amp;quot;hot&amp;quot;, but it is about the future of a great piece  of free software.
]]></description>
<comments>http://www.hiveminds.co.uk/content/drigg-is-looking-for-a-new-co-maintainer.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/173">Announcements</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/180">Drupal</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/712">Drupal Developers Network</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/950">clone</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/910">digg</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/949">drigg</category>
<pubDate>Mon, 25 Aug 2008 00:29:32 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/4082</guid>
</item>
<item>
 <title>Totally useless PHP code written in beer</title>
 <link>http://www.hiveminds.co.uk/content/totally-useless-php-code-written-in-beer.html</link>
 <description><![CDATA[I fell asleep while reading the Java Server Programming  J2EE Edition again. But this time when I awoke I sat down and wrote some PHP code that  is total gibberish, does not produce any errors and seems to be written in beer language.

&amp;lt;?phpclass&amp;nbsp;Foo{&amp;nbsp;&amp;nbsp;private&amp;nbsp;$_stock&amp;nbsp;=&amp;nbsp;null;&amp;nbsp;&amp;nbsp;private&amp;nbsp;$_keg&amp;nbsp;=&amp;nbsp;null;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function&amp;nbsp;__construct($name,$arg4)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;$name('&amp;nbsp;today');&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$arg1&amp;nbsp;=&amp;nbsp;'&amp;nbsp;has&amp;nbsp;ale';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$arg2&amp;nbsp;=&amp;nbsp;'&amp;nbsp;and&amp;nbsp;pale&amp;nbsp;ale';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$arg3&amp;nbsp;=&amp;nbsp;'&amp;nbsp;and&amp;nbsp;light&amp;nbsp;beer';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;$name($arg1,$arg2);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;$name($arg1,$arg2,$arg3,$arg4);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function&amp;nbsp;Variable()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$string&amp;nbsp;=&amp;nbsp;implode(func_get_args());&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$this-&amp;gt;Bar($string);&amp;nbsp;//&amp;nbsp;This&amp;nbsp;calls&amp;nbsp;the&amp;nbsp;Bar()&amp;nbsp;method&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function&amp;nbsp;Bar($string)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;echo&amp;nbsp;"This&amp;nbsp;is&amp;nbsp;Bar"&amp;nbsp;.&amp;nbsp;$string&amp;nbsp;.'&amp;lt;br&amp;gt;';&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}}$funcname&amp;nbsp;=&amp;nbsp;"Variable";$foo&amp;nbsp;=&amp;nbsp;new&amp;nbsp;Foo($funcname,&amp;nbsp;'&amp;nbsp;tomorrow');$foo-&amp;gt;Bar('&amp;nbsp;is&amp;nbsp;open');$foo-&amp;gt;$funcname('&amp;nbsp;has&amp;nbsp;moved');?&amp;gt;


I have no idea what problem I was trying to solve while asleep but it might be that I was just thirsty?
Happy Publishing!
]]></description>
<comments>http://www.hiveminds.co.uk/content/totally-useless-php-code-written-in-beer.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/602">Pencil</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/184">Web Developer</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/945">beer</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/946">code</category>
<pubDate>Sat, 23 Aug 2008 22:43:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/4080</guid>
</item>
<item>
 <title> Using CakePHP framework without a database</title>
 <link>http://www.hiveminds.co.uk/content/using-cakephp-framework-without-a-database.html</link>
 <description><![CDATA[Without much fanfare here are the steps to trick CakePHP into believing that there is a database even when there is none! CakePHP insists on a database connection. The solution was simple enough and..]]></description>
<comments>http://www.hiveminds.co.uk/content/using-cakephp-framework-without-a-database.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/941">CakePHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/177">Tutorials</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/899">framework</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/30">Web design and development</category>
<pubDate>Fri, 22 Aug 2008 22:53:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/4075</guid>
</item>
<item>
 <title>Building Adobe AIR applications with the NetBeans IDE</title>
 <link>http://www.hiveminds.co.uk/content/building-adobe-air-applications-with-the-netbeans-ide.html</link>
 <description><![CDATA[I’ve recently downloaded and installed NetBeans 6.5 Milestone 1 to check out some of its cool new features. Using the new Run-Configuration option I’m going to demonstrate how you can go about...
]]></description>
<comments>http://www.hiveminds.co.uk/content/building-adobe-air-applications-with-the-netbeans-ide.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/177">Tutorials</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/865">adobe air</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/905">javascript/ajax</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/849">netbeans</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/848">ria</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/30">Web design and development</category>
<pubDate>Sun, 17 Aug 2008 10:38:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/4046</guid>
</item>
<item>
 <title>Adding a link to a form element with Zend Framework</title>
 <link>http://www.hiveminds.co.uk/content/adding-a-link-to-a-form-element-with-zend-framework.html</link>
 <description><![CDATA[The problem I was stumped on friday was stupid enough. We have a form builder using Zend_Form that builds a form based on external XML input. In certain situations, a form field needs to have an...]]></description>
<comments>http://www.hiveminds.co.uk/content/adding-a-link-to-a-form-element-with-zend-framework.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/177">Tutorials</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/784">html</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/771">zend framework</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/30">Web design and development</category>
<pubDate>Mon, 11 Aug 2008 18:32:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3966</guid>
</item>
<item>
 <title>How to write scalable applications with PHP</title>
 <link>http://www.hiveminds.co.uk/content/how-to-write-scalable-applications-with-php.html</link>
 <description><![CDATA[One day or another, every developer faces a situation in which he/she is responsible for extending the functionality of an existing application or prepare an application for an increase in use and...]]></description>
<comments>http://www.hiveminds.co.uk/content/how-to-write-scalable-applications-with-php.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/177">Tutorials</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/869">scalability</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/30">Web design and development</category>
<pubDate>Sat, 09 Aug 2008 05:56:54 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3948</guid>
</item>
<item>
 <title>Geolocate your visitors with PHP - part 2</title>
 <link>http://www.hiveminds.co.uk/content/geolocate-your-visitors-with-php-part-2.html</link>
 <description><![CDATA[In the first part of this series I showed how you could get the country of a visitor via his IP address. Now with this precious information, I'll show you how to map the visitor visually on the world.]]></description>
<comments>http://www.hiveminds.co.uk/content/geolocate-your-visitors-with-php-part-2.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/863">community</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/862">geolocation</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/864">google maps</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/33">Programming</category>
<pubDate>Fri, 08 Aug 2008 07:38:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3941</guid>
</item>
<item>
 <title>Geolocate your visitors with PHP - part 1</title>
 <link>http://www.hiveminds.co.uk/content/geolocate-your-visitors-with-php-part-1.html</link>
 <description><![CDATA[Determining geographic locations based on Internet IP offers localization services and brings together user communities without the need for GPS receivers or complicated configuration switching.]]></description>
<comments>http://www.hiveminds.co.uk/content/geolocate-your-visitors-with-php-part-1.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/863">community</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/862">geolocation</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/864">google maps</category>
<pubDate>Fri, 08 Aug 2008 07:29:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3940</guid>
</item>
<item>
 <title>Zend Framework and Rapid Application Development with PHP</title>
 <link>http://www.hiveminds.co.uk/content/zend-framework-and-rapid-application-development-with-php.html</link>
 <description><![CDATA[This article is aimed at php developers who are looking to learn more about how not to reinvent the wheel, in particular, with the new Zend framework.
The Zend framework offers power and...]]></description>
<comments>http://www.hiveminds.co.uk/content/zend-framework-and-rapid-application-development-with-php.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/861">rad</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/771">zend framework</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/33">Programming</category>
<pubDate>Fri, 08 Aug 2008 04:06:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3939</guid>
</item>
<item>
 <title>How to integrate a slideshow in your Wordpress theme</title>
 <link>http://www.hiveminds.co.uk/content/how-to-integrate-a-slideshow-in-your-wordpress-theme.html</link>
 <description><![CDATA[In this tutorial, I will also use mimbo (from Darren Hoyt). Most theme don’t use all the possibilies of Wordpress and smoothgallery. In some of them (like massive news) you must hardcode the links..]]></description>
<comments>http://www.hiveminds.co.uk/content/how-to-integrate-a-slideshow-in-your-wordpress-theme.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/258">PHP based</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/860">slideshow</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/826">wordpress</category>
<pubDate>Fri, 08 Aug 2008 03:54:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3938</guid>
</item>
<item>
 <title>   How to convert numbers to words in PHP</title>
 <link>http://www.hiveminds.co.uk/content/how-to-convert-numbers-to-words-in-php.html</link>
 <description><![CDATA[Numbers are great, sure, but sometimes you need to spell them out … and if you think the possibility for that to happen is slim, invoices and checks for example need to have the ammount in both...]]></description>
<comments>http://www.hiveminds.co.uk/content/how-to-convert-numbers-to-words-in-php.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/148">Tutorials</category>
<pubDate>Fri, 08 Aug 2008 00:58:07 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3930</guid>
</item>
<item>
 <title>Stupid PHP tricks: (true == false)</title>
 <link>http://www.hiveminds.co.uk/content/stupid-php-tricks-true-false.html</link>
 <description><![CDATA[PHP is a weakly-typed language. By that I mean that variables are assigned values without regard to variable type, and implicit conversion at runtime sorts out any conflicts. PHP will happily let you.]]></description>
<comments>http://www.hiveminds.co.uk/content/stupid-php-tricks-true-false.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/33">Programming</category>
<pubDate>Thu, 07 Aug 2008 07:21:00 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3933</guid>
</item>
<item>
 <title>CMS vs. Programming - the seperation of church and state</title>
 <link>http://www.hiveminds.co.uk/content/cms-vs-programming-the-seperation-of-church-and-state.html</link>
 <description><![CDATA[Whether or not you believe it an open source CMS project is similar to a church organization and PHP, ASP.NET and Java are like government entities. Typically CMS third party developers cannot see the difference. This is because there should not be any.]]></description>
<comments>http://www.hiveminds.co.uk/content/cms-vs-programming-the-seperation-of-church-and-state.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/844">CMS</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/42">Java</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/171">Open source</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/174">Opinion</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/608">asp.net</category>
<pubDate>Tue, 05 Aug 2008 03:09:57 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3918</guid>
</item>
<item>
 <title>OpenX 2.6  PHP advertising server has arrived!</title>
 <link>http://www.hiveminds.co.uk/content/openx-2-6-php-advertising-server-has-arrived.html</link>
 <description><![CDATA[

We're excited to announce that the new version of the OpenX ad server is now available. This new version adds lots of features to help you deliver ads faster, automate common tasks, and manage your inventory. For example:
]]></description>
<comments>http://www.hiveminds.co.uk/content/openx-2-6-php-advertising-server-has-arrived.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/173">Announcements</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/171">Open source</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/812">ad server</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/813">openx</category>
<pubDate>Thu, 24 Jul 2008 20:46:13 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3886</guid>
</item>
<item>
 <title>PureEdit a CMS for developers and coders</title>
 <link>http://www.hiveminds.co.uk/content/pureedit-a-cms-for-developers-and-coders.html</link>
 <description><![CDATA[PureEdit is the first CMS that dramatically simplifies the back-end development of your website while giving you full control of the front-end design and programming. By allowing such uncommon flexibility, PureEdit empowers you to design web sites from the ground up, without forcing you to follow the narrow template rules you'll find elsewhere.
]]></description>
<comments>http://www.hiveminds.co.uk/content/pureedit-a-cms-for-developers-and-coders.html#comment-form</comments>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/164">Developer Zone</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/39">PHP</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/410">Review</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/793">frameworks</category>
 <category domain="http://www.hiveminds.co.uk/taxonomy/term/792">pureedit</category>
<pubDate>Fri, 18 Jul 2008 02:04:59 -0700</pubDate>
<guid isPermaLink="true">http://www.hiveminds.co.uk/node/3874</guid>
</item>
</channel>
</rss>
