<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 05 Jan 2009 20:05:18 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Richard Thomas' Blog: jQPie 0.3 released]]></title>
      <guid>http://www.phpdeveloper.org/news/7729</guid>
      <link>http://www.phpdeveloper.org/news/7729</link>
      <description><![CDATA[<p>
<i>Richard Thomas</i> has <a href="http://www.cyberlot.net/jqpie-0-3-released">released the latest version</a> of his extensible framework today - <a href="http://projects.cyberlot.net/trac/jqpie/wiki/WikiStart">jQPie 0.3</a>.
</p>
<blockquote>
The main thing in this release is the addition of an auto complete and a grid example based of the extjs library, One thing to keep in mind the css files provided by extjs will overrun pretty much any css you have, the main one being ext-all.css, It seems some things are set in here that are required for the examples to work but at the same time it styles pretty much every element in existence.
</blockquote>
<p>
jQPie is a "a lightweight PHP interface to jQuery. The lightweight interface allows multiple ways to interact." It also has a plugin interface that allows other modules to be built on to the core functionality. Check out <a href="http://projects.cyberlot.net/trac/jqpie/wiki/WikiStart">its wiki</a> for more information.
</p>]]></description>
      <pubDate>Mon, 30 Apr 2007 08:36:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[P&aacute;draic Brady's Blog: Redux: First Official Code!]]></title>
      <guid>http://www.phpdeveloper.org/news/6531</guid>
      <link>http://www.phpdeveloper.org/news/6531</link>
      <description><![CDATA[<p>
In the continuing development of his online PHP-based game, <i>P&aacute;draic Brady</i> has created a simple class to help with mapping out the objects/structures in the game. He <a href="http://blog.quantum-star.com/index.php?/archives/239-Redux-First-Official-Code!.html">shares the code for this</a> in his latest blog post.
</p>
<blockquote>
The code sets the stage for the Redux mapping system. Basically, we're aiming at a grid-based map with each grid coordinate representing a Sector.
</blockquote>
<p>
Right now, it's just a skeleton structure, but it already has some of the key bits of functionality in place. The Redux_Map class manages the requests coming back and forth between the client and server, and the Redux_Map_Grid class helps to generate a grid structure of the objects found in that sector.
</p>
<p>
He even <a href="http://blog.quantum-star.com/index.php?/archives/239-Redux-First-Official-Code!.html">includes the unit tests</a> for testing the Redux_Map_Grid class to ensure everything's in tip top shape. Next on his list is adding actual entities to the game - planets, facilities, etc.
</p>]]></description>
      <pubDate>Thu, 19 Oct 2006 08:28:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: Senza Limiti Acquires Ajax-based PHP Grid, Plans to Open Source It]]></title>
      <guid>http://www.phpdeveloper.org/news/6278</guid>
      <link>http://www.phpdeveloper.org/news/6278</link>
      <description><![CDATA[<p>
A press release <a href="http://ca.prweb.com/releases/2006/9/prweb436505.htm">has been published</a> from Senza Limiti about their acquisition of the PHPScripts.se's Ajax-enabled DataGrid component and intentions to release it under both an Open Source license and a commercial license (like MySQL has done).
</p>
<blockquote>
The PHP Grid is an Ajax-based table component that shows database information in a good looking, easy to use way. All user actions are performed in real time, on the client side, giving instant feedback and providing a desktop-like user experience. Among its features are Excel support and an automated print function that presents the table in a printable format. It also allows instant editing of database rows.
</blockquote>
<p>
You can get the complete details on the component from <a href="http://phpgrid.senzalimiti.sk/">these pages</a> on Senza Limiti's website.
</p>]]></description>
      <pubDate>Thu, 14 Sep 2006 15:47:10 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Community News: EncoderCompare.com Launched]]></title>
      <guid>http://www.phpdeveloper.org/news/6243</guid>
      <link>http://www.phpdeveloper.org/news/6243</link>
      <description><![CDATA[<p>
When it comes to protecting your code, you definitely want to find the right product for your needs. Finding the information on all of the encoders out there can be a task in itself, though. Fortunately, <a href="http://www.encodercompare.com/">EncoderCompare.com</a> has been created to give you a quick and easy reference.
</p>
<blockquote>
<p>
Whilst we would always recommend the use of the ionCube Encoder product to protect your PHP source code when distributing your product to customers and users, there are several other products available to choose from.
</p>
<p>
To help with this, we have launched a comparison website which lists the available encoders and compares their features. The feature set is standardised so that it is possible to compare like for like in a clear manner.
</p>
</blockquote>
<p>
Currently, there's <a href="http://www.encodercompare.com/">fifteen encoders listed</a> with all of their stats - protection types, restrictions available, what OSes it has loaders for, the availability of licensing, and the pricing. There's links to get more specific information on each as well.
</p>]]></description>
      <pubDate>Mon, 11 Sep 2006 11:06:00 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[ThinkPHP Blog: Virtual Data Grid: becoming reality soon]]></title>
      <guid>http://www.phpdeveloper.org/news/5691</guid>
      <link>http://www.phpdeveloper.org/news/5691</link>
      <description><![CDATA[<p>
<i>Björn Schotte</i> has posted <a href="http://blog.thinkphp.de/archives/120-Virtual-Data-Grid-becoming-reality-soon.html">this anticipatory post</a> for the powerful Ajax + PHP tool coming from the TurboAjax.com group - a virtual data grid.
</p>
<blockquote>
<p>
If you use Dojo, have a look at the fabulous widgets called TurboWidgets from TurboAjax.com: it's available for non-commercial and <a href="http://www.turboajax.com/turbowidgets/license.html#comm_license">commercial usage</a>. One of the great widgets is a data grid which can be customized in a wide variety.
</p>
<p>
As I've discovered in the TurboWidget forums, they're working on a virtual data grid. Imagine you want to display a list of 100,000 or more items which can be a major pita especially when working with slow internet connectivity. The solution is a real virtual data grid
</p>
</blockquote>
<p>
He points to <a href="http://www.turboajax.com/demo/TurboDataGrid_Dynamic.html">a demo</a> they've posted and includes <a href="http://blog.thinkphp.de/archives/120-Virtual-Data-Grid-becoming-reality-soon.html">two screenshots</a>, one of the previous situation with data grids like this, and a shot of theirs in action (loaded with 100,000 rows).
</p>]]></description>
      <pubDate>Mon, 26 Jun 2006 12:19:34 -0500</pubDate>
    </item>
  </channel>
</rss>
