<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7.1" -->
<rss version="0.92">
<channel>
	<title>漢堡包的blog</title>
	<link>http://www.hamburglin.com/blog</link>
	<description>A blog about Hamburger Lin</description>
	<lastBuildDate>Sat, 13 Jun 2009 14:06:43 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>PHP Extension Development References and Resources</title>
		<description><![CDATA[Comprehensive PHP extension development tutorials:
Extension Writing Part I: Introduction to PHP and Zend
Extension Writing Part II: Parameters, Arrays, and ZVALs
Extension Writing Part II: Parameters, Arrays, and ZVALs [continued]
Extension Writing Part III: Resources 
]]></description>
		<link>http://www.hamburglin.com/blog/?p=301</link>
			</item>
	<item>
		<title>了解自己, 了解別人</title>
		<description><![CDATA[每個人都需要更了解自己. 越了解自己的缺點, 才能避免一些自己缺點引起的問題.
也唯有更瞭解自己的優點, 才能更精進自己, 往自己的目標前進.
每個人更需要了解生活中接觸的其他人, 因為這些人與自己的生活息息相關. 如果
與他們處的不好, 會影響自己的心情, 影響自己的工作, 甚至是影響自己的身體.
]]></description>
		<link>http://www.hamburglin.com/blog/?p=291</link>
			</item>
	<item>
		<title>卸下好人的面具</title>
		<description><![CDATA[其實我真的是壞人 &#8230; 只是通常都批著好人的面具罷了.
以後, 不想隱藏 &#8230; 也不需掩飾了.
]]></description>
		<link>http://www.hamburglin.com/blog/?p=289</link>
			</item>
	<item>
		<title>出張嘴最容易</title>
		<description><![CDATA[不可諱言, 有些人想法跟意見很多. 但在某些情境裡面, 卻讓人有 &#8220;說的簡單&#8221; 的感覺.
Credit 是需要建立的. 覺得別人不尊重自己的意見時, 有時必須檢視自己是否有足夠的 Credit
可以使人信服 - 想想那些立法委員吧. 
套句 Alex 說的話 - 當有人覺得自己是天才的時候, 世界上又誕生了一個笨蛋了.
思考跟事前工作當然都需要考量, 再來就是執行與提出成果. 有時說的再多,
都遠不如拿出具體成果或成績來的有說服力 - 有些人總是不懂.
與其自怨自艾, 覺得無法獲得應有的尊重跟待遇, 倒不如先把自己應當負責的工作做到完美吧~
]]></description>
		<link>http://www.hamburglin.com/blog/?p=287</link>
			</item>
	<item>
		<title>Simplest GMime Example Code</title>
		<description><![CDATA[

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#include &#60;stdio .h&#62;
#include &#60;stdlib .h&#62;
#include &#60;string .h&#62;
#include &#60;gmime -2.0/gmime/gmime.h&#62;
#include &#60;errno .h&#62;
&#160;
void
error_msg&#40;const char *msg&#41;
&#123;
        if &#40;NULL != msg&#41;
                printf&#40;&#34;%s - (%d)\n&#34;, msg, gmime_error_quark&#41;;
&#160;
        exit&#40;1&#41;;
&#125;
&#160;
int
main&#40;int argc, char *argv&#91;&#93;&#41;
&#123;
 [...]]]></description>
		<link>http://www.hamburglin.com/blog/?p=279</link>
			</item>
</channel>
</rss>
