<?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>Dynamic Guy &#187; PHP</title>
	<atom:link href="http://dynamicguy.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://dynamicguy.com</link>
	<description>Yet another LAMP developer!</description>
	<lastBuildDate>Wed, 18 Aug 2010 09:07:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP instant gallery maker with thumbnail</title>
		<link>http://dynamicguy.com/2010/08/php-instant-gallery-maker/</link>
		<comments>http://dynamicguy.com/2010/08/php-instant-gallery-maker/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 08:47:22 +0000</pubDate>
		<dc:creator>Nurul Ferdous</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[thumbnail]]></category>

		<guid isPermaLink="false">http://dynamicguy.com/?p=69</guid>
		<description><![CDATA[this is a file by putting it in a folder containing some images will be displayed as gallery in thumbnail. it will generate thumbnail for the first time only. later it will grab the thumbnails from it&#8217;s cache directory. the class itself and instantiation is in same class. you just need put it in the [...]]]></description>
		<wfw:commentRss>http://dynamicguy.com/2010/08/php-instant-gallery-maker/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Generate a twitter like timespan from a given timestamp in Symfony2 or ZF2</title>
		<link>http://dynamicguy.com/2010/08/generate-a-twitter-like-timespan-from-a-give-timestamp-in-symfony2-or-zf2/</link>
		<comments>http://dynamicguy.com/2010/08/generate-a-twitter-like-timespan-from-a-give-timestamp-in-symfony2-or-zf2/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:35:58 +0000</pubDate>
		<dc:creator>Nurul Ferdous</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Symfony2]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timespan]]></category>
		<category><![CDATA[Zend Framewok]]></category>

		<guid isPermaLink="false">http://dynamicguy.com/?p=52</guid>
		<description><![CDATA[We must have seen the human readable time in twitter saying that something like about 2 hours ago&#8230; etc. In this post we will see a walk around on how to do it in a Symfony2, Zend Framework2 or any other PHP based application. I wrote and used this class as helper in one of [...]]]></description>
		<wfw:commentRss>http://dynamicguy.com/2010/08/generate-a-twitter-like-timespan-from-a-give-timestamp-in-symfony2-or-zf2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>html2pcl and html2ps wrapper class</title>
		<link>http://dynamicguy.com/2010/07/html2pcl-and-html2ps-wrapper-class/</link>
		<comments>http://dynamicguy.com/2010/07/html2pcl-and-html2ps-wrapper-class/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 20:54:37 +0000</pubDate>
		<dc:creator>Nurul Ferdous</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ghostscript]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[pcl]]></category>

		<guid isPermaLink="false">http://dynamicguy.com/?p=34</guid>
		<description><![CDATA[This wrapper class is a gift for my blog readers. I think the class is self descriptive. This is why I ain’t write how to use it bla bla bla…You can make pcl and ps files from html with this class. I have submitted this class at phpclasses too. You may have a look by [...]]]></description>
		<wfw:commentRss>http://dynamicguy.com/2010/07/html2pcl-and-html2ps-wrapper-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create your IM bot for gtalk/jabber/aim/yahoo with imified API</title>
		<link>http://dynamicguy.com/2010/07/create-your-im-bot-for-gtalkjabberaimyahoo-with-imified-api/</link>
		<comments>http://dynamicguy.com/2010/07/create-your-im-bot-for-gtalkjabberaimyahoo-with-imified-api/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 20:50:56 +0000</pubDate>
		<dc:creator>Nurul Ferdous</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://dynamicguy.com/?p=32</guid>
		<description><![CDATA[Recently I made a news bot named news@bot.im AKA newsbot24@yahoo.com with the help of a wrapper class wrote by Hasin Hayder. This cool API has been provided by imified recently to make your application IM enable easily . You may test my bot by sending any instant message to newsbot24@yahoo.com or sending a message from [...]]]></description>
		<wfw:commentRss>http://dynamicguy.com/2010/07/create-your-im-bot-for-gtalkjabberaimyahoo-with-imified-api/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Access the inbox of Facebook Users with PHP</title>
		<link>http://dynamicguy.com/2010/07/access-the-inbox-of-facebook-users-with-php/</link>
		<comments>http://dynamicguy.com/2010/07/access-the-inbox-of-facebook-users-with-php/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:55:17 +0000</pubDate>
		<dc:creator>Nurul Ferdous</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[inbox]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://dynamicguy.com/?p=22</guid>
		<description><![CDATA[you might be interested to add facebook inbox manipulation functionality for your next app. I did the same few days back. Thought it could save a good amount of time for you! if you like it say it plz share it with others.﻿ This class can be used to access the inbox of Facebook users.  [...]]]></description>
		<wfw:commentRss>http://dynamicguy.com/2010/07/access-the-inbox-of-facebook-users-with-php/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
