<?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>Let's explore the web technologies together &#187; php</title>
	<atom:link href="http://www.ajaxray.com/blog/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxray.com/blog</link>
	<description>Exploring PHP, MySql, Javascript, jQuery, Zend Framework and more... from Bangladesh</description>
	<lastBuildDate>Sun, 28 Feb 2010 15:48:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Taking Zend Framework workshop on Dec, 09</title>
		<link>http://www.ajaxray.com/blog/2009/11/30/taking-zend-framework-workshop-on-dec-09/</link>
		<comments>http://www.ajaxray.com/blog/2009/11/30/taking-zend-framework-workshop-on-dec-09/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:49:43 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=169</guid>
		<description><![CDATA[



Bbjobs has arranged a workshop on &#8220;Zend framework fundamental&#8221; on December, 09  and invited us (me and Emran Hasan) to take it. We agreed happily. This is (so far I know) the first formal Zend Framework workshop in Bangladesh. The workshop has been defined as -
The Zend Framework Workshop is a 5 half-day tutorial-style course [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2009/11/30/taking-zend-framework-workshop-on-dec-09/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Book review: PHP Team Development</title>
		<link>http://www.ajaxray.com/blog/2009/11/21/book-review-php-team-development/</link>
		<comments>http://www.ajaxray.com/blog/2009/11/21/book-review-php-team-development/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 16:27:29 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=156</guid>
		<description><![CDATA[Three weeks ago, I was contacted by Packt publishing asking if I&#8217;d review their new book &#8220;PHP Team Development&#8221; by Samisa Abeysinghe. I agreed and received the book. But, after reading it, I was wondering about how to tell negative things politely.
In the mean time Lorna Jane, Brandon Savage, Ken Guest, Walter Ebert and some [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2009/11/21/book-review-php-team-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple PHP PDO Wrapper : light, static, easy</title>
		<link>http://www.ajaxray.com/blog/2009/08/29/simple-php-pdo-wrapper-light-static-easy-to-use/</link>
		<comments>http://www.ajaxray.com/blog/2009/08/29/simple-php-pdo-wrapper-light-static-easy-to-use/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 06:11:02 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=133</guid>
		<description><![CDATA[A few days ago, I was looking for a PDO wrapper to work with a small PHP application.  I&#8217;ve searched around and found fractalizer&#8217;s PDO wrapper nearest to my purpose. Then I just wrote my wrapper on the shadow of his one. 
Let&#8217;s see what&#8217;s inside and how it works.
Features

Easy to use.
Works with MySQL [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2009/08/29/simple-php-pdo-wrapper-light-static-easy-to-use/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Advanced bootstrapping : Configure your Zend Framework application for multiple host</title>
		<link>http://www.ajaxray.com/blog/2009/02/03/advanced-bootstrapping-configure-your-zend-framework-application-for-multiple-host/</link>
		<comments>http://www.ajaxray.com/blog/2009/02/03/advanced-bootstrapping-configure-your-zend-framework-application-for-multiple-host/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 20:12:10 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[zend-framework]]></category>
		<category><![CDATA[bootstrapping]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2009/02/03/advanced-bootstrapping-configure-your-zend-framework-application-for-multiple-host/</guid>
		<description><![CDATA[This tutorial is intended to explain a way of bootstrapping Zend Framework based MVC application for multiple host/domains. Before starting, let me explain a bit about the situation when it&#8217;s needed.
A web application goes through some stages when growing up. Generally, it starts from development and ends at production. There can be some more stages [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2009/02/03/advanced-bootstrapping-configure-your-zend-framework-application-for-multiple-host/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>PunBB modification &#8211; Implementing iconized categories for forum topics</title>
		<link>http://www.ajaxray.com/blog/2008/11/13/punbb-modification-implementing-iconized-categories-for-forum-topics/</link>
		<comments>http://www.ajaxray.com/blog/2008/11/13/punbb-modification-implementing-iconized-categories-for-forum-topics/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 16:52:30 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[punbb]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[category]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[modification]]></category>
		<category><![CDATA[topic]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/?p=81</guid>
		<description><![CDATA[PunBB is one of the fastest and minimal forum softwares powered by PHP. PunBB says about itself:
PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards. PunBB has fewer [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2008/11/13/punbb-modification-implementing-iconized-categories-for-forum-topics/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Image manipulation in Zend Framework using PHP Thumbnailer Class v2.0</title>
		<link>http://www.ajaxray.com/blog/2008/09/12/image-manipulation-in-zend-framework-with-php-thumbnailer-class-v20/</link>
		<comments>http://www.ajaxray.com/blog/2008/09/12/image-manipulation-in-zend-framework-with-php-thumbnailer-class-v20/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 15:18:35 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/09/12/image-manipulation-in-zend-framework-with-php-thumbnailer-class-v20/</guid>
		<description><![CDATA[In the huge set of library, Zend Framework have no options for manipulating image. There is a proposal for Zend_Image which aimed to provides easier image manipulation using GD. But the proposal was not considered. Bill Karwin of ZF said, 
Proposal not being considered
This proposal has been reviewed. The proposal describes functionality that is very [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2008/09/12/image-manipulation-in-zend-framework-with-php-thumbnailer-class-v20/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Join Problems with Zend_Paginator and Zend_Db_Select objects</title>
		<link>http://www.ajaxray.com/blog/2008/08/24/join-problems-with-zend_paginator-and-zend_db_select-objects/</link>
		<comments>http://www.ajaxray.com/blog/2008/08/24/join-problems-with-zend_paginator-and-zend_db_select-objects/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 16:20:17 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[zend-framework]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/08/24/join-problems-with-zend_paginator-and-zend_db_select-objects/</guid>
		<description><![CDATA[Zend_Paginator is one of the newest members of Zend framework family. It&#8217;s surely a rich addition with Zend&#8217;s power. Moreover, It&#8217;s handling the main data of pagination, not only pagination links. Which I didn&#8217;t found in any other pagination library. 
But, when I (and many other developers) start to working with this library, found many [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2008/08/24/join-problems-with-zend_paginator-and-zend_db_select-objects/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Developing web application with PHP-MySql-Apache in Ubuntu Linux</title>
		<link>http://www.ajaxray.com/blog/2008/07/05/developing-web-application-with-php-mysql-apache-in-ubuntu-linux/</link>
		<comments>http://www.ajaxray.com/blog/2008/07/05/developing-web-application-with-php-mysql-apache-in-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 19:33:09 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/07/05/developing-web-application-with-php-mysql-apache-in-ubuntu-linux/</guid>
		<description><![CDATA[I have started using Ubuntu 8.04 in few days ago and found it Great.  So, now I&#8217;ve moved my development environment from windows and working  in Ubuntu. Here I am just explaining what steps I had to take for this jump. Also have a listing of some development related softwares/tools which I am [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2008/07/05/developing-web-application-with-php-mysql-apache-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>PHP Universal Feed Parser &#8211; lightweight PHP class for parsing RSS and ATOM feeds.</title>
		<link>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/</link>
		<comments>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/#comments</comments>
		<pubDate>Fri, 02 May 2008 18:52:04 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[feed]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/</guid>
		<description><![CDATA[After the PHP Universal Feed Generator, I&#8217;ve written the PHP Universal Feed Parser for Orchid Framework.  It&#8217;s a RSS and ATOM parser written in PHP5. Though there are many feed parsers  over Internet, none of those was serving the basic focuses of Orchid: pure object orientation, being lightweight etc. So, I had to [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2008/05/02/php-universal-feed-parser-lightweight-php-class-for-parsing-rss-and-atom-feeds/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>PHP Universal Feed Generator (supports RSS 1.0, RSS 2.0 and ATOM)</title>
		<link>http://www.ajaxray.com/blog/2008/03/08/php-universal-feed-generator-supports-rss-10-rss-20-and-atom/</link>
		<comments>http://www.ajaxray.com/blog/2008/03/08/php-universal-feed-generator-supports-rss-10-rss-20-and-atom/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 19:47:47 +0000</pubDate>
		<dc:creator>Anis Ahmad</dc:creator>
				<category><![CDATA[ATOM]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[writer]]></category>

		<guid isPermaLink="false">http://www.ajaxray.com/blog/2008/03/08/php-universal-feed-generator-supports-rss-10-rss-20-and-atom/</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve planned on developing a RSS writer that fulfills most my needs by supporting the various feed formats. Although the necessity was the prime force behind it, a discussion with Hasin and Emran has put the actual fire in. We were discussing about what can be added next in the [...]]]></description>
		<wfw:commentRss>http://www.ajaxray.com/blog/2008/03/08/php-universal-feed-generator-supports-rss-10-rss-20-and-atom/feed/</wfw:commentRss>
		<slash:comments>143</slash:comments>
		</item>
	</channel>
</rss>
