<?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; HTML, CSS, Javascript</title>
	<atom:link href="http://givemecake.dev-work.com/category/html-css-javascript/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>Working with Cakephp Ajax (Prototype)</title>
		<link>http://givemecake.dev-work.com/2009/01/working-with-cakephp-ajax-prototype/</link>
		<comments>http://givemecake.dev-work.com/2009/01/working-with-cakephp-ajax-prototype/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 06:13:54 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[Cakephp]]></category>
		<category><![CDATA[HTML, CSS, Javascript]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[AjaxHelper]]></category>

		<guid isPermaLink="false">http://givemecake.dev-work.com/?p=152</guid>
		<description><![CDATA[I have been working on a project that is quite heavy in ajax, using the AjaxHelper in Cakephp.
To note down a couple of things:

 Set up content type for Ajax response
Pitfall when commenting out codes
Callback types

1) Set the content type of Ajax response in app_controller beforeFilter()

if($this-&#62;RequestHandler-&#62;isAjax()) {
Configure::write('debug', 0);
$this-&#62;RequestHandler-&#62;setContent('javascript', 'text/javascript');
$this-&#62;RequestHandler-&#62;respondAs('javascript');
$this-&#62;layout = 'ajax';
}

Javascript codes returned in the [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2009/01/working-with-cakephp-ajax-prototype/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Swf Movie as Background for HTML pages</title>
		<link>http://givemecake.dev-work.com/2008/09/swf-movie-as-background-for-html-pages/</link>
		<comments>http://givemecake.dev-work.com/2008/09/swf-movie-as-background-for-html-pages/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 08:13:03 +0000</pubDate>
		<dc:creator>givemecake</dc:creator>
				<category><![CDATA[HTML, CSS, Javascript]]></category>
		<category><![CDATA[Interface Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://givemecake.wordpress.com/?p=15</guid>
		<description><![CDATA[Yesterday I got an inquiry about using swf movie as background or masthead banner for a webpage. Is it possible to do that?
I would think that older browsers will show the swf movie with the highest z-index, making it the top most elements. Newer browsers from Firefox2, IE6 onwards would render the z-index correctly.
I came [...]]]></description>
		<wfw:commentRss>http://givemecake.dev-work.com/2008/09/swf-movie-as-background-for-html-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
