<?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"
	>

<channel>
	<title>Pretzels and Cake</title>
	<atom:link href="http://pretzelsandcake.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pretzelsandcake.com</link>
	<description>A Blog about Web Design, CakePHP and Beyond</description>
	<pubDate>Tue, 09 Sep 2008 07:28:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Cheat Sheet Heaven</title>
		<link>http://pretzelsandcake.com/2008/09/09/cheat-sheet-heaven/</link>
		<comments>http://pretzelsandcake.com/2008/09/09/cheat-sheet-heaven/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 07:28:23 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
		
		<category><![CDATA[Pretzels]]></category>

		<guid isPermaLink="false">http://pretzelsandcake.com/?p=11</guid>
		<description><![CDATA[I just checked out a bunch of cheat sheets from Dave Child&#8217;s &#8220;Added Bytes&#8221; blog. There are sheets for:

 Subversion
RegEx
mod_rewrite
PHP
CSS
SQL Server
HTML
Mircoformats
WoW
Ruby on Rails
ASP / VBScript
HTML
HTML Character Entities
JavaScript
MySQL

&#8230;and a RGB Hex Colour Chart.
I especially like the RegEx sheet with its pattern examples for email, save passwords etc.
via Nettuts.com
]]></description>
			<content:encoded><![CDATA[<p>I just checked out a bunch of <a title="Added Bytes Cheat Sheets" href="http://www.addedbytes.com/cheat-sheets/">cheat sheets from Dave Child&#8217;s &#8220;Added Bytes&#8221;</a> blog. There are sheets for:</p>
<ul>
<li> Subversion</li>
<li>RegEx</li>
<li>mod_rewrite</li>
<li>PHP</li>
<li>CSS</li>
<li>SQL Server</li>
<li>HTML</li>
<li>Mircoformats</li>
<li>WoW</li>
<li>Ruby on Rails</li>
<li>ASP / VBScript</li>
<li>HTML</li>
<li>HTML Character Entities</li>
<li>JavaScript</li>
<li>MySQL</li>
</ul>
<p>&#8230;and a RGB Hex Colour Chart.</p>
<p>I especially like the RegEx sheet with its pattern examples for email, save passwords etc.</p>
<p><small>via <a title="Nettuts.com" href="http://nettuts.com/articles/10-principles-of-the-php-masters/">Nettuts.com</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://pretzelsandcake.com/2008/09/09/cheat-sheet-heaven/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SEO cheat sheet</title>
		<link>http://pretzelsandcake.com/2008/05/19/seo-cheat-sheet/</link>
		<comments>http://pretzelsandcake.com/2008/05/19/seo-cheat-sheet/#comments</comments>
		<pubDate>Mon, 19 May 2008 14:07:07 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://pretzelsandcake.com/?p=9</guid>
		<description><![CDATA[Selling SEO expertise as an extra service is a little bit like selling the top of a burger separately, since most of the job should be/could be done during the development process. So this is pretty cool: &#8220;THE&#8221; SEO cheat sheet for web developers. (via)
]]></description>
			<content:encoded><![CDATA[<p>Selling SEO expertise as an extra service is a little bit like selling the top of a burger separately, since most of the job should be/could be done during the development process. <a title="The Web Developer's SEO Cheat Sheet" href="http://www.seomoz.org/blog/the-web-developers-seo-cheat-sheet">So this is pretty cool: &#8220;THE&#8221; SEO cheat sheet for web developers</a>. (<a title="guymon.de" href="http://www.guymon.de/wordpress/2008/05/19/seo-cheat-sheet/">via</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://pretzelsandcake.com/2008/05/19/seo-cheat-sheet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using PHP to create TextMate commands</title>
		<link>http://pretzelsandcake.com/2008/04/28/using-php-to-create-textmate-commands/</link>
		<comments>http://pretzelsandcake.com/2008/04/28/using-php-to-create-textmate-commands/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 14:39:38 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://pretzelsandcake.com/?p=8</guid>
		<description><![CDATA[I just stumbled upon this on the TextMate blog: Ciarán Walsh wrote a blog post about using PHP to create custom commands for my favourite text editor/IDE/general weapon of choice: TextMate. TextMate already has a huge collection of snippets and commands for all kinds of languages that are easily expandable and that I use frequently. [...]]]></description>
			<content:encoded><![CDATA[<p>I just stumbled upon this on the <a title="TextMate Blog" href="http://blog.macromates.com">TextMate blog</a>: Ciarán Walsh wrote a blog post about using PHP to create custom commands for my favourite text editor/IDE/general weapon of choice: TextMate. TextMate already has a huge collection of snippets and commands for all kinds of languages that are easily expandable and that I use frequently. But I didn&#8217;t know you can use PHP to create custom commands. I will definitely try this out.</p>
<p><a title="TextMate Tip – Using PHP for Commands" href="http://ciaranwal.sh/2008/04/04/textmate-tip-using-php-for-commands">Link.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://pretzelsandcake.com/2008/04/28/using-php-to-create-textmate-commands/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finding color schemes with Adobe Kuler</title>
		<link>http://pretzelsandcake.com/2008/04/24/color-schemes-with-adobe-kuler/</link>
		<comments>http://pretzelsandcake.com/2008/04/24/color-schemes-with-adobe-kuler/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 13:02:07 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[color-schemes]]></category>

		<guid isPermaLink="false">http://pretzelsandcake.com/?p=7</guid>
		<description><![CDATA[There are tons of color scheme generators out there. Adobe Kuler is definitely one of the more complex. You can manipulate all kinds of parameters, like base color, brightness, scheming rule and so on. Plus you can extract colors from images.
Of course, there&#8217;s no webservice without a community these days, so if you register you [...]]]></description>
			<content:encoded><![CDATA[<p>There are tons of color scheme generators out there. <a title="Adobe Kuler" href="http://kuler.adobe.com/">Adobe Kuler</a> is definitely one of the more complex. You can manipulate all kinds of parameters, like base color, brightness, scheming rule and so on. Plus you can extract colors from images.</p>
<p>Of course, there&#8217;s no webservice without a community these days, so if you register you can share your themes and downloads others to use them in Adobe&#8217;s Creative Suite if you find that useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://pretzelsandcake.com/2008/04/24/color-schemes-with-adobe-kuler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP: UTF-8 and Spreadsheet Excel Writer</title>
		<link>http://pretzelsandcake.com/2008/04/08/php-utf-8-and-spreadsheet-excel-writer/</link>
		<comments>http://pretzelsandcake.com/2008/04/08/php-utf-8-and-spreadsheet-excel-writer/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 13:11:23 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[spreadsheet-excel-writer]]></category>

		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://pretzelsandcake.com/?p=6</guid>
		<description><![CDATA[Spreadsheet Excel Writer is a handy tool to generate MS Excel files with php. But it has some trouble handling utf-8 sources. Luckily Research e-Labs describes a simple solution:
After recently working on an application to generate Microsoft Excel documents using a PHP script, I ran into trouble with the PEAR package “Spreadsheet Excel Writer” which [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Spreadsheet Excel Writer" href="http://pear.php.net/package/Spreadsheet_Excel_Writer">Spreadsheet Excel Writer</a> is a handy tool to generate MS Excel files with php. But it has some trouble handling utf-8 sources. Luckily Research e-Labs describes a simple solution:</p>
<blockquote><p><a href="http://research.elabs.govt.nz/generating-excel-spreadsheets-with-maori-macrons-in-php/">After recently working on an application to generate Microsoft Excel documents using a PHP script, I ran into trouble with the PEAR package “Spreadsheet Excel Writer” which didn’t correctly display UTF-8 characters (Māori macrons in this case). Here is a fix!</a></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://pretzelsandcake.com/2008/04/08/php-utf-8-and-spreadsheet-excel-writer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Static Maps</title>
		<link>http://pretzelsandcake.com/2008/04/07/google-static-maps/</link>
		<comments>http://pretzelsandcake.com/2008/04/07/google-static-maps/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 11:13:00 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[maps]]></category>

		<guid isPermaLink="false">http://pretzelsandcake.com/?p=5</guid>
		<description><![CDATA[If you want to use google maps but don&#8217;t need a full-blown JS/Ajax map, you can now use static map images. The map is basically a request to maps.google.com that you can put into the src attribute of an image tag.
This little example outputs the image below:
&#60;!--
center: latitude and longitude of the map center
zoom: zoom [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use google maps but don&#8217;t need a full-blown JS/Ajax map, you can now use static map images. The map is basically a request to maps.google.com that you can put into the src attribute of an image tag.</p>
<p>This little example outputs the image below:</p>
<p><code>&lt;!--<br />
center: latitude and longitude of the map center<br />
zoom: zoom level of the map<br />
size: image size - up to 512x512 pixels maximum<br />
maptype: roadmap (default) or mobile<br />
markers: markers with latitude/longitude<br />
--&gt;<br />
&lt;img src="http://maps.google.com/staticmap?center=52.521305,13.413509&amp;zoom=14&amp;size=512x200&amp;maptype=roadmap&amp;markers=52.518443,13.393717,greenh&amp;key=APIKEY"&gt;<br />
</code></p>
<p><img src="http://maps.google.com/staticmap?center=52.521305,13.413509&amp;zoom=14&amp;size=512x200&amp;maptype=roadmap&amp;markers=52.518443,13.393717,greenh&amp;key=ABQIAAAACAtJkmlHg9XVVPsaJcsREhQuKHRqTFx9Xv_NRmusWFhEkRwhSRROOng3LA09A_IQ8BFjPNBsPvHa9Q" alt="" /></p>
<p>More Information <a title="Static Maps API Developer's Guide" href="http://code.google.com/apis/maps/documentation/staticmaps/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://pretzelsandcake.com/2008/04/07/google-static-maps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8230;but what about the Pretzel?</title>
		<link>http://pretzelsandcake.com/2008/04/07/but-what-about-the-pretzel/</link>
		<comments>http://pretzelsandcake.com/2008/04/07/but-what-about-the-pretzel/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 07:55:33 +0000</pubDate>
		<dc:creator>Florian</dc:creator>
		
		<category><![CDATA[Pretzels]]></category>

		<guid isPermaLink="false">http://pretzelsandcake.com/?p=3</guid>
		<description><![CDATA[The Pretzel is probably one of the most beautiful peaces of bakery. Its design is pretty close to the infinity symbol so I use it in the title of this blog to keep my options open (in case I need a break from writing about cakePHP and web stuff).
By the way, it&#8217;s delicious.
]]></description>
			<content:encoded><![CDATA[<p>The Pretzel is probably one of the most beautiful peaces of bakery. Its design is pretty close to the <a title="Infinity" href="http://en.wikipedia.org/wiki/Infinity">infinity symbol</a> so I use it in the title of this blog to keep my options open (in case I need a break from writing about cakePHP and web stuff).</p>
<p>By the way, it&#8217;s delicious.</p>
]]></content:encoded>
			<wfw:commentRss>http://pretzelsandcake.com/2008/04/07/but-what-about-the-pretzel/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
