<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-6434122</id><updated>2011-08-12T19:43:20.753+08:00</updated><title type='text'>Hello Everybody !!</title><subtitle type='html'>some words to share with you ......
~ from ada.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default?start-index=101&amp;max-results=100'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>177</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6434122.post-6982882054552113458</id><published>2010-01-04T22:08:00.004+08:00</published><updated>2010-01-04T23:03:16.700+08:00</updated><title type='text'>嫲嫲爺爺</title><content type='html'>嫲嫲走了... 爺爺也走了...&lt;br /&gt;雖然她已八十多歲, 他也已九十多歲, 算是笑喪; 但我也捨不得他倆.&lt;br /&gt;&lt;br /&gt;嫲嫲心臟不好, 近一年常常進出醫院, 不過每次都是住三數天便可回家休息.&lt;br /&gt;最後那一次入院, 心跳竟然是每分鐘一百六十幾次!&lt;br /&gt;有血壓高的爸爸說: "看到那個數字, 我的血壓也跟著升高了!"&lt;br /&gt;過了幾天她便走了.&lt;br /&gt;&lt;br /&gt;嫲嫲從來都是慢條斯理的, 我以為她會活到一百歲......&lt;br /&gt;&lt;br /&gt;爺爺身體一向壯健, 很少病痛.&lt;br /&gt;可是數年前跌倒, 身體便開始轉差; 後來行動不便, 於是住進了老人院.&lt;br /&gt;年前曾經有醫生說他患上了老人痴呆症, 認不了人; 可是他時好時壞, 有時會認得我們.&lt;br /&gt;上星期因為肺功能出問題而被送入醫院, 兩日後更需儀器去輔助呼吸.&lt;br /&gt;看見他一起一伏的胸口, 帶點恐懼的眼神, 想說話卻又說不出; 令我感到人真的很脆弱.&lt;br /&gt;嬸嬸說見他好像有心事的, 便問他是不是想見XX, 或是XX... 他都一一寧頭.&lt;br /&gt;嬸嬸告訴他已幫嫲嫲辦好後事, 假如他真的走了, 也會幫他辦後事並和嫲嫲葬在一起... 他聽到後直點頭.&lt;br /&gt;第二朝他便走了, 安祥地.&lt;br /&gt;爺爺是疼愛嫲嫲的...&lt;br /&gt;&lt;br /&gt;從來也沒有看過爺爺發脾氣或鬧人, 我以為他會長命百歲......&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-6982882054552113458?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/6982882054552113458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=6982882054552113458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/6982882054552113458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/6982882054552113458'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2010/01/blog-post.html' title='嫲嫲爺爺'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-3897257544124728688</id><published>2009-09-14T23:06:00.003+08:00</published><updated>2009-09-14T23:17:40.910+08:00</updated><title type='text'>今日金句: 唔洗慌!</title><content type='html'>6.15pm   橫風橫雨風大雨大   八號風球&lt;br /&gt;&lt;br /&gt;A: (剛剛放工歸家途中) 你洗唔洗落去買定d 嘢食呢? 唔係一陣冇得你食喎...&lt;br /&gt;B: (安坐家中) no 啦, d舖 8號風都唔會收架~ 至少麥當當唔會收住!&lt;br /&gt;&lt;br /&gt;收線後, B為了防止一陣冇啖好食, 便打去麥當當問一下.&lt;br /&gt;確認之後, 便開心地發出一個短訊:&lt;br /&gt;"唔洗慌! 麥當當收十點半! 附近仲有兩間開 24小時添!"&lt;br /&gt;&lt;br /&gt;哈哈~ 住商場樓上真係happy, 打風唔洗驚冇得食又唔洗入貨, 仲可以睇戲添!&lt;br /&gt;實在是 '模範' 夫婦的最佳住所!! ^O^&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-3897257544124728688?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/3897257544124728688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=3897257544124728688' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/3897257544124728688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/3897257544124728688'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2009/09/blog-post_14.html' title='今日金句: 唔洗慌!'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-3990360557683602933</id><published>2009-09-12T00:13:00.005+08:00</published><updated>2009-09-12T00:46:01.135+08:00</updated><title type='text'>喜歡</title><content type='html'>&lt;a href="http://2.bp.blogspot.com/_oFt2OXEtPHE/Sqp7cyT6OFI/AAAAAAAAAFc/99kRPgiey88/s1600-h/PM_logo.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 120px; height: 102px;" src="http://2.bp.blogspot.com/_oFt2OXEtPHE/Sqp7cyT6OFI/AAAAAAAAAFc/99kRPgiey88/s200/PM_logo.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5380248439319312466" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;喜歡他那含情脈脈情深款款善解人意的眼睛...&lt;br /&gt;喜歡他那天真無邪溫柔體貼溫馨滿載的笑容...&lt;br /&gt;喜歡他那靚仔到暈gel到 '行' 型到爆的髮型...&lt;br /&gt;&lt;br /&gt;呵呵~!  終於忍唔住又買了!&lt;br /&gt;Preious Moments - Disney Sleeping Beauty: Believe In The Power Of True Love&lt;br /&gt;welcome to my PM collection!&lt;br /&gt;睡公主和王子個樣真的很可愛啊!! ^_^&lt;br /&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_oFt2OXEtPHE/Sqp83_WHDjI/AAAAAAAAAFk/B6Z23hyMEM0/s1600-h/DSC03867.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_oFt2OXEtPHE/Sqp83_WHDjI/AAAAAAAAAFk/B6Z23hyMEM0/s200/DSC03867.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5380250006186298930" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_oFt2OXEtPHE/Sqp84dlVR2I/AAAAAAAAAFs/YKl5mNPdOsI/s1600-h/DSC03870.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_oFt2OXEtPHE/Sqp84dlVR2I/AAAAAAAAAFs/YKl5mNPdOsI/s200/DSC03870.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5380250014303209314" /&gt;&lt;/a&gt; &lt;a href="http://2.bp.blogspot.com/_oFt2OXEtPHE/Sqp-Lb2kgPI/AAAAAAAAAGM/mrZYMmHhecE/s1600-h/DSC03874.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_oFt2OXEtPHE/Sqp-Lb2kgPI/AAAAAAAAAGM/mrZYMmHhecE/s200/DSC03874.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5380251439767781618" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://3.bp.blogspot.com/_oFt2OXEtPHE/Sqp85fBFndI/AAAAAAAAAF8/RAeKZHfJ8d0/s1600-h/DSC03885.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 150px; height: 200px;" src="http://3.bp.blogspot.com/_oFt2OXEtPHE/Sqp85fBFndI/AAAAAAAAAF8/RAeKZHfJ8d0/s200/DSC03885.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5380250031867928018" /&gt;&lt;/a&gt; &lt;a href="http://4.bp.blogspot.com/_oFt2OXEtPHE/Sqp846CsMaI/AAAAAAAAAF0/ezDa_21Jvas/s1600-h/DSC03879.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 150px; height: 200px;" src="http://4.bp.blogspot.com/_oFt2OXEtPHE/Sqp846CsMaI/AAAAAAAAAF0/ezDa_21Jvas/s200/DSC03879.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5380250021942538658" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_oFt2OXEtPHE/Sqp85qg3QcI/AAAAAAAAAGE/nyjVIHpVqrY/s1600-h/DSC03887.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_oFt2OXEtPHE/Sqp85qg3QcI/AAAAAAAAAGE/nyjVIHpVqrY/s200/DSC03887.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5380250034953994690" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-3990360557683602933?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/3990360557683602933/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=3990360557683602933' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/3990360557683602933'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/3990360557683602933'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2009/09/blog-post.html' title='喜歡'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_oFt2OXEtPHE/Sqp7cyT6OFI/AAAAAAAAAFc/99kRPgiey88/s72-c/PM_logo.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-2973158918955233989</id><published>2009-09-09T22:28:00.004+08:00</published><updated>2009-09-10T10:01:23.986+08:00</updated><title type='text'>take it easy</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_oFt2OXEtPHE/SqfI80zfZJI/AAAAAAAAAFU/B2Bw1rkKY0A/s1600-h/ponyo.JPG"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 150px; height: 200px;" src="http://4.bp.blogspot.com/_oFt2OXEtPHE/SqfI80zfZJI/AAAAAAAAAFU/B2Bw1rkKY0A/s200/ponyo.JPG" border="0" alt=""id="BLOGGER_PHOTO_ID_5379489227209663634" /&gt;&lt;/a&gt;&lt;br /&gt;Take it easy, even though you know it's not easy.&lt;br /&gt;Even if you're rushing for a train but there're lots of people blocking your way;&lt;br /&gt;In fact, you're one of the obstacals to them as well.&lt;br /&gt;You are no difference.&lt;br /&gt;So, take it easy.&lt;br /&gt;&lt;br /&gt;Take it easy, even though you know it's not easy.&lt;br /&gt;Even if you're very hungry or in a hurry but it seems that the chef takes ages to cook you a plate of spaghetti;&lt;br /&gt;The fact is, a plate of spaghetti would only takes a quarter to cook and you just have placed you order two minutes ago.&lt;br /&gt;A hasty meal is not good for health.&lt;br /&gt;So, take it easy.&lt;br /&gt;&lt;br /&gt;Take it easy, even though you know it's not easy.&lt;br /&gt;Even if the progress is slow and you are occupied by something else but the deadline is near;&lt;br /&gt;Honestly, schedules are always changing and there are lessons to learn in every project.&lt;br /&gt;Work is just part of your life.&lt;br /&gt;So, take it easy.&lt;br /&gt;&lt;br /&gt;Take it easy, even though you know it's not easy.&lt;br /&gt;Even if you had weighed every possible options before making a decision but after five days or five years you were still thinking of the ones you had forgone might be better;&lt;br /&gt;The truth is, you'll never know which is the best nor which is the worst.&lt;br /&gt;Life is full of unpredictable and uncontrollable things.&lt;br /&gt;So, take it easy... &lt;br /&gt;even though you know it's not easy.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-2973158918955233989?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/2973158918955233989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=2973158918955233989' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/2973158918955233989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/2973158918955233989'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2009/09/take-it-easy.html' title='take it easy'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_oFt2OXEtPHE/SqfI80zfZJI/AAAAAAAAAFU/B2Bw1rkKY0A/s72-c/ponyo.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-1392963547004978252</id><published>2009-09-07T23:13:00.004+08:00</published><updated>2009-09-08T00:19:20.152+08:00</updated><title type='text'>happy elements</title><content type='html'>&lt;a href="http://4.bp.blogspot.com/_oFt2OXEtPHE/SqUyYBqQcnI/AAAAAAAAAFM/Url5VxgvmXQ/s1600-h/happy_face.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://4.bp.blogspot.com/_oFt2OXEtPHE/SqUyYBqQcnI/AAAAAAAAAFM/Url5VxgvmXQ/s200/happy_face.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5378760718307848818" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;- $$&lt;br /&gt;- sleeping&lt;br /&gt;- shopping&lt;br /&gt;- travel&lt;br /&gt;- sports&lt;br /&gt;- leisure time&lt;br /&gt;- chocolate&lt;br /&gt;- ice-cream&lt;br /&gt;- strawberry&lt;br /&gt;- love, care, &amp; hugs from the ones you love&lt;br /&gt;- love, care, &amp; hugs to your beloved ones&lt;br /&gt;- count what you have, but not what you don't have&lt;br /&gt;&lt;br /&gt;wish you happiness...&lt;br /&gt;&lt;br /&gt;~ from me to you&lt;br /&gt;&lt;br /&gt;&lt;a href="http://2.bp.blogspot.com/_oFt2OXEtPHE/SqUx9h_AeZI/AAAAAAAAAFE/vGHSpAz92h4/s1600-h/paper_star_n_heart.jpg"&gt;&lt;img style="cursor:pointer; cursor:hand;width: 200px; height: 150px;" src="http://2.bp.blogspot.com/_oFt2OXEtPHE/SqUx9h_AeZI/AAAAAAAAAFE/vGHSpAz92h4/s200/paper_star_n_heart.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5378760263128349074" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-1392963547004978252?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/1392963547004978252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=1392963547004978252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/1392963547004978252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/1392963547004978252'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2009/09/happy-elements.html' title='happy elements'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_oFt2OXEtPHE/SqUyYBqQcnI/AAAAAAAAAFM/Url5VxgvmXQ/s72-c/happy_face.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-4537069487220229571</id><published>2009-09-07T00:11:00.000+08:00</published><updated>2009-09-07T17:01:29.935+08:00</updated><title type='text'>today's a to z</title><content type='html'>a - angry&lt;br /&gt;b - busy&lt;br /&gt;c - can't/ concentrate/ control&lt;br /&gt;d - death&lt;br /&gt;e - ease&lt;br /&gt;f - frustrate/ family&lt;br /&gt;g - god/ good&lt;br /&gt;h - health&lt;br /&gt;i - ideal&lt;br /&gt;j - jam&lt;br /&gt;k - kill&lt;br /&gt;l - loop&lt;br /&gt;m - mother/ mad&lt;br /&gt;n - noisy&lt;br /&gt;o - opportunity&lt;br /&gt;p - please&lt;br /&gt;q - quit&lt;br /&gt;r - rather&lt;br /&gt;s - solution&lt;br /&gt;t - time&lt;br /&gt;u - unbelievable/ unexpected&lt;br /&gt;v - vanish&lt;br /&gt;w - why&lt;br /&gt;x - x&lt;br /&gt;y - you&lt;br /&gt;z - ZZzzz...&lt;br /&gt;&lt;br /&gt;umm... many negative words... need to find some happy elements...&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-4537069487220229571?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/4537069487220229571/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=4537069487220229571' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/4537069487220229571'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/4537069487220229571'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2009/09/todays-to-z.html' title='today&apos;s a to z'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-4128377689982343239</id><published>2009-09-03T14:02:00.002+08:00</published><updated>2009-09-03T15:38:22.405+08:00</updated><title type='text'>高達 ~ REAL G~ 朝聖之旅</title><content type='html'>&lt;七月某天&gt;&lt;br /&gt;看到朋友在facebook 話原來的旅行計劃要改地點改日子, 因為台場有1:1 的高達...&lt;br /&gt;(係呀, 係你呀, 咪就係你個status 話我知囉...)&lt;br /&gt;問問家中的高達粉絲, 得到的回覆是: "係呀, 知道呀, 高達30歲吖嘛... 冇諗住去睇喎~"&lt;br /&gt;什麼?!? 冇諗住去?? 30歲慶典喎! 1:1高達喎!! 咁難得既大件事竟然唔去??&lt;br /&gt;計一計, 去個慳慳地既short trip 都ok 吖!&lt;br /&gt;&lt;br /&gt;&lt;七月中&gt;&lt;br /&gt;坐言起行係我既座右銘 (只限喜歡做的事情! ^o^)... 機票話咁快到手.&lt;br /&gt;四日三夜, 凌晨機去, 清晨五點半到東京羽田機場.&lt;br /&gt;未試過, 唔知會唔會好辛苦呢?&lt;br /&gt;&lt;br /&gt;&lt;八月頭至中&gt;&lt;br /&gt;工作繁重, 冇時間研究行程.&lt;br /&gt;不過以我地對東京既熟悉, 短短三數天, 去邊? 心裡有數. ^_^&lt;br /&gt;&lt;br /&gt;&lt;八月二十號&gt;&lt;br /&gt;呵呵呵... 高達, 我今晚就坐飛機尼搵你喇~ 聽日台場見!&lt;br /&gt;十二點半機, 坐正機翼隔離, 好嘈, 只係瞌到一個鐘...&lt;br /&gt;&lt;br /&gt;&lt;八月廿一號清晨&gt;&lt;br /&gt;yeahyeahyeah~~!  話咁快就到!&lt;br /&gt;東京, 你好嘛~? long time no see... 我好掛住你呀~!&lt;br /&gt;天朗氣清, happy!&lt;br /&gt;搭無人驚駛火車再轉JR 去酒店, ok喎, 拎住4轆直身喼, 好輕鬆呀~&lt;br /&gt;&lt;br /&gt;&lt;八月廿一號&gt;&lt;br /&gt;寄存行李之後, 便到我們必去的麥當當食早餐.&lt;br /&gt;食飽飽便出發到台場.&lt;br /&gt;+++++&lt;br /&gt;第一站, 國際展示場睇 GUNDAM BIG EXPO!&lt;br /&gt;由排隊等買飛到真正入到會場, 用了一個鐘... 很多人. &gt;~&lt;&lt;br /&gt;+++++&lt;br /&gt;第二站, 逛街食lunch.&lt;br /&gt;很熱... 真的熱死了... &gt;~&lt;&lt;br /&gt;+++++&lt;br /&gt;第三站, 潮風公園睇1:1高達 REAL G~!&lt;br /&gt;很多人, 很熱...&lt;br /&gt;REAL G 高 18尺, 可能我期望太大, 我以為會更巨更震撼的.&lt;br /&gt;但諗一諗, 卡通裡的高達跟主角的比例... 真的是我 '諗大咗'! ^_^&lt;br /&gt;+++++&lt;br /&gt;第四站, 逛街食dinner 逛街.&lt;br /&gt;由於買咗飛睇高達激光show, 930, 所以 '滯留' 响台場.&lt;br /&gt;+++++&lt;br /&gt;第五站, GUNDAM LIGHT x MUSIC !&lt;br /&gt;排咗大半個鐘等入場, 企到腳跛, 坐地下等算了.&lt;br /&gt;九時半進場, 企位! 呵呵!!&lt;br /&gt;開show! DJ 打碟播出新舊的高達歌, 好聽.&lt;br /&gt;七彩繽紛激光勁閃, 正!&lt;br /&gt;十點半, 個show still go on... 唔知幾時完, 但我地放咗响locker 既嘢要十一點前去拎返, 點算?!&lt;br /&gt;十點九, 個show still go on... 冇計, 唯有離場去拎返d 嘢.&lt;br /&gt;嗚嗚... 睇唔到完場... &gt;_&lt;&lt;br /&gt;+++++&lt;br /&gt;總括尼講, 凌晨機令到第一日超多時間, 好似過咗兩日咁! good!&lt;br /&gt;&lt;br /&gt;&lt;八月廿二號&gt;&lt;br /&gt;由於昨天實在太攰了, 結果瞓到十一點半先起身!  仲要係room service 阿姐想執房拍門! 哈哈~ 爽!&lt;br /&gt;去橫濱outlet, shopping shopping... happy! ^o^&lt;br /&gt;&lt;br /&gt;&lt;八月廿三號&gt;&lt;br /&gt;三鷹宮崎駿美術館睇波兒, cute!&lt;br /&gt;吉祥寺遊公園逛街, 之後應高達粉絲要求到中野搜購高達碟, gogogo~&lt;br /&gt;&lt;br /&gt;&lt;八月廿四號&gt;&lt;br /&gt;咁啱有個 TOMICA車仔 EXPO, 去睇下都好吖!&lt;br /&gt;睇完d 小朋友圍住車仔既傻樣, 食餐舒舒服服既lunch, 跟住作最後衝刺shop 下...&lt;br /&gt;話咁快就黃昏夠鐘起程到機場... 四日三夜朝聖trip 咁就玩完!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-4128377689982343239?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/4128377689982343239/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=4128377689982343239' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/4128377689982343239'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/4128377689982343239'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2009/09/real-g.html' title='高達 ~ REAL G~ 朝聖之旅'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-520562381507433452</id><published>2009-07-16T12:19:00.000+08:00</published><updated>2009-07-16T12:20:44.991+08:00</updated><title type='text'>blog的用處</title><content type='html'>blog 除了可以讓你記錄事件, 抒發感情, 發洩不滿, 打發時間, 發揮才華, 發'up'風&lt;br /&gt;... 等等等等之外, 還有一個很大的用處.&lt;br /&gt;&lt;br /&gt;blog 能喚醒你的記憶.&lt;br /&gt;&lt;br /&gt;人總是善忘的, 沒有多少好東西會記得住.&lt;br /&gt;忽然翻看一下blog, 你會發現有很多開心的事情被你遺忘了.&lt;br /&gt;乜會發現曾幾何時, 原來你有過這樣的心情, 許下這樣的承諾...&lt;br /&gt;&lt;br /&gt;得閒看下舊blog 吧... 尤其是像你這麼沒記性的人!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-520562381507433452?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/520562381507433452/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=520562381507433452' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/520562381507433452'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/520562381507433452'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2009/07/blog.html' title='blog的用處'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-7245537185964762448</id><published>2008-11-26T23:41:00.001+08:00</published><updated>2008-11-26T23:49:49.757+08:00</updated><title type='text'>冇進步</title><content type='html'>煙霞 不見月 22度&lt;br /&gt;&lt;br /&gt;18min -&gt; 400m x 6&lt;br /&gt;8km/hr...&lt;br /&gt;&lt;br /&gt;冇進步... 不進則退... 點算??&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-7245537185964762448?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/7245537185964762448/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=7245537185964762448' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/7245537185964762448'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/7245537185964762448'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/11/blog-post_26.html' title='冇進步'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-4533378180270766265</id><published>2008-11-20T00:04:00.001+08:00</published><updated>2008-11-26T23:50:26.633+08:00</updated><title type='text'>有進步</title><content type='html'>天晴  冇月亮  18度&lt;br /&gt;&lt;br /&gt;18min -&gt; 400m x 6&lt;br /&gt;8km/hr...&lt;br /&gt;&lt;br /&gt;有進步... 但要進步到咩地步才不用再進步呢??&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-4533378180270766265?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/4533378180270766265/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=4533378180270766265' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/4533378180270766265'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/4533378180270766265'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/11/blog-post_20.html' title='有進步'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-9131067649025320003</id><published>2008-11-17T00:19:00.002+08:00</published><updated>2008-11-17T09:31:57.808+08:00</updated><title type='text'>再見 338</title><content type='html'>聖誕時, 廳中一定放著媽媽和我和哥哥砌的聖誕樹, 很漂亮很有色彩.&lt;br /&gt;新年時, 一開門便看到爸爸和媽媽從花墟或花市買回來的桃花, 很大棵很有氣氛.&lt;br /&gt;&lt;br /&gt;小學的時候, 每天黃昏六點, 我都會爬到窗邊, &lt;br /&gt;看著對面駛進巴士總站的巴士, 尋找著放工回來的爸爸;&lt;br /&gt;找到了, 我會對他拼命揮手, 爸爸也會從車上向我揮手.&lt;br /&gt;&lt;br /&gt;颱風襲港, 爸媽忙著把防風板架起, 我和哥哥則忙著監察哪兒有雨打進來;&lt;br /&gt;那情景, 像是一家人跟颱風作戰一樣, 團結一致.&lt;br /&gt;多少年後, 家裡裝了鋁窗, 那幾塊大大的綠色的波紋防風膠板便絕跡了.&lt;br /&gt;&lt;br /&gt;睡房和床的擺放變化最多.&lt;br /&gt;先是我和哥哥的開放式上下格碌架床, 放在一入門口的右邊;&lt;br /&gt;旁邊是爸媽的房門, 前面是一張啡色單座位皮梳化.&lt;br /&gt;(我很喜歡這張皮梳化的, 因為剛好可以完完全全地 '裝' 著我.)&lt;br /&gt;後來碌架床九十度的轉了方向, 爸媽的房間也改了, 門在另一邊.&lt;br /&gt;這時媽媽覺得我開始大個女了, 需要有點私人空間;&lt;br /&gt;在不能加添一個房間的情況下, 媽媽為我的下格碌架床加了布簾. :)&lt;br /&gt;後來哥哥長得高大了, 碌架床不夠長; 爸媽又覺得我真有自己的房間比較好...&lt;br /&gt;結果大改動, 碌架床鋸矮了, 沒有了下格, 而是放了一個衣櫃;&lt;br /&gt;降低了的上格床給了我, 加上一個書櫃連摺檯, 一張舒服的四方皮椅, 便成了我的小天地.&lt;br /&gt;(可憐的哥哥卻成了 '廳長'.)&lt;br /&gt;&lt;br /&gt;客廳中間吊了一棧玻璃大吊燈, 是媽媽參加家居清潔比賽得了亞軍的獎品.&lt;br /&gt;媽媽很喜歡這棧吊燈, 我也很喜歡這棧吊燈.&lt;br /&gt;客廳還有媽媽的嫁妝 --- 一個大大的彫花木櫳; 媽媽喜歡它, 我想我也喜歡它.&lt;br /&gt;&lt;br /&gt;露台其實是飯廳, 放了一張很大的木圓桌, 記憶中是姨媽的舊傢俬.&lt;br /&gt;還有那張啡色單座位皮梳化, 我房裡的四方椅, 我和哥哥的碌格床, 都是姨媽的.&lt;br /&gt;&lt;br /&gt;其實全屋的傢俬裝飾擺設變換過很多次, 不能盡錄;&lt;br /&gt;很多可以從舊照片中找到, 更多 '立體和活動的' 會在我的記憶裡找到.&lt;br /&gt;&lt;br /&gt;再見了, 338......&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-9131067649025320003?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/9131067649025320003/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=9131067649025320003' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/9131067649025320003'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/9131067649025320003'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/11/338.html' title='再見 338'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-5178853542913773974</id><published>2008-11-13T23:25:00.003+08:00</published><updated>2008-11-14T00:03:15.664+08:00</updated><title type='text'>月圓之夜@@跑</title><content type='html'>天晴  月圓  23度&lt;br /&gt;&lt;br /&gt;25min -&gt; 400m x 6&lt;br /&gt;2400m/25min... 什麼??! 1分鐘也不到100米?!!&lt;br /&gt;5.xkm/hr... 這算是跑嗎? (一般人正常的步速是每小時走四公里)&lt;br /&gt;算呀!... 這是有名堂的, 叫 '@da式@@跑'.&lt;br /&gt;(註: '@' 音 '龜')&lt;br /&gt;&lt;br /&gt;ok... 很久很久沒有跑了, 不想暴斃/猝死...&lt;br /&gt;又或者是掛住睇運動場中足球場上的比賽所以跑慢了... 不想食波餅啊~&lt;br /&gt;又或者看錯鐘... 數錯圈...&lt;br /&gt;又或者老了...&lt;br /&gt;&lt;br /&gt;ok... 下次跑快少少就是了... 遁序漸進嘛~&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-5178853542913773974?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/5178853542913773974/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=5178853542913773974' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5178853542913773974'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5178853542913773974'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/11/blog-post_13.html' title='月圓之夜@@跑'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-461437085316917228</id><published>2008-11-10T13:29:00.000+08:00</published><updated>2008-11-10T14:45:13.577+08:00</updated><title type='text'>我愛冬眠</title><content type='html'>不是屬蛇的我, 前天無拿拿的冬眠了.&lt;br /&gt;由前一晚凌晨兩點, 睡到第二天黃昏六點!&lt;br /&gt;中間只醒過兩次, 但沒有下床, 廁所也不需要去.&lt;br /&gt;如果不是約了媽媽食晚飯, 相信我會繼續冬眠.&lt;br /&gt;&lt;br /&gt;可能我太鍾意想東想西, 唯有睡覺可以讓我完全把煩腦放下...&lt;br /&gt;所以, 冬眠醒來時只有一個字 - 爽!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-461437085316917228?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/461437085316917228/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=461437085316917228' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/461437085316917228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/461437085316917228'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/11/blog-post_10.html' title='我愛冬眠'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-565582140017515147</id><published>2008-11-02T11:26:00.005+08:00</published><updated>2008-11-02T23:44:14.960+08:00</updated><title type='text'>滿分的新郎哥</title><content type='html'>昨天是一對好朋友的大喜日子.&lt;br /&gt;晚宴的時候, 沒有玩新人的遊戲, 只有新郎哥給新娘子的surprise~!&lt;br /&gt;&lt;br /&gt;當吃過翅後, 螢幕再次亮起, 並播放出他們一張一張的生活照片.&lt;br /&gt;除了背景音樂之外, 還有就是新郎哥那沉實並有點 DJ feel 的深情旁白.&lt;br /&gt;旁白內容是什麼, 記不起了.&lt;br /&gt;只記得隨著照片而來的是一小段新郎哥的婚前剖白, 內容是:&lt;br /&gt;'... 好想尼一日快d 到! ...'&lt;br /&gt;緊隨這剖白片段, 是現場播起了一首十多年前的流行情歌.&lt;br /&gt;接著便聽到新郎哥的動人及情深獻唱...&lt;br /&gt;新娘子感動得淚流滿面, 而新郎哥則邊唱邊溫柔地幫她抹眼淚.&lt;br /&gt;&lt;br /&gt;其實新郎唱情歌的環節近年頗流行, 小妹也遇過數次.&lt;br /&gt;不過昨晚這位新郎哥的出場方式很特別又夠心思,&lt;br /&gt;歌又唱得動聽和深情, 我覺得應該給滿分呢~ ^O^&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;感激我遇見 - 鄭伊健&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;作曲：KASAHAPU FUKUYAMA   填詞：小美   編曲：陳光榮&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;靠向我身邊　你帶笑卻無言&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;在落寞情況　常贈我明天&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;縱會有辛酸　有了你&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;我願擔起每天　狂風中也熱戀&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;伴我高低起趺幸運及那失意天&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;並說聲多甘心及情願&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;過每天&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;情懷是因你溫暖&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;衝擊於心裡邊&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;全情愛我　熱情熱愛加添&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;唯獨是可愛的臉&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;手挽手肩並肩&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;有緣碰見&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;仍留在我身邊&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;心　真摰倍添　愛倍添&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;蕩來這段緣　這段緣&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 102, 204);"&gt;不知怎去講　感激我遇見&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_oFt2OXEtPHE/SQ2hPx5vZDI/AAAAAAAAACo/d9ScOKKFCoE/s1600-h/DSC06242.JPG"&gt;&lt;img style="cursor: pointer; width: 150px; height: 200px;" src="http://2.bp.blogspot.com/_oFt2OXEtPHE/SQ2hPx5vZDI/AAAAAAAAACo/d9ScOKKFCoE/s200/DSC06242.JPG" alt="" id="BLOGGER_PHOTO_ID_5264040831931606066" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_oFt2OXEtPHE/SQ2f3RPcJ4I/AAAAAAAAACg/_XIk4p0NOGs/s1600-h/DSC06240.JPG"&gt;&lt;img style="cursor: pointer; width: 150px; height: 200px;" src="http://1.bp.blogspot.com/_oFt2OXEtPHE/SQ2f3RPcJ4I/AAAAAAAAACg/_XIk4p0NOGs/s200/DSC06240.JPG" alt="" id="BLOGGER_PHOTO_ID_5264039311335761794" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_oFt2OXEtPHE/SQ3JQAiLPrI/AAAAAAAAAC4/fWDSEEVwk4A/s1600-h/DSC06258.JPG"&gt;&lt;img style="cursor: pointer; width: 200px; height: 150px;" src="http://3.bp.blogspot.com/_oFt2OXEtPHE/SQ3JQAiLPrI/AAAAAAAAAC4/fWDSEEVwk4A/s200/DSC06258.JPG" alt="" id="BLOGGER_PHOTO_ID_5264084816324411058" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_oFt2OXEtPHE/SQ3I43SJaJI/AAAAAAAAACw/ol4bqoPz52Y/s1600-h/DSC06257.JPG"&gt;&lt;img style="cursor: pointer; width: 200px; height: 150px;" src="http://4.bp.blogspot.com/_oFt2OXEtPHE/SQ3I43SJaJI/AAAAAAAAACw/ol4bqoPz52Y/s200/DSC06257.JPG" alt="" id="BLOGGER_PHOTO_ID_5264084418704271506" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-565582140017515147?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/565582140017515147/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=565582140017515147' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/565582140017515147'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/565582140017515147'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/11/blog-post.html' title='滿分的新郎哥'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_oFt2OXEtPHE/SQ2hPx5vZDI/AAAAAAAAACo/d9ScOKKFCoE/s72-c/DSC06242.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-778335375361340321</id><published>2008-10-22T11:01:00.002+08:00</published><updated>2008-10-22T11:09:18.094+08:00</updated><title type='text'>如果你有事</title><content type='html'>不想太遲死, 因為覺得早死既人比較幸福.&lt;br /&gt;好似翁美玲(不知她是誰? 到Yahoo搜尋一下吧~), 張國榮, 甚至梅豔芳, 他們的fans只會記得他們美麗的一面, 他們年華老去的樣子沒有人會看得到.&lt;br /&gt;&lt;br /&gt;當然, 不想太遲死並不因為怕年華老去, 我沒有fans.&lt;br /&gt;只是看著至親至愛知己好友一個個離去, 不是怕寂寞, 而是離別的滋味實在不好受...&lt;br /&gt;不需經歷這些的, 多幸福.&lt;br /&gt;&lt;br /&gt;所以, 不想太遲死.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;很喜歡以下這首歌, 副歌的歌詞和旋律也很好.&lt;br /&gt;作詞人好像也覺得 '先走的人是幸運的'...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#6666cc;"&gt;如果你有事 - 鄭秀文 (龍鳳鬥主題曲)&lt;br /&gt;&lt;br /&gt;曲:劉祖德 詞:林夕&lt;br /&gt;&lt;br /&gt;我已沒有這力氣一生一世撐下去缺乏你&lt;br /&gt;精心計盡了算盡了生死怎可以逃避&lt;br /&gt;你接受了信命理 愛昨日仍有效突然又過期&lt;br /&gt;狠心的你累了的我仍掛著你&lt;br /&gt;&lt;br /&gt;如常背靠你 深知一失去剩下了半臂&lt;br /&gt;人若然行開了 連對罵亦無期&lt;br /&gt;為何你要我去信那麼些枉生的歪理&lt;br /&gt;什麼世上人間天與地 在某一天又再一起&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 51, 153);"&gt;@ 如你若有事我會很寂寞&lt;br /&gt;我獨個行樂怎可快樂&lt;br /&gt;我沒你的運氣能先走 畢竟能早登天國&lt;br /&gt;但你若有事 我要孤獨做人就從頭再學&lt;br /&gt;學習到天邊海角 一人拼搏&lt;br /&gt;我這主角沒有襯托 @&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#6666cc;"&gt;如常背靠你 深知一失去剩下了半臂&lt;br /&gt;人若然行開了 連對罵亦無期&lt;br /&gt;為何你要我去信那麼些枉生的歪理&lt;br /&gt;就算世上人間天與地 在某一天又再一起&lt;br /&gt;&lt;br /&gt;Repeat @&lt;br /&gt;&lt;br /&gt;如你若有事我會很寂寞&lt;br /&gt;我獨個行樂怎可快樂&lt;br /&gt;我沒你的運氣能先走 畢竟能早登天國&lt;br /&gt;就算是有事我也不讓別人再做我主角&lt;br /&gt;但是我都希望那一場寄託&lt;br /&gt;是你先走令我發惡&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-778335375361340321?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/778335375361340321/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=778335375361340321' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/778335375361340321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/778335375361340321'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/10/blog-post_22.html' title='如果你有事'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-7725860182781049766</id><published>2008-10-20T00:56:00.001+08:00</published><updated>2008-10-20T01:38:04.716+08:00</updated><title type='text'>紀念冊</title><content type='html'>今天回娘家執拾一下的時候, 竟發現了我的一本中五和預科時的紀念冊!&lt;br /&gt;&lt;br /&gt;二話不說的重溫一下... 竟發現......&lt;br /&gt;幾乎每一個同學都話我 --&gt; 惡!!  &gt;_&lt;&lt;br /&gt;唉, 我都話我一生既遺憾就係 '我係惡婆~!' &gt;____&lt;&lt;br /&gt;不過... 大部份的同學都說這個 '感覺' 多數是在初相識的時候; 相處耐了, 便覺得我只是心直口直罷了.&lt;br /&gt;(人家真的這樣寫嗎?? 不要自欺欺人吧~~!!)&lt;br /&gt;算罷!... 我承認我是惡的; 但, 我相信我也有我的好處! 是朋友的便慢慢發掘吧~!&lt;br /&gt;&lt;br /&gt;紀念冊真的好看呢, 它可以告訴我從前的我是怎樣的, 也提醒我原來我曾經和某某某是頗要好的朋友!&lt;br /&gt;(由於小妹的記憶力實在很差勁, 我甚至乎有一個同學是怎樣想也想不出是誰!! @_@&lt;br /&gt;p.s. 她有貼上她的一幅兒時照片的...)&lt;br /&gt;&lt;br /&gt;紀念冊裡還可以找到很多勵志書簽和字句, 當中我很喜歡的有......&lt;br /&gt;&lt;span style="color: rgb(153, 51, 153);"&gt;快樂的秘訣 - 我們自己的快樂, 就是對於別人的快樂作著最有效果的貢獻.&lt;/span&gt;&lt;span style="font-size:85%;"&gt; (鳴謝: 法蘭兄)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;煩惱 - 想自尋煩惱必定尋到.&lt;/span&gt; &lt;span style="font-size:85%;"&gt;(嗚謝: 一齊發癲的衰婆)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;近日心情其實麻麻的, 但今天看完我的紀念冊, 頓時變得開心生猛!&lt;br /&gt;我的好同學, 謝謝您們~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-7725860182781049766?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/7725860182781049766/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=7725860182781049766' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/7725860182781049766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/7725860182781049766'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2008/10/blog-post.html' title='紀念冊'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-5958064778928970458</id><published>2007-12-12T10:48:00.000+08:00</published><updated>2007-12-12T11:19:08.993+08:00</updated><title type='text'>公主太子</title><content type='html'>愛上李克勤的這首歌...&lt;br /&gt;很美的旋律, 很動人的歌詞...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#6666cc;"&gt;公主太子&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;color:#6666cc;"&gt;曲:伍仲衡 詞:陳少琪 編:伍仲衡&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#6666cc;"&gt;&lt;br /&gt;想起通宵巴士的淡淡往事&lt;br /&gt;當天的你公主般愛著太子&lt;br /&gt;創造童話主角&lt;br /&gt;用沿路街角名字　寫滿白紙&lt;br /&gt;&lt;br /&gt;球鞋的天堂曾共渡太多傳奇&lt;br /&gt;行人專區同遊媲美動人花都香氣&lt;br /&gt;寒夜跟你　看萬條小金魚熱舞場地&lt;br /&gt;&lt;br /&gt;* 沿途共抱擁　看幸福彩虹&lt;br /&gt;殘酷世界裡也是場美夢&lt;br /&gt;漫遊緊握的手不放鬆&lt;br /&gt;迴腸蕩氣　刻骨銘心中&lt;br /&gt;期望將閃閃鑽石的山頭&lt;br /&gt;回贈我愛侶　美麗如天后&lt;br /&gt;在停車一刻都不要走　長留獨有&lt;br /&gt;車廂裡一個宇宙 *&lt;br /&gt;&lt;br /&gt;一天公主深感生活沒意義&lt;br /&gt;勾勾手指比不起鑽石戒指&lt;br /&gt;最後你講一次&lt;br /&gt;若人望高處時候　總要自私&lt;br /&gt;&lt;br /&gt;平民的天堂如地獄裡的日期&lt;br /&gt;無人的足球場觀眾席如幽谷詭秘&lt;br /&gt;呆坐等你　眼淚連湧出都沒有權利&lt;br /&gt;Repeat *&lt;br /&gt;&lt;br /&gt;沿途共抱擁　看幸福彩虹&lt;br /&gt;殘酷世界裡也是場美夢&lt;br /&gt;為何緊握的手一放鬆&lt;br /&gt;原來劇痛　刻骨銘心中&lt;br /&gt;期望將閃閃鑽石的山頭&lt;br /&gt;回贈我愛侶　美麗如天后&lt;br /&gt;在停車一刻始終要走　原來沒有&lt;br /&gt;車廂那一個宇宙&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a href="http://www.eolasia.com/yahoo_music_new/index.asp?track_id=332607" target="_blank"&gt;試聽&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-5958064778928970458?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/5958064778928970458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=5958064778928970458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5958064778928970458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5958064778928970458'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/12/blog-post.html' title='公主太子'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-43346199080347071</id><published>2007-11-27T11:57:00.000+08:00</published><updated>2007-11-27T12:50:35.555+08:00</updated><title type='text'>別</title><content type='html'>婆婆走了... 很心痛.&lt;br /&gt;公公沒有了老伴.&lt;br /&gt;&lt;br /&gt;婆婆的聲音仍在我的腦海...&lt;br /&gt;可我是一個沒記性的人, 恐怕有天會再記不起, 真沒用.&lt;br /&gt;&lt;br /&gt;小時候, 每逢週末和假日, 我跟哥哥便會到婆婆家和表姊弟妹玩耍.&lt;br /&gt;晚上十多人一起圍在大圓桌旁吃婆婆煮的飯菜.&lt;br /&gt;婆婆會做什麼菜, 哪一道菜最好味, 都已忘記了...&lt;br /&gt;&lt;br /&gt;最記得的是婆婆教我鈎針編織.&lt;br /&gt;她說鈎東西又快又容易, 幸好我學曉了.&lt;br /&gt;&lt;br /&gt;今天, 最不願的別離, 因它使世上的至親至愛再不能見到對方.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-43346199080347071?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/43346199080347071/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=43346199080347071' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/43346199080347071'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/43346199080347071'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/11/blog-post_27.html' title='別'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-2542759585173283528</id><published>2007-11-18T13:44:00.000+08:00</published><updated>2007-11-19T00:35:58.176+08:00</updated><title type='text'>How To Make Your Life More Interesting...</title><content type='html'>&lt;a href="http://1.bp.blogspot.com/_oFt2OXEtPHE/Rz_eopPVx_I/AAAAAAAAAAU/e-IKumojJVQ/s1600-h/hanging_heart.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5134066890071984114" style="FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand" alt="" src="http://1.bp.blogspot.com/_oFt2OXEtPHE/Rz_eopPVx_I/AAAAAAAAAAU/e-IKumojJVQ/s200/hanging_heart.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;1. At least have one self-entertaining hobby. (e.g. playing saxophone)&lt;br /&gt;&lt;br /&gt;2. Try to 'invent' a new dish for your dinner at home once every two weeks, or try a new restaurant once every month.&lt;br /&gt;&lt;br /&gt;3. Visit the country-side periodically. Believe me, it's very refreshing and can sweep your dull mood away.&lt;br /&gt;&lt;br /&gt;4. Attend friends' gathering at least once every two months.&lt;br /&gt;&lt;br /&gt;5. Buy a little stuff which can pleases you once every week, even a chocolate bar.&lt;br /&gt;&lt;br /&gt;6. Buy a durable stuff which you like or longed for at least once every three months. It could be a tee, a coat, a toy, or a homeshold thing.&lt;br /&gt;&lt;br /&gt;7. Have a dinner with your parents &amp;amp; brothers &amp;amp; sisters at least once every month. We all need cares from family.&lt;br /&gt;&lt;br /&gt;8. Go to a trip, even a short one, once every year. Relax &amp;amp; explore the world, you will find the world is interesting &amp;amp; life is lovely.&lt;br /&gt;&lt;br /&gt;9. Give surprise to your love ones. Being loved &amp;amp; giving love make us feel great.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;span style="color:#cc33cc;"&gt;Wish you all a happy and cheerful life~!&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-2542759585173283528?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/2542759585173283528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=2542759585173283528' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/2542759585173283528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/2542759585173283528'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/11/how-to-make-your-life-more-interesting.html' title='How To Make Your Life More Interesting...'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_oFt2OXEtPHE/Rz_eopPVx_I/AAAAAAAAAAU/e-IKumojJVQ/s72-c/hanging_heart.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-5845659841712662772</id><published>2007-11-14T12:14:00.000+08:00</published><updated>2007-11-14T12:16:28.499+08:00</updated><title type='text'>Show Mi</title><content type='html'>在家看鄭秀文的 Show Mi 2007 演唱會, 竟然看得哭了!!&lt;br /&gt;&lt;br /&gt;歌, 揀得好, 編得好, 唱得也好.&lt;br /&gt;人, 唱得當然好, 也十分投入, 只是舞得有點狂.&lt;br /&gt;&lt;br /&gt;那是她的第八場演唱會, 也就是這次的最後一場演出.&lt;br /&gt;除了唱歌和跳舞, 她還讀出了一封很長很長的信.&lt;br /&gt;信中那 'fan屎' 提到 sammi 這兩年的辛酸,&lt;br /&gt;怎樣怎樣給狗仔隊大作文章,&lt;br /&gt;和看到她這次演唱會是如何的成功...&lt;br /&gt;能夠成功, 是因為她的勇氣回來了.&lt;br /&gt;&lt;br /&gt;這封信其實是鄭秀文寫給自己的...&lt;br /&gt;看著她的眼淚, 真令人心酸呢.&lt;br /&gt;&lt;br /&gt;我們都需要勇氣去面對人生的波折, 失敗, 不幸, 和不快樂.&lt;br /&gt;一個有勇氣的人, 他面對的挫折不會比一般人少, 只是他會復原得比人快.&lt;br /&gt;&lt;br /&gt;umm... 冬天又到, 食下蛇膽會唔會有幫助呢?!!  哈哈~~&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-5845659841712662772?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/5845659841712662772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=5845659841712662772' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5845659841712662772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5845659841712662772'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/11/show-mi.html' title='Show Mi'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-5038618440637155339</id><published>2007-11-09T18:16:00.000+08:00</published><updated>2007-11-09T18:17:00.540+08:00</updated><title type='text'>你有沒有留意</title><content type='html'>你有沒有留意......&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;朗豪坊那一條 '天國的階梯' 兩旁的小圓燈反映出來的燈光, &lt;br /&gt;隨著電梯上落而一閃一閃的, 很美.&lt;br /&gt;&lt;br /&gt;維港的夜景其實比白天的美得多, 得閒應該到海旁欣賞下.&lt;br /&gt;&lt;br /&gt;吃一杯 Häagen-Dazs 的 Rum Raisin or Triple Chocolate, &lt;br /&gt;兩粒 Mon-Cheri, 或者一件美味的 Chesscake, 都很幸福.&lt;br /&gt;&lt;br /&gt;關心一個人, 其實很容易.&lt;br /&gt;&lt;br /&gt;憎恨一個人很辛苦, 原諒別人其實不難.&lt;br /&gt;&lt;br /&gt;順應天意比憂心忡忡輕鬆得多.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-5038618440637155339?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/5038618440637155339/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=5038618440637155339' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5038618440637155339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5038618440637155339'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/11/blog-post.html' title='你有沒有留意'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-2858762164218507345</id><published>2007-11-02T17:50:00.000+08:00</published><updated>2007-11-03T01:24:12.502+08:00</updated><title type='text'>facebook</title><content type='html'>facebook... 一個近日常到的網站.&lt;br /&gt;&lt;br /&gt;很早前已有在外國的親友 invite 我加入, 但都沒有, 因為想也是一個識朋友的地方吧~&lt;br /&gt;後來近日知道一個正經的好朋友也玩, so, 我又玩!!!!!! ^O^&lt;br /&gt;&lt;br /&gt;登入後... 嘩~ so many stuff!!&lt;br /&gt;可以放相,&lt;br /&gt;可以留言,&lt;br /&gt;可以交流很多的不同範疇的意見，&lt;br /&gt;可以送一個擁抱, 送一份禮物... 雖然是摸不到的, 但一定能感受得到.&lt;br /&gt;最好的當然是可以把自己的親朋好友 networkED 啦~!&lt;br /&gt;&lt;br /&gt;keep in touch and spread your care &amp; love,&lt;br /&gt;so, see you &amp; hear you &amp; feel you on facebook~!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-2858762164218507345?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/2858762164218507345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=2858762164218507345' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/2858762164218507345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/2858762164218507345'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/11/facebook.html' title='facebook'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-1532295352402135048</id><published>2007-10-30T13:31:00.001+08:00</published><updated>2007-10-30T13:31:40.196+08:00</updated><title type='text'>New Life~!!</title><content type='html'>New Life~!!&lt;br /&gt;&lt;br /&gt;尚有一個星期便過 probation 了...&lt;br /&gt;&lt;br /&gt;這三個月經歷了很多......&lt;br /&gt;得到了一些想了很久的東西... (cous, we'd waited for that 1 photo for 18yrs!!!)&lt;br /&gt;做了一些從未諗過做的事情...&lt;br /&gt;等到了一樣可喜可賀的大事...&lt;br /&gt;實現了一樣想了好幾年的事...&lt;br /&gt;發生了一樣沒有想到會發生在我身上的事...&lt;br /&gt;... 悲喜交雜的三個月.&lt;br /&gt;&lt;br /&gt;只知道世事無常, 太多太多事情是我們不能控制的.&lt;br /&gt;只願我的親朋好友, 在以後的每一日都健康快樂.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-1532295352402135048?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/1532295352402135048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=1532295352402135048' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/1532295352402135048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/1532295352402135048'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/10/new-life.html' title='New Life~!!'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-8474123869097029681</id><published>2007-05-22T23:39:00.000+08:00</published><updated>2007-05-23T09:19:13.132+08:00</updated><title type='text'>我的 '近' 況</title><content type='html'>long time no blog!&lt;br /&gt;這半年多裡, 發生了不少事.&lt;br /&gt;&lt;br /&gt;考試肥佬, 要再努力... 真可憐啊!!&lt;br /&gt;有兩個好友做了媽媽... 真開心~!&lt;br /&gt;與一個多年好友像是斷絶來往了... 真悲哀!&lt;br /&gt;&lt;br /&gt;最重要的是, 很多想做的事仍未做到... 真無奈啊!!&lt;br /&gt;&lt;br /&gt;餘下的半年多少少的 2007年, 又會是怎樣呢~?&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-8474123869097029681?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/8474123869097029681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=8474123869097029681' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/8474123869097029681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/8474123869097029681'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/05/my-update.html' title='我的 &apos;近&apos; 況'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-5672865775695760860</id><published>2007-05-22T23:02:00.000+08:00</published><updated>2007-05-22T23:32:17.662+08:00</updated><title type='text'>如果三十六</title><content type='html'>如果一天有三十六小時...&lt;br /&gt;四十八小時又好像太多了, 三十六似是剛剛好.&lt;br /&gt;那麼我可以多睡三小時,&lt;br /&gt;多兩小時飲飲食食,&lt;br /&gt;多一小時發呆,&lt;br /&gt;多三小時練琴,&lt;br /&gt;還有多三小時與親朋好友相聚和玩樂.&lt;br /&gt;GOOD!!&lt;br /&gt;&lt;br /&gt;如果我這一生會去三十六個國家...&lt;br /&gt;至今我只到過五個: 韓國, 美國, 澳洲, 日本, 泰國... 還有三十一個, 很多呢~&lt;br /&gt;我要到加拿大, 探望我的恩師;&lt;br /&gt;我要到丹麥, 去 legoland;&lt;br /&gt;我要到布拉格, 看那如畫的仙境;&lt;br /&gt;我要到英國, 買 doctor martin;&lt;br /&gt;我要到紐西蘭, 看看美麗的風景;&lt;br /&gt;我要到法國德國意大利瑞士荷蘭維也納... 歐洲嘛... 旅行好地方~!&lt;br /&gt;umm... 原來我想到的國家只有這麼少.&lt;br /&gt;&lt;br /&gt;如果我只有三十六歲命...&lt;br /&gt;OMG! 那麼短命?! 不可以不可以, 我有太~~~多事情未做!&lt;br /&gt;&lt;br /&gt;如果我還有三十六年命...&lt;br /&gt;oh~! 仍是太短了... 我仍有很多事情要做, 很多人要見, 很多地方要去!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-5672865775695760860?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/5672865775695760860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=5672865775695760860' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5672865775695760860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/5672865775695760860'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2007/05/blog-post.html' title='如果三十六'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116124708552804688</id><published>2006-10-19T16:33:00.000+08:00</published><updated>2006-10-20T10:03:08.500+08:00</updated><title type='text'>請用心經營</title><content type='html'>友情, 其實係一樣要 maintain 的東西.&lt;br /&gt;&lt;br /&gt;畢業前在紀念冊上常常會寫下 '友誼永固' 四個字, 好像把這個當成許一個願那樣.&lt;br /&gt;然而大家有沒有想過, 若要一樣東西堅固, 定期的檢查呀鞏固呀維修呀等等的工程是不可少的.&lt;br /&gt;&lt;br /&gt;從前互相聯繫的方法, 只有通電話或書信, 比較不便.&lt;br /&gt;現在通訊科技發達, e喵呀 sms呀 msn呀 icq呀 ym呀 gmail talk 等等等等...&lt;br /&gt;要保持聯絡實在方便得很!&lt;br /&gt;可是方便還方便, 都須有一方做主動呀!!&lt;br /&gt;好多時候我們會 '忽略' 了那些沒有玩 instant-messaging 的朋友...&lt;br /&gt;那便不得了!!&lt;br /&gt;假如你不想失去一個你會關心的朋友...&lt;br /&gt;又或是不想有一天你很想見見某個朋友時卻發現找不著他/她...&lt;br /&gt;便請主動一點去進行 maintenance work 吧~~! &lt;br /&gt;&lt;br /&gt;友情和愛情, 都是要用心經營的啊!!  ^___^.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116124708552804688?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116124708552804688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116124708552804688' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116124708552804688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116124708552804688'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/blog-post_19.html' title='請用心經營'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116116531362818872</id><published>2006-10-18T17:54:00.000+08:00</published><updated>2006-10-18T17:55:14.033+08:00</updated><title type='text'>不要再浪費</title><content type='html'>今朝返日見到一隻流浪狗伸 '手' 入一個垃圾桶內找東西吃......&lt;br /&gt;看得我心也酸呢!!!!!&lt;br /&gt;不知狗狗有沒有 '慘' 的感覺.. 如果有, 牠應該也覺得自己慘慘地吧!&lt;br /&gt;&lt;br /&gt;這不禁令我想起世界上其實有很多很多的人, 都是三餐不足.&lt;br /&gt;第三世界裡大多數的兒童都嚴重地營養不良,&lt;br /&gt;中國落後地區也有很多人得不同溫飽.&lt;br /&gt;我們真的很幸福呢~!&lt;br /&gt;不要再浪費食物了!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116116531362818872?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116116531362818872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116116531362818872' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116116531362818872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116116531362818872'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/blog-post_18.html' title='不要再浪費'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116108319946095189</id><published>2006-10-17T19:06:00.000+08:00</published><updated>2006-10-17T19:06:39.980+08:00</updated><title type='text'>有關 EQ</title><content type='html'>近排情緒病發作 ( :p )... 腦裡面不期然想到 'EQ' 這個問題.  於是上網搜尋一下, 看到一個頗有用的 webpage, 就和大家分享分享.  以下是內容的 highlight:-&lt;br /&gt;&lt;br /&gt;想 EQ 高, 就要擁有:&lt;br /&gt;- 感同身受的能力&lt;br /&gt;- 自我認知的能力&lt;br /&gt;- 耐力&lt;br /&gt;- 彈性交際手腕&lt;br /&gt;- 樂觀的性格&lt;br /&gt;- 控制衝擊的能力&lt;br /&gt;&lt;br /&gt;EQ 高的人, 懂得:&lt;br /&gt;- 表達自己 （以身受感作基礎）、了解他人、與人交通帶來良好的人際關係、互相接納、再發展&lt;br /&gt;- 掌握自己感情、理解他人感覺，和在任何情況下都能樂觀向前的資質與能力&lt;br /&gt;- 善於處理情緒，制衡情緒的負面反應，既避免過分衝動而造成毀滅性行為，也避免過分壓抑而變得沮喪、憂鬱&lt;br /&gt;&lt;br /&gt;創造EQ能的思考方式&lt;br /&gt;- 養成事無大小都盡量自求解決之道，如實在無法解決時，再求助於人的習慣&lt;br /&gt;- 不論做人做事，都應該不焦慮、不躁進、一步一步按部就班地前進 (獨立自主有主張的人)&lt;br /&gt;- 靠著自己的意志力而忍住一時的辛苦，必能夠在生涯中有更大的成就&lt;br /&gt;- 不怕失敗，以最認真的態度，用自己的力氣，努力轉換自己的心情，讓自己再度面對目標而努力&lt;br /&gt;- 面對挑戰時，不要想「我大概做不到」，要想「我可能做得到」&lt;br /&gt; -視這次失敗為下次機會的開始，並吸收這失敗中的新智慧作為下次的踏腳石&lt;br /&gt;- 只要專心去做，不必太在意結果，只追求在做的經驗，將勝負付諸一博&lt;br /&gt;&lt;br /&gt;鍛鍊EQ能力:&lt;br /&gt;- 消彌惰性，努力及更新工作&lt;br /&gt;- 自己選擇自己的道路、目標，努力走過&lt;br /&gt;- 保持明天會更好的樂觀心境&lt;br /&gt;&lt;br /&gt;詳情請看: &lt;a href="http://www.student.com.hk/chui/notes/eq.htm" target="_blank"&gt;崔日雄整理的 EQ (Emotional Quotient) 情感商數/情緒智力&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116108319946095189?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116108319946095189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116108319946095189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116108319946095189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116108319946095189'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/eq.html' title='有關 EQ'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116097091761768247</id><published>2006-10-16T11:48:00.000+08:00</published><updated>2006-10-16T17:17:44.620+08:00</updated><title type='text'>不快樂的 a 至 z</title><content type='html'>&lt;strong&gt;&lt;span style="color:#999900;"&gt;心情不佳... 情緒低落... 誰來救我??!!&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;a&lt;/span&gt;&lt;/strong&gt;ngry - 憤怒, 會令人沮喪... 無奈不快樂的時候, 心中總有一團怒火&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;b&lt;/span&gt;&lt;/strong&gt;ad - 不好的思緒充塞在腦中呢~!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;c&lt;/span&gt;&lt;/strong&gt;ry - let me cry...&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;d&lt;/span&gt;&lt;/strong&gt;epressed - 意志消沈, 怎算好~?&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;e&lt;/span&gt;&lt;/strong&gt;scape - 走出黑暗!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;f&lt;/span&gt;&lt;/strong&gt;rustrated - 前路茫茫...&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;g&lt;/span&gt;&lt;/strong&gt;od - 原來我大多是不開心時才想起衪呢!!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;h&lt;/span&gt;&lt;/strong&gt;elp - 誰來救我?&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;i&lt;/span&gt;&lt;/strong&gt;llusion - 願一切不好的都是幻象&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;j&lt;/span&gt;&lt;/strong&gt;ustice - 世上沒有的東西&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;k&lt;/span&gt;&lt;/strong&gt;nowledge - 如果我知識廣博 d, 可能生活都會開心 d.&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;l&lt;/span&gt;&lt;/strong&gt;ost - 何時可找到出口?&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;m&lt;/span&gt;&lt;/strong&gt;ood - 情緒欠佳... 低落...&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;n&lt;/span&gt;&lt;/strong&gt;o - 走開! 不要煩我!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;o&lt;/span&gt;&lt;/strong&gt;pposite - 事與願違... 好多時現實往往是我們希望的想要的相反&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;p&lt;/span&gt;&lt;/strong&gt;assive - 為何有這麼多東西是我們掌握之外?? 令我們只能作被動的角色呢?&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;q&lt;/span&gt;&lt;/strong&gt;uestion - 滿腦子的疑問, 惜無人能給我答案&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;r&lt;/span&gt;&lt;/strong&gt;est - 我要休息&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;s&lt;/span&gt;&lt;/strong&gt;ad - 笑不出呢~&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;t&lt;/span&gt;&lt;/strong&gt;ired - 疲累&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;u&lt;/span&gt;&lt;/strong&gt;nhappy - 心中不快呀!!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;v&lt;/span&gt;&lt;/strong&gt;anish - 不好的東西, 可否消失呀~~?&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;w&lt;/span&gt;&lt;/strong&gt;hy - 點解?! 點解?!!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;x&lt;/span&gt;&lt;/strong&gt;-men - 如果有他們那麼強就好了...&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;y&lt;/span&gt;&lt;/strong&gt;ear - 渡日如年&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#999900;"&gt;z&lt;/span&gt;&lt;/strong&gt;zz - 不快樂的日子裡我只想睡覺&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116097091761768247?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116097091761768247/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116097091761768247' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116097091761768247'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116097091761768247'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/z_16.html' title='不快樂的 a 至 z'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116047437988379198</id><published>2006-10-10T17:53:00.000+08:00</published><updated>2006-10-10T22:59:26.433+08:00</updated><title type='text'>我的 a 至 z</title><content type='html'>&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;a&lt;/span&gt;&lt;/strong&gt;ppreciate - 學會欣賞和感激別人, 世界才會變得更美&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;b&lt;/span&gt;&lt;/strong&gt;etter - 只有較好的, 沒有最好的&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;c&lt;/span&gt;&lt;/strong&gt;are - 關心關懷你的家人朋友, 也要關心一下自己&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;d&lt;/span&gt;&lt;/strong&gt;ream - 祝大家夢想成真!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;e&lt;/span&gt;&lt;/strong&gt;nthusiastic - 積極人生, 要對事物充滿熱心和熱情, 生命才不會冷卻&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;f&lt;/span&gt;&lt;/strong&gt;ancy - 豐富的想像力和 fancy things 令生活變得不乏味&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;g&lt;/span&gt;&lt;/strong&gt;race - 但願所有姊妹們都充滿優雅和美德&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;h&lt;/span&gt;&lt;/strong&gt;ealth &amp;amp; &lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;h&lt;/span&gt;&lt;/strong&gt;appiness - 尼兩樣實在太重要喇!!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;i&lt;/span&gt;&lt;/strong&gt;ce-cream - 偉大的發明呀!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;j&lt;/span&gt;&lt;/strong&gt;oy - to the world!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;k&lt;/span&gt;&lt;/strong&gt;ey - 每樣事情都有關鍵的東西或時刻, 好好抓緊啊!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;l&lt;/span&gt;&lt;/strong&gt;ove - fills all lives~!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;m&lt;/span&gt;&lt;/strong&gt;ind - 小心, 小心, 有心就會小心.&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;n&lt;/span&gt;&lt;/strong&gt;ature - 大自然是美麗的&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;o&lt;/span&gt;&lt;/strong&gt;pinion - 懂得聽取別人的意見, 我們才會進步&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;p&lt;/span&gt;&lt;/strong&gt;eace - on earth.&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;q&lt;/span&gt;&lt;/strong&gt;uit - 適當時需要時要懂得放手&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;r&lt;/span&gt;&lt;/strong&gt;est - 我們的身體和心靈都有需要休息的時候&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;s&lt;/span&gt;&lt;/strong&gt;weet - 笑容是最甜美的東西&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;t&lt;/span&gt;&lt;/strong&gt;rust - 要信任我們的至親&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;u&lt;/span&gt;&lt;/strong&gt;nderstand - 互相體諒, 互相明白, 才能和睦共處&lt;br /&gt;&lt;span style="color:#330033;"&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;v&lt;/span&gt;&lt;/strong&gt;alue&lt;/span&gt; - 每人都有他活著的價值, 不要小看自己!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;w&lt;/span&gt;&lt;/strong&gt;ater - 有情飲水飽... 頂住幾個鐘都可以既... 哈哈!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;x&lt;/span&gt;&lt;/strong&gt;'mas - 普世歡騰!!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;y&lt;/span&gt;&lt;/strong&gt;es - 不要常常拒絕人啊!&lt;br /&gt;&lt;strong&gt;&lt;span style="color:#cc66cc;"&gt;z&lt;/span&gt;&lt;/strong&gt;ero - 一切皆由零開始&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116047437988379198?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116047437988379198/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116047437988379198' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116047437988379198'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116047437988379198'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/z.html' title='我的 a 至 z'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116038038620724574</id><published>2006-10-09T15:33:00.000+08:00</published><updated>2006-10-09T15:56:25.180+08:00</updated><title type='text'>Lead A Happy Life</title><content type='html'>&lt;br&gt;&lt;div align="center"&gt;&lt;span style="color:#339999;"&gt;Five simple rules to be happy:&lt;br /&gt;~ Free your hear from hatred ~&lt;br /&gt;~ Free your mind from worries ~&lt;br /&gt;~ Live simply ~&lt;br /&gt;~ Give more ~&lt;br /&gt;~ Expect less ~&lt;br /&gt;&lt;br /&gt;Disappointments are like road humps.&lt;br /&gt;They slow you down a bit, but you enjoy the smooth road afterwards.&lt;br /&gt;Don't stay on the humps too long. Move on!&lt;br /&gt;&lt;br /&gt;When something happens to you, good or bad, consider what it means.&lt;br /&gt;There's a purpose to life's events, to teach you how to laugh more or not to cry too hard.&lt;br /&gt;&lt;br /&gt;You can't make someone love you.&lt;br /&gt;All you can do is be someone who can be loved; the rest is up to the person to realize your worth.&lt;br /&gt;&lt;br /&gt;The measure of love is when you love without measure.&lt;br /&gt;&lt;br /&gt;In life there are very rare chances that you'll meet the person you love who will love you in return.&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="color:#339999;"&gt;So once you have it don't ever let go. The chance might never come your way again.&lt;br /&gt;&lt;br /&gt;It's better to lose your pride to the one you love than to lose the one you love because of pride.&lt;br /&gt;&lt;br /&gt;We spend too much time looking for the right person to love or finding fault with those we already love,&lt;/span&gt;&lt;/div&gt;&lt;div align="center"&gt;&lt;span style="color:#339999;"&gt;when instead we should be perfecting the love we give.&lt;br /&gt;&lt;br /&gt;When you truly care for someone,&lt;br /&gt;You don't look for faults,&lt;br /&gt;You don't look for answers,&lt;br /&gt;You don't look for mistakes,&lt;br /&gt;Instead, you fight the mistakes,&lt;br /&gt;You accept the faults,&lt;br /&gt;And you overlook the excuses.&lt;br /&gt;&lt;br /&gt;Never abandon an old friend.&lt;br /&gt;You will never find one who can take his place.&lt;br /&gt;Friendship is like wine; it gets better as it grows older.&lt;br /&gt;&lt;br /&gt;No one can go back and make a brand new start,&lt;br /&gt;but anyone can start from now to make a brand new ending.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt; Received at: 2003-Apr-14 &gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116038038620724574?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116038038620724574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116038038620724574' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116038038620724574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116038038620724574'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/lead-happy-life.html' title='Lead A Happy Life'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116010455114579437</id><published>2006-10-06T11:04:00.000+08:00</published><updated>2006-10-06T11:20:53.903+08:00</updated><title type='text'>中秋快樂兔!</title><content type='html'>&lt;br&gt;&lt;br&gt;&lt;div align="left"&gt;&lt;span style="color:#ffcccc;"&gt;. ◢██████◣　　　　　　◢████◣&lt;br /&gt;◢◤　　　　　　◥◣　　　　◢◤　　　　◥◣&lt;br /&gt;◤　　　　　　　　◥◣　　◢◤　　　　　　█&lt;br /&gt;▎　　　◢█◣　　　◥◣◢◤　　◢█　　　█&lt;br /&gt;◣　　◢◤　　◥◣　　　　　　◢◣◥◣　◢◤&lt;br /&gt;◥██◤　　◢◤　　　　　　　　　◥◣&lt;br /&gt;　　　　　　█　●　　　　　　　●　█&lt;br /&gt;　　　　　　█　〃　　　▄　　　〃　█&lt;br /&gt;　　　　　　◥◣　　　　UU　　　　◢◤&lt;br /&gt;　　　　　　　◥█▅▃▃　▃▃▅█◤&lt;br /&gt;　　　　　　　　　◢◤　　　◥◣　&lt;br /&gt;　　　　　　　　　█　　　　　█　&lt;br /&gt;　　　　　　　　◢◤▕　　　▎◥◣&lt;br /&gt;　　　　　　　▕▃◣◢▅▅▅◣◢▃▎ ... &lt;/span&gt;&lt;strong&gt;&lt;span style="color:#ccccff;"&gt;中秋節快樂呀~~!&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/div&gt;&lt;div align="left"&gt;&lt;br /&gt;&lt;span style="color:#cc66cc;"&gt;*** 鳴謝好友 Terry 送贈 ***&lt;/span&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116010455114579437?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116010455114579437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116010455114579437' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116010455114579437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116010455114579437'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/blog-post_06.html' title='中秋快樂兔!'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-116003963072750789</id><published>2006-10-05T17:10:00.000+08:00</published><updated>2006-10-05T17:13:51.123+08:00</updated><title type='text'>我的中秋節</title><content type='html'>小時候的中秋節, 是一個很有氣氛的節日.&lt;br /&gt;大概農曆八月十五前兩個星期, 我家便會掛起一個走馬燈, 我和哥哥則趕著砌燈籠.&lt;br /&gt;是的, 我們的燈籠是需要砌的. 是兩個由一片片膠片組成的小型走馬燈, 用燈泡的.&lt;br /&gt;於中秋節當晚及前後的晚上, 我們都會到屋企附近的公園或球場,&lt;br /&gt;一是賞月, 一是看花燈展和猜燈謎, 很熱鬧的.&lt;br /&gt;我們也會玩點蠟燭, 但絕不會煲蠟... 太危險了.&lt;br /&gt;&lt;br /&gt;印象很深的一次, 是和家人到淺水灣過中秋.&lt;br /&gt;巴士在迂迴的山路中行駛著, 忽然拐一個左彎, 車上所有乘客都不禁嘩然!&lt;br /&gt;因為眾人的眼前出現了一個美麗的景色:&lt;br /&gt;闊大的沙灘上滿佈多不勝數像星一樣動人的點點火光, 形成上百個大大小小的圈環.&lt;br /&gt;原來前來賞月的家庭都點起蠟燭築起圍牆, 開開心心悠閒地在自己的地域裡或是玩耍或是吃些應節食品.&lt;br /&gt;我們好不容易才在這廣闊的沙灘上找到一少塊可容身的地方, 高高興興地渡過一個愉快的晚上.&lt;br /&gt;&lt;br /&gt;長大後, 很少特地去賞月.&lt;br /&gt;記得有到過灣仔海旁點蠟燭, 但由於風太大, 玩了不久便放棄了.&lt;br /&gt;到近年, 只有食月餅是唯一不變的中秋節目.&lt;br /&gt;真想找一個中秋再到沙灘點蠟燭築圍牆賞月吃水果和月餅呢!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-116003963072750789?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/116003963072750789/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=116003963072750789' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116003963072750789'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/116003963072750789'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/blog-post_05.html' title='我的中秋節'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115995063160263782</id><published>2006-10-04T16:24:00.000+08:00</published><updated>2006-10-04T16:30:32.956+08:00</updated><title type='text'>前路茫茫</title><content type='html'>給 你們,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;有沒有計算過, 在你已走過的人生旅程裡面, 出現過多少次前路茫茫的時候?&lt;br /&gt;&lt;br /&gt;小學時成績不好, 被老師父母訓示不用功讀書, 將來怎麼能考上大學?!&lt;br /&gt;拿著中學選校表格, 看著大部分不熟識的學校名稱, 心想: 為什麼我就不能想讀哪一間就哪一間, 偏要由什麼電腦派位去決定?!&lt;br /&gt;文科, 商科, 理科... 到底我適合讀哪一科?&lt;br /&gt;揀選大學學位時, 彷彿就是決定我畢業後做什麼行業... 我, 真的會選對嗎?&lt;br /&gt;出來社會做事, 到底應該找一份怎樣的工作呢?&lt;br /&gt;工作不甚如意, 我應不應該轉工呢? 現時的行業真的適合我嗎?&lt;br /&gt;眼前有其他的謀生機會, 我應該豁出去試試嗎?&lt;br /&gt;&lt;br /&gt;到底何時, 我們才可以走到一條我們想走的路?&lt;br /&gt;&lt;br /&gt;感到茫然, 是因為有選擇? 還是因為有許多未知數?&lt;br /&gt;還是我們的選擇會受到許多未知數所影響, 漸漸地跟我們原先所想的有偏差?&lt;br /&gt;&lt;br /&gt;綜觀大部份生活充實又充滿拼勁的人, 一是只為生活沒有什麼理想的, 一是已為高級或專業人士, 理想已經達到.&lt;br /&gt;好像只有我們這些東不成西不就的才會對前路感到茫然.&lt;br /&gt;但願我們都可以用希望在明天的心情, 有付出才有收穫的態度,&lt;br /&gt;豁然開朗地去走前面的路... 有時感到茫然, 是因為想得太多呢~!!&lt;br /&gt;&lt;br /&gt;p.s. 除了不要想太多, 我們還應處理一下自己的懶根...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;一個想得太多又正為生活努力卻懶根深種的人 上.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115995063160263782?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115995063160263782/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115995063160263782' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115995063160263782'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115995063160263782'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/blog-post_04.html' title='前路茫茫'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115986912729123813</id><published>2006-10-03T17:45:00.000+08:00</published><updated>2006-10-03T17:56:12.486+08:00</updated><title type='text'>看書的日子</title><content type='html'>多年前看過三數本瓊瑤的小說, 印象較深刻的有 &lt;船&gt; 和 &lt;翦翦風&gt;.&lt;br /&gt;&lt;船&gt; 是怎樣的一個故事已經完全不記得, 只記得當時覺得好看.&lt;br /&gt;&lt;翦翦風&gt; 就是講述一班年青人的友情及愛情交織的故事.&lt;br /&gt;現在已不再看瓊瑤的小說了, 太過文縐縐的, 沒有共鳴.&lt;br /&gt;可是仍想買到這兩本書, 回味一下, 可惜仍未找到.&lt;br /&gt;&lt;br /&gt;後來看亦舒, 我想也看過十多本吧~! 最記得的是 &lt;朝花夕拾&gt;, &lt;玫瑰的故事&gt;, 和 &lt;家明與玫瑰&gt;.&lt;br /&gt;現在亦舒仍然有寫小說, 她的小說已經篇到不知幾多號了.&lt;br /&gt;很佩服這位作家, 可以有如此多的靈感和心思毅力去寫這麼多的小說.&lt;br /&gt;如今, 也沒有看她的小說了... 但這三本書, 都是想擁有的.&lt;br /&gt;&lt;br /&gt;現在主要會看的是張小嫻和李牧童.&lt;br /&gt;&lt;br /&gt;張小嫻的小說幾乎全部看過及擁有, 也有數本她的散文集.&lt;br /&gt;其實比較喜歡她寫的散文, 會有共鳴, 也帶給我一些啟發;&lt;br /&gt;更可以提醒我生活到底是什麼的一回事, 我們應該用怎樣的態度去面對生活.&lt;br /&gt;近日正在看她寫給年青一輩的少年成長小品系列 &lt;我是這樣長大的&gt; 和 &lt;成長的魔法&gt;.&lt;br /&gt;個人覺得十來歲的少年看應該沒有什麼深的體會或共鳴, 但卻適合我們這些成年人看.&lt;br /&gt;&lt;br /&gt;李牧童是一個比較新的作家.  我是從報紙專欄開始看他的作品的.&lt;br /&gt;他的散文多數是講戀愛的, 是一個頗感性的人.&lt;br /&gt;小說則出版了十來本, 好像今個月會有新的作品.&lt;br /&gt;他的小說多數是寫給年輕人看的.  故事多帶點懸疑, 甚至乎超現實.&lt;br /&gt;雖然個人覺得文采尚未成熟, 但是在進步中.&lt;br /&gt;又引人入勝的故事往往是要帶給讀者一些待人處世的信息, 這一點我最喜愛.&lt;br /&gt;&lt;br /&gt;看小說這一項消遣, 不知不覺已成為我的習慣.&lt;br /&gt;當有三兩個月沒有買小說看, 便會心癢癢的, 生活好像缺少了一些東西一樣.&lt;br /&gt;希望我愛看的這幾個作家會不斷有新書出吧, 因為發掘一個好看又愛看的作家不易呢!&lt;br /&gt;&lt;br /&gt;作家資料: &lt;a href="http://www.crown.com.tw/book/amy/" target="_blank"&gt;張小嫻&lt;/a&gt;, &lt;a href="http://www.muktung.com" target="_blank"&gt;李牧童&lt;/a&gt;&lt;br /&gt;書本資料: &lt;a href="http://www.crown-bookstore.com/show_book1.php?bookid=2077" target="_blank"&gt;我是這樣長大的&lt;/a&gt;, &lt;a href="http://www.crown-bookstore.com/show_book1.php?bookid=1338 " target="_blank"&gt;成長的魔法&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115986912729123813?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115986912729123813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115986912729123813' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115986912729123813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115986912729123813'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/10/blog-post.html' title='看書的日子'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115951288651532301</id><published>2006-09-29T14:53:00.000+08:00</published><updated>2006-10-02T00:03:54.173+08:00</updated><title type='text'>對人不對事</title><content type='html'>近日陳方安生終於發炮, 以她組成的不知什麼會的調查研究結果去指責曾蔭權特首.&lt;br /&gt;說什麼曾特首常常強調的 '強政勵治' 做得不當; 奉勸應以什麼 '良政勵治' 代之.&lt;br /&gt;&lt;br /&gt;個人對政治完全沒有興趣亦不大認識.&lt;br /&gt;只是覺得當一個人 (或團體) 只懂批評, 便代表他/她絕不中立, 也是對人不對事.&lt;br /&gt;看看陳太的樣子日漸變得皮笑肉不笑... 從前的親切感好像已經不見了...&lt;br /&gt;這, 便是對人不對事的代價.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115951288651532301?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115951288651532301/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115951288651532301' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115951288651532301'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115951288651532301'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/09/blog-post_115951288651532301.html' title='對人不對事'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115951267998107875</id><published>2006-09-29T14:43:00.000+08:00</published><updated>2006-09-29T14:51:49.376+08:00</updated><title type='text'>止癢!</title><content type='html'>噢~!  兩個月沒有寫 blog 了!!&lt;br /&gt;近排真的忙得很, 無論是上班或下班後.&lt;br /&gt;但是, 我真的忍不住了~!  手癢癢又心思思的, 終於忙裡偷閑上來寫一寫!  ^___^.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;*****&lt;br /&gt;&lt;br /&gt;&lt; 我想要 &gt;&lt;br /&gt;前天發的一個夢...&lt;br /&gt;換了一間有一個大露台的屋, 露台前是一個湖或溪澗, 水面平靜.&lt;br /&gt;不遠的對岸是一個小山丘, 大概只是二百多米的距離吧!&lt;br /&gt;我高高興興的踏在水中的大石塊走到山丘上, 向屋內的家人揮手, 他們便逐一走過來.&lt;br /&gt;好像去遠足呢~!  這樣的一個居住環境真好~!&lt;br /&gt;... 我想要啊!!&lt;br /&gt;&lt;br /&gt;&lt; 壓力 &gt;&lt;br /&gt;都是前天發的一個夢...&lt;br /&gt;準時在編定的時間入到考室, 向兩個考官鞠過躬, 便二話不說的坐到琴前彈奏.&lt;br /&gt;每首歌之間都望一望考官等待她們的指示...&lt;br /&gt;奇怪, 怎麼是兩個中國女子做考官?  其中一個還是頗後生的!?&lt;br /&gt;她們的樣子又不太認真, 坐的位置也不是考官應該坐的?!  看真些, 怎麼會有觀眾??!&lt;br /&gt;不理了, 繼續彈吧!&lt;br /&gt;彈到最尾的一首, 觀眾席上靠我最近的一位少女戰戰兢兢地舉手說到:&lt;br /&gt;'是不是搞錯了? 應該是我演奏的...'&lt;br /&gt;什麼?!  演奏什麼?  不是我的考試嗎?&lt;br /&gt;細問之下, 這個少女與我同名同姓, 這個是她演奏的環節, 那兩個 '考官' 其實是司儀!!&lt;br /&gt;OMG!!!!!  我去錯了地方!  但我的考試時間已過, 怎麼辦???!!&lt;br /&gt;... 看來, 我近排的壓力真的不少.&lt;br /&gt;&lt;br /&gt;&lt; 瀑布 &gt;&lt;br /&gt;今早起床前發的夢...&lt;br /&gt;和家人到郊外遊玩, 經過一個頗宏偉的瀑布, 忙著拍照.&lt;br /&gt;... 夢到瀑布好似是有意思的, 得閒查一查先!&lt;br /&gt;&lt;br /&gt;*****&lt;br /&gt;&lt;br /&gt;哈哈~~ 是的, 我會做很多夢, 而且很多時對夢境也記得很清楚.&lt;br /&gt;都說我是一個精力過盛的人, 連睡覺也停不下來.  @___@.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;換了一部白色的 Sony Ericsson M600i, 扮行政人員!  哈哈~!! ^O^&lt;br /&gt;看上它是因為它可以編輯 Word, Excel, Powerpoint, 又可以睇 pdf... 很適合我這個 '文人' 呢!&lt;br /&gt;它又可以收發 email, 那麼我便可以隨時隨地寫 blog 跟住 send 到我的網誌喵賬號, 便能讓大家看.&lt;br /&gt;可惜, blackberry 的收費昂貴, 動輒要四五百元!!  待我有閒錢時再算.&lt;br /&gt;暫且讓這部 '行政人員手機' 做著一部流動電話+Walkman+緊急文書處理器吧~!&lt;br /&gt;&lt;br /&gt;我的手機: &lt;a href="http://www.sonyericsson.com/images/spgd/CWS31AFW_15355high_54_0_4000.swf" target="_blank"&gt;Sony Ericsson M600i&lt;/a&gt;, &lt;a href="http://www.sonyericsson.com/spg.jsp?cc=hk&amp;lc=zh&amp;ver=4000&amp;template=pp1_1_2&amp;zone=pp&amp;lm=pp1&amp;cid=19&amp;no_params=true&amp;pid=10385" target="_blank"&gt;試玩...&lt;/a&gt;&lt;br /&gt;近期喜愛歌曲: &lt;a href="http://hk.music.yahoo.com/album.html?albumid=17920" target="_blank"&gt;泳兒 ~ 感應 - 告白, 巴不得, 心中有數, 感應&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115951267998107875?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115951267998107875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115951267998107875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115951267998107875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115951267998107875'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/09/blog-post_29.html' title='止癢!'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115433880189418360</id><published>2006-07-31T17:28:00.000+08:00</published><updated>2006-07-31T17:44:25.243+08:00</updated><title type='text'>暑期盛事第二炮</title><content type='html'>昨天去了一年一度的暑期盛事第二炮 --- 香港動漫節+香港電玩展.&lt;br /&gt;人, 是多的; 產品, 也不少. 只是二十五大元的入場費, 略嫌貴了一點.&lt;br /&gt;可是為了 Lego 和 Gundam, 無法子.&lt;br /&gt;&lt;br /&gt;首先, 走到 Lego 屋, 排了大概半句鐘才能入屋, 其間不停地影呀影.&lt;br /&gt;入到屋內, 很多人呀!! 差點兒變了三文治.&lt;br /&gt;那麼辛苦, 當然要買點新產品呀會場限定版呀獎勵一下自己啦~! 哈哈!!&lt;br /&gt;&lt;br /&gt;跟著走到位於會場一角的 Mega Store. 排了十幾二十分鐘才能進去.&lt;br /&gt;記得舊年有很多舊的日本雜誌平售 (十元一本!!), 但今年竟然遍尋不獲?!&lt;br /&gt;極之失望啊!! (或是我記錯了, 不是這個展覽?!)&lt;br /&gt;&lt;br /&gt;之後便到 Bandai... 看 Gundam.&lt;br /&gt;途中意外地經過 '電車男之屋'. 又看到 (並買了!) 好可愛的點頭公仔.&lt;br /&gt;欣賞完創意無限的高達模型比賽後, 終於離開這個逗留了兩個半多幾乎三個鐘的地方.&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00003.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00015.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00025.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00038.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00049.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00050.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00055.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00060.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00061.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00063.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00066.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00067.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00075.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00076.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00077.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00079.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00080.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00081.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00093.JPG" align="middle" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img height="400" src="http://www.geocities.com/adasnc/pics/20060730/aDSC00097.JPG" align="middle" border="0" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115433880189418360?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115433880189418360/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115433880189418360' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115433880189418360'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115433880189418360'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_31.html' title='暑期盛事第二炮'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115397570083335345</id><published>2006-07-27T12:44:00.000+08:00</published><updated>2006-07-27T12:48:20.846+08:00</updated><title type='text'>惡果</title><content type='html'>朝早趕返工, 走到屋企樓下車站, 有合適的巴士, 二話不說的跳上去.&lt;br /&gt;巴士即時開出... 就在此時, 我的心叫了 'oh my god!!!'.&lt;br /&gt;因為我醒起了八達通昨天剛用光忘了增值, 而身上只找到一個兩蚊銀和一張一百蚊紙!!&lt;br /&gt;我唯有快步走向坐在下層的廿來位乘客問道: '請問有冇人有一百蚊散紙?'.&lt;br /&gt;由於下一站將到, 我不是逐位乘客問的, 但我是有禮貌地問的呀~!&lt;br /&gt;在我說出那請求之後, 我看到眼前的廿來位仁兄仁姐中, 只有三數個立即查看自己的皮包.&lt;br /&gt;其餘的就好像突然失聰那樣 (抑或是當時行車中, 我不夠大聲呢?).&lt;br /&gt;人間有情無情?  那一刻, 我看到和感到的, 絕對是無情多於有情!&lt;br /&gt;看到形勢不對, 我唯有向最近的一位男士問問, 他這才拿出銀包看看, 但是沒有.&lt;br /&gt;幸運地, 最終得到兩位熱心的姐姐相助, 我才得以渡過 '難關'!  衷心再次謝謝她們呀~!!&lt;br /&gt;&lt;br /&gt;幾得多年前曾有一位千金小姐同學說由於沒有散銀, 便用了五十大元乘巴士!&lt;br /&gt;那時, 我們一眾同學聽了都笑她真是太有錢了... 笑了很多年.&lt;br /&gt;然而多年後的今天, 我終於嘗 '惡果' 了~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115397570083335345?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115397570083335345/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115397570083335345' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115397570083335345'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115397570083335345'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_27.html' title='惡果'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115389613947154820</id><published>2006-07-26T14:26:00.000+08:00</published><updated>2006-07-26T14:47:49.143+08:00</updated><title type='text'>lulu 成長記 (一)</title><content type='html'>就出世喇~ 就出世喇~~!&lt;br /&gt;有對腳仔出左尼呀!!&lt;br /&gt;good~~~!&lt;br /&gt;&lt;br /&gt;如果要佢快高長大似乎真係會好忙, 要成日望住佢...&lt;br /&gt;因為佢會肚餓又會病, 你唔理佢就唔係咁好喇!&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#009900;"&gt;*** lulu 成長連環圖 (一) ***&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;img alt="一對腳仔伸左出尼喇~" src="http://www.geocities.com/adasnc/pics/0726_bbd1.bmp" align="middle" border="0" /&gt; &lt;span style="color:#009900;"&gt;腳長出來了!!&lt;/span&gt;&lt;br /&gt;&lt;img alt="背住瑩光幕既狗仔玩梗拋波仔! 遠處果隻就訓梗覺..." src="http://www.geocities.com/adasnc/pics/0726_bbd4.bmp" align="middle" border="0" /&gt; &lt;span style="color:#009900;"&gt;拋波仔的狗與睡眠中的狗&lt;/span&gt;&lt;br /&gt;&lt;img alt="lulu 病了..." src="http://www.geocities.com/adasnc/pics/0726_bbd5.bmp" align="middle" border="0" /&gt; &lt;span style="color:#009900;"&gt;病了 :(&lt;/span&gt;&lt;br /&gt;&lt;img alt="冇氣力的 lulu, 要比骨頭佢食." src="http://www.geocities.com/adasnc/pics/0726_bbd6.bmp" align="middle" border="0" /&gt; &lt;span style="color:#009900;"&gt;冇氣力... 因為肚餓&lt;/span&gt;&lt;br /&gt;&lt;img alt="食飽飽... '今天心情很好' 喎~~" src="http://www.geocities.com/adasnc/pics/0726_bbd7.bmp" align="middle" border="0" /&gt; &lt;span style="color:#009900;"&gt;'今天心情很好'&lt;/span&gt;&lt;br /&gt;&lt;img alt="蹦蹦跳的 lulu" src="http://www.geocities.com/adasnc/pics/0726_bbd8.bmp" align="middle" border="0" /&gt; &lt;span style="color:#009900;"&gt;'開心' :)&lt;/span&gt; &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;哈哈~ 希望佢快高長大吧~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115389613947154820?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115389613947154820/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115389613947154820' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115389613947154820'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115389613947154820'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/lulu.html' title='lulu 成長記 (一)'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115387927141324996</id><published>2006-07-26T09:58:00.000+08:00</published><updated>2006-07-26T10:01:11.430+08:00</updated><title type='text'>努力</title><content type='html'>well~ well~~ well~~~ 仲係一隻蛋喎!!&lt;br /&gt;幾時先會 '孵' 到隻狗仔出尼呀??&lt;br /&gt;個網站又冇講解點樣 raise 我隻 BB狗... 有不少玩家都唔識玩呢~!&lt;br /&gt;係唔係要寫好多篇 blog 隻狗狗先會快高長大呢?&lt;br /&gt;好!  我要有恆心! 努力努力!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115387927141324996?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115387927141324996/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115387927141324996' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115387927141324996'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115387927141324996'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_26.html' title='努力'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115375454630460119</id><published>2006-07-24T23:20:00.000+08:00</published><updated>2006-07-24T23:22:26.316+08:00</updated><title type='text'>噢~</title><content type='html'>噢~~~ 仲係蛋.........&lt;br /&gt;幾時會變隻狗仔呢??&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115375454630460119?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115375454630460119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115375454630460119' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115375454630460119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115375454630460119'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_115375454630460119.html' title='噢~'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115372651255118308</id><published>2006-07-24T15:33:00.000+08:00</published><updated>2006-07-24T15:35:12.563+08:00</updated><title type='text'>仲未出世</title><content type='html'>well... 狗仔仲未出世... 點算~?&lt;br /&gt;這個 &lt;a href="http://www.166blog.com/en/blogpet.html" target="_blank"&gt;BBdog&lt;/a&gt; 好似比較簡單... 不過對於我這個 blogpet 初哥, ok 啦~~&lt;br /&gt;不過有冇人知道一 d 更正既 blogpet site 呢??&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115372651255118308?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115372651255118308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115372651255118308' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115372651255118308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115372651255118308'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_24.html' title='仲未出世'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115354456700686517</id><published>2006-07-22T12:54:00.000+08:00</published><updated>2006-07-22T13:06:54.993+08:00</updated><title type='text'>養狗狗</title><content type='html'>自問係一個現實生活中一定不會樣寵物的人,&lt;br /&gt;不是沒愛心, 是怕小動物.&lt;br /&gt;但虛擬的就絕不抗拒.  ^___^.&lt;br /&gt;由從前的他媽哥池, 到任天狗, 再到今時今日的 blog pet...&lt;br /&gt;我也是捧場客呢~~!&lt;br /&gt;&lt;br /&gt;game 分享: &lt;a href="http://www.166blog.com/en/blogpet.html" target="_blank"&gt;BBdog&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115354456700686517?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115354456700686517/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115354456700686517' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115354456700686517'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115354456700686517'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_22.html' title='養狗狗'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115347688687444905</id><published>2006-07-21T18:08:00.000+08:00</published><updated>2006-07-22T09:26:29.776+08:00</updated><title type='text'>人間天堂</title><content type='html'>看過一篇文章, 有關人口比例的......&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#999900;"&gt;&lt; 人間天堂 &gt;&lt;br /&gt;&lt;br /&gt;如果我們把全球人口壓縮成只有100人的部落，而且維持人類的各種比率，那麼我們會得到：&lt;br /&gt;57個亞洲人，21個歐洲人，14個美洲人，8個非洲人&lt;br /&gt;&lt;br /&gt;還有：&lt;br /&gt;52個男人，48個女人&lt;br /&gt;30個白種人，70個非白種人&lt;br /&gt;30個基督徒，70個非基督徒&lt;br /&gt;89個異性戀者，11個同性戀者&lt;br /&gt;6個人將擁有全部財富的59%，而且這6個人全來自美國&lt;br /&gt;80個人的居家生活不甚理想&lt;br /&gt;70個文盲&lt;br /&gt;50個人營養不良&lt;br /&gt;1個人即將死亡，1個人即將生產&lt;br /&gt;1個人擁有大專學歷&lt;br /&gt;1個人擁有電腦&lt;br /&gt;&lt;br /&gt;當我們從這樣壓縮的角度來看這個世界時，我們會更清楚這個世界需要更多的接納、諒解、和教育。&lt;br /&gt;&lt;br /&gt;還有一些值得我們深思的：&lt;br /&gt;如果您今天早上醒來時還算健康，恭喜您，因為有一百萬人將活不過一星期。&lt;br /&gt;如果您不曾經歷戰爭的危險、被監禁的寂寞、被凌虐的痛苦、或是飢寒交迫，恭喜您，您比5億人還好命。&lt;br /&gt;如果您可以參加宗教活動而不必擔心被騷擾、逮捕、凌虐、或死亡，恭喜您，您比30億人還自由。&lt;br /&gt;如果您的冰箱裡有食物、有衣服穿、還有地方住，恭喜您，您比全世界75%的人還富有。&lt;br /&gt;如果您在銀行有存款、錢包裡有鈔票、還有一些零錢，恭喜您，您是全世界前8%的有錢人。&lt;br /&gt;如果您的雙親都還健在而且沒有離婚，您算是幸運兒。&lt;br /&gt;您可以讀這篇文章，那是雙重幸運：有人想到您這個朋友，而且有20億人根本不識字。&lt;br /&gt;&lt;br /&gt;What goes around comes around.&lt;br /&gt;工作，可以不必要汲汲營營；用心去愛，即使您曾經受傷；&lt;br /&gt;盡情跳舞，引喉高歌，管別人怎麼想；讓自己活在人間天堂。&lt;br /&gt;&lt;br /&gt;[ 記錄於: 2001年11月 ]&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;近日印尼的地震和海嘯, 令不少人失去家園, 失去至親... 看得人心酸呢~&lt;br /&gt;&lt;br /&gt;雖然你可能會話無必要將自己同這些遇上災難的不幸的人比較,&lt;br /&gt;你會話世上有許許多多的有錢人, 過著不知幾快活的生活.....&lt;br /&gt;well, fine!! sure you can think in this way!&lt;br /&gt;我們都有權去選擇去追求我們的理想生活, 除了那些連基本生活需要也成問題的人...&lt;br /&gt;然而記起世上有那麼的一群不幸的人, 可令我們記起要珍惜我們所擁有的.&lt;br /&gt;可以的話, 也多做點善事, 幫助需要幫助的人... 畢竟我們已擁有的, 其實已經不少.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115347688687444905?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115347688687444905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115347688687444905' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115347688687444905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115347688687444905'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_21.html' title='人間天堂'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115338428083397499</id><published>2006-07-20T16:26:00.000+08:00</published><updated>2006-07-21T08:52:53.610+08:00</updated><title type='text'>開開心心又一天</title><content type='html'>一年一度的書展, 我多數會捧場, 振興香港經濟嘛!&lt;br /&gt;近年對於看書及寫作的興趣不知為何地增長了不少, 那就更加會去了.&lt;br /&gt;心中已有數間必逛的出版社: 皇冠, 突破, 葉壹堂, 等等... 相信可以逛上兩小時以上.&lt;br /&gt;今天又發現了一本不錯的書, 有獵物, 很好很好...&lt;br /&gt;要不然, 逛了數小時卻無所斬獲, 定會十分空虛.&lt;br /&gt;&lt;br /&gt;看上了的這一本書, 是本地作者區樂民的新書: 開開心心又一天.&lt;br /&gt;書名正是我的願望啊! 也是我的人生一大目標! 哈哈~!&lt;br /&gt;區樂民是一位醫生, 也是一個專欄作家, 寫散文也寫適合青少年閱讀的小說.&lt;br /&gt;他在今天的專欄裡這樣寫 (我想可能會是這本新書的序言):&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#cc66cc;"&gt;我常常說，快樂不是命運安排，而是自由選擇。&lt;br /&gt;人生在世，日子總要過，何不開開心心地生活？&lt;br /&gt;快樂不需要很多金錢支持。&lt;br /&gt;開收音機聽一段古典音樂，閒坐公園欣賞白雲飄過藍天，&lt;br /&gt;專注地品嚐一個鮮甜多汁的橙，和好友天南地北地胡扯……皆是樂事。&lt;br /&gt;&lt;br /&gt;你或會說，現實中總有不如意，怎能天天快樂？&lt;br /&gt;我的經驗是即使遇上困難，甚至是一時無法解決的困難，仍然可以保持快樂。問題是你願不願意快樂。&lt;br /&gt;上一任宗離世前躺在病床，儘管肉體受苦，他真誠地說：「我很開心，你們也要開心。」&lt;br /&gt;此話看似簡單，卻充滿智慧，是對生命的洞見。&lt;br /&gt;開開心心又一天，是我的人生目標。&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img border="0" src="http://www.geocities.com/adasnc/pics/20060720_book.jpg" align="middle" alt="開開心心又一天 ~區樂民" /&gt;&lt;br /&gt;&lt;br /&gt;看了數篇試閱文章, 覺得很不錯. 以下轉載一篇好笑的跟大家分享分享.&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#009900;"&gt;&lt; 廁所內的對答 &gt;&lt;br /&gt;&lt;br /&gt;我很羨慕一些同行，他們能永遠記得病人的姓名和容貌，即使只看過一次。我可沒有這種能力。在診所附近，若有陌生人向我點頭，或好像點頭，我必微笑回應，心?假設他是我的病人。&lt;br /&gt;前天，我推開公眾廁所的大門，看見有個頗面善的男人走入第一格，我於是走入第二格。&lt;br /&gt;他忽然對我說：「最近有沒有旅行？」&lt;br /&gt;我努力思索他的名字，但記不起；是以前政府診所的病人，還是現在私家診所的呢？我禮貌地回答：「農曆年去了義大利。」&lt;br /&gt;「酒店的水準好嗎？」他又問。&lt;br /&gt;「大致不錯，」我想了想道：「除了威尼斯那家。」&lt;br /&gt;「貴嗎？」他追問。&lt;br /&gt;「威尼斯甚麼都貴，隨便吃個快餐也要港幣百多元。」我說。&lt;br /&gt;這時，他壓低了聲音說：「現在掛線，晚上見面再談吧！外面有個神經佬，我每問你一句，他總搶?回答。」&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;祝大家開開心心又一天~! ^___^.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115338428083397499?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115338428083397499/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115338428083397499' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115338428083397499'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115338428083397499'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_20.html' title='開開心心又一天'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115311153718973068</id><published>2006-07-17T12:44:00.000+08:00</published><updated>2006-07-17T12:45:37.190+08:00</updated><title type='text'>Superman &amp; Cars</title><content type='html'>&lt; Superman Returns 超人強戰回歸 &gt;&lt;br /&gt;&lt;br /&gt;對於前幾集的超人已經沒有印象, 連有沒有看過也不記得了.&lt;br /&gt;但由於看到影評說今集很值得看, 所以便看了... 振興香港經濟嘛!&lt;br /&gt;&lt;br /&gt;新的超人也算靚仔, 有幾個鏡頭俊朗得像公仔一樣, 應該是用電腦修飾過.&lt;br /&gt;浪漫英雄片, 並沒有打鬥場面, 有的是超人飛來飛去拯救地球.&lt;br /&gt;開頭有段十分緊張, 跌撞得太逼真了, 緊張得我差點心臟病發.&lt;br /&gt;主要演員的演技也很好, 主角超人尤甚.&lt;br /&gt;聽到心愛的人親口說出不愛自己, 及至看到自己的親生子...&lt;br /&gt;那失落和喜悅, 都做得很自然, 對比也強烈.&lt;br /&gt;&lt;br /&gt;*****&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt; Cars 反斗車王 &gt;&lt;br /&gt;&lt;br /&gt;先前看預告, 覺得那班主角很 '嬌俏', 表情多多, 因此便到戲院捧場了.&lt;br /&gt;Disney + PIXAR, 卡通電影的最強組合, 畫面實在靚得不得了.&lt;br /&gt;各個造型活潑可愛, 性格突出; 風景逼真漂亮, 又能帶出各個場面應有的氣氛.&lt;br /&gt;&lt;br /&gt;令我意想不到的, 是故事很有意思有啟發性.&lt;br /&gt;現代人只顧爭名奪利, 是否把很多事情都忘記了呢?&lt;br /&gt;情義是很重要的, 名成利就並不是一個人唯一要去追求的東西.&lt;br /&gt;每天都匆匆忙忙分秒必爭, 是否把很多美麗的東西都錯過了?&lt;br /&gt;諷刺的是, 一次的錯失可能會把你從前的成就抹掉... 我們, 又是否太善忘了?&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115311153718973068?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115311153718973068/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115311153718973068' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115311153718973068'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115311153718973068'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/superman-cars.html' title='Superman &amp; Cars'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115286776935988075</id><published>2006-07-14T17:02:00.000+08:00</published><updated>2006-07-14T17:02:49.360+08:00</updated><title type='text'>各有各精彩</title><content type='html'>餐廳中, 隔離檯的三位女士高高興興地吃著早餐.&lt;br /&gt;難得一大清早見到這麼朝氣蓬勃的人.&lt;br /&gt;她們都已屆中年, 已為人妻也已為人母, 話題都是家庭生活.&lt;br /&gt;其中一個興奮地說著與兒子的有趣事, 說得手舞足蹈.&lt;br /&gt;跟著又討論烹飪技巧, 怎樣的材料配搭可以食得健康而小朋友又喜歡吃.&lt;br /&gt;&lt;br /&gt;由於我對烹飪都頗有興趣, 因此聽得耳癢癢的.&lt;br /&gt;如果我可以有多點空閒時間就好了.&lt;br /&gt;&lt;br /&gt;總覺得, 我們這一輩的女子在家庭生活這方面較不幸.&lt;br /&gt;女多男少.  結了婚的, 又會為加不加添新成員而煩惱.&lt;br /&gt;香港的教育制度, 社會風氣, 生活環境... 等等等等, 都是令人煩惱的問題.&lt;br /&gt;&lt;br /&gt;不過, 俗語說: '人比人, 比死人', '你睇我好, 我睇你好'.&lt;br /&gt;每樣事情總有兩面......&lt;br /&gt;中年有中年的好, 年青有年青的好;&lt;br /&gt;單身有單身的好, 已婚有已婚的好.&lt;br /&gt;其實大家都是各有各精彩呢~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115286776935988075?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115286776935988075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115286776935988075' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115286776935988075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115286776935988075'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_14.html' title='各有各精彩'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115269910646104599</id><published>2006-07-12T18:10:00.000+08:00</published><updated>2006-07-12T18:11:46.473+08:00</updated><title type='text'>自我放縱</title><content type='html'>'自我放縱', 原來不單只在行為上, 心態, 都可以.&lt;br /&gt;&lt;br /&gt;早上發生了一件小事, 心中頗不高興.&lt;br /&gt;覺得為什麼事情會是這樣? 到底那裡出現問題?&lt;br /&gt;腦海裡不斷地重覆又重覆不快事情的發生; 像播影帶一樣, replay 再 replay.&lt;br /&gt;其實比起那件不快事, 那種不高興的情緒更令我討厭.&lt;br /&gt;於是乎, 心裡就想:&lt;br /&gt;'算吧! 事情都發生了, 改變不了!  況且有很多我控制不了的因素, 我對得起自己就夠了.'&lt;br /&gt;就這樣, 我的心情漸漸地好起來.&lt;br /&gt;&lt;br /&gt;若果我的腦袋不夠清醒, 繼續任由 (放縱) 自己去 '回味' 那些不快事,&lt;br /&gt;那麼, 不快的心情就會一直跟著我, 甚至凝聚出更大的不快樂感覺.&lt;br /&gt;&lt;br /&gt;當然, 若是一些嚴重的不幸事情, 我們的思想神經結構會不其然地 replay 事件.&lt;br /&gt;但當有一刻或有一天, 你很討厭那種不快樂的感覺時,&lt;br /&gt;就代表是時候終止 '自我放縱' 了.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115269910646104599?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115269910646104599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115269910646104599' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115269910646104599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115269910646104599'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_12.html' title='自我放縱'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115252585216322532</id><published>2006-07-10T17:25:00.000+08:00</published><updated>2006-07-10T18:32:11.056+08:00</updated><title type='text'>瞬間轉移</title><content type='html'>掛住公公婆婆, 舅父舅母, 亞姨姨媽姨丈, 表姐弟妹兄!&lt;br /&gt;唉...... 大家天各幾方~&lt;br /&gt;雖則現今交通方便通訊又發達, 但要見過面, 始終都要時間和金錢.&lt;br /&gt;大家有生之年, 都唔知可以見多幾多次~~  &gt;___&lt;.&lt;br /&gt;&lt;br /&gt;噢! 真的很掛念外國的親人啊!!&lt;br /&gt;&lt;br /&gt;如果我識瞬間轉移就好喇......&lt;br /&gt;&lt;br /&gt;&lt;img border="0" src="http://www.geocities.com/adasnc/pics/miss_u.jpg" ALIGN="middle"&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115252585216322532?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115252585216322532/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115252585216322532' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115252585216322532'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115252585216322532'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_10.html' title='瞬間轉移'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115217298947488771</id><published>2006-07-06T15:52:00.000+08:00</published><updated>2006-07-06T16:03:09.523+08:00</updated><title type='text'>成就</title><content type='html'>到底要怎麼樣, 一個人才稱得上有成就呢?&lt;br /&gt;&lt;br /&gt;記得中三那年, 我的考試成績很好, 又在學校運動會中捧杯...&lt;br /&gt;那一年, 是我的學生生涯裡面頗有成就的一年.&lt;br /&gt;另外, 幸運地有個疼愛我的媽媽, 省吃儉用的供我學琴...&lt;br /&gt;到現在, 我在音樂方面勉強算是有點成績.&lt;br /&gt;至於事業上, 說實話, 我不覺得自己有任何成就.&lt;br /&gt;&lt;br /&gt;那麼, 其實一個人的成就可以是分時段或範疇去評定.&lt;br /&gt;&lt;br /&gt;在學術或專門項目方面, 當你達到某個級別, 已可以算是有成就了.&lt;br /&gt;例如你考獲了某學科的碩士, 其實你的人生已經算有一定的成就.&lt;br /&gt;因為雖則現今人們的教育程度比從前提高了不少, 但始終擁有碩士資格的不是大多數.&lt;br /&gt;&lt;br /&gt;除此之外, 我覺得以下所列的, 都可稱得上為一個人的 '成就':-&lt;br /&gt;你有一技之長, 不是大多數人可以學得精... 例如語言能力.&lt;br /&gt;你在工作崗位上身居要職, 甚或身兼數職, 能把工作做得井井有條.&lt;br /&gt;你是家裡的金錢或精神上的支柱, 全家上上下下都很需要你.&lt;br /&gt;你擁有自己的物業, 雖然你仍是銀行的 '債仔'.&lt;br /&gt;你有一班好朋友好知己, 大家可以互相幫助和鼓勵.&lt;br /&gt;&lt;br /&gt;並不是要有什麼 '豐功偉績' 才算是有成就.&lt;br /&gt;只要你有好好去做, 盡你所能, 也就是了.&lt;br /&gt;或許你會說我要求太低太簡單...&lt;br /&gt;只是人生其實就是簡單的, 不要想得太複雜, 不要對自己不斷的要求.&lt;br /&gt;要不然, 你只會變成一個沒甚自信, 終日勞勞碌碌卻迷失自我的人.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115217298947488771?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115217298947488771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115217298947488771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115217298947488771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115217298947488771'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post_06.html' title='成就'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115191687303699829</id><published>2006-07-03T16:52:00.000+08:00</published><updated>2006-07-03T16:56:00.190+08:00</updated><title type='text'>張開眼睛</title><content type='html'>昨天無意中聽到劉德華的歌 - '張開眼睛', 覺得歌詞很好...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#009900;"&gt;~ 張開眼睛 ~&lt;br /&gt;&lt;br /&gt;未見得一切都要公平 成敗也總要問究竟&lt;br /&gt;亦未見得得失影響心情 難道你天生很好勝&lt;br /&gt;&lt;br /&gt;全部靠即興只會不得要領 凡事要心中決定&lt;br /&gt;行捷徑心領其路更要冷靜&lt;br /&gt;沒有輸 怎會勝 用努力來往上調整&lt;br /&gt;以後前途反覆要鎮定 以後迷途不需找算命&lt;br /&gt;以後沿途危難總要企定 學會張一張開一雙眼睛&lt;br /&gt;未見得光陰一退需要停 無用去一再望背影&lt;br /&gt;人沒有一生揮不去的慘情 自會好心好報應&lt;br /&gt;&lt;br /&gt;人沒有天生高一班的生命 自會好心得到好報應&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;詞是劉德華填的, 他是一個少數我認為很不錯的藝人.&lt;br /&gt;感覺上他很努力認真工作, 生活態度又正面和積極.&lt;br /&gt;從前他的歌聲很麻麻, 但現在已經算不錯; 相信是下了一番苦功的成果.&lt;br /&gt;昨天聽的是現場版本, 他唱這首歌時神態自若, 很有自信.&lt;br /&gt;聽著的我不其然地留意起歌詞來......&lt;br /&gt;&lt;br /&gt;願我們都可以做到歌詞所講的那樣看得開又堅強地去活好每一天~! ^___^.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115191687303699829?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115191687303699829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115191687303699829' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115191687303699829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115191687303699829'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/07/blog-post.html' title='張開眼睛'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115165926754921665</id><published>2006-06-30T17:20:00.000+08:00</published><updated>2006-07-01T10:21:09.040+08:00</updated><title type='text'>回歸紀念日</title><content type='html'>明天就是香港回歸紀念日, 真好, 可以放假一天!&lt;br /&gt;老實說, 我對 '香港回歸祖國' 沒有什麼特別的感覺.&lt;br /&gt;&lt;br /&gt;首先, 一九九七年七月一日回歸那一天, 我正在享受我的一個月美國之旅.&lt;br /&gt;所以那晚的什麼升旗禮, 回歸儀式, 慶典, 等等... 我都一一沒有看過.&lt;br /&gt;&lt;br /&gt;而回歸之後, 到現在都已有九年了.&lt;br /&gt;整體來說, 香港的民生基本上沒有太大轉變; 也許因為我不太關心政治吧.&lt;br /&gt;倒是內地人來港的機會及次數增加不少; 好像回歸後, 香港是讓國民參觀的一個好地方.&lt;br /&gt;&lt;br /&gt;其實, 我最想看到感到的, 是身為香港人的我們可以有歸屬感.&lt;br /&gt;世界各地的人都會 '屬於' 一個國家.&lt;br /&gt;他們會得唱國歌, 會熟識國家歷史地理, 會愛國, 甚至以自己的國家為傲.&lt;br /&gt;&lt;br /&gt;不知我們何年何月, 才會培養出一份歸屬感和愛國心呢?&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115165926754921665?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115165926754921665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115165926754921665' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115165926754921665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115165926754921665'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_30.html' title='回歸紀念日'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115157097659963827</id><published>2006-06-29T16:44:00.000+08:00</published><updated>2006-06-29T16:49:36.636+08:00</updated><title type='text'>有關名字</title><content type='html'>翻看一篇與名字有關的笑話, 實在好笑, 就讓大家重溫一下...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#339999;"&gt;*** 爆笑中文名 ***&lt;br /&gt;&lt;br /&gt;聽過一個李素寶........嫁左比個姓 "簫" 既....... 即係.......&lt;br /&gt;&lt;br /&gt;洪梅貴, 周新恆, 羅有大, 吳長大, 吳昭德, 吳美麗, 莫思科, 林花,&lt;br /&gt;郭德雲, 麥生仁, 老來旺, 吳廣德, 畢可宜, 周蕙娟, 鍾樂海, 廖植彪, 柯蘭詩&lt;br /&gt;&lt;br /&gt;當中我覺得最好笑既係 "劉比蒂", "史塔蓋"&lt;br /&gt;&lt;br /&gt;黃嘉嵐" ---&gt; 變綠?&lt;br /&gt;&lt;br /&gt;"兩父子, 阿爸叫李杰, 個仔叫李仲杰"&lt;br /&gt;&lt;br /&gt;"三兄妹 : 游詠富, 游詠依, 游詠慈"...游世伯, 咁大整古呀!"&lt;br /&gt;&lt;br /&gt;上次去台灣某銀行唱台幣...睇一睇櫃面個名牌... 個服務員叫"吳曉郁"...&lt;br /&gt;一行六人冇個忍到笑&lt;br /&gt;&lt;br /&gt;我以前個班主任叫"吳樹喜"&lt;br /&gt;&lt;br /&gt;我識得一個老師叫"周有松"!!!!!好好笑!!!&lt;br /&gt;&lt;br /&gt;仲有,有冇聽過人叫"陸浩昌,伍浩昌"???&lt;br /&gt;"陸浩昌先生,請即到5號窗; 伍浩昌先生,請即到6號窗!!!"&lt;br /&gt;&lt;br /&gt;其實聯婚都好好笑，例如：賴廖聯婚，賴史聯婚....... 等等.........&lt;br /&gt;&lt;br /&gt;其實日文名都可以好好笑，例如：吉川春代子，菊行條野，金其良美....&lt;br /&gt;&lt;br /&gt;******&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;俗語有云: 唔怕生壞命, 最怕改錯名.&lt;br /&gt;做父母幫仔女改名真係要三思.&lt;br /&gt;&lt;br /&gt;另外其實每個年代都有D 比較熱門既名字, 例如...&lt;br /&gt;五六十年代: 亞蓮, 亞美, 亞娟, 亞強, 亞成...&lt;br /&gt;七八十年代: 亞詩, 亞恩, 亞雯, 亞傑, 亞偉...&lt;br /&gt;......&lt;br /&gt;&lt;br /&gt;而今時今日, 新一代既媽咪嗲?, 會搞盡腦汁去幫個仔或女改個特別既名.&lt;br /&gt;於是乎, 一D 前所未見, 讀都唔識讀既名就出現了...&lt;br /&gt;例如: 韜 (音 '滔'), 翀 (音 '聰'), 沂 (音 '而')......&lt;br /&gt;所以我相信新一代同名既情況會越來越少, 但被人寫錯名既情況又會越來越多~!&lt;br /&gt;&lt;br /&gt;資料分享: &lt;a href="http://www.geocities.com/adasnc/HK_Names.htm" target="_blank"&gt;香港芳名譜&lt;/a&gt;&lt;br /&gt;有趣分享: &lt;a href="http://rumandmonkey.com/widgets/toys/namegen/969" target="_blank"&gt;Japanese Name Generator&lt;/a&gt;&lt;br /&gt;網站分享: &lt;a href="http://www.babynamesworld.com/" target="_blank"&gt;11,000 Baby Names, Meanings and Origins at Baby Names World&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115157097659963827?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115157097659963827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115157097659963827' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115157097659963827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115157097659963827'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_29.html' title='有關名字'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115131775382372141</id><published>2006-06-26T18:26:00.000+08:00</published><updated>2006-06-26T18:29:13.836+08:00</updated><title type='text'>試探</title><content type='html'>前兩天乘地鐵時, 看到一對正準備走入車廂的男女.&lt;br /&gt;他們年紀不大, 我想十五六歲吧.&lt;br /&gt;在等待車廂開門時, 男的伸手想拖女的手, 但女的把手放到背後.&lt;br /&gt;當時他們有講有笑, 那笑形是比較含蓄的笑.&lt;br /&gt;步入車廂後, 女的站到一條柱前, 男的企在旁邊; 中間的距離少於三吋.&lt;br /&gt;女的雙手扶著柱, 男的似是仍然想找機會拖手.&lt;br /&gt;可是, 那女的一直也不放手, 結果......&lt;br /&gt;少年男決定搭少年女的肩膀, 還輕輕的擁了一擁; 就這樣, 距離變成零吋.&lt;br /&gt;少年女沒有反抗.  未幾, 少年男又十分溫柔的撥弄一下女的留海...&lt;br /&gt;&lt;br /&gt;哈哈~~  很久沒有看到這些情景了!&lt;br /&gt;在愛情還未正式被確認時, 那些帶試探式的舉止行徑, 可以是頗溫馨的~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115131775382372141?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115131775382372141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115131775382372141' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115131775382372141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115131775382372141'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_26.html' title='試探'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115096782402690623</id><published>2006-06-22T17:08:00.000+08:00</published><updated>2006-06-22T17:58:18.886+08:00</updated><title type='text'>新成員</title><content type='html'>Yeah! Yeah!! Yeah~~!!  有新成員喇!&lt;br /&gt;好耐冇買 Precious Moments 既公仔, 最近終於買左個. ^___^.&lt;br /&gt;&lt;br /&gt;之前一直想要公主和王子做型的, 但一路都搵唔到.&lt;br /&gt;前幾天竟然給我知道五月出了一對帶皇冠的結婚公仔,&lt;br /&gt;即刻四出找尋, 終於給我買到了!!&lt;br /&gt;雖然他們不是完美的 (因為皇冠不夠平滑啊!), 但不緊要... &lt;br /&gt;我最喜歡成雙成對的公仔, 這個實在好得很了!!&lt;br /&gt;手拖手的, 十分幸福...&lt;br /&gt;單是看見, 都會感染到那種純真的幸福的感覺.&lt;br /&gt;&lt;br /&gt;喜歡這個品牌的公仔另一原因, 係每一個都有名字.&lt;br /&gt;這個是 - Happily Ever After......&lt;br /&gt;&lt;br /&gt;&lt;img border="0" src="http://www.geocities.com/adasnc/pics/pm_happily_ever_after.jpg" ALIGN="middle" alt="Happily Ever After......"&gt;&lt;br /&gt;&lt;br /&gt;網站分享: &lt;a href="http://www.preciousmoments.com/" target="_blank"&gt;PM 官方網站&lt;/a&gt;, &lt;a href="http://www.youandme.com.hk/" target="_blank"&gt;You and Me (香港專賣店)&lt;/a&gt;, &lt;a href="http://www.gocollect.com/catalog/gateway/pm.asp" target="_blank"&gt;GoCollect (網上買)&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115096782402690623?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115096782402690623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115096782402690623' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115096782402690623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115096782402690623'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_22.html' title='新成員'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115080073553257695</id><published>2006-06-20T18:48:00.000+08:00</published><updated>2006-06-20T18:52:15.546+08:00</updated><title type='text'>小小的一片紙</title><content type='html'>花朵植物, 風景名勝, 昆蟲動物, 名人盛事......&lt;br /&gt;小小的一枚郵票, 其實可以令我們看到許多.&lt;br /&gt;&lt;br /&gt;從前十個有八個小朋友都會集郵, 包括我和哥哥在內.&lt;br /&gt;數本郵票簿裡面放滿了色彩繽紛, 印刷精緻的郵票.&lt;br /&gt;我喜歡以國家去分類. 中英並照清楚地寫下國家名, 對世界的認識彷彿也多了.&lt;br /&gt;由於有親戚居於美加和澳洲, 所以這些國家的郵票也特別多.&lt;br /&gt;記得每次收到信, 我們便爭著看郵票是否已經擁有.&lt;br /&gt;如是未曾出現過的, 便需決定是我的還是哥哥的.&lt;br /&gt;接著我們便會放少許水於一個淺碟裡 (很多時是肥皂盒蓋),&lt;br /&gt;再把信封上貼有郵票的一角撕去, 然後把那一角紙放在水面.&lt;br /&gt;第二天, 便可以開心地從碟裡拿出已和信封分離的郵票;&lt;br /&gt;跟著把郵票放到紙巾上, 待上半天的時間一個新成員便會給加進郵票簿裡.&lt;br /&gt;&lt;br /&gt;除了從信件收集得來的郵票, 我們還會收集首日封.&lt;br /&gt;每次有新的郵票發行, 爸爸都會帶我們到郵局排隊購買.&lt;br /&gt;遇上特別值得紀念的, 往往要輪候一兩小時才買得到.&lt;br /&gt;買到新郵票和紀念信封之後, 我們便站到一旁精心設計一下首日封的 '構圖'.&lt;br /&gt;該怎樣排列那數枚郵票才好看呢?  隨意地貼上去實在不夠特別了, 也沒有美感.&lt;br /&gt;貼好後再排隊把郵印蓋上, 之後便小心翼翼地拿回家裡.&lt;br /&gt;途中更要確保沒有把印弄花, 首日封又不會給弄縐.&lt;br /&gt;&lt;br /&gt;這些郵票和首日封, 小時候閒時會拿出來看看, 真的可以學到不少事物的.&lt;br /&gt;然而現在它們都不知給放到那兒了... 真的要回娘家找一找, 重溫一下!&lt;br /&gt;現今儲郵票這一項興趣, 應該甚少小朋友會喜愛了.&lt;br /&gt;就算喜愛郵票, 也很難可以收集到... &lt;br /&gt;因為書信在今時今日是何等少見啊! 只有靠購買新舊郵票了.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115080073553257695?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115080073553257695/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115080073553257695' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115080073553257695'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115080073553257695'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_20.html' title='小小的一片紙'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115070325636384170</id><published>2006-06-19T15:26:00.000+08:00</published><updated>2006-06-19T23:19:19.946+08:00</updated><title type='text'>一個遊戲</title><content type='html'>無意中番看了一篇多年前收集的短文章,&lt;br /&gt;令我又想起了 '幸福不是必然的' 這句說話.&lt;br /&gt;&lt;br /&gt;身邊的親朋好友大都認為我是一個頗幸福的人.&lt;br /&gt;無疑, 我現在的生活景況, 的確算得上是幸福.&lt;br /&gt;但其實多年以來, 我都害怕這些幸福會有一天離我而去!&lt;br /&gt;是真的, 我是打從心底有這樣的恐懼.&lt;br /&gt;有時會想, 沒有擁有或已經失去一些幸福的人其實是幸福的,&lt;br /&gt;因為他們無需害怕和面對失去.&lt;br /&gt;&lt;br /&gt;之不過, 怕又有可用呢?&lt;br /&gt;不論活得平凡活得精彩, 幸福與不幸福, 生命總會完結.&lt;br /&gt;人只可以活一次.&lt;br /&gt;就當生活是一個遊戲吧... 一個你我都只可玩一次的遊戲.&lt;br /&gt;遊戲的結局每人都一樣, 只是過程不同.&lt;br /&gt;而遊戲目標就是盡情去享受和實行一些你想做的事情, 雖然過程有苦有樂.&lt;br /&gt;苦的, 我們會特別記得... 要不然, 便不會渴望和珍惜快樂.&lt;br /&gt;但無論如何, 這一個遊戲有太多未知之數了...&lt;br /&gt;只要我們不太執著, 輕鬆地去面對, 這必然是一個令人充滿期待的遊戲!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;***** 轉載文章重溫 *****&lt;br /&gt;&lt;br /&gt;&lt;span style="color:#996633;"&gt;&lt;&lt;&lt;一本只能讀一次的書&gt;&gt;&gt;&lt;br /&gt;&lt;br /&gt;和你在一起已經2年7個月又3天，53天後就是3週年慶祝囉。&lt;br /&gt;我知道最愛浪漫的你，一定又會做出感動死人不償命的事來...&lt;br /&gt;想到這，我又忍不住揚起一絲笑臉了...&lt;br /&gt;&lt;br /&gt;還記得，第一年你帶我到遊樂場狂歡，原以為這樣就結束一天。但沒想到最後卻與你走散了，我找不到你，急的要哭了...忽然間聽到擴音器傳來熟悉的聲音："妳在找我嗎？我知道妳看不見我，找不到我！我只是想告訴妳，就算我不在妳身旁，但我永遠與妳同在。所以不用再找了，因為只要妳愛我，我便會一直留在妳身旁，永不分離..."我看見你向我走來，永遠忘不了在一堆陌生人的掌聲中和你那一次的擁抱......&lt;br /&gt;&lt;br /&gt;也還記得，第二年我出國洽公，所以無法一起度過！趕回台北時，已經剩下不到3個小時...call你，你說你睡了，叫我趕快回家休息，有事明天再說......我想你大概也忘了今夕是何夕吧！我安慰自己回到家中，打算大吃一頓自己慶祝。打開客廳燈，映入眼中的是餐桌上被滿滿的玫瑰包圍住豐盛的佳餚，旁邊寫著："我知道妳會餓，所以我煮好了。"吃完愛心宵夜後，我進入浴室，浴缸裡又是滿滿的玫瑰,還有....熱呼呼的洗澡水？？？鏡上寫著"我知道你又累又冷，所以我幫你放了熱水"我感到吃驚又訝異，難不成你剛走囉？？？衝到房間，想打電話給你，卻看到有一隻豬頭躺在床上，笑咪咪看著我說："我知道你會想我，所以，我在這裡等你......"&lt;br /&gt;&lt;br /&gt;有了前2次的經驗，我很好奇53天後，會有怎樣的浪漫等著我...&lt;br /&gt;&lt;br /&gt;50天，你說最近身體怪怪的，於是我陪你去身體檢查。&lt;br /&gt;45天，檢查報告出來，你笑說原來自己大驚小怪。&lt;br /&gt;40天，在我上班時，接到你同事來電，說你昏倒了......&lt;br /&gt;35天，你住院，你對我笑說：因為想翹班。&lt;br /&gt;30天，你終於瞞不了我，胃癌......末期......&lt;br /&gt;25天，你還是不讓我去照顧你！&lt;br /&gt;20天，無視於我哭紅的雙眼，我唯一一次進房見你，你拿了一封信給我,便對我說了一個字：[滾]！！&lt;br /&gt;15天，你重度昏迷，送入手術室......&lt;br /&gt;10天，想到你給我的那封信，拿出來看，欲哭卻已無淚...&lt;br /&gt;5天，你離開加護病房，雖已清醒，醫生卻說"迴光反射，請有心理準備"&lt;br /&gt;0天，那一天，一切歸零！我終於...終於在你閉上雙眼前，說出："我...不愛你了......"&lt;br /&gt;&lt;br /&gt;至今，你留給我的那封信，仍深深印在我心裡.......&lt;br /&gt;&lt;br /&gt;"我知道我將不久於人世，對不起，無法和你共度第三個紀念日...曾經說過『只要你愛我，我將一直留在你身旁，永不分離』但如今，我竟做不到這小小的承諾...也曾經說過『我知道你會想我，所以，我在這裡等你』但今天，我卻不能夠繼續等下去.........現在，一個無法留在妳身邊與妳永不分離的人，如何能要求妳愛他！？現在，一個無法在這裡等妳的人，又如何願意見到妳想他..親愛的，我是自私的！我自私的要求妳不要再愛我，也自私的要求妳不要想我！對我說吧......說妳不愛我了吧......可以嗎！？好嗎！？&lt;br /&gt;&lt;br /&gt;第一年，我是故意和妳分散的。第二年，我也是故意先讓妳失望的。但是妳知道嗎，今年...第三年...我真的不是故意和妳分散，也不是故意讓妳難過......&lt;br /&gt;&lt;br /&gt;不做治療，是自私的不想讓妳知道我的痛苦！&lt;br /&gt;不給妳照顧，是自私的不想讓妳見到我的懦弱......&lt;br /&gt;我是這麼自私的，所以，對我說妳不愛我吧！&lt;br /&gt;如此一來，我便能毫無牽掛的離開這個世界！離開這個有妳的世界...&lt;br /&gt;也許離開了妳，我不再快樂......&lt;br /&gt;也許離開了妳，我不再歡笑......&lt;br /&gt;但是至少......在妳失去一個自私的愛人後，妳能夠幸福啊......&lt;br /&gt;你懂嗎！？我希望妳能夠替我快樂，能夠替我歡笑...&lt;br /&gt;更重要的是要替我幸福啊......好嗎？&lt;br /&gt;所以，妳不愛我了！好嗎？&lt;br /&gt;真正的愛；是在能愛的時候，懂得珍惜。是在無法愛的時候，懂得放手。因為，放手才是擁有一切！"&lt;br /&gt;&lt;br /&gt;願妳，在珍惜的時候，好好去愛。在放手的時候，好好祝福。&lt;br /&gt;&lt;br /&gt;德國作家"尚保羅"說過很耐人尋味的話：&lt;br /&gt;「人生猶如一本書。愚蠢的人將它草草翻過！聰明的人卻會將它細細閱讀。&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#996633;"&gt;為什麼呢？因為聰明的人知道，這本書只能讀一次。」 &lt;/span&gt;&lt;br /&gt;&lt;span style="color:#996633;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#996633;"&gt;[ 記錄於: 2002年6月 ]&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115070325636384170?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115070325636384170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115070325636384170' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115070325636384170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115070325636384170'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_19.html' title='一個遊戲'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115051257685500503</id><published>2006-06-17T10:45:00.000+08:00</published><updated>2006-06-17T10:49:36.866+08:00</updated><title type='text'>鼻子受罪</title><content type='html'>早上乘巴士返工, 對面坐了一個印巴藉男子.&lt;br /&gt;相信他噴了不少古龍水上身, 濃濁得不~~得了!!&lt;br /&gt;那些濃和濁把我附近的空氣都 '倒塞' 了.&lt;br /&gt;可車上人又多, 又尚有很大段路才下車, 我便繼續坐著.&lt;br /&gt;但過了十多分鐘, 我的鼻實在辛苦死了, 結果要拿出一張充滿薄荷味的紙巾掩鼻.&lt;br /&gt;&lt;br /&gt;其實我們不時會遇到這些 '香味撲鼻' 的人;&lt;br /&gt;男的女的, 印巴的, 歐美的, 日韓的, 香港的... 什麼人也有.&lt;br /&gt;只是味這樣東西就是 '各香入各鼻', 每人的喜惡都不同.&lt;br /&gt;我本身喜歡比較濃郁的香水 (可能因為鼻子不夠靈), Gucci Envy 便是我的最愛.&lt;br /&gt;除了我覺得不好聞的香味外, 果味或太甜的香水我就最不能接受.&lt;br /&gt;總覺得生果或糖是應該往口裡放, 而不應塗在身上的.&lt;br /&gt;&lt;br /&gt;八卦分享: &lt;a href="http://www.destinygarden.com/big5/astro16.htm" target="_blank"&gt;十二星座的幸運香水&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115051257685500503?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115051257685500503/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115051257685500503' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115051257685500503'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115051257685500503'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_17.html' title='鼻子受罪'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-115035601542502136</id><published>2006-06-15T15:12:00.000+08:00</published><updated>2006-06-15T15:26:31.590+08:00</updated><title type='text'>手機鈴聲</title><content type='html'>'Nami Nami~~! Nami Nami~~!!...' - bra bra 廣告歌;&lt;br /&gt;'如果~~ 太多牛奶味...' - 朱古力鮮奶廣告歌;&lt;br /&gt;'呀~~ 呀~~ 呀~~ 呀~~~~...' - 呻吟聲;&lt;br /&gt;'爸爸聽電話呀!! 爸爸聽電話呀!!...' - 小朋友叫聲;&lt;br /&gt;... 等等等等.&lt;br /&gt;&lt;br /&gt;今時今日, 林林總總的手機鈴聲在街頭上商場裡車廂中此起彼落.&lt;br /&gt;由十年前單調的傳統電話響鬧聲, 到簡單的聲響音樂; &lt;br /&gt;再變成多和弦的美妙樂曲, 繼而進展成現在的流行歌或人聲... 實在精彩!&lt;br /&gt;&lt;br /&gt;我本身仍然用著一部只能播放多和弦的手提電話, 比較落後.&lt;br /&gt;不過用作電話鈴聲, 我喜歡純音樂多過流行曲, 所以已經很滿足.&lt;br /&gt;又在多種純音樂裡, 我比較喜歡那些聽起來輕快但有點空洞感覺的.&lt;br /&gt;曾經在一個朋友的 Nokia 手機裡聽到一首很喜歡的音樂, 名字可能叫 'Espionage'.&lt;br /&gt;可是 Nokia 是一隻比較自私的牌子, 內置的鈴聲大多不可傳送 (真可惡!!).&lt;br /&gt;在網上我又遍尋不獲... 如你們有類似名字的 midi 檔案, 煩請傳送給我.&lt;br /&gt;&lt;br /&gt;相信我的下一部手機應該是可以用 MP3 作鈴聲的, &lt;br /&gt;到時又要費一番心機時間去選擇數首我喜歡的鈴聲了.&lt;br /&gt;&lt;br /&gt;網站分享: &lt;a href="http://www.myt610.lasyk.net/T610/Ringtones/" target="_blank"&gt;Free Sony Ericsson T610 ringtones - myT610&lt;/a&gt;&lt;br /&gt;我的鈴聲分享: &lt;a href="http://www.geocities.com/adasnc/music/Heaven.mid"&gt;Heaven&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-115035601542502136?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/115035601542502136/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=115035601542502136' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115035601542502136'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/115035601542502136'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_15.html' title='手機鈴聲'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114982649829055178</id><published>2006-06-09T11:50:00.000+08:00</published><updated>2006-06-09T12:14:58.300+08:00</updated><title type='text'>不知所謂的選舉</title><content type='html'>森美小儀這兩個當紅 DJ, 近日被商台停職留薪兩個月,&lt;br /&gt;全因他們早前舉行了一個名為 '我最想非禮的女藝人' 的網上選舉.&lt;br /&gt;&lt;br /&gt;嘿! 虧他們諗得出之餘又夠膽 '付諸於行'!&lt;br /&gt;更荒謬的是, 竟然有女藝人回應說若被選中是她的榮幸!&lt;br /&gt;腦筋在哪兒? 責任心在哪兒??&lt;br /&gt;要知道傳媒在香港的感染力是十分巨大.&lt;br /&gt;就是這些不知所謂的公眾人物和藝人令到香港人變得越來越是非不分,&lt;br /&gt;道德和品德水平每況愈下, 廉恥心都不知放到哪兒了.&lt;br /&gt;&lt;br /&gt;'非禮' 係一種罪行呀~~!&lt;br /&gt;聰明一點, 來一個 '我最想抱抱的女藝人' 選舉也可以吧!&lt;br /&gt;當然意思全然不同, 但相信這樣就不會被市民投訴, 不會被停職.&lt;br /&gt;香港人, 想多些做多些正確的有教養的高尚的美麗的事情吧~~!&lt;br /&gt;要不然, 香港... 唉...... 會變得越來越討厭了.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114982649829055178?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114982649829055178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114982649829055178' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114982649829055178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114982649829055178'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post_09.html' title='不知所謂的選舉'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114923819152470472</id><published>2006-06-02T16:48:00.000+08:00</published><updated>2006-06-02T16:49:51.536+08:00</updated><title type='text'>唯一沒變的</title><content type='html'>夏天又到.&lt;br /&gt;香港既夏天, 又熱又濕.&lt;br /&gt;可以整個星期都陰天落雨, 甚至狂風雷暴!&lt;br /&gt;久不久更會有颱風到臨. 討厭!&lt;br /&gt;&lt;br /&gt;不喜歡下雨天, 對閃電行雷更加係害怕.&lt;br /&gt;不過, 這些天氣總會令我想起兒時的溫馨情景.&lt;br /&gt;&lt;br /&gt;落雨的日子, 大部份小朋友都會變成黃色的小鴨子, 十分可愛.&lt;br /&gt;(當然我是其中一個啦~~!)&lt;br /&gt;打風的時候, 爸爸媽媽都會合力把防風板扣到窗上.&lt;br /&gt;那些堆板的聲音, 那些現在已經很難見到的波浪形大大塊的防風板,&lt;br /&gt;到現在我仍然十分記得, 相信再過多幾廿年, 我仍然會記得.&lt;br /&gt;每次因天氣惡劣而不用上課時, 一家四口便會食罐頭.&lt;br /&gt;茄汁豆, 午餐肉, 是必定菜式.&lt;br /&gt;&lt;br /&gt;現在這些情景都難以再見了...&lt;br /&gt;小朋友都不穿雨褸, 個個都拿起雨傘.&lt;br /&gt;防風板更是幾近絕跡的東西了.&lt;br /&gt;我也已經不再與父母同住, 打風暴雨的日子, 都只能各自在家中渡過.&lt;br /&gt;唯一沒有變的, 就是茄汁豆和午餐肉.  ^___^.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114923819152470472?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114923819152470472/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114923819152470472' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114923819152470472'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114923819152470472'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/06/blog-post.html' title='唯一沒變的'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114890026883770890</id><published>2006-05-29T18:45:00.000+08:00</published><updated>2006-05-29T18:57:48.850+08:00</updated><title type='text'>你有壓力, 我都有壓力!</title><content type='html'>近日小至十歲, 老至七十歲, 都可能會講過:&lt;br /&gt;'你有壓力, 我都有壓力!' 或者 '未解決~!'&lt;br /&gt;哈哈~~!  多得互聯網既發達以及香港人應該真係有不少壓力,&lt;br /&gt;這段 '巴士亞叔' 既片段迅速地在香港廣泛流傳.&lt;br /&gt;HOT 既程度, 係連電視新聞都有報導;&lt;br /&gt;亦有學校禁止學生講這句 '壓力宣言'!&lt;br /&gt;&lt;br /&gt;如果這段片真是偷拍的話, 真的佩服那個青年,&lt;br /&gt;可以讓那個不認識的亞叔 '訓示' 咁耐, 繼而 '問候' 一番.&lt;br /&gt;其實我覺得那位亞叔可能真的壓力很大, 又或者係神經有問題.&lt;br /&gt;不過, 生活在大城市既大部份人, 都有情緒病; 亦有大量 '未解決' 的問題!&lt;br /&gt;&lt;br /&gt;但我更想提出既, 係公德心問題.&lt;br /&gt;很多時在巴士或地鐵, 都會遇上一些講說話或講電話十分大聲既人.&lt;br /&gt;對其他乘客, 其實真係十分之滋擾.&lt;br /&gt;如果香港人曉得多為他人設想, 我相信大家既壓力都會減低不少.&lt;br /&gt;(試想想, 當你拖著疲倦的身體搭車回家時, &lt;br /&gt;車上有這些不介意讓其他人知道他/她的近況呀家事呀的人,&lt;br /&gt;那些聲浪, 實在討厭... 沒有他們, 你是可以好好的睡一覺嘛!!&lt;br /&gt;睡眠是減少壓力的一總好方法! ^___^.)&lt;br /&gt;&lt;br /&gt;片段分享: &lt;a href="http://www.youtube.com/watch?v=76I82ZBtBJ0" target="_blank"&gt;&lt;巴士亞叔&gt;&lt;/a&gt; (注意: 部份內容可能引起觀眾不安.)&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114890026883770890?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114890026883770890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114890026883770890' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114890026883770890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114890026883770890'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_29.html' title='你有壓力, 我都有壓力!'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114844510896636409</id><published>2006-05-24T12:21:00.000+08:00</published><updated>2006-05-24T12:38:38.683+08:00</updated><title type='text'>不明朗的前景</title><content type='html'>友人甲在一件人生大事上作不出決定, 理由係: '前景唔明朗'.&lt;br /&gt;對於這個理由, 我覺得是一個把自己弄糊塗的理由.&lt;br /&gt;點先為之 '明朗' 呢??  又現今有邊個香港人會覺得自己既前景係明朗呢?!&lt;br /&gt;&lt;br /&gt;'理由' 其實應該係具體化的, 量化的, 可以衡量的; 尤其在大事上.&lt;br /&gt;例如: 我還未儲到三十萬, 不夠錢結婚!&lt;br /&gt;這樣, 三十萬就會變成你的目標; 冇目標既人生會令人感到無助.&lt;br /&gt;又在這 '目標' 之上, 應該有一個限期.&lt;br /&gt;例如: 三十五歲前我要儲到三十萬!&lt;br /&gt;這樣, 你的目標便不會是遙遙無期; 沒期限的目標會變成一個藉口.&lt;br /&gt;如此, 對你自己都會公平一D, 因為你會去 '評審' 一下自己既進度/成就.&lt;br /&gt;&lt;br /&gt;須知道, 歲月不留人.&lt;br /&gt;除了搵錢係可以遲D再搵, 有好多事情, 係返唔到轉頭.&lt;br /&gt;做人就是這樣子呀...... &lt;br /&gt;雖然有很多未知之數, 但我們仍要接受這些挑戰, 向 '不明朗的前景' 邁進!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114844510896636409?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114844510896636409/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114844510896636409' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114844510896636409'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114844510896636409'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_24.html' title='不明朗的前景'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114827661654073194</id><published>2006-05-22T13:42:00.000+08:00</published><updated>2006-05-22T13:43:36.553+08:00</updated><title type='text'>一場誤會</title><content type='html'>再見到她, 心中有無盡的喜悅.&lt;br /&gt;還以為最後一面也趕不及見到就要永別呢!!&lt;br /&gt;&lt;br /&gt;我的飯堂原來冇執到呀!  哈哈~~!!&lt;br /&gt;她只是進行了小小的裝修, 又好像更換了通風設施.&lt;br /&gt;真好, 我又可以吃到款多美味又便宜的午餐了!&lt;br /&gt;&lt;br /&gt;有時有些事, 眼見到的未必就是你所想的.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114827661654073194?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114827661654073194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114827661654073194' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114827661654073194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114827661654073194'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_22.html' title='一場誤會'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114776157409716716</id><published>2006-05-16T14:30:00.000+08:00</published><updated>2006-05-16T14:51:36.513+08:00</updated><title type='text'>my dream ......</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/2457/345/1600/dream.2.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/2457/345/400/dream.2.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;my dream car:&lt;br /&gt;踏實型 - Toyota Previa&lt;br /&gt;奢華型 - Porsche 911 Carrera Cabriolet&lt;br /&gt;&lt;br /&gt;my dream house:&lt;br /&gt;靠自己 - 家陣住梗望出去公園旁海邊的低密度住宅&lt;br /&gt;靠六合彩 - 望到日落海邊既幾千尺兩層 house&lt;br /&gt;&lt;br /&gt;my dream kitchen:&lt;br /&gt;只要係比較闊落同埋有一座坐地煮食焗爐就得&lt;br /&gt;&lt;br /&gt;my dream dinner:&lt;br /&gt;東瀛版 - 望住東京夜景 (包括東京鐵塔) 既舒適晚擘甯w版 - 望住巴黎鐵塔既浪漫法國晚�&lt;br /&gt;my dream vacation:&lt;br /&gt;一個月輕鬆遊日本或歐洲&lt;br /&gt;&lt;br /&gt;my dream chair:&lt;br /&gt;可以按摩埋對手既 OSIM iDesire&lt;br /&gt;&lt;br /&gt;my dream luxury:&lt;br /&gt;一部黑色 Yamaha/Petrof 三角琴&lt;br /&gt;&lt;br /&gt;my dream life:&lt;br /&gt;在家工作或經營一間唔困身既小店;&lt;br /&gt;可以係賣手工藝品藝術品, 或是一間令人坐得舒適既 cafe.&lt;br /&gt;每日都做D自己想做鍾意做既事, 又唔需要趕頭趕命四處去.&lt;br /&gt;一星期可以做三次運動, 包括游水打波跑步; 又可以隨時聽到自己想聽既音樂.&lt;br /&gt;有足夠時間比我彈琴睇書睇電視睇戲上網玩, 仲有同屋企人朋友食飯聚會.&lt;br /&gt;&lt;br /&gt;每人都會有夢想, 祝各位夢成真!!  ^___^.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114776157409716716?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114776157409716716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114776157409716716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114776157409716716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114776157409716716'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/my-dream.html' title='my dream ......'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114767587407386374</id><published>2006-05-15T14:47:00.000+08:00</published><updated>2006-05-15T14:54:47.146+08:00</updated><title type='text'>星期一... 難過!</title><content type='html'>星期一, 一星期裡面最唔喜歡, 最唔起勁既一日!&lt;br /&gt;食左個貴又唔抵既早餐.&lt;br /&gt;返到公司樓下, 忽然在鏡中發現自己又肥了!!&lt;br /&gt;唉... 難過的一天~!&lt;br /&gt;&lt;br /&gt;噚晚發夢, 又夢見一個十多年冇見既朋友, 我諗其實我好掛住佢.&lt;br /&gt;可以嘗試打去佢屋企既電話, 不過都唔知有沒有改了.&lt;br /&gt;聯絡到了, 又好似好突然...... 這麼多年冇見, 講乜好呢?!&lt;br /&gt;或許有天我會試試罷~~&lt;br /&gt;&lt;br /&gt;星期六, 在佐敦的北京酒樓吃過好好味的母親節飯後, 幾個人去了龍翔道看夜景.&lt;br /&gt;那裡不是看香港夜景的最佳地方, 但點點燈火, 仍是很吸引.&lt;br /&gt;眺望 IFC 和中國銀行總行; 近看朗豪坊和又一城.&lt;br /&gt;並可以看到火車站, 和一條條變得似蟲蟲一樣小的火車.&lt;br /&gt;&lt;br /&gt;想想自己身處這個繁華又尚算美麗的城市, 其實很不錯.&lt;br /&gt;算吧.... 也不是太難過!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114767587407386374?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114767587407386374/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114767587407386374' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114767587407386374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114767587407386374'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_15.html' title='星期一... 難過!'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114749630388490446</id><published>2006-05-13T12:51:00.000+08:00</published><updated>2006-05-13T12:58:23.896+08:00</updated><title type='text'>和你在路上</title><content type='html'>你和我從不同的地點出發, 有一天, 在路上遇上.&lt;br /&gt;我們手牽手, 天真快樂地向前走著.&lt;br /&gt;&lt;br /&gt;有時, 我會氣力充沛地向前衝, 走遠了;&lt;br /&gt;不要緊, 我總會有睏倦無力的時候, 你總會趕上.&lt;br /&gt;有時, 你會慢慢地走又或是停下來, 察看一下環境, 想想應怎樣走;&lt;br /&gt;不要緊, 我總會徘徊在你身旁, 等著你, 你總會前進.&lt;br /&gt;&lt;br /&gt;沿途上, 你看見種種的珍禽異獸, 都會興致勃勃地向我講述牠們的特性.&lt;br /&gt;然而, 對不起, 其實我未必聽得懂, 就如我對你說路上那燦爛奪目的花兒品種一樣.&lt;br /&gt;但是不要緊, 我仍然會用心地去聽, 因為那是你喜歡的.&lt;br /&gt;我們又會遇著很多不同的朋友伙伴, 或會到別處逛逛.&lt;br /&gt;也不要緊, 我們總會記掛著對方, 回來後又會雀躍地告知所見所聞.&lt;br /&gt;&lt;br /&gt;謝謝你為我張傘, 謝謝你的忍耐和包容, 我也會做好我應做的.&lt;br /&gt;只要你和我都保持著那份純真, 無論怎麼走, 我們都會一起向著約定的那方走去.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114749630388490446?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114749630388490446/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114749630388490446' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114749630388490446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114749630388490446'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_13.html' title='和你在路上'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114733407052700211</id><published>2006-05-11T15:47:00.000+08:00</published><updated>2006-05-11T15:54:30.536+08:00</updated><title type='text'>空白</title><content type='html'>由於飯堂消失了, 太陽伯伯又笑得太燦爛既關係,&lt;br /&gt;這兩天都去了附近的麥記食 lunch.&lt;br /&gt;雖然D食物熱氣, 雖然D食物不太健康...... 但, 好味!  ^___^.&lt;br /&gt;&lt;br /&gt;我去的這間麥記位於人來人往既商場裡面.&lt;br /&gt;一邊吃一邊可以看到很多很多不同的人和事.&lt;br /&gt;靚女靚仔靚太靚佬, 核凸的, 騎呢的, 不知所謂的... 應有盡有, 目不暇給.&lt;br /&gt;不同既衣著打扮, 好和醜既言談舉止, 公或私既談話內容... 十分精彩, 好過睇電視.&lt;br /&gt;另外, 進行以上觀賞既時候, 會發覺腦子是一片空白, 沒有怎麼運作的.&lt;br /&gt;這種 '空白' 的感覺...... 很舒服~~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114733407052700211?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114733407052700211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114733407052700211' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114733407052700211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114733407052700211'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_11.html' title='空白'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114724115234875077</id><published>2006-05-10T14:02:00.000+08:00</published><updated>2006-05-10T14:05:52.363+08:00</updated><title type='text'>下水禮</title><content type='html'>終於行了下水禮!!!!!! YEAH~~~ ^O^&lt;br /&gt;&lt;br /&gt;近個幾禮拜的天氣實在好得不~~得了!!&lt;br /&gt;太陽伯伯每天都一大清早便笑呵呵的對著我們, 直到黃昏六點多才離去.&lt;br /&gt;I LOVE SUNSHINE!!!!!&lt;br /&gt;&lt;br /&gt;雖然昨天是晚上去游水, 但由於太陽伯伯很勤力, 所以池水仍然很溫暖.&lt;br /&gt;又雖然游了沒多久已經無氣力 (因為近大半年很少做運動),&lt;br /&gt;但由於實在太愛在水中暢游的感覺, 所以仍盡力地游呀游.&lt;br /&gt;&lt;br /&gt;游水這一項運動, 我是在中學後期先真正接觸.&lt;br /&gt;記得那時是一個同學教我的. 那一年的暑假, 我們常常到公眾游池.&lt;br /&gt;她用心地教我. 而我這個徒弟, 都很用心地學.&lt;br /&gt;只不過, 我遇到其他人多數不會遇到的難題......&lt;br /&gt;......就係要忍笑!!!&lt;br /&gt;原因係每當我努力地在水中做出同學教我的動作時,&lt;br /&gt;我都會不期然地聯想到當時自己的姿勢一定很核凸很好笑.&lt;br /&gt;然後就會忍不住笑了出來, 也游不成了.&lt;br /&gt;幸好, 我最終勉勉強強也學懂了最簡單的蛙式.&lt;br /&gt;也是靠著這糊里糊塗的泳姿, 現在每一年的夏天,&lt;br /&gt;我都可以休哉悠哉地在水中慢慢地 (因為游不快) 暢泳.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114724115234875077?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114724115234875077/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114724115234875077' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114724115234875077'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114724115234875077'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_10.html' title='下水禮'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114716456439404786</id><published>2006-05-09T16:45:00.000+08:00</published><updated>2006-05-09T16:51:30.303+08:00</updated><title type='text'>懷念的食店</title><content type='html'>執o左呀~~~!!!!!!&lt;br /&gt;我每個禮拜至少去兩次食 lunch o既食店竟然執o左呀~~~~~!!!!!!!!&lt;br /&gt;點算??!!!  我間飯堂執o左...... T___T.&lt;br /&gt;&lt;br /&gt;由細到大一日三餐總有不少機會在外邊吃, 想一想, 我懷念的食店也有好幾間.&lt;br /&gt;&lt;br /&gt;小時候, 早餐或午餐會到平台的粥店吃.&lt;br /&gt;軟綿綿白淨淨的白粥, 用八角形的白色底加藍色綑邊及花紋的瓦碗載著, 十分有風味.&lt;br /&gt;還有那甜甜的鬆軟的鬆糕, 很令人懷念. 後來聽說老闆一家要移民, 粥舖便從此不見了.&lt;br /&gt;&lt;br /&gt;又有一檔在小學附近橫街裡的大排檔, 是吃粥和中式甜品的.&lt;br /&gt;很多時放學後媽媽便會帶我去食油炸鬼牛利酥, 或是紅豆沙芝麻糊.&lt;br /&gt;記得檔裡有個伯伯在搓麵粉, 再將一條條搓好的白色的孖條放進油鍋, &lt;br /&gt;金黃色的油炸鬼便慢慢的變了出來.&lt;br /&gt;後來大排檔要拆了, 幾張熟悉的面孔便從此在我的生活裡消失.&lt;br /&gt;&lt;br /&gt;長大後, 好朋友C 介紹在灣仔警署裡的亨特利餐廳.&lt;br /&gt;無錯, 餐廳的最大特色就係要走入警署, 並要登記身分證才能上去吃的.&lt;br /&gt;那裡的環境很優美, 有海景, 十分溫馨浪漫, 食品和服務水準也很好.&lt;br /&gt;後來餐廳搬了, 搬到同區一橦有多間食店的商業大廈.&lt;br /&gt;雖然裝修也很舒適, 食物和侍應的水準也能維持, &lt;br /&gt;但可能因為沒有了 '在警局中進膳' 的招徠, 不久就結業了.&lt;br /&gt;&lt;br /&gt;還有一間叫湖心餐廳的西餐廳, 是在金鐘香港公園裡的.&lt;br /&gt;雖然只幫襯過一次, 但那裡的環境舒適乾淨優雅浪漫, 所以印象深刻.&lt;br /&gt;可惜, 數年後當我再想從臨舊地, 就發現她不見了!!&lt;br /&gt;&lt;br /&gt;如今, 我的飯堂不見了~~!  天呀!  你叫我往後的日子怎麼辦??!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114716456439404786?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114716456439404786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114716456439404786' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114716456439404786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114716456439404786'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_09.html' title='懷念的食店'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114707015453706999</id><published>2006-05-08T14:33:00.000+08:00</published><updated>2006-05-08T14:35:54.550+08:00</updated><title type='text'>看了......</title><content type='html'>看了四大天王, 好睇!&lt;br /&gt;笑了大半場, 眼淚水都瞟了出來, 拍晒大脾, 捧腹大笑!  真開心~!&lt;br /&gt;聽聞故事情節有真 (偷拍) 也有假; 不管屬實還是噱頭, 整體效果不錯.&lt;br /&gt;製作人其實希望藉此片, 道出現今藝人的生存方法;&lt;br /&gt;以及科技發達令消費者的觀念改變帶來的負面影響......&lt;br /&gt;所以並不是一套無聊的戲.&lt;br /&gt;&lt;br /&gt;看了鏗鏘集, 心酸.&lt;br /&gt;訪問兩個因基因變異而身體不正常的青年人.&lt;br /&gt;他, 她沒有因為身體的缺陷而怨天尤人, 反而積極面對可能是短暫生命裡的每一天.&lt;br /&gt;我們這些, 應該好好學習.&lt;br /&gt;&lt;br /&gt;看了懷疑考生作弊的報導, 考評局好瘀!&lt;br /&gt;點解香港既教育高層, 久不久就會做出D比人覺得佢地好無能既事呢?!&lt;br /&gt;教育, 係一個社會裡面好重要既環節, 絕對應該一絲不苟.&lt;br /&gt;&lt;br /&gt;看了五一黃金周遊客的醜態報導, 中國真係太多不文明既人了~!&lt;br /&gt;垃圾隨處掉, 沒有秩序, 不愛惜公物, 甚至破壞他人財物......&lt;br /&gt;中國, 會有變文明的一日嗎??&lt;br /&gt;教育, 真係一個社會裡面好重要既環節, 影響深遠.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114707015453706999?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114707015453706999/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114707015453706999' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114707015453706999'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114707015453706999'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post_08.html' title='看了......'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114663044602540051</id><published>2006-05-03T12:25:00.000+08:00</published><updated>2006-05-03T12:27:26.036+08:00</updated><title type='text'>trade-off</title><content type='html'>有得必有失;&lt;br /&gt;針冇兩頭利;&lt;br /&gt;唔可以又要馬兒好又要馬兒不吃草;&lt;br /&gt;冇付出, 又點會有收獲......&lt;br /&gt;&lt;br /&gt;人生就係咁充滿選擇和矛盾, 不停的都是分叉路.&lt;br /&gt;每一步都係用一樣東西交換另一樣東西.&lt;br /&gt;我們會唔捨得, 會綣戀, 會貪......&lt;br /&gt;不過有一天, 你總要決擇, 要放手.&lt;br /&gt;&lt;br /&gt;如果世上有一種秤, 可以讓我們把那些可以選擇的都放上去,&lt;br /&gt;然後秤出那個選擇是較好的...... 那就好了~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114663044602540051?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114663044602540051/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114663044602540051' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114663044602540051'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114663044602540051'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/trade-off.html' title='trade-off'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114656565599209073</id><published>2006-05-02T18:24:00.000+08:00</published><updated>2006-05-02T18:29:08.270+08:00</updated><title type='text'>沒有了失散的可能</title><content type='html'>每日都會讀蘋果日報副刊裡的數個專欄, 但四月尾得知其中兩個不再寫了, 十分傷心!&lt;br /&gt;幸好其後知道他們都開了 blog, 會繼續寫東西給讀者看, 真好!&lt;br /&gt;&lt;br /&gt;喜歡看專欄, 因為可以知多D不同世界的事物;&lt;br /&gt;又可以 '聽' 多D其他人對各種與你有關或無關的事的意見.&lt;br /&gt;感覺上豐富了知識和眼界!&lt;br /&gt;不過我不會看一些多數談論政治的專欄, 無興趣!&lt;br /&gt;況且那些多是有彈無讚的, 討厭!&lt;br /&gt;&lt;br /&gt;現今科技發達, 有可愛的互聯網, 成了大家保持聯絡的功具.&lt;br /&gt;所以我們要知道對方的近況, 只要一個 email, 或看那人的 blog, 就可以了.&lt;br /&gt;好像沒有了 '失散' 的可能, 很好!&lt;br /&gt;只是有些在互聯網還未普遍時已經沒有聯絡的 '老朋友', 就真的是失散了, 遺憾!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114656565599209073?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114656565599209073/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114656565599209073' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114656565599209073'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114656565599209073'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/05/blog-post.html' title='沒有了失散的可能'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114621725039538333</id><published>2006-04-28T17:38:00.000+08:00</published><updated>2006-04-28T17:45:33.716+08:00</updated><title type='text'>聾貓</title><content type='html'>好多謝朋友N 分享了一幅十分有趣的格格漫畫給我.&lt;br /&gt;現實生活中, 一定唔會有如此的事發生.&lt;br /&gt;因為除了沒有這麼大的龍貓之外, 早在第二十格就應該有命案發生了!&lt;br /&gt;&lt;br /&gt;不過在我們的身邊, 可能都有不同程度的 '聾貓' 存在.&lt;br /&gt;聾了90% 的, 可能是先天, 也可能是後天; 但都是令人傷心惋惜的.&lt;br /&gt;聾了50% 的, 可能是先天, 更大多數是功能退化, 俗稱 '撞聾';&lt;br /&gt;都會令人感到可惜, 但更多時會令人勞氣!&lt;br /&gt;&lt;br /&gt;然而聾了0% 的, 不等於會完全聽到你的說話.&lt;br /&gt;有聽到100%, 但給你的回應是會把你激死的, 如:-&lt;br /&gt;問: 你依家o向邊呀?&lt;br /&gt;答: o向街囉~&lt;br /&gt;也有聽到100%, 但給你的回應是你想把他打死的;&lt;br /&gt;就是那些九唔搭八, 答非所問的人.&lt;br /&gt;&lt;br /&gt;得意分享: &lt;a href="http://www.geocities.com/adasnc/pics/deaf_cat_s.jpg" target="_blank"&gt;聾貓&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114621725039538333?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114621725039538333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114621725039538333' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114621725039538333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114621725039538333'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_28.html' title='聾貓'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114610959131460736</id><published>2006-04-27T11:26:00.000+08:00</published><updated>2006-04-27T11:46:31.326+08:00</updated><title type='text'>差一點</title><content type='html'>各方好友都信任你依賴你, 只有她不大接受你的意見.&lt;br /&gt;父母都已算盡了本份, 只是欠了一份禮物.&lt;br /&gt;你的性格其實已經不錯, 只是不夠溫柔.&lt;br /&gt;你倆其實都相愛又珍惜, 只是仍有未能適應的地方.&lt;br /&gt;你已經盡心盡力勤奮工作, 只欠了運氣或一個賞識你的上司.&lt;br /&gt;&lt;br /&gt;生命裡有那麼多的事情總是讓你和我覺得欠了一點點, 叫我們耿耿於懷, 令我們感到遺憾.&lt;br /&gt;有時那些 '差一點', 是不可補救不可改變的.&lt;br /&gt;有時那些 '差一點', 卻仍可讓我們繼續努力, 努力地去把那一點消除.&lt;br /&gt;就是這些 '差一點', 使我們有了目標, 也告訴了我們世上沒有完美的人和事.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114610959131460736?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114610959131460736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114610959131460736' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114610959131460736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114610959131460736'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_27.html' title='差一點'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114589383279783399</id><published>2006-04-24T23:45:00.000+08:00</published><updated>2006-04-25T09:28:43.320+08:00</updated><title type='text'>'愛說話' 因子</title><content type='html'>有樣o野真係諗極都唔明, 就係點解男女既分別可以咁大?!&lt;br /&gt;生理上o既差異屬結構性問題, 有科學醫學解釋, 不提.&lt;br /&gt;但是心理上行為上, 點解可以咁大分別呢??!!&lt;br /&gt;&lt;br /&gt;當中o既表表姐, 就係女人真係比男人囉嗦長氣好多~!&lt;br /&gt;好似食 lunch o既時候, 隔離檯個女人, 不停 (真係不停!) 咁講o左廿分鐘o野!&lt;br /&gt;(其實可能更長, 但因為我只坐o左廿分鐘就走.)&lt;br /&gt;好多時坐長途巴士, 都會有人講足全程差不多四十五分鐘; 果D人, 通常都係女性.&lt;br /&gt;行街行商場o既時候, 聽到見到 '雞啄唔斷' o既, 都係女人.&lt;br /&gt;&lt;br /&gt;到底係乜o野原因令到女人咁鍾意講野呢??!!&lt;br /&gt;唔通女性荷爾蒙裡面有D '愛說話' 因子??&lt;br /&gt;各位如果知道o既, 麻煩話一話聲小妹聽聽.&lt;br /&gt;&lt;br /&gt;p.s. 如小妹這方面的女性特徵發揮得太淋漓盡致, 都麻煩話一話聲小妹聽聽.  ^_____^.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114589383279783399?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114589383279783399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114589383279783399' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114589383279783399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114589383279783399'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_114589383279783399.html' title='&apos;愛說話&apos; 因子'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114563821159808971</id><published>2006-04-22T00:35:00.000+08:00</published><updated>2006-04-25T14:35:10.656+08:00</updated><title type='text'>大宴親朋</title><content type='html'>國家主席胡錦濤訪美, 去左 Bill Gates 屋企食晚飯.&lt;br /&gt;貴為世界首富連續 12年的 Bill Gates, 招呼胡錦濤的 '豪門夜宴' 由三道菜組成...&lt;br /&gt;沙律, 主菜二揀一: 大蝦配魚柳 或 牛柳, 再加甜品.&lt;br /&gt;有人會覺得 Bill Gates 好寒酸; 但有人又會話冇乜問題, 反而中國人招呼親朋戚友時的鮑參翅肚是浪費.&lt;br /&gt;個人覺得, Bill Gates 確實有D不夠體面.  好歹都應該有鵝肝呀魚子醬呀比人食!&lt;br /&gt;&lt;br /&gt;其實一直有個願望, 就係可以來一次大宴親朋!&lt;br /&gt;各位被邀請既親朋好友只需兩手吉吉, 就可以來大吃大喝一番!&lt;br /&gt;菜單如下......&lt;br /&gt;&lt;br /&gt;&lt; 西餐 &gt;&lt;br /&gt;忌廉南瓜湯 配 多款新鮮出爐鬆軟好味麵包&lt;br /&gt;煙三文魚 或 煙鴨胸 沙律&lt;br /&gt;粟米甘荀 并 健康野菜&lt;br /&gt;薯蓉伴香草蒜蓉焗田螺&lt;br /&gt;香煎魚柳 或 牛肉味勁重新鮮牛柳&lt;br /&gt;拿破崙芒果蛋糕&lt;br /&gt;UCC 咖啡&lt;br /&gt;&lt;br /&gt;&lt; 和食 &gt;&lt;br /&gt;鮮甜日式蜆仔湯&lt;br /&gt;蟹子沙律伴北海道大蟹腳&lt;br /&gt;入口即溶無比新鮮什錦刺生&lt;br /&gt;什錦天婦羅 (新鮮帶子, 白飯魚仔, 南瓜)&lt;br /&gt;神戶牛柳粒 配 稻庭烏冬 或 湯烏冬&lt;br /&gt;好味大福 或 芝麻雪糕&lt;br /&gt;UCC 咖啡&lt;br /&gt;&lt;br /&gt;&lt; 中式 &gt;&lt;br /&gt;滋潤好味椰子煲雞湯&lt;br /&gt;鹵水鵝片 并 爽口海折皮 并 花鵰醉雞翼&lt;br /&gt;鮮帶子蝦球花枝片碧綠雀巢&lt;br /&gt;香?蒸滑滑深海石斑&lt;br /&gt;乾炒牛河 或 菠蘿雞粒炒飯&lt;br /&gt;蓮子紅豆沙 或 楊枝金露&lt;br /&gt;各款銘閒情茶包&lt;br /&gt;&lt;br /&gt;以上, 係我精心設計既菜單, 希望不久既將來你會收到我既邀請啦~~!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114563821159808971?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114563821159808971/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114563821159808971' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114563821159808971'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114563821159808971'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_22.html' title='大宴親朋'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114543664864015164</id><published>2006-04-19T16:45:00.000+08:00</published><updated>2006-04-19T16:50:48.726+08:00</updated><title type='text'>時間和金錢</title><content type='html'>看到一篇報導, 有個團體舉辦了一個 '體驗貧窮' 活動.&lt;br /&gt;參加者在一星期內只可以用三百五十元過活, 包括食和車費, 即每日只可以用五十元.&lt;br /&gt;&lt;br /&gt;詳情不知道, 只看到其中一個參加者說由於要慳九蚊車費, &lt;br /&gt;結果本來四十五分鐘可到達的地方, 變成用了足足兩小時!&lt;br /&gt;原來我們這些活在城市的平民百姓, 時間和金錢係唔可以共享的~~!&lt;br /&gt;&lt;br /&gt;求學時期, 勤力讀書既, 就係用玩既時間去換取搵錢能力; 書中自有黃金屋嘛~~!&lt;br /&gt;到投身社會做事, 想收入好D既, 一係就去進修, 一係就身兼數職; 付出既, 都係時間.&lt;br /&gt;雖然有種方法係搵到錢之餘又可以有時間, 就係投資;&lt;br /&gt;之不過, 投資涉及風險......&lt;br /&gt;對於運數唔係太高既我, 都係踏實D好!&lt;br /&gt;記得今年年頭睇過我既生肖今年既運程係: 辛苦得財年, 多勞多得!&lt;br /&gt;都幾好丫~  一分耕耘, 一分收獲.&lt;br /&gt;所以, 繼續奉行: 時間換金錢, 金錢換時間!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114543664864015164?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114543664864015164/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114543664864015164' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114543664864015164'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114543664864015164'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_19.html' title='時間和金錢'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114535326250965446</id><published>2006-04-18T17:37:00.000+08:00</published><updated>2006-04-18T17:41:02.520+08:00</updated><title type='text'>變大的齒輪</title><content type='html'>四日假期轉眼就過了~~~!!&lt;br /&gt;假日節目主要都係食, 食, 食, 同食!  食得是福嘛~  哈哈!!&lt;br /&gt;&lt;br /&gt;唔知大家有冇同感, 就係長大後覺得時間好似過得越尼越快?!&lt;br /&gt;噢, 咁就月尾~!  噢, 咁就四五月~!  噢, 咁就一年!!&lt;br /&gt;係 '快樂不知時日過' 嗎?  我又唔覺得喎!&lt;br /&gt;雖然現在既生活都算快樂, 但點都好似係以前讀書時冇憂冇慮會開心D.&lt;br /&gt;雖然現在每日都頗繁忙, 但點都應該係讀書時返學放學做功課預備測驗考試忙D.&lt;br /&gt;咁, 到底係乜原因令到我有咁既感覺呢??&lt;br /&gt;&lt;br /&gt;有人話時間係一個不會停既巨輪, 日復日地轉動著.&lt;br /&gt;每個人既一生亦都係一個齒輪, 由出生那天開始轉呀轉;&lt;br /&gt;並且由不同的知識和經歷豐富著, 一日一日地變大.&lt;br /&gt;要用相同時間去轉完一圈, 小齒輪當然會轉得比大齒輪慢.&lt;br /&gt;&lt;br /&gt;我們一天一天地成長, 要兼顧既事情都漸漸地增加.&lt;br /&gt;一個成年人每天會想會掛念會考慮會憂心既事情, 一定比一個小朋友多.&lt;br /&gt;時間, 就是這樣地不知不覺被耗掉了!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114535326250965446?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114535326250965446/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114535326250965446' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114535326250965446'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114535326250965446'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_18.html' title='變大的齒輪'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114482228598241803</id><published>2006-04-12T14:10:00.000+08:00</published><updated>2006-04-12T14:13:16.486+08:00</updated><title type='text'>名字</title><content type='html'>名字對於每一個人都係重要既, 無論係中文名抑或英文名.&lt;br /&gt;你喜歡你既名嗎?  老實講, 我就不太喜歡我既... 中英文都係.&lt;br /&gt;可能覺得唔好聽, 又或者太普通吧~!&lt;br /&gt;不過, 我相信為子女改名真係唔容易.&lt;br /&gt;我會選擇一D具有 '珍貴' 意思既字, 因為子女對我尼講係好珍貴既.&lt;br /&gt;(不過唔會叫 '亞珍' 或 '亞貴' =__=!)&lt;br /&gt;希望藉此他/她會有高尚既品格, 身邊既人都會珍惜同尊重佢.&lt;br /&gt;不過, 暫時未需要諗住...... 等下啦~~!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114482228598241803?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114482228598241803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114482228598241803' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114482228598241803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114482228598241803'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_12.html' title='名字'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114466411816756819</id><published>2006-04-10T18:14:00.000+08:00</published><updated>2006-04-10T18:16:27.610+08:00</updated><title type='text'>心情</title><content type='html'>是顏色影響心情, 還是那裡的擺設影響心情?&lt;br /&gt;是衣著影響心情, 還是那天的行程節目影響心情?&lt;br /&gt;是食物影響心情, 還是同檯共膳的人影響心情?&lt;br /&gt;是事件影響心情, 還是周邊的人物影響心情?&lt;br /&gt;是天氣影響心情, 還是花開花落影響心情?&lt;br /&gt;是別人影響心情, 還是自己的心思影響心情?&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114466411816756819?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114466411816756819/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114466411816756819' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114466411816756819'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114466411816756819'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_10.html' title='心情'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114447263851127165</id><published>2006-04-08T12:53:00.000+08:00</published><updated>2006-04-08T13:03:58.523+08:00</updated><title type='text'>喜歡愛情小說</title><content type='html'>我最鍾意睇既小說係愛情小說.&lt;br /&gt;哈哈~~  好膚淺, 是吧?&lt;br /&gt;&lt;br /&gt;有時都會睇一D推理懸疑小說, 但可能我膽小, 太懸疑既, 我會驚.&lt;br /&gt;科幻小說就真係好少睇, 可能因為我對科學呀外太空呀無乜興趣.&lt;br /&gt;只有愛情小說我會睇得最津津有味.&lt;br /&gt;&lt;br /&gt;有人會覺得喜歡睇愛情小說的人多數是鍾意發白日夢呀不切實際的人;&lt;br /&gt;但對不起, 我係一個唔識發白日夢又頗實際既人.&lt;br /&gt;&lt;br /&gt;我認為, 愛情小說係最貼近真實的小說;&lt;br /&gt;每看一個故事, 就好像看到了一個人的生活片段一樣.&lt;br /&gt;愛情小說唯一與真實世界差別最大的, 就是小說裡會有太多的巧合.&lt;br /&gt;但故事裡的人物情節及感情, 是可以在現實生活中找到的.&lt;br /&gt;換句話說, 看愛情小說可以豐富我對不同人性的認識和預知.&lt;br /&gt;&lt;br /&gt;又或許因為我份人比較懶, 不喜歡用腦.&lt;br /&gt;看這些情情愛愛的就可以好輕鬆地讓我輕鬆一下.&lt;br /&gt;再者, 我是一個感情不太豐富既人,&lt;br /&gt;看多些愛情小說, 可能可以令我無咁冷血呢!  哈哈~~!  ^O^&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114447263851127165?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114447263851127165/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114447263851127165' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114447263851127165'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114447263851127165'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post_08.html' title='喜歡愛情小說'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114399158401554272</id><published>2006-04-02T23:04:00.000+08:00</published><updated>2006-04-02T23:26:24.170+08:00</updated><title type='text'>願望</title><content type='html'>今年既願望係......&lt;br /&gt;主題: 我關心既人都健康快樂~!&lt;br /&gt;詳細內容就不便透露 ^_____^.&lt;br /&gt;&lt;br /&gt;對於現在這個歲數, 老實講, 感覺怪怪的.&lt;br /&gt;不過, 我一向認為, 心境開朗自然青春常註.&lt;br /&gt;就算活到七老八十, 都可以充滿活力!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114399158401554272?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114399158401554272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114399158401554272' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114399158401554272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114399158401554272'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/04/blog-post.html' title='願望'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114377984881359498</id><published>2006-03-31T12:33:00.000+08:00</published><updated>2006-03-31T12:48:37.610+08:00</updated><title type='text'>最佳選擇</title><content type='html'>從三月尾到四月中, 有四批認識的人會到日本旅行, 真羡慕啊~~!&lt;br /&gt;&lt;br /&gt;香港人喜歡出外旅遊, 原因好簡單, 因為香港沒什麼地方可以遊玩一連三數日以上.&lt;br /&gt;不似外國地方大, 住城市的, 假日可以駕車到其他地方遊覽玩樂.&lt;br /&gt;不過也因為這個原因, 令香港人乘飛機的機會大增;&lt;br /&gt;反而在外國, 有的人一生都沒有坐過這些大鳥!&lt;br /&gt;&lt;br /&gt;在眾多國家中, 我們這一輩似乎最喜歡到日本旅遊.&lt;br /&gt;可能因為自小就接觸到這個國家的產品: 卡通漫畫及玩具;&lt;br /&gt;以及後來極之盛行的日劇, 及一眾少男少女都會追捧的潮流服飾.&lt;br /&gt;而日本這個國家每處地方都有它的特色:&lt;br /&gt;沖繩的悠閒, 九州的簡樸, 大板及東京的繁華, 京都的優雅, 北海道的美...&lt;br /&gt;還有各區的美食, 使得整個日本都十分之吸引!!&lt;br /&gt;&lt;br /&gt;雖然歐洲都有很多漂亮又值得遊覽的大城小市, 只不過當考慮到金錢和時間,&lt;br /&gt;日本仍然是最佳選擇啊~!&lt;br /&gt;&lt;br /&gt;p.s. 我都好想去啊~~~~~!!  &gt;_____&lt;.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114377984881359498?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114377984881359498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114377984881359498' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114377984881359498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114377984881359498'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_31.html' title='最佳選擇'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114362275385303327</id><published>2006-03-29T16:54:00.000+08:00</published><updated>2006-03-29T16:59:13.866+08:00</updated><title type='text'>來電</title><content type='html'>家陣既科技發達, 人與人之間既溝通聯絡方法有好多.&lt;br /&gt;當我以為 e 喵呀 MSN 呀係我既快樂泉源之際,&lt;br /&gt;一個 '老'朋友既來電竟然帶給我喜悅和感動~!&lt;br /&gt;Thank you sooo~~ much!! ^O^&lt;br /&gt;&lt;br /&gt;始終, 對話係最親切又傳情達意的一種溝通方法!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114362275385303327?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114362275385303327/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114362275385303327' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114362275385303327'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114362275385303327'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_29.html' title='來電'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114345836367546988</id><published>2006-03-27T18:30:00.000+08:00</published><updated>2006-03-27T19:22:36.960+08:00</updated><title type='text'>記憶力</title><content type='html'>近日睇到報章介紹一種叫做圖像記憶訓練的課程.&lt;br /&gt;導師是一位在 '記憶界' 有 '世界之冠' 之稱的華人博士.&lt;br /&gt;這位博士的記憶力之強實在驚人:&lt;br /&gt;他把全本牛津大字典塞了入腦袋, 隨口可以話比你聽哪一個英文字在字典裡的哪一頁!!&lt;br /&gt;這種記憶法是教人把要記認的東西想像成圖像, 再把這些圖像排列到一D有系統的物件上.&lt;br /&gt;例如把隨機排列的啤牌想像成不同的人物, 再把這些 '人物' 由上至下地 '放置' 到人的身體上,&lt;br /&gt;那麼, 你便很容易可以順序說出這些隨機排列的啤牌了......&lt;br /&gt;但怎樣也想像不到以這樣的方法可以把整本牛津字典背了!&lt;br /&gt;&lt;br /&gt;我的記憶力一向不好, 好像只有那些常常要接觸/運用的事物我才會記得, 例如密碼.&lt;br /&gt;數一數, 我機乎每天要用的密碼有:&lt;br /&gt;出入屋企的 x 2&lt;br /&gt;出入公司的 x 3&lt;br /&gt;工作上的.... x 8 (有多冇少!)&lt;br /&gt;私人事件.... x 6&lt;br /&gt;噢~ 差不多廿個!&lt;br /&gt;&lt;br /&gt;除了密碼, 電話號碼和生日/特別日期, 會是佔據我腦裡記憶體頗多位置的東西.&lt;br /&gt;還有就是一些舊人舊事......&lt;br /&gt;我會記得幼稚園或小學時某幾個同學的姓名,&lt;br /&gt;又會記得中學或以前的好些鎖碎事.&lt;br /&gt;但書本上的課文以至上堂時聽到的理論, 就完全不記得了... 哈哈~~!&lt;br /&gt;大學或之後的記憶, 也好似比較模糊.&lt;br /&gt;&lt;br /&gt;但我能記得那麼多與數字有關的東西, 又記得不少舊人舊事, 其實也不算太沒記性吧~~&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114345836367546988?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114345836367546988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114345836367546988' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114345836367546988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114345836367546988'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_27.html' title='記憶力'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114319844383016028</id><published>2006-03-24T19:02:00.000+08:00</published><updated>2006-03-24T19:11:47.626+08:00</updated><title type='text'>生仔計一計</title><content type='html'>聽聞家陣養育一個小朋友, 所需費用足夠你買層樓, 即過百萬元計!!&lt;br /&gt;&lt;br /&gt;天! 怎麼可能??!  好! 就讓我計計先!&lt;br /&gt;&lt;br /&gt;假設要養到一個小朋友到 20歲, 衣食住行全包......&lt;br /&gt;1. 屋企要容納多個人, 很大可能要換間大D既屋, 每月供樓或租樓加水電煤多用: 1000蚊&lt;br /&gt;2. BB 一日五餐, 小朋友一日四餐, 青少年一日多餐, 每月膳食費: 1500蚊&lt;br /&gt;3. 小時要坐 BB車, 長大了至少要坐公共汽車, 巴士公司又只有加冇減, 每月車費: 800蚊&lt;br /&gt;4. 衫褲鞋襪由出世當日離開手術室開始就要著, 服式需要也是有加冇減, 平均每月: 100蚊&lt;br /&gt;5. 供書教學, 學費書簿費, 學校額外收取既冷氣費茶點費, 平均每月: 3000蚊&lt;br /&gt;6. 城市競爭大, 成年人要自我增值, 求學時既學生更加需要增值, 每月課餘活動費補習費進修費: 500蚊&lt;br /&gt;7. 小朋友都要娛樂, 娛樂就自然要錢, 平均每月: 200蚊&lt;br /&gt;8. 其他什費, 每月約: 100蚊&lt;br /&gt;&lt;br /&gt;1000 + 1500 + 800 + 100 + 3000 + 500 + 200 + 100......&lt;br /&gt;共銀: 7200蚊&lt;br /&gt;一年費用: 7,200 x 12 = 86,400&lt;br /&gt;20年費用: 86,400 x 20 = 1,728,000蚊!!&lt;br /&gt;就算扣除 9年免費教育 (那 9年每月教學方面開資降低至 500蚊),&lt;br /&gt;都要: 1,728,000 - (2,500 x 12 x 9) = 1,458,000蚊!&lt;br /&gt;&lt;br /&gt;Oh My GOD~~~!!!!! 原來真係夠買一層樓!&lt;br /&gt;有人會話: 平有平養, 貴有貴養.&lt;br /&gt;相信上面我列出的, 有 D可能真的不用那個數目;&lt;br /&gt;但拉上補下, 上面所列的都算是平民化既 '價錢' 了.&lt;br /&gt;&lt;br /&gt;要生仔, 就要諗諗:&lt;br /&gt;'如果我要維持家陣既生活水準, 未來廿年裡,&lt;br /&gt;我可唔可以每個月多出一萬或八千蚊出尼洗呢??'&lt;br /&gt;如果答案是 '可以', 就生吧!&lt;br /&gt;如果答案是 '不可以', 就想想:&lt;br /&gt;'我願意為生仔養仔而降低現時的生活水準,&lt;br /&gt;達至每月可以多出一萬或八千蚊出尼洗嗎??'&lt;br /&gt;如果答案是 '願意', 就生吧!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114319844383016028?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114319844383016028/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114319844383016028' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114319844383016028'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114319844383016028'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_24.html' title='生仔計一計'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114304299231267678</id><published>2006-03-22T23:48:00.000+08:00</published><updated>2006-03-22T23:56:32.336+08:00</updated><title type='text'>缺陷</title><content type='html'>一個年青有為又有上進心的警員, 在多年前的警長升級試考獲第二名.&lt;br /&gt;卻因上司認為他的性格有不足之處, 並在他的記錄裡寫了 '性格缺陷' 四個字;&lt;br /&gt;再加上其後他自信能考到的其他職位也一一落第, 結果這名警員走上了不歸路.&lt;br /&gt;&lt;br /&gt;是否報章只節錄了警員記錄裡的那四個字呢?&lt;br /&gt;若然不是, 那麼警隊是否有需要檢討一下記錄或評核時的字眼?!&lt;br /&gt;&lt;br /&gt;'性格缺陷' 這一個評語真的令人頗難受, 也太攏統了.&lt;br /&gt;'不夠冷靜', '不友善', '過份執著'... 怎樣也好聽過 '性格缺陷' 吧!&lt;br /&gt;'缺陷' 二字給人感覺是難於補救, 仿佛會跟著你一世.&lt;br /&gt;&lt;br /&gt;然而報章說警隊中人表示就算給寫了 '性格缺陷' 在記錄裡,&lt;br /&gt;如你能作出改善, 這四個字是可以刪除的.&lt;br /&gt;那為何不直接地寫出警員的性格問題, 而要用這麼難聽的一個詞語呢?&lt;br /&gt;&lt;br /&gt;所謂的 '缺陷', 其實就是你的缺點你的弱點.&lt;br /&gt;所以, 就算有 '缺陷', 也不應放棄, 要知道世上沒有完美的人呀!&lt;br /&gt;只要你理性地明白, 不要鑽牛角尖, 並盡你所能去改善一下就好了.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114304299231267678?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114304299231267678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114304299231267678' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114304299231267678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114304299231267678'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_22.html' title='缺陷'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114287024597149451</id><published>2006-03-20T22:54:00.000+08:00</published><updated>2006-03-20T23:59:54.713+08:00</updated><title type='text'>心情起伏</title><content type='html'>請用一分鐘的時間, 認真地寫出......&lt;br /&gt;1. 一個你最憎恨的人&lt;br /&gt;2. 一個你感到煩厭的人&lt;br /&gt;3. 三個令你開心快樂, 相處又融洽的人&lt;br /&gt;4. 近期發生的一件令你開心上半天的事情&lt;br /&gt;5. 近期發生的一件令你不愉快的事情&lt;br /&gt;6. 你最不喜歡不願意做的一件事情&lt;br /&gt;7. 你最喜歡做的兩件事情&lt;br /&gt;8. 你到過的最漂亮的地方&lt;br /&gt;9. 你擁有的最喜愛的三件東西&lt;br /&gt;10. 這些年來你印象最深刻, 令你感到最驕傲或最開心的一件事情&lt;br /&gt;11. 到目前為只, 你遇上的令你最沮喪最傷心的一件事情&lt;br /&gt;12. 你希望擁有的將來&lt;br /&gt;&lt;br /&gt;寫完以上十二項東西之後, 請回想一下在剛過去的一分鐘裡,&lt;br /&gt;你的心何時感到舒坦愉快?&lt;br /&gt;當然是想到第 3,4,7,8,9,10,12 項的時候!&lt;br /&gt;結論: 我們的心情是會因應及隨著我們的思想而改變.&lt;br /&gt;要心情愉快, 就要多想開心的人和事呀!!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114287024597149451?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114287024597149451/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114287024597149451' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114287024597149451'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114287024597149451'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_20.html' title='心情起伏'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114261655803159246</id><published>2006-03-18T01:12:00.000+08:00</published><updated>2006-03-18T01:55:08.126+08:00</updated><title type='text'>查理布朗咖啡店 Charlie Brown Cafe</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/2457/345/1600/cb_cafe.0.jpg"&gt;&lt;img style="float:left; margin:10px 10px 10px 0;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/2457/345/400/cb_cafe.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;1. 全港唯一的一間花生漫畫主題餐廳&lt;br /&gt;2. 位於旺角的全場非吸煙餐廳&lt;br /&gt;3. 格局像 starbuck or PCC&lt;br /&gt;4. 但有意粉吃&lt;br /&gt;5. 店內到處也是我們熟悉的 snoopy 與牠的好友&lt;br /&gt;6. 食物飲品上也是他們可愛的樣子&lt;br /&gt;7. 桌上牆上天花板也是&lt;br /&gt;8. 還有他們的銅像&lt;br /&gt;9. 還有他們的精品&lt;br /&gt;10. 服務員態度不錯&lt;br /&gt;11. 食物雖不算便宜, 但幾好味&lt;br /&gt;12. 有很多賣相吸引的蛋糕甜品&lt;br /&gt;13. 有主角樣子的朱古力芝士蛋糕非~常好吃!&lt;br /&gt;14. 就連普通的 pancake 也很不錯&lt;br /&gt;15. 又有 daily special 的飲品&lt;br /&gt;16. 今天的是 lucy moca 杏酒朱古力咖啡&lt;br /&gt;17. 有不少顧客會拿著相機影呀影, 包括我們&lt;br /&gt;18. 不錯不錯, 是一間會再光顧的咖啡店&lt;br /&gt;&lt;br /&gt;有關資料: &lt;A HREF="http://www.openrice.com/big5/sr2.htm?shopid=15116" target="_blank"&gt;查理布朗咖啡專門店Charlie Brown Cafe&lt;/A&gt;&lt;br /&gt;有關 fun: &lt;A HREF="http://quizilla.com/users/floip/quizzes/Which%20Snoopy%20Character%20are%20you?%20/" target="_blank"&gt;Which Snoopy Character are you?&lt;/A&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114261655803159246?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114261655803159246/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114261655803159246' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114261655803159246'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114261655803159246'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/charlie-brown-cafe.html' title='查理布朗咖啡店 Charlie Brown Cafe'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114243727473174372</id><published>2006-03-15T23:24:00.000+08:00</published><updated>2006-03-15T23:41:14.796+08:00</updated><title type='text'>我不是香港人</title><content type='html'>特徵:&lt;br /&gt;貪小便宜, 憎人富貴厭人貧;&lt;br /&gt;跟風, 八卦, 喜歡挑人瘡疤;&lt;br /&gt;有得翻版就翻版;&lt;br /&gt;小事化大, 大事化更大;&lt;br /&gt;對人不對事;&lt;br /&gt;對政府有彈冇讚.&lt;br /&gt;&lt;br /&gt;怎麼辦, 到底我是什麼人?!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114243727473174372?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114243727473174372/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114243727473174372' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114243727473174372'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114243727473174372'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_114243727473174372.html' title='我不是香港人'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114239105385829578</id><published>2006-03-15T10:47:00.000+08:00</published><updated>2006-03-15T10:52:43.510+08:00</updated><title type='text'>最快樂......</title><content type='html'>我相信, 每天我最快樂的時光是睡覺的時候.&lt;br /&gt;所謂: '快樂不知時日過!'&lt;br /&gt;每天我的睡眠時間都在我不知不覺中匆匆地愉快地溜走, &lt;br /&gt;並且是我常常懷念的啊!!!!!&lt;br /&gt;(好眼睏呀~~ &gt;__&lt;)&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114239105385829578?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114239105385829578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114239105385829578' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114239105385829578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114239105385829578'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_15.html' title='最快樂......'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114205315621528639</id><published>2006-03-11T12:57:00.000+08:00</published><updated>2006-03-11T13:01:35.390+08:00</updated><title type='text'>安達充的 CROSS GAME</title><content type='html'>看安達充的新漫畫 CROSS GAME, 竟然看到哭了!  (無錯, 是 '哭', 不是 '流淚'!)&lt;br /&gt;只因故事情節發展得太突然了!!&lt;br /&gt;&lt;br /&gt;一個小五女生, 每年生日都會和她的同齡鄰居男孩一起渡過.&lt;br /&gt;為免小男孩費神去想買什麼生日禮物給自己,&lt;br /&gt;小女孩寫了一張她十二歲至到二十歲想要的生日禮物給小男孩...&lt;br /&gt;二十歲那年的, 是一隻訂婚介子.&lt;br /&gt;很可愛呢~~...... 我覺得.&lt;br /&gt;可是, 這個小女孩在那年游泳夏令營裡因拯救另一個同學而死了!&lt;br /&gt;&lt;br /&gt;太突然了!  明明是高高興興的情節嘛......&lt;br /&gt;只不過, 人生有時就是這樣~~&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114205315621528639?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114205315621528639/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114205315621528639' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114205315621528639'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114205315621528639'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/cross-game.html' title='安達充的 CROSS GAME'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114196589012763720</id><published>2006-03-10T12:39:00.000+08:00</published><updated>2006-03-11T00:05:02.786+08:00</updated><title type='text'>幸福指數</title><content type='html'>以下項目用以計算一個平凡人的個人幸福指數.&lt;br /&gt;若答案為 '是', 可得一分; 總得分越高代表幸福程度越高.&lt;br /&gt;&lt;br /&gt;1. 晚上睡覺時, 你很容易入睡.&lt;br /&gt;2. 你有一種或以上的嗜好, 可讓你獨自消磨一小時或以上的空閒時間.&lt;br /&gt;3. 你很喜歡食, 尤其甜品.&lt;br /&gt;4. 你喜歡大自然, 置身其中讓你感到身心舒暢, 煩惱盡消.&lt;br /&gt;5. 你的家庭中各人關係良好, 相處融洽.&lt;br /&gt;6. 你喜歡一個或以上的卡通人物.&lt;br /&gt;7. 你有一首或以上很喜歡的歌, 隨時可以哼出來.&lt;br /&gt;8. 你有一種或以上喜愛的運動項目.&lt;br /&gt;9. 你有兩個或以上常聯絡的要好朋友.&lt;br /&gt;10. 你會有一些短期目標; 如: 儲錢去旅行, 進修.&lt;br /&gt;11. 你有收藏一款或以上的物品.&lt;br /&gt;12. 當買到一些喜愛的東西, 如衣服玩具收藏品, 你至少會開心到晚上.&lt;br /&gt;13. 到目前為止, 你做過的真正令你後悔的事少於三件.&lt;br /&gt;14. 你覺得自己的童年過得還可以.&lt;br /&gt;15. 你不算是一個 '藥煲', 一年病少於六次.&lt;br /&gt;&lt;br /&gt;1-5分:&lt;br /&gt;不會吧? 你是否一個木頭人?? 不懂喜惡? 對身邊的事物沒有感覺嗎?&lt;br /&gt;&lt;br /&gt;6-8分:&lt;br /&gt;放開懷抱吧! 多點發掘一些自己的喜好, 多些欣賞身邊的事物人吧~&lt;br /&gt;&lt;br /&gt;9-12分:&lt;br /&gt;還不錯呀~ 你的生活頗充實. 再來就是記著 '知足常樂', 幸福快樂是可以累積的!&lt;br /&gt;&lt;br /&gt;13-15分:&lt;br /&gt;恭喜你!! 你有很多令你開心幸福的條件, 要好好善用和珍惜啊~!&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114196589012763720?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114196589012763720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114196589012763720' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114196589012763720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114196589012763720'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post.html' title='幸福指數'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-114135196492446545</id><published>2006-03-03T10:09:00.000+08:00</published><updated>2006-03-03T10:49:20.880+08:00</updated><title type='text'>我的一二</title><content type='html'>很久沒有寫網誌了~~&lt;br /&gt;原因有很多, 例如: 想不到寫什麼, 懶惰, 忘記了, 沒時間... 等等.&lt;br /&gt;&lt;br /&gt;今日, 其實都沒有什麼特別事情.&lt;br /&gt;只是早上乘巴士返工的時候,&lt;br /&gt;那久違了的親愛的陽光終於再次輕輕的灑在我的臉上!&lt;br /&gt;i love sunshine~~!!&lt;br /&gt;...... 僅此而已. ^__^.&lt;br /&gt;&lt;br /&gt;不知不覺活了這麼多個年頭, 可幸沒有遇上什麼大風大浪.&lt;br /&gt;所知所識所聽所聞的也不多更不算廣闊.&lt;br /&gt;唯領悟到人生不如意事十常八九, 即係開心順心的只得一二.&lt;br /&gt;我們當然要好好珍惜這難得的一二!&lt;br /&gt;那些八九, 過了就算~~&lt;br /&gt;要不然, 拿著那麼多的八九, 會令自己透不過氣呀!!&lt;br /&gt;不能不能! 我還有很多一二未做到未遇到啊~!!&lt;br /&gt;其實, 生命中的一二有大有小,&lt;br /&gt;只要我們沒有忽視遺忘那些小的, 生活, 就可以變得開心美麗!&lt;br /&gt;&lt;br /&gt;文章分享: &lt;a href="http://www.30sgroup.org/publication/AppleDaily060224.pdf" target="_blank"&gt;http://www.30sgroup.org/publication/AppleDaily060224.pdf&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;tagline ','&lt;subtitle ',$line);
      $line = str_replace('tagline&gt;','subtitle&gt;',$line);
      echo $line;
      $line = "&lt;link href=\"http://$_SERVER[SERVER_NAME]/atom.php\" rel=\"self\"/&gt;\n";

    } else if (strstr($line, '&lt;modified') == $line) {
      $line = str_replace('&lt;modified ','&lt;updated ',$line);
      $line = str_replace('modified&gt;','updated&gt;',$line);

    } else if (strstr($line, '&lt;generator') == $line) {
      $line = str_replace(' url="',' uri="',$line);

    } else if (strstr($line, '&lt;info') == $line) {
      continue;

    } else if (strstr($line, '&lt;div ') == $line) {
      if ($firstdiv) {
        if (strstr($line, 'class="info"') == "") {
          $line = str_replace('&lt;div ','&lt;div class="info" ',$line);
        }
        $firstdiv = 0;
      }

    } else if (strstr($line, '&lt;/info') == $line) {
      continue;

    } else if (strstr($line, '&lt;entry ') == $line) {
      $line = str_replace('http://purl.org/atom/ns#',
        'http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;issued') == $line) {
      $line = str_replace('&lt;issued ','&lt;published ',$line);
      $line = str_replace('issued&gt;','published&gt;',$line);

    } else if (strstr($line, '&lt;created') == $line) {
      continue;

    } else if (strstr($line, '&lt;content') == $line) {
      $line = str_replace('mode="escaped" type="text/html"',
        'type="html"',$line);
      $line = str_replace('type="application/xhtml+xml"',
        'type="xhtml"',$line);

    }

    echo $line;
  }
?&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6434122-114135196492446545?l=adasnc.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://adasnc.blogspot.com/feeds/114135196492446545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6434122&amp;postID=114135196492446545' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114135196492446545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6434122/posts/default/114135196492446545'/><link rel='alternate' type='text/html' href='http://adasnc.blogspot.com/2006/03/blog-post_03.html' title='我的一二'/><author><name>ada</name><uri>http://www.blogger.com/profile/14275254892513803133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6434122.post-112738703749912544</id><published>2005-09-22T18:56:00.000+08:00</published><updated>2005-09-22T19:03:57.506+08:00</updated><title type='text'>樂園</title><content type='html'>&lt;a href="http://photos1.blogger.com/blogger/2457/345/1600/all.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/2457/345/320/all.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;一條又長又寬闊的人行路, 帶你徐徐步入這個夢幻樂園.&lt;br /&gt;人行路的盡頭, 是一條噴著水的大鯨魚迎接著你;&lt;br /&gt;鯨魚的水柱上, 是乘著滑板的樂園主角.&lt;br /&gt;&lt;br /&gt;穿過樂園的閘門, 再走過火車橋的橋底, 便踏進了築著優美的建築物的大街.&lt;br /&gt;樂園各個有名的 '人物' 都走了出來, 讓大家跟他們拍照拍照.&lt;br /&gt;大街的兩旁都是裝飾得美輪美奐的商店, 也有坐得舒適的餐廳.&lt;br /&gt;連接著大街另一端的, 是樂園的建築靈魂 ----- 睡公主的城堡.&lt;br /&gt;你可以選擇走過城堡, 或者是轉向右邊一個帶你到未來建設的世界.&lt;br /&gt;&lt;br /&gt;在這個未來世界裡, 你可以乘坐一列快車, 到太空走一敞.&lt;br /&gt;密密麻麻的點點星光會為你照亮漆黑的宇宙;&lt;br /&gt;飛馳的列車會為你帶來陣陣的清涼空氣.&lt;br /&gt;&lt;br /&gt;走過這個世界, 是色彩斑斕又充滿歡樂的夢想世界.&lt;br /&gt;在這裡, 人們都可以重拾童真, 坐上美麗的旋轉木馬.&lt;br /&gt;又或是坐到咖啡杯中, 轉呀轉的轉出童年的歡笑.&lt;br /&gt;&lt;br /&gt;中午時分, 樂園的主要大道會響起令人精神抖擻開心愉快的音樂, &lt;br /&gt;伴隨著一個又一個為我們帶來不少歡樂的人物出場. &lt;br /&gt;他們都在佈置得華麗認真的花車上向群眾揮手, 給大家一個難忘的巡遊表演.&lt;br /&gt;&lt;br /&gt;累了, 可坐下來欣賞頒獎典禮, 話劇, 或惹笑的立體卡通.&lt;br /&gt;也可坐上一條船, 穿越一下森林河流;&lt;br /&gt;又或是登上樂園火車, 環繞一下這個夢幻天地.&lt;br /&gt;&lt;br /&gt;回到樂園的中央, 是睡公主城堡的正面.&lt;br /&gt;這座城堡, 如其他的城堡一樣, 都是有一道架於水上的橋.&lt;br /&gt;天色漸暗時, 如迷幻般的燈色會照亮整個城堡.&lt;br /&gt;樂園的一切建築物也會在不知不覺中亮起來.&lt;br /&gt;&lt;br /&gt;當各人都玩得累了又吃過了晚餐, 便紛紛走到城堡前或坐或企.&lt;br /&gt;時候一到, 彩色繽紛燦爛明亮的煙花便不停地在天空閃呀閃.&lt;br /&gt;整座城堡都被耀眼的光包圍著, 歡呼聲響遍整個樂園.&lt;br /&gt;而熱鬧過後, 一切回復平靜.&lt;br /&gt;樂園, 城堡, 也陪伴著睡公主進入夢境去了.&lt;div class="blogger-post-footer"&gt;&lt;?php

  header("Content-type: application/xml");

  $firstdiv = 1;

  foreach (file('atom.xml') as $line) {

    if (strstr($line, '&lt;?xml-stylesheet ') == $line) {
      $line = str_replace('www.blogger.com/styles','www.atomenabled.org/css',$line);

    } else if (strstr($line, '&lt;feed') == $line) {
      $line = str_replace('version="0.3" ','',$line);
      $line = str_replace('http://purl.org/atom/ns#','http://www.w3.org/2005/Atom',$line);

    } else if (strstr($line, '&lt;link') == $line) {
      if (strstr($line, ' rel="service.')) continue;
      $line = str_replace(' title=""','',$line);

    } else if (strstr($line, '&lt;title') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);

    } else if (strstr($line, '&lt;tagline') == $line) {
      $line = str_replace('mode="escaped" type="text/html"','type="html"',$line);
      $line = str_replace('&lt;t
