<?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; Uncategorized</title>
	<atom:link href="http://givemecake.dev-work.com/category/uncategorized/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>Project Honeypot</title>
		<link>http://givemecake.dev-work.com/2010/07/project-honeypot/</link>
		<comments>http://givemecake.dev-work.com/2010/07/project-honeypot/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 07:42:10 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/2010/07/project-honeypot/</guid>
		<description><![CDATA[http://www.projecthoneypot.org/statistics.php
bookmark
]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2010/07/project-honeypot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paypal PDN Integration No shipping address for Credit Card Payment</title>
		<link>http://givemecake.dev-work.com/2009/11/paypal-pdn-integration-no-shipping-address-for-credit-card-payment/</link>
		<comments>http://givemecake.dev-work.com/2009/11/paypal-pdn-integration-no-shipping-address-for-credit-card-payment/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 05:01:10 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Paypal]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=263</guid>
		<description><![CDATA[Default delivery address for Paypal Transactions is the Billing Address(which has to be the credit card holder&#8217;s address to prevent triggering fraud checks). Paypal allows user to specify another address when confirming the purchase. The website has already captured a shipping address on the checkout pages. The addresses captured and reflected in paypal&#8217;s system and [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/11/paypal-pdn-integration-no-shipping-address-for-credit-card-payment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Resources</title>
		<link>http://givemecake.dev-work.com/2009/11/great-resources/</link>
		<comments>http://givemecake.dev-work.com/2009/11/great-resources/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 18:42:16 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=259</guid>
		<description><![CDATA[http://jeez.eu/2009/09/26/web-3-0-will-be-all-about-web-services-learn-the-basics/
http://jeez.eu/2009/11/23/using-apis-with-php-here-are-your-classes/
http://www.noupe.com/tools/fresh-web-development-goodies-bag-2.html
http://ideone.com/
http://www.abtests.com/
http://www.bidsketch.com/tour/ &#8211; I gotta have it soon!
bookmark
]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/11/great-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes for migrating Cakephp 1.2.0.5427 to 1.2.5</title>
		<link>http://givemecake.dev-work.com/2009/11/notes-for-migrating-cakephp-1-2-0-5427-to-1-2-5/</link>
		<comments>http://givemecake.dev-work.com/2009/11/notes-for-migrating-cakephp-1-2-0-5427-to-1-2-5/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 18:09:08 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=254</guid>
		<description><![CDATA[Steps for migrating CakePHP to 1.2.5.

Update Core CakePHP files
Replace findByFieldName, findAllByFieldName with find(&#8216;first&#8217;, $param) and find(&#8216;all&#8217;, $param)
findBy* methods are replaced with find($type, $param)
$html-&#62;input replace with $form-&#62;input
Form inputs comes in a new helper
var $helpers = array(&#8216;Html&#8217;, &#8216;Form&#8217;);
Include FormHelper in $helpers

bookmark
]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/11/notes-for-migrating-cakephp-1-2-0-5427-to-1-2-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making Apps Better</title>
		<link>http://givemecake.dev-work.com/2009/09/making-apps-better/</link>
		<comments>http://givemecake.dev-work.com/2009/09/making-apps-better/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 08:35:51 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=250</guid>
		<description><![CDATA[http://www.forbes.com/2009/09/19/bill-curtis-enterprise-technology-cio-network-software.html?partner=relatedstoriesbox
Besides outsourcing and developing in house, Software as a Service is another way to get better code quality.  This approach is best used for smaller applications, which are standalone. But the problem of integrating with legacy systems still exist.
This method would lower the cost of developing and maintenance by distributing it across more users.
bookmark
]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/09/making-apps-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Something Print Designers would be happy with&#8230;</title>
		<link>http://givemecake.dev-work.com/2009/09/something-print-designers-would-be-happy-with/</link>
		<comments>http://givemecake.dev-work.com/2009/09/something-print-designers-would-be-happy-with/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:12:24 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=248</guid>
		<description><![CDATA[Baseline CSS
http://baselinecss.com/grid.html
Something designers working with frequently request is for the text to be aligned to the baseline. That is equal baseline for text even if they are in different DIV. These different DIV might have different padding or margins making them aligned to whatever other DIV needed.
Will take the CSS library for a test drive [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/09/something-print-designers-would-be-happy-with/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twittering soon</title>
		<link>http://givemecake.dev-work.com/2009/09/twittering-soon/</link>
		<comments>http://givemecake.dev-work.com/2009/09/twittering-soon/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:14:53 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=245</guid>
		<description><![CDATA[Working on adding twitter to Give Me Cake.
bookmark
]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/09/twittering-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leading Zeros removed by Spreadsheet?</title>
		<link>http://givemecake.dev-work.com/2009/09/leading-zeros-removed-by-spreadsheet/</link>
		<comments>http://givemecake.dev-work.com/2009/09/leading-zeros-removed-by-spreadsheet/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 06:05:48 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=242</guid>
		<description><![CDATA[Use =&#8221;000123&#8243; when exporting zero padded numbers in CSV to prevent the leading zeros from being removed. Works in Excel and OpenOffice
$csv-&#62;addField(&#8216;=&#8221;&#8216;.$student['Cda']['branch_code'].&#8217;&#8221;&#8216;);
bookmark
]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/09/leading-zeros-removed-by-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give Me Cake now on iPhone</title>
		<link>http://givemecake.dev-work.com/2009/07/give-me-cake-now-on-iphone/</link>
		<comments>http://givemecake.dev-work.com/2009/07/give-me-cake-now-on-iphone/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 05:38:29 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=224</guid>
		<description><![CDATA[Browse to Give Me Cake on your iPhone to see this Blog in iPhone Theme. This is made possible by using WPtouch.

This is how givemecake.dev-work.com looks like in Safari with iPhone user agent string.
Some cool features of WPtouch mentioned:

Support for FlickrRSS plugin, Blip.it video plugin
Automatic Archives page layout (if you have or create a page [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/07/give-me-cake-now-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give Me Cake is back!</title>
		<link>http://givemecake.dev-work.com/2009/04/give-me-cake-is-back/</link>
		<comments>http://givemecake.dev-work.com/2009/04/give-me-cake-is-back/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 09:42:37 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=180</guid>
		<description><![CDATA[Finally settle down with my new web host. Work is still busy. I have a list of Cakephp development tips to post. And 2 web application coming up.
Stay tuned.
bookmark
]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/04/give-me-cake-is-back/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
