<?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>ROPARDO s.r.l. &#187; PHP</title>
	<atom:link href="http://blog.ropardo.ro/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ropardo.ro</link>
	<description>Experience software development with ROPARDO S.R.L.</description>
	<lastBuildDate>Mon, 28 Nov 2011 07:49:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Basic file encryption with PHP mcrypt using cryptastic class</title>
		<link>http://blog.ropardo.ro/2010/11/11/basic-file-encryption-with-mcrypt-using-cryptastic/</link>
		<comments>http://blog.ropardo.ro/2010/11/11/basic-file-encryption-with-mcrypt-using-cryptastic/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 08:30:55 +0000</pubDate>
		<dc:creator>Mihai Ionescu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[file encryption]]></category>
		<category><![CDATA[mcrypt]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2605</guid>
		<description><![CDATA[This post is about encrypting / drecrypting data, files more exactly. After google-ing for a while i found this to be very usefull for what i needed. This class uses RIJNDAEL-256 block cipher, which is based on a symetric key algorithm, this means that it&#8217;s using the same key for encryption and decryption. My task [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/11/11/basic-file-encryption-with-mcrypt-using-cryptastic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Testimonials extension for TYPO3</title>
		<link>http://blog.ropardo.ro/2010/11/05/testimonials-extension-for-typo3/</link>
		<comments>http://blog.ropardo.ro/2010/11/05/testimonials-extension-for-typo3/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 09:30:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[typo3]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2652</guid>
		<description><![CDATA[Our client wanted a solution for displaying testimonials on his TYPO3 website. The easiest way to accomplish this was creating some items that can be edited in the backend of the website and a front end plugin for the list and detail view. One of the great things that TYPO3 provides is the TCA (Table [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/11/05/testimonials-extension-for-typo3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>osCommerce jQuery price calculator</title>
		<link>http://blog.ropardo.ro/2010/06/21/oscommerce-jquery-price-calculator/</link>
		<comments>http://blog.ropardo.ro/2010/06/21/oscommerce-jquery-price-calculator/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 06:07:32 +0000</pubDate>
		<dc:creator>Mihai Ionescu</dc:creator>
				<category><![CDATA[Javascrip/AJAX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[osCommerce]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=2251</guid>
		<description><![CDATA[Let's assume that we have to build a price calculator for a osCommerce website, that needs to have price based on dimensions(input from user - length, width), attributes,
for each attribute there are more than 1 options with different prices for each option.]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/06/21/oscommerce-jquery-price-calculator/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The access rules for each user on page in wordpress</title>
		<link>http://blog.ropardo.ro/2010/05/04/the-access-rouls-for-each-user-on-page-in-wordpress/</link>
		<comments>http://blog.ropardo.ro/2010/05/04/the-access-rouls-for-each-user-on-page-in-wordpress/#comments</comments>
		<pubDate>Tue, 04 May 2010 05:15:29 +0000</pubDate>
		<dc:creator>Ionut Blanaru</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[Javascrip/AJAX]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1941</guid>
		<description><![CDATA[The client wanted to limit the access to certain pages based on user account and password. So some pages can only accessed by some users that gave them permission the site manager. For that i create two radio input type with &#8220;Yes&#8221; or &#8220;No&#8221; protect page options.When i selected &#8220;Yes&#8221; option i can chosen from [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/05/04/the-access-rouls-for-each-user-on-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing contacts in PHPList</title>
		<link>http://blog.ropardo.ro/2010/01/27/importing-contacts-in-phplist/</link>
		<comments>http://blog.ropardo.ro/2010/01/27/importing-contacts-in-phplist/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 20:51:09 +0000</pubDate>
		<dc:creator>Tomita Militaru</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[contacts]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phplist]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1438</guid>
		<description><![CDATA[PHPList is another example of an open source powered software that has all the required features of a complete newsletter manager. Build and maintained by Tincan Ltd., PHPList has reached over 300.000 downloads so far and is the perfect solution for a dozen companies when it comes to personalised mailing list or customer relations management [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2010/01/27/importing-contacts-in-phplist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Array to Object in PHP</title>
		<link>http://blog.ropardo.ro/2009/12/15/convert-array-to-object-in-php/</link>
		<comments>http://blog.ropardo.ro/2009/12/15/convert-array-to-object-in-php/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 09:50:22 +0000</pubDate>
		<dc:creator>Andrei Igna</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[object]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=1267</guid>
		<description><![CDATA[Convert an array to object (recursively) in PHP.]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/12/15/convert-array-to-object-in-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating a Joomla template</title>
		<link>http://blog.ropardo.ro/2009/11/02/creating-a-joomla-template/</link>
		<comments>http://blog.ropardo.ro/2009/11/02/creating-a-joomla-template/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 22:48:26 +0000</pubDate>
		<dc:creator>Nicolae Blezu</dc:creator>
				<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/?p=813</guid>
		<description><![CDATA[Where you can use Joomla Many companies and organizations have requirements that go beyond what is available in the basic Joomla package. In those cases, Joomla&#8217;s powerful application framework makes it easy for developers to create sophisticated add-ons that extend the power of Joomla into virtually unlimited directions. The core Joomla framework enables developers to [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/11/02/creating-a-joomla-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install WSO2 WSF/PHP on SUSE Linux</title>
		<link>http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/</link>
		<comments>http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:19:42 +0000</pubDate>
		<dc:creator>Marius Staicu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[open suse]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WSF]]></category>
		<category><![CDATA[WSO2]]></category>

		<guid isPermaLink="false">http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/</guid>
		<description><![CDATA[If you need to install the WSF/PHP extension on a SUSE Linux with GCC 4.1.2 (pretty old) and receive some strange errors with missing libraries (even if you think / see they are there and even if you followed a la lettre the documentation) you may try the following approach: 0 &#8211; extract the sources [...]]]></description>
		<wfw:commentRss>http://blog.ropardo.ro/2009/06/30/how-to-install-wso2-wsfphp-on-suse-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

