<?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>Give Me Cake &#187; PHP</title>
	<atom:link href="http://givemecake.dev-work.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://givemecake.dev-work.com</link>
	<description>CakePHP Baking, Internet Marketing, SEO, Design and more</description>
	<lastBuildDate>Thu, 08 Jul 2010 07:42:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting up Cakephp for Application Development</title>
		<link>http://givemecake.dev-work.com/2009/07/setting-up-cakephp-for-application-development/</link>
		<comments>http://givemecake.dev-work.com/2009/07/setting-up-cakephp-for-application-development/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 14:17:25 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=235</guid>
		<description><![CDATA[I like to keep the CAKPHP ROOT files (/cake/) in a folder of its own and my /app in the working folders. This way, the CAKEPHP ROOT files are not SVNed and that keeps my repos smaller.
My folder structure:
D:\www\cakephp_1_2
D:\www\video_tutorial\app
D:\www\video_tutorial\vendors
D:\www\project 1\app
D:\www\project 1\vendors
All my vendors files for all projects are stored in D:\www\cakephp_1_2\vendors. If it is project [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/07/setting-up-cakephp-for-application-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Sharing Website Part 2 : Converting the uploaded video to FLV</title>
		<link>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/</link>
		<comments>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 12:05:21 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[video sharing]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=206</guid>
		<description><![CDATA[This series of blog post will talk about how to setup a Video Sharing Website.
Converting the uploaded video to FLV
This is a &#8216;on the fly&#8217; conversion example, using Cakephp Framework.  I am using the ffmpeg library for the transcoding in my example. The ffmpeg converter supports FLV, MP4 and many more.
ffmpeg supported formats: http://ffmpeg.org/general.html#SEC8
For the [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-2-converting-the-uploaded-video-to-flv/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video Sharing Website Part 1 : Introduction to Video Streaming</title>
		<link>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-streaming/</link>
		<comments>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-streaming/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 10:57:18 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Application Development]]></category>
		<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[video sharing]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=199</guid>
		<description><![CDATA[This series of blog post will talk about how to setup a Video Sharing Website.
Definition to various methods of video downloads and video format

Streaming
HTTP Download
HTTP Streaming &#8211; A combination of Streaming and HTTP Download

Streaming
Use of Video Stream Application servers. Examples of Video Stream Application servers include: Video Desk, Adobe Flash Media Server. To use a [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/06/video-sharing-website-part-1-introduction-to-video-streaming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Max no of characters, max no of words</title>
		<link>http://givemecake.dev-work.com/2009/06/max-no-of-characters-max-no-of-words/</link>
		<comments>http://givemecake.dev-work.com/2009/06/max-no-of-characters-max-no-of-words/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 16:01:27 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=194</guid>
		<description><![CDATA[Remember if you still remember those school days, when you have to write compositions, you need to mark out exactly 350 words. The purpose is for the marker to know where he or she can stop reading.
PHP functions that does word count
str_word_count()
And on the str_word_count() manual page, these is this helpful function for UTF8 word [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/06/max-no-of-characters-max-no-of-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
