<?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>Caker&#039;s Weblog</title>
	<atom:link href="http://webcaker.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://webcaker.com</link>
	<description>I&#039;d love to change the world, but they won&#039;t give me the source code.</description>
	<lastBuildDate>Sat, 20 Feb 2010 07:08:48 +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>test</title>
		<link>http://webcaker.com/2010/02/20/test/</link>
		<comments>http://webcaker.com/2010/02/20/test/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 07:08:48 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webcaker.com/2010/02/20/test/</guid>
		<description><![CDATA[
Term 1

This is a definition with two paragraphs. Lorem ipsum 
dolor sit amet, consectetuer adipiscing elit. Aliquam 
hendrerit mi posuere lectus.

Vestibulum enim wisi, viverra nec, fringilla in, laoreet
vitae, risus.



Second definition for term 1, also wrapped in a paragraph
because of the blank line preceding it.


Term 2

This definition has a code block, a blockquote and a list.

code [...]]]></description>
			<content:encoded><![CDATA[<dl>
<dt>Term 1</dt>
<dd>
<p>This is a definition with two paragraphs. Lorem ipsum 
dolor sit amet, consectetuer adipiscing elit. Aliquam 
hendrerit mi posuere lectus.</p>

<p>Vestibulum enim wisi, viverra nec, fringilla in, laoreet
vitae, risus.</p>
</dd>

<dd>
<p>Second definition for term 1, also wrapped in a paragraph
because of the blank line preceding it.</p>
</dd>

<dt>Term 2</dt>
<dd>
<p>This definition has a code block, a blockquote and a list.</p>

<pre><code>code block.
</code></pre>

<blockquote>
  <p>block quote
  on two lines.</p>
</blockquote>

<ol>
<li>first list item</li>
<li>second list item</li>
</ol>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2010/02/20/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphone!</title>
		<link>http://webcaker.com/2010/02/09/iphone/</link>
		<comments>http://webcaker.com/2010/02/09/iphone/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:19:14 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Iphone]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=435</guid>
		<description><![CDATA[I become a cool man from this moment , because i got a Iphone today !
]]></description>
			<content:encoded><![CDATA[<p>I become a cool man from this moment , because i got a Iphone today !</p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2010/02/09/iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Becareful the heredoc!</title>
		<link>http://webcaker.com/2010/02/03/becareful-the-heredoc/</link>
		<comments>http://webcaker.com/2010/02/03/becareful-the-heredoc/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 10:20:54 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[heredoc]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=433</guid>
		<description><![CDATA[today , i was spent  half hour to find a bug, it said ,  Parse error: syntax error, unexpected &#8216;]&#8217;, expecting T_STRING or T_VARIABLE or T_NUM_STRING in xx line, i check that lline all words , on by one , cannot find the problem where it is , even i remove them , [...]]]></description>
			<content:encoded><![CDATA[<p>today , i was spent  half hour to find a bug, it said ,  Parse error: syntax error, unexpected &#8216;]&#8217;, expecting T_STRING or T_VARIABLE or T_NUM_STRING in xx line, i check that lline all words , on by one , cannot find the problem where it is , even i remove them , still has some error , check all file line by line , i found it !
because i run a function of emacs to indent line, so EOQ not in the very begin of line ! stupid me !</p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2010/02/03/becareful-the-heredoc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello OBJ-C</title>
		<link>http://webcaker.com/2010/01/27/hello-obj-c/</link>
		<comments>http://webcaker.com/2010/01/27/hello-obj-c/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 16:00:44 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[Hello World]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=427</guid>
		<description><![CDATA[Hello obj-c, I just did my first obj-c app from Ubuntu with GNUStep ,see!
Things you need to know to compile the hello world app with GNUStep:


    sudo aptitude install gnustep gnustep-devel
    chmod +x  /usr/share/GNUStep/MakeFiles/GNUStep.sh
    /usr/share/GNUStep/MakeFiles/GNUStep.sh


source code here, very simple !



#import 
int main (void)
{
    [...]]]></description>
			<content:encoded><![CDATA[<p>Hello obj-c, I just did my first obj-c app from Ubuntu with GNUStep ,see!
<a href="http://webcaker.com/wp-content/uploads/2010/01/Screenshot.png"><img class="aligncenter size-full wp-image-428" title="Hello world - obj-c" src="http://webcaker.com/wp-content/uploads/2010/01/Screenshot.png" alt="" width="601" height="239" /></a>Things you need to know to compile the hello world app with GNUStep:</p>

<ol>
    <li>sudo aptitude install gnustep gnustep-devel</li>
    <li>chmod +x  /usr/share/GNUStep/MakeFiles/GNUStep.sh</li>
    <li>/usr/share/GNUStep/MakeFiles/GNUStep.sh</li>
</ol>

<p>source code here, very simple !</p>

<pre class='brush:c'>

#import <Foundation/Foundation.h>
int main (void)
{
    NSLog (@"Hello obj-c !");
    return 0;
}
</pre>

<p>GNUMakeFile:</p>

<pre class='brush:shell'>
include $(GNUSTEP_MAKEFILES)/common.make

APP_NAME = HelloWorld
HelloWorld_HEADERS =
HelloWorld_OBJC_FILES = main.m
HelloWorld_RESOURCE_FILES =
include $(GNUSTEP_MAKEFILES)/application.make
</pre>

<p>that&#8217;s it !</p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2010/01/27/hello-obj-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New hosting !</title>
		<link>http://webcaker.com/2010/01/23/new-hosting/</link>
		<comments>http://webcaker.com/2010/01/23/new-hosting/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 02:08:55 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=425</guid>
		<description><![CDATA[New year , new hosting and new me !
]]></description>
			<content:encoded><![CDATA[<p>New year , new hosting and new me !</p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2010/01/23/new-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You believe  it ? it&#8217;s mine !</title>
		<link>http://webcaker.com/2010/01/16/can-you-believe-it/</link>
		<comments>http://webcaker.com/2010/01/16/can-you-believe-it/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:21:28 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[360]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=419</guid>
		<description><![CDATA[hahah, it&#8217;s my computer (windows xp ) security report from 360 , can you believe it ?


]]></description>
			<content:encoded><![CDATA[<p>hahah, it&#8217;s my computer (windows xp ) security report from 360 , can you believe it ?</p>

<p><a href="http://webcaker.com/wp-content/uploads/2010/01/aaa.jpg"><img class="aligncenter size-full wp-image-423" title="360 screenshot " src="http://webcaker.com/wp-content/uploads/2010/01/aaa.jpg" alt="" width="504" height="482" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2010/01/16/can-you-believe-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s go!</title>
		<link>http://webcaker.com/2010/01/10/lets-go/</link>
		<comments>http://webcaker.com/2010/01/10/lets-go/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 11:09:40 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=416</guid>
		<description><![CDATA[All the things we need to have ready, so lets&#8217; go!
]]></description>
			<content:encoded><![CDATA[<p>All the things we need to have ready, so lets&#8217; go!</p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2010/01/10/lets-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.9 released !</title>
		<link>http://webcaker.com/2009/12/23/wordpress-2-9-released/</link>
		<comments>http://webcaker.com/2009/12/23/wordpress-2-9-released/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 03:32:31 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=414</guid>
		<description><![CDATA[Have a look , it&#8217;s HERE and here
]]></description>
			<content:encoded><![CDATA[<p>Have a look , it&#8217;s HERE and <a href="http://wordpress.org/download/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2009/12/23/wordpress-2-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installed the Gedit 2.28.* on Snow leopard !</title>
		<link>http://webcaker.com/2009/12/11/installed-the-gedit-2-28-on-snow-leopard/</link>
		<comments>http://webcaker.com/2009/12/11/installed-the-gedit-2-28-on-snow-leopard/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 08:12:55 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Gedit]]></category>
		<category><![CDATA[MacOS]]></category>

		<guid isPermaLink="false">http://webcaker.com/?p=403</guid>
		<description><![CDATA[have a look !
]]></description>
			<content:encoded><![CDATA[<p>have a look !</p>

<div id="attachment_404" class="wp-caption aligncenter" style="width: 610px"><img class="size-full wp-image-404" title="Gedit 2.28.* screen shot on snow leopard " src="http://webcaker.com/wp-content/uploads/2009/12/Screen-shot-2009-12-11-at-下午04.10.51-e1260519991577.png" alt="Gedit 2.28.* screen shot on snow leopard" width="600" height="375" /><p class="wp-caption-text">Gedit 2.28.* screen shot on snow leopard </p></div>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2009/12/11/installed-the-gedit-2-28-on-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Blog post from Textmate to Wordpress</title>
		<link>http://webcaker.com/2009/12/07/test-blog-post-from-textmate-to-wordpress/</link>
		<comments>http://webcaker.com/2009/12/07/test-blog-post-from-textmate-to-wordpress/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 03:33:44 +0000</pubDate>
		<dc:creator>caker</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webcaker.com/2009/12/07/test-blog-post-from-textmate-to-wordpress/</guid>
		<description><![CDATA[Text mate rock! as you can see, it was posted from Textmate. the awesome editor for mac user
]]></description>
			<content:encoded><![CDATA[<p>Text mate rock! as you can see, it was posted from <a href="http://macromates.com/">Textmate</a>. the awesome editor for mac user</p>
]]></content:encoded>
			<wfw:commentRss>http://webcaker.com/2009/12/07/test-blog-post-from-textmate-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
