<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- Generated by: http://www.phpclasses.org/rsswriter $Revision: 1.12 $ --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
 <channel>
  <description>Latest entries made available in the PHP Classes site</description>
  <link>http://www.phpclasses.org/browse/latest/latest.html</link>
  <title>PHP Classes: Latest entries</title>
  <pubDate>Wed, 11 Nov 2009 08:07:12 GMT</pubDate>
  <image>
   <link>http://www.phpclasses.org/browse/latest/latest.html</link>
   <title>PHP Classes site logo</title>
   <url>http://files.phpclasses.org/graphics/elephpant_logo.gif</url>
  </image>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/phpclasses" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/xuL4xtGv8eE/5763.html</link>
   <title>Bounded Queue</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5763.html"&gt;Bounded Queue&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Manage queue with a limited number of elements&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/54.html"&gt;Data types&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/763885.html"&gt;Ahmad Retha&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to manage queue with a limited number of elements.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can push and pop item values of any type into a queue array.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
If the queue already contains the limit number of items when a new item is pushed, the item at the bottom of the queue is popped out.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/AnDuhgPymtxMvtLRPfgKXUqh-Ng/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AnDuhgPymtxMvtLRPfgKXUqh-Ng/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/AnDuhgPymtxMvtLRPfgKXUqh-Ng/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/AnDuhgPymtxMvtLRPfgKXUqh-Ng/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Wed, 11 Nov 2009 06:31:57 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5763.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5763.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/VKwYRLlE-v0/5783.html</link>
   <title>CSV to Array</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5783.html"&gt;CSV to Array&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Retrieve data from CSV file into an array&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/17.html"&gt;Files and Folders&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/609904.html"&gt;Raj Trivedi&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to retrieve data from CSV file into an array.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It reads lines from a given CSV file and add array entries to a bi-dimensional array that contains the data of all rows in the CSV file.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/a4SOLq6R1T6M4uH5Tqa9WY-9M2c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a4SOLq6R1T6M4uH5Tqa9WY-9M2c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/a4SOLq6R1T6M4uH5Tqa9WY-9M2c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a4SOLq6R1T6M4uH5Tqa9WY-9M2c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Wed, 11 Nov 2009 06:14:22 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5783.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5783.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/WIAjG9dJECk/5771.html</link>
   <title>Multi-byte Keyword Generator</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5771.html"&gt;Multi-byte Keyword Generator&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Extract meta keywords from multi-byte texts&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/31.html"&gt;Content management&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/149.html"&gt;SEO&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/25.html"&gt;Text processing&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/752137.html"&gt;Peter Kahl&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to Extract meta keywords from multi-byte texts.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It is an enhanced version of the &amp;quot;Automatic Keyword Generator&amp;quot; class originally written by Ver Pangonilo.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
This version provides better word segmentation, the ability to handle multi-byte strings, and texts in multiple languages.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/erHAXIVBob6-uA6pRa8NSbFKU-I/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/erHAXIVBob6-uA6pRa8NSbFKU-I/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/erHAXIVBob6-uA6pRa8NSbFKU-I/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/erHAXIVBob6-uA6pRa8NSbFKU-I/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Tue, 10 Nov 2009 05:02:51 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5771.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5771.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/afd9i6VqYCU/5778.html</link>
   <title>OFX Parser</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5778.html"&gt;OFX Parser&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Parse and extract financial records from OFX files&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/44.html"&gt;Finances&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/4.html"&gt;XML&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/663880.html"&gt;Felipe Nascimento de Moura&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to parse and extract financial records from documents in OFX format (Open Financial Exchange) used by programs such as Intuit Quicken and Microsoft Money.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
In can parse an OFX document either from a string or from a file.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class can retrieve the document financial records and filter by several types of criteria like by memo, by identifier, by check number, by date, credits and debits.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wkztb4DQVAiY0x8s9v9M4YYtNOw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wkztb4DQVAiY0x8s9v9M4YYtNOw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wkztb4DQVAiY0x8s9v9M4YYtNOw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wkztb4DQVAiY0x8s9v9M4YYtNOw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Tue, 10 Nov 2009 03:48:47 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5778.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5778.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/yaQMZf5w1yY/5773.html</link>
   <title>Nested Set DB Table</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5773.html"&gt;Nested Set DB Table&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Manage nested sets of data stored in a database&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/54.html"&gt;Data types&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/10.html"&gt;Databases&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/667135.html"&gt;Nikola Posa&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This package can be used to manage nested sets of data stored in a database.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can create and manager an hierarchy of nodes in a database table allowing to retrieve, add, update and delete nodes.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
There are database adapters to access the tree of nodes in various types of databases, as well a special version that uses the Zend Framework DB_Table package to manage the table with the tree nodes.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/PF4Co-ok4y1lwo20ZbkYRpIyJW4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PF4Co-ok4y1lwo20ZbkYRpIyJW4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/PF4Co-ok4y1lwo20ZbkYRpIyJW4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/PF4Co-ok4y1lwo20ZbkYRpIyJW4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Mon, 09 Nov 2009 05:10:01 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5773.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5773.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/FLbQpX458vc/5779.html</link>
   <title>StringList Class</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5779.html"&gt;StringList Class&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Manage lists of strings&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/25.html"&gt;Text processing&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/655501.html"&gt;Tufan Baris YILDIRIM&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to manage lists of strings.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can take a list of strings separated by line breaks and extracts key value pairs separated by the = character.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class can return the list of strings as an array, add more strings to the list, and save or load the list from a file.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WSDgFo30DymCBVbh-9NzgOBpxJo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WSDgFo30DymCBVbh-9NzgOBpxJo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WSDgFo30DymCBVbh-9NzgOBpxJo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WSDgFo30DymCBVbh-9NzgOBpxJo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Sat, 07 Nov 2009 22:25:11 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5779.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5779.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/_fKEejeVUu8/5731.html</link>
   <title>Ladder PHP</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5731.html"&gt;Ladder PHP&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Manage objects stored MySQL database dynamically&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/10.html"&gt;Databases&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/501836.html"&gt;Michael J. Fuhrman&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This package can be used to manage objects stored in a MySQL database dynamically.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It creates table that will contain the metadata of all types of objects to be stored in the database.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The tables of each application class can be created dynamically. This package can save and retrieve objects of the created classes.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8vDwGzgqdwAYXjMRRP_bzIlRV4g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8vDwGzgqdwAYXjMRRP_bzIlRV4g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8vDwGzgqdwAYXjMRRP_bzIlRV4g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8vDwGzgqdwAYXjMRRP_bzIlRV4g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Sat, 07 Nov 2009 03:07:06 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5731.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5731.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/Dij0Ca_04XM/5768.html</link>
   <title>Loading Div</title>
   <description>&lt;div&gt;
&lt;div style="float: right"&gt;&lt;img border="0" width="150" height="93" alt="screenshot of firefox" src="http://www.phpclasses.org/browse/view/image/file/29161/name/loadingDiv"&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5768.html"&gt;Loading Div&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Display an animation while a page is loading&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/1.html"&gt;HTML&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/206105.html"&gt;Gianluca Zanferrari&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to display an animation while a page is loading.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It generates HTML and Javascript to be outputted in the beginning of a page that makes an animated GIF image appear over the page while it is loading.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The animated image disappears when the pages finishes loading.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/wVc9KBanfSFs3eajwg9cxEWui_c/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wVc9KBanfSFs3eajwg9cxEWui_c/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/wVc9KBanfSFs3eajwg9cxEWui_c/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/wVc9KBanfSFs3eajwg9cxEWui_c/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Fri, 06 Nov 2009 03:57:40 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5768.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5768.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/2NHPAdBqD5Q/5774.html</link>
   <title>Image Manipulation Class</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5774.html"&gt;Image Manipulation Class&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Manipulate and convert images from files&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/11.html"&gt;Graphics&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/8.html"&gt;PHP 5&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/806806.html"&gt;Lasantha Samarakoon&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to manipulate and convert images from files.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can open images from files in GIF, JPEG, PNG formats, and can perform several types of image manipulation operations like: resizing, cropping, convert to grey scale or sepia.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The manipulated images can be saved back to files also in the GIF, JPEG and PNG formats.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bQaDQndw231MBbBup5Y9R0aBM_A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bQaDQndw231MBbBup5Y9R0aBM_A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bQaDQndw231MBbBup5Y9R0aBM_A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bQaDQndw231MBbBup5Y9R0aBM_A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Thu, 05 Nov 2009 03:21:41 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5774.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5774.html</feedburner:origLink></item>
  <item>
   <link>http://feedproxy.google.com/~r/phpclasses/~3/xIRhSla14Fk/5766.html</link>
   <title>PHP Website Multi Language</title>
   <description>&lt;div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Package:&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/package/5766.html"&gt;PHP Website Multi Language&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Summary: &lt;/div&gt;
&lt;div&gt;&lt;span name="description"&gt;Translate application texts using Google Translate&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Groups: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/class/90.html"&gt;Code Generation&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/5.html"&gt;Localization&lt;/a&gt;, &lt;a href="http://www.phpclasses.org/browse/class/33.html"&gt;Web services&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Author: &lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.phpclasses.org/browse/author/696226.html"&gt;Sandeep Kumar&lt;/a&gt;&lt;/div&gt;
&lt;div style="font-weight: bold; font-size: larger; margin-top: 1ex"&gt;Description: &lt;/div&gt;
&lt;div&gt;This class can be used to translate application texts using Google Translate.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
It can take a script with an array of texts in English and sends requests to the Google Translate Web site to translate each of the texts to another idiom.&lt;br /&gt;&#xD;
&lt;br /&gt;&#xD;
The class generates a new script for the target language with an array with the texts translated to that language.&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dZm_9Bbv8XKjN7Wa0nHMIglLBOE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dZm_9Bbv8XKjN7Wa0nHMIglLBOE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dZm_9Bbv8XKjN7Wa0nHMIglLBOE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dZm_9Bbv8XKjN7Wa0nHMIglLBOE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
   <pubDate>Thu, 05 Nov 2009 02:33:54 GMT</pubDate>
   <guid isPermaLink="false">http://www.phpclasses.org/browse/package/5766.html</guid>
  <feedburner:origLink>http://www.phpclasses.org/browse/package/5766.html</feedburner:origLink></item>
  <textInput>
   <description>Search the PHP Classes site</description>
   <link>http://www.phpclasses.org/search.html?go_search=1</link>
   <name>words</name>
   <title>Search</title>
  </textInput>
 </channel>
</rss>
