<?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>WebandBlog.COM &#187; PHP</title>
	<atom:link href="http://www.webandblog.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webandblog.com</link>
	<description>Gadget reviews, web design tips and tricks and much more</description>
	<lastBuildDate>Sun, 05 Feb 2012 19:14:35 +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>Writing Twitter Bot, the &#8220;intellectual one&#8221;, in php</title>
		<link>http://www.webandblog.com/general/writing-twitter-bot-the-intellectual-one-in-php/</link>
		<comments>http://www.webandblog.com/general/writing-twitter-bot-the-intellectual-one-in-php/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 14:36:35 +0000</pubDate>
		<dc:creator>Oleksiy Deverishchev</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[twitterbot]]></category>

		<guid isPermaLink="false">http://www.webandblog.com/?p=520</guid>
		<description><![CDATA[What is Twitter? For many it is a place to brag about everyday life events and post pictures. Some use it to promote themselves, corporations and alikes try to provide "customer service" using Twitter and other folks are doing all sorts of things from selling knock-offs to completely illegal stuff. This article is about how [...]]]></description>
		<wfw:commentRss>http://www.webandblog.com/general/writing-twitter-bot-the-intellectual-one-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your LEMP website faster by installing eAccelerator</title>
		<link>http://www.webandblog.com/php/eaccelerator-review-php-fpm-speed-up-website-lemp-linode/</link>
		<comments>http://www.webandblog.com/php/eaccelerator-review-php-fpm-speed-up-website-lemp-linode/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 19:22:38 +0000</pubDate>
		<dc:creator>Oleksiy Deverishchev</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[eaccelerator]]></category>
		<category><![CDATA[lemp]]></category>
		<category><![CDATA[Linode]]></category>
		<category><![CDATA[php-fpm]]></category>

		<guid isPermaLink="false">http://www.webandblog.com/?p=447</guid>
		<description><![CDATA[The other day i had a discussion with someone about how fast Java-powered website are, because the code is compiled and serving a page takes a breeze. The point of discussion was me writing code using php, which is a scripting language and compiles code on-the-fly every time you make a request to the website. [...]]]></description>
		<wfw:commentRss>http://www.webandblog.com/php/eaccelerator-review-php-fpm-speed-up-website-lemp-linode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Output specific post from a category in WordPress</title>
		<link>http://www.webandblog.com/web-design/output-specific-post-from-a-category-in-wordpress/</link>
		<comments>http://www.webandblog.com/web-design/output-specific-post-from-a-category-in-wordpress/#comments</comments>
		<pubDate>Tue, 04 May 2010 01:50:23 +0000</pubDate>
		<dc:creator>Oleksiy Deverishchev</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress template]]></category>

		<guid isPermaLink="false">http://www.webandblog.com/?p=184</guid>
		<description><![CDATA[Let's say you slice a website and need a nicely looking block in a sidebar with one recent post from certain category. Like in case with this one below: Daily Style Quote. Logically following you need to run "the loop" and ask WordPress for just one post from just this particular category. Here we go: [...]]]></description>
		<wfw:commentRss>http://www.webandblog.com/web-design/output-specific-post-from-a-category-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Page permalinks in WordPress</title>
		<link>http://www.webandblog.com/web-design/page-permalinks-in-wordpress/</link>
		<comments>http://www.webandblog.com/web-design/page-permalinks-in-wordpress/#comments</comments>
		<pubDate>Tue, 04 May 2010 01:19:52 +0000</pubDate>
		<dc:creator>Oleksiy Deverishchev</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress template]]></category>

		<guid isPermaLink="false">http://www.webandblog.com/?p=178</guid>
		<description><![CDATA[Got myself puzzled for a bit while slicing a WordPress theme this weekend on how to get a permalink to a certain page in WordPress template, given that you know what's page title. Use this: &#160; &#60;?php echo get_permalink&#40;get_page_by_title&#40;&#34;Page title here&#34;&#41;-&#62;ID&#41;; ?&#62; &#160; So now in your template you can use like this: &#160; &#60;a [...]]]></description>
		<wfw:commentRss>http://www.webandblog.com/web-design/page-permalinks-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zip a folder on the server with php</title>
		<link>http://www.webandblog.com/hacks/zip-a-folder-on-the-server-with-php/</link>
		<comments>http://www.webandblog.com/hacks/zip-a-folder-on-the-server-with-php/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 05:19:43 +0000</pubDate>
		<dc:creator>Oleksiy Deverishchev</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.webandblog.com/?p=44</guid>
		<description><![CDATA[I have a spent a day today figuring how to zip a client's web site folder on a Godaddy shared Linux hosting today (they made sure users don't have SSH access on those) in order to transfer it to another server. Apparently, given the limitations of the account setup the best way was to write a [...]]]></description>
		<wfw:commentRss>http://www.webandblog.com/hacks/zip-a-folder-on-the-server-with-php/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.586 seconds -->

