<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[站在這裡:: 痞客邦 PIXNET ::]]></title>
    <link>http://standinghere.pixnet.net/blog</link>
    <description><![CDATA[<!--<script language="JavaScript">var now=new Date();var spday=new Date(2007,6-1,23);a=(now.getTime()-spday.getTime())/(24*60*60*1000);a=Math.ceil(a); document.write("<b>"+a+"</b>");</script> days @pixnet<BR>
best for Firefox 3-->

<script type="text/javascript">
jQuery(function($){
$("h4.box-title").css({cursor:"pointer"}).click(function(){
$(this).next().toggle("normal");
      });
});
</script>




<script type="text/javascript" >
var Boss = 'standinghere'//your ID

//changeWord 1.0//

function changeWord() {
  if(getNode(document,'p',theClassName,'author')[0]) {
    var Author = getNode(document,'p',theClassName,'author');
    for(i=0;i<Author.length;i++) {
      Author[i].innerHTML = Author[i].innerHTML
        .replace(Boss+' 發表在','')
        .replace('迴響','comments')
        .replace('引用','trackback')
        .replace('人氣','visited')
        .replace(/\(/g,'_')
        .replace(')',' / ')
        .replace(')',' / ')
        .replace(')','');
      
      getTag(Author[i],'a')[0].style.display = 'none';
      Author[i].style.display = 'block';
    }

    if(getNode(document,'ul',theClassName,'refer')[0]) {
      var Refer = getNode(document,'ul',theClassName,'refer')[0];
      Refer.style.display = 'none';
      Refer.innerHTML = Refer.innerHTML
        .replace('個人分類','category')
        .replace('此分類上一篇','previous')
        .replace('此分類下一篇','next');
      
      if(document.getElementById('user-post')) Refer.style.display = 'block';
    }
    
    if(getNode(document,'div',theClassName,'forward')[0]) {
      var FW = getNode(document,'div',theClassName,'forward')[0];
      var fwPut = getTag(FW,'a')[0].getAttribute('href');
      var fwEmail = getTag(FW,'a')[1].getAttribute('onclick');
      var fwGbook = getTag(FW,'a')[2].getAttribute('onclick');
      
      FW.innerHTML ='';
      if(getTag(document.getElementById('trackback-url'),'input')) {
        var trackback = getTag(document.getElementById('trackback-url'),'input')[getTag(document.getElementById('trackback-url'),'input').length-1].getAttribute('onclick');
        FW.innerHTML += '<a href="javascript:;" onclick="'+trackback+'">trackback</a> / ';
      }
      
      FW.innerHTML += '<a href="'+fwPut+'">recommend</a> / <a href="javascript:;" onclick="'+fwEmail+'">forward by email</a> / <a href="javascript:;" onclick="'+fwGbook+'">send to guestbook</a>'; 
    }
  }
}


//getNode//
  var IE = (navigator.userAgent.indexOf('MSIE')>-1 && navigator.userAgent.indexOf('opera')<=-1)?true: false;
  var theClassName = IE?'className':'class';

function getTag(area,tagName) {  return area.getElementsByTagName(tagName);}
function getNode(area,tagName,att,val,num) {
  var tempCnt = 0;
  var NodeArray = new Array();
  var divs=getTag(area,tagName);
  if (divs.length==0) return null;
  for (var i=0;i<divs.length;i++) {
    if (divs[i].getAttribute(att) == val) {
      if (tempCnt == num) return divs[i];
      if (num == undefined) NodeArray[tempCnt]=divs[i];
      tempCnt++;
    }
  }
  if (num == undefined) return NodeArray;
  if (tempCnt <= Math.abs(num)) num = (num < 0)?0:(tempCnt -1);
  else if (num < 0) num = tempCnt+num;
  tempCnt = 0;
  for (var j=0;j<divs.length;j++) {
    if (divs[j].getAttribute(att) == val) {
      if (tempCnt == num) return divs[j];
      tempCnt++;
    }
  }
  return null;
}


var next = 'next';    //name of next button
var prev = 'prev';    //name of prev button
var scriptaculous = 'no'    //do you have scriptaculous?
var tmpM = 0;

function singleMurmur() {
    if($('broadcast')) {
        
        var ULs = $('broadcast').getElementsByTagName('ul');
        for(i=0;i<ULs.length;i++) {
            ULs[i].style.display = 'none';
//            ULs[i].innerHTML = ULs[i].innerHTML.replace('天前','day<sup>(s)</sup> before').replace('小時前','hr<sup>(s)</sup> before').replace('分鐘前','min<sup>s</sup> before');//change language
        }
        $('broadcast').innerHTML += '<div id="nextmurmur"><a onclick="Murmur(2)" id="prevMurmur">'+prev+'</a><a onclick="Murmur(1);">'+next+'</a><br clear="all"></div>';
        ULs[0].style.display='block';
    }
}

function Murmur(direct) {
    var ULs = $$('#broadcast ul');
    if(scriptaculous=='yes')Effect.Fade(ULs[tmpM],{duration:0.3});
    else ULs[tmpM].style.display = 'none';
    
    switch(direct) {
        case 1://next
            if(tmpM==ULs.length-1) tmpM = -1;
            if(scriptaculous=='yes') Effect.Appear(ULs[tmpM+1],{delay:0.5,duration:0.3});
            else ULs[tmpM+1].style.display = 'block';
            tmpM++;
            
        break;
        
        case 2://prev
            if(tmpM==0) tmpM = ULs.length;
            if(scriptaculous=='yes')Effect.Appear(ULs[tmpM-1],{delay:0.5,duration:0.3});
            else ULs[tmpM-1].style.display = 'block';
            tmpM--;
        break;
        
    }
}



function init(){//第三個功能 他通常會叫做init
changeWord();//執行第一個功能
}
window.onload = init;//執行init
</script>
]]></description>
    <pubDate>Sun, 08 Nov 2009 15:23:36 +0000</pubDate>
    <managingEditor>standinghere@not-valid.com (standinghere)</managingEditor>
    <copyright>Copyright 2003-2009 standinghere,Pixnet Digital Media Coporation. All rights reserved.</copyright>
    <generator>PIXNET Media Digital Coporation</generator>
    <language>zh</language>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[食記│台北_大福和風食堂]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25340824</link>
      <guid>http://standinghere.pixnet.net/blog/post/25340824</guid>
      <description><![CDATA[10月底時, 剛好朋友那有幾張飛輪海"想入飛飛演唱會"的公關票,
所以就約了幾個同學一起去看......
其實我對飛輪海也不是特別有興趣, 
只是有免費的票, 而且會辦在小巨蛋都有相當的水準, 就去看看囉!
而難得大家一起假日上台北, 當然要去吃點東西囉!
於是我們挑了同樣在南京東路上的「大福和風食堂」,
因為離公司不遠, 我已經去過了三次,
但他們都沒吃過, 那就帶他們去吃看看囉~~

]]></description>
      <content:encoded><![CDATA[10月底時, 剛好朋友那有幾張飛輪海"想入飛飛演唱會"的公關票,<br />
所以就約了幾個同學一起去看......<br />
其實我對飛輪海也不是特別有興趣, <br />
只是有免費的票, 而且會辦在小巨蛋都有相當的水準, 就去看看囉!<br />
而難得大家一起假日上台北, 當然要去吃點東西囉!<br />
於是我們挑了同樣在南京東路上的「大福和風食堂」,<br />
因為離公司不遠, 我已經去過了三次,<br />
但他們都沒吃過, 那就帶他們去吃看看囉~~<br />
<br />
<img src="http://pic.pimg.tw/standinghere/4af677212f0f9.jpg" border="0" title="大福和風食堂" alt="大福和風食堂" />  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25340824">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 08 Nov 2009 15:23:36 +0000</pubDate>
      <category>賞味無限_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25340824#comments</comments>
    </item>
    <item>
      <title><![CDATA[食記│台北_ 意諾義法料理美食館]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25301340</link>
      <guid>http://standinghere.pixnet.net/blog/post/25301340</guid>
      <description><![CDATA[
八月底時和好久不見的阿雅和姐姐約了吃晚餐,
本來要去公館吃窯烤披薩, 但後來兩位姑娘身體都輕微不適,
於是就近選在公司附近的「意諾」吃義大利麵...
老實說到公司兩年多了, 我都還沒吃過這家呢!
雖然中午的意諾總是坐滿了一看就知道是白領階級的上班族, 
但我們這些窮苦的老百姓若說要吃義大利麵, 
往往都還是會往平價又可以吃到飽的威尼斯去,
也就極少會考慮意諾了...]]></description>
      <content:encoded><![CDATA[<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4adf33fa0d1d8.jpg"><br />
八月底時和好久不見的阿雅和姐姐約了吃晚餐,<br />
本來要去公館吃窯烤披薩, 但後來兩位姑娘身體都輕微不適,<br />
於是就近選在公司附近的「意諾」吃義大利麵...<br />
老實說到公司兩年多了, 我都還沒吃過這家呢!<br />
雖然中午的意諾總是坐滿了一看就知道是白領階級的上班族, <br />
但我們這些窮苦的老百姓若說要吃義大利麵, <br />
往往都還是會往平價又可以吃到飽的<a href="http://standinghere.pixnet.net/blog/post/23823510">威尼斯</a>去,<br />
也就極少會考慮意諾了...  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25301340">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 01 Nov 2009 03:55:14 +0000</pubDate>
      <category>賞味無限_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25301340#comments</comments>
    </item>
    <item>
      <title><![CDATA[樣式│have dinner]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25301035</link>
      <guid>http://standinghere.pixnet.net/blog/post/25301035</guid>
      <description><![CDATA[前不久同事小黃提供了一批手繪風的素材, 覺得很可愛,
一時興起就挑了刊頭的北極小熊, 做了這個樣式...
反正也很久沒在部落格發表樣式了, 回饋一下大家好了, 哈哈~~
簡單簡單的, 幾乎都是色塊...
喜歡的朋友自己領回家囉。
用了很多圓角效果,
所以用firefox/chrome/safari 會有最佳瀏覽效果喔~~]]></description>
      <content:encoded><![CDATA[前不久同事小黃提供了一批手繪風的素材, 覺得很可愛,<br />
一時興起就挑了刊頭的北極小熊, 做了這個樣式...<br />
反正也很久沒在部落格發表樣式了, 回饋一下大家好了, 哈哈~~<br />
簡單簡單的, 幾乎都是色塊...<br />
喜歡的朋友自己領回家囉。<br /><br />
<font color="#669933">用了很多圓角效果,<br />
所以用firefox/chrome/safari 會有最佳瀏覽效果喔~~</font><br /><br />  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25301035">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 31 Oct 2009 05:55:04 +0000</pubDate>
      <category>部落格の樣設計_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25301035#comments</comments>
    </item>
    <item>
      <title><![CDATA[食記│中壢_ 原燒]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25263304</link>
      <guid>http://standinghere.pixnet.net/blog/post/25263304</guid>
      <description><![CDATA[原燒是父親節時, 全家一起去吃的,
兩個多月前了, 真是拖到一個天荒地老啊我。

話說這原燒在中壢也開了好長一段時間了, 這倒是我第一次吃。
除了在中壢聚餐時甚少選擇燒肉外, 
另一方面也是它的價位太高, 一次要六百多元... 荷包傷很大!
不過父親節嘛, 老爸老媽也是極少去這種地方吃飯, 就享受一下囉。

]]></description>
      <content:encoded><![CDATA[原燒是父親節時, 全家一起去吃的,<br />
兩個多月前了, 真是拖到一個天荒地老啊我。<br />
<br />
話說這原燒在中壢也開了好長一段時間了, 這倒是我第一次吃。<br />
除了在中壢聚餐時甚少選擇燒肉外, <br />
另一方面也是它的價位太高, 一次要六百多元... 荷包傷很大!<br />
不過父親節嘛, 老爸老媽也是極少去這種地方吃飯, 就享受一下囉。<br />
<br />
<img src="http://pic.pimg.tw/standinghere/4adb00ee031a6.jpg" border="0" title="0808-原燒1.jpg" alt="0808-原燒1.jpg" />  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25263304">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 25 Oct 2009 01:53:00 +0000</pubDate>
      <category>賞味無限_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25263304#comments</comments>
    </item>
    <item>
      <title><![CDATA[食記│中壢_ 卡布里喬莎義大利食堂]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25251983</link>
      <guid>http://standinghere.pixnet.net/blog/post/25251983</guid>
      <description><![CDATA[]]></description>
      <content:encoded><![CDATA[<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4adb006f0878a.jpg">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25251983">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 24 Oct 2009 05:09:15 +0000</pubDate>
      <category>賞味無限_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25251983#comments</comments>
    </item>
    <item>
      <title><![CDATA[電影│美味關係 Julie & Julia]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25235857</link>
      <guid>http://standinghere.pixnet.net/blog/post/25235857</guid>
      <description><![CDATA[
▲我好喜歡這版海報喔, 簡單又好看!!]]></description>
      <content:encoded><![CDATA[<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4adafcfdc2f3f.jpg"><br />
▲我好喜歡這版海報喔, 簡單又好看!!  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25235857">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Tue, 20 Oct 2009 17:44:13 +0000</pubDate>
      <category>痞客電影院_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25235857#comments</comments>
    </item>
    <item>
      <title><![CDATA[食記│台北_ 佛客漢堡]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25228446</link>
      <guid>http://standinghere.pixnet.net/blog/post/25228446</guid>
      <description><![CDATA[這其實是八月底的聚會了耶,
因為寫了東京遊記, 搞得其它文章都拖很大~~ 哈哈!
當時因為八卦某個星期五會到台北來開會,
所以便約了下班吃飯, 還找了也在台北上班的彥伶,
以及國中畢業之後就沒再見面, 而現在也在唱片業服務的家興。
因為八卦想吃美式餐廳, 於是我們選在中山捷運站附近的Forkers佛克漢堡。 ]]></description>
      <content:encoded><![CDATA[這其實是八月底的聚會了耶,<br />
因為寫了東京遊記, 搞得其它文章都拖很大~~ 哈哈!<br />
當時因為八卦某個星期五會到台北來開會,<br />
所以便約了下班吃飯, 還找了也在台北上班的彥伶,<br />
以及國中畢業之後就沒再見面, 而現在也在唱片業服務的家興。<br />
因為八卦想吃美式餐廳, 於是我們選在中山捷運站附近的Forkers佛克漢堡。 <img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4a9a0c728e134.gif">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25228446">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 18 Oct 2009 06:15:53 +0000</pubDate>
      <category>賞味無限_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25228446#comments</comments>
    </item>
    <item>
      <title><![CDATA[電影│愛情限時簽 The Proposal]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25200661</link>
      <guid>http://standinghere.pixnet.net/blog/post/25200661</guid>
      <description><![CDATA[

週末看了《愛情限時簽》,真是有夠好看的!!
不得不說它是我近年來看過最好看浪漫愛情喜劇。
這部片在票房和口碑上都有不錯的成績,
雖然再跟大家推薦有點多此一舉,
但許久沒有寫電影心得的我, 還是決定來給它介紹一下...
※以下可能有雷喔, 不想誤踩就先離開囉!]]></description>
      <content:encoded><![CDATA[<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4ad19f780a6c1.jpg"><br />
<br />
週末看了《愛情限時簽》,真是有夠好看的!!<br />
不得不說它是我近年來看過最好看浪漫愛情喜劇。<br />
這部片在票房和口碑上都有不錯的成績,<br />
雖然再跟大家推薦有點多此一舉,<br />
但許久沒有寫電影心得的我, 還是決定來給它介紹一下...<br />
<font color="#aa0000">※以下可能有雷喔, 不想誤踩就先離開囉!</font>  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25200661">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Thu, 15 Oct 2009 01:02:00 +0000</pubDate>
      <category>痞客電影院_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25200661#comments</comments>
    </item>
    <item>
      <title><![CDATA[東京│SP- 電車二三事]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25198562</link>
      <guid>http://standinghere.pixnet.net/blog/post/25198562</guid>
      <description><![CDATA[在日本的幾天, 除了買東西吃東西之外,
做的最頻繁的事大概就是坐車了...
東京的地鐵十分複雜, 每天都在不同的車站裡出入穿梭,
也發現了一些特別的畫面,
所以最後一篇SP 就來跟大家分享一下囉!!

]]></description>
      <content:encoded><![CDATA[在日本的幾天, 除了買東西吃東西之外,<br />
做的最頻繁的事大概就是坐車了...<br />
東京的地鐵十分複雜, 每天都在不同的車站裡出入穿梭,<br />
也發現了一些特別的畫面,<br />
所以最後一篇SP 就來跟大家分享一下囉!!<br />
<br />
<div style="width: 400px; border:1px solid #dddddd"><img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4ad06d3720093.jpg">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25198562">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 11 Oct 2009 01:56:00 +0000</pubDate>
      <category>你好, 東京!</category>
      <comments>http://standinghere.pixnet.net/blog/post/25198562#comments</comments>
    </item>
    <item>
      <title><![CDATA[東京│SP- 便利商店隨便買]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25194286</link>
      <guid>http://standinghere.pixnet.net/blog/post/25194286</guid>
      <description><![CDATA[還沒去東京之前, 我還傻傻地想, 
好像都沒聽說過日本有早餐店這東西? 那早餐要怎麼解決啊...
倒是忘了可以像平常上班一樣,
走一趟7-11就可以解決早餐之事 (笑)

於是我們除了第四天一早便到築地市場覓食外,
其它幾天都在回旅館的路上,
就先去便利店買好隔天早上要吃的東西...

日本的便利商店也是隨處可見,
其中seven holdings(7-11), Family Mart, Lawson, ampm, sunkus較為常見...
而內容... 就和台灣差不多囉, 也是五花八門的。
下面簡單記錄五天內所買的飲料或小食囉...]]></description>
      <content:encoded><![CDATA[還沒去東京之前, 我還傻傻地想, <br />
好像都沒聽說過日本有早餐店這東西? 那早餐要怎麼解決啊...<br />
倒是忘了可以像平常上班一樣,<br />
走一趟7-11就可以解決早餐之事 (笑)<br />
<br />
於是我們除了第四天一早便到築地市場覓食外,<br />
其它幾天都在回旅館的路上,<br />
就先去便利店買好隔天早上要吃的東西...<br />
<br />
日本的便利商店也是隨處可見,<br />
其中seven holdings(7-11), Family Mart, Lawson, ampm, sunkus較為常見...<br />
而內容... 就和台灣差不多囉, 也是五花八門的。<br />
下面簡單記錄五天內所買的飲料或小食囉...  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25194286">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 10 Oct 2009 05:13:08 +0000</pubDate>
      <category>你好, 東京!</category>
      <comments>http://standinghere.pixnet.net/blog/post/25194286#comments</comments>
    </item>
    <item>
      <title><![CDATA[東京│SP- 戰利品篇(下)]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25167159</link>
      <guid>http://standinghere.pixnet.net/blog/post/25167159</guid>
      <description><![CDATA[ 伴手禮 food]]></description>
      <content:encoded><![CDATA[<p style="width:450px; font-size:16px;font-weight:bold; font-family:gulim, 華康儷細黑, 微軟正黑體; color:#669933; border-bottom:1px dashed #aaa;"><img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4a9a0c4670090.gif" /> 伴手禮 food</p><img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4ac74755bd4d4.jpg">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25167159">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 04 Oct 2009 12:25:00 +0000</pubDate>
      <category>你好, 東京!</category>
      <comments>http://standinghere.pixnet.net/blog/post/25167159#comments</comments>
    </item>
    <item>
      <title><![CDATA[東京│SP- 戰利品篇(上)]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25163785</link>
      <guid>http://standinghere.pixnet.net/blog/post/25163785</guid>
      <description><![CDATA[哈哈, 我東京遊記其實還沒寫完耶...
五天的行程是都交待了,
不過戰利品呀, 還有一些拉拉雜雜有趣的事還沒寫,
所以應該還會兩三篇的SP囉...

 藥妝 cosmeceutical]]></description>
      <content:encoded><![CDATA[哈哈, 我東京遊記其實還沒寫完耶...<br />
五天的行程是都交待了,<br />
不過戰利品呀, 還有一些拉拉雜雜有趣的事還沒寫,<br />
所以應該還會兩三篇的SP囉...<br />
<br />
<p style="width:450px; font-size:16px;font-weight:bold; font-family:gulim, 華康儷細黑, 微軟正黑體; color:#ff3366; border-bottom:1px dashed #aaa;"><img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4a9a0c3aecee0.gif"> 藥妝 cosmeceutical</p><img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4ac74748c0937.jpg">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25163785">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 03 Oct 2009 13:35:30 +0000</pubDate>
      <category>你好, 東京!</category>
      <comments>http://standinghere.pixnet.net/blog/post/25163785#comments</comments>
    </item>
    <item>
      <title><![CDATA[改版│balloon]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25139459</link>
      <guid>http://standinghere.pixnet.net/blog/post/25139459</guid>
      <description><![CDATA[按照慣例還是來寫個改版文(其實超懶得寫!)
距離上次也四個月了, 真是時光匆匆,
看得有點膩了, 自然就想改一下...
但最後的成果總是和一開始想的不一樣, 唉唷。

秋天來了, 就配個暖暖的色系,
但我個人好像很常用大地色, 也說不上什麼新意... 
不過還算滿意啦, 至少看起來挺舒服的。]]></description>
      <content:encoded><![CDATA[按照慣例還是來寫個改版文(其實超懶得寫!)<br />
距離上次也四個月了, 真是時光匆匆,<br />
看得有點膩了, 自然就想改一下...<br />
但最後的成果總是和一開始想的不一樣, 唉唷。<br />
<br />
秋天來了, 就配個暖暖的色系,<br />
但我個人好像很常用大地色, 也說不上什麼新意... <br />
不過還算滿意啦, 至少看起來挺舒服的。  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25139459">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Tue, 29 Sep 2009 01:19:00 +0000</pubDate>
      <category>關於這格_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25139459#comments</comments>
    </item>
    <item>
      <title><![CDATA[流浪│我們去樂華夜市｡]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25125078</link>
      <guid>http://standinghere.pixnet.net/blog/post/25125078</guid>
      <description><![CDATA[週末前夕, 公司一行人去了夜店享樂,
我也去了"夜"字輩的, 不過是親民路線-- 迺夜市! 哈哈哈!
地點好多人都推薦的永和樂華夜市,
隨行的有要一起回中壢的李亞兒, 以及被我們強迫中獎的地主妞哥。

]]></description>
      <content:encoded><![CDATA[週末前夕, 公司一行人去了夜店享樂,<br />
我也去了"夜"字輩的, 不過是親民路線-- 迺夜市! 哈哈哈!<br />
地點好多人都推薦的永和樂華夜市,<br />
隨行的有要一起回中壢的李亞兒, 以及被我們強迫中獎的地主妞哥。<br />
<br />
<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4abd83264db78.jpg" style="border:1px solid #eee;">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25125078">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 26 Sep 2009 05:29:28 +0000</pubDate>
      <category>流浪旅程_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25125078#comments</comments>
    </item>
    <item>
      <title><![CDATA[樂摸│三四之東京隨拍]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25107280</link>
      <guid>http://standinghere.pixnet.net/blog/post/25107280</guid>
      <description><![CDATA[]]></description>
      <content:encoded><![CDATA[<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4ab7a327d16da.jpg">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25107280">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Tue, 22 Sep 2009 02:02:12 +0000</pubDate>
      <category>浮光掠影_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25107280#comments</comments>
    </item>
    <item>
      <title><![CDATA[喜歡│快樂女聲之 黃英]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25095074</link>
      <guid>http://standinghere.pixnet.net/blog/post/25095074</guid>
      <description><![CDATA[快樂女聲是中國湖南衛視今年夏天舉辦的選秀比賽,
前身是紅極一時的"超級女聲", 停辦兩三年後, 再次以"快女"名號出發...
上萬人從中國各地分區海選, 
再從全國300強, 60強再一路密集地比到總冠軍...

我之前並不知道這節目, 
只是亞亞孟庭葦受邀參加和四強選手"郁可唯"合唱"你看你看月亮的臉",
我好奇便上youtube搜尋, 
然後就在旁邊的選單看到"黃英"這位參賽者, 順手點下去一看...
媽呀! 我真的只能用驚為天人來形容當下聽到那歌聲的感覺!

]]></description>
      <content:encoded><![CDATA[<a href="http://zh.wikipedia.org/wiki/2009%E5%BF%AB%E6%A8%82%E5%A5%B3%E8%81%B2">快樂女聲</a>是中國湖南衛視今年夏天舉辦的選秀比賽,<br />
前身是紅極一時的"超級女聲", 停辦兩三年後, 再次以"快女"名號出發...<br />
上萬人從中國各地分區海選, <br />
再從全國300強, 60強再一路密集地比到總冠軍...<br />
<br />
我之前並不知道這節目, <br />
只是亞亞孟庭葦受邀參加和<a href="http://www.youtube.com/watch?v=n9SG0HBwmgI" target="_Blank">四強選手"郁可唯"合唱"你看你看月亮的臉",</a><br />
我好奇便上youtube搜尋, <br />
然後就在旁邊的選單看到"黃英"這位參賽者, 順手點下去一看...<br />
媽呀! 我真的只能用驚為天人來形容當下聽到那歌聲的感覺!<br />
<br />
<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4ab45efdcd3c6.jpg">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25095074">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 19 Sep 2009 05:24:06 +0000</pubDate>
      <category>最愛的聲音_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25095074#comments</comments>
    </item>
    <item>
      <title><![CDATA[好食│元樂‧蘋果年輪蛋糕]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25063776</link>
      <guid>http://standinghere.pixnet.net/blog/post/25063776</guid>
      <description><![CDATA[偶然得到了「蘋果年輪蛋糕」的試吃機會,
年輪蛋糕(baumkuchen)我知道, 
它是德國的傳統點心，切開來有一層層跟樹幹年輪一樣的花紋，
因為這樣的製作過程繁複，每一層都需要費心烘培，所以它又有「蛋糕之王」的稱號。

但「蘋果年輪」是什麼呢? 上網特別查了一下才知道... 
原來是將年輪蛋糕, 蘋果和果泥凍結成,
成了一種新品甜點, 而目前台灣只有「元樂」在販售喔!!
這試吃機會就是元樂主動邀請的, 也讓我覺得十分榮幸。]]></description>
      <content:encoded><![CDATA[偶然得到了「蘋果年輪蛋糕」的試吃機會,<br />
年輪蛋糕(baumkuchen)我知道, <br />
它是德國的傳統點心，切開來有一層層跟樹幹年輪一樣的花紋，<br />
因為這樣的製作過程繁複，每一層都需要費心烘培，所以它又有「蛋糕之王」的稱號。<br />
<br />
但「蘋果年輪」是什麼呢? 上網特別查了一下才知道... <img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/1190787146.gif"><br />
原來是將年輪蛋糕, 蘋果和果泥凍結成,<br />
成了一種新品甜點, 而目前台灣只有「元樂」在販售喔!!<br />
這試吃機會就是元樂主動邀請的, 也讓我覺得十分榮幸。  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25063776">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Wed, 16 Sep 2009 01:03:00 +0000</pubDate>
      <category>賞味無限_</category>
      <comments>http://standinghere.pixnet.net/blog/post/25063776#comments</comments>
    </item>
    <item>
      <title><![CDATA[東京│day5-上野, 返家]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25067872</link>
      <guid>http://standinghere.pixnet.net/blog/post/25067872</guid>
      <description><![CDATA[ 淺草 - 銀座線 - 上野
到了上野之後, 我們便直奔一蘭拉麵;
它就在上野車站購物中心atr'e 裡面的外圍,
不過上野車站整個真是有夠大, 動線又繁複, 花了一番時間又問了路才找到...

也有人說如果到東京只能吃一間拉麵的話, 就要吃一蘭... 
這個評價真是再吸引人不過了, 
而且一蘭是連瑣店耶, 要得到這樣的推薦還真不簡單!
最後一站上野, 所以無論如何都要吃到啊!!
走到店門口, 已經有幾個人在門外排隊, 
雖然上野店是24小時營業的, 但中午時候還是格外多人。
]]></description>
      <content:encoded><![CDATA[<div style="padding: 5px;color:#666;font:12px arial;border:1px dashed #bbb; _height:1%; width: 150px;"><img style="line-height:0" src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/48bad0f7661cb.gif"> 淺草 - <span style="background:#999;color:#fff;padding:0px 2px;">銀座線</span> - 上野</div><br />
到了上野之後, 我們便直奔<font color="#ff6600">一蘭拉麵</font>;<br />
它就在上野車站購物中心atr'e 裡面的外圍,<br />
不過上野車站整個真是有夠大, 動線又繁複, 花了一番時間又問了路才找到...<br />
<br />
也有人說如果到東京只能吃一間拉麵的話, 就要吃一蘭... <img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/48bacebf21933.gif"><br />
這個評價真是再吸引人不過了, <br />
而且一蘭是連瑣店耶, 要得到這樣的推薦還真不簡單!<br />
最後一站上野, 所以無論如何都要吃到啊!!<br />
走到店門口, 已經有幾個人在門外排隊, <br />
雖然上野店是24小時營業的, 但中午時候還是格外多人。<br />
<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4aa3e91f14115.jpg">  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25067872">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Mon, 14 Sep 2009 17:05:32 +0000</pubDate>
      <category>你好, 東京!</category>
      <comments>http://standinghere.pixnet.net/blog/post/25067872#comments</comments>
    </item>
    <item>
      <title><![CDATA[東京│day5-淺草]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25066051</link>
      <guid>http://standinghere.pixnet.net/blog/post/25066051</guid>
      <description><![CDATA[ 中延 - 都營淺草線 - 淺草

最後一天我們把行程安排在淺草上野一帶,
check out之後, 直接把行李帶著走, 
這樣可以免掉來回旅館的時間, 並縮短到成田機場的路程...
不過因為這些行李我們還是花了一些時間在處理,
原本我們打算把行李放在淺草, 但出了月台時, 發現寄物櫃根本不夠大...]]></description>
      <content:encoded><![CDATA[<div style="padding: 5px;color:#666;font:12px arial;border:1px dashed #bbb; _height:1%; width: 180px;"><img style="line-height:0" src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/48bad0f7661cb.gif"> 中延 - <span style="background:#999;color:#fff;padding:0px 2px;">都營淺草線</span> - 淺草</div><br />
<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4aa3ce1972358.jpg"><br />
最後一天我們把行程安排在淺草上野一帶,<br />
check out之後, 直接把行李帶著走, <img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4a9a0c2da957d.gif"><br />
這樣可以免掉來回旅館的時間, 並縮短到成田機場的路程...<br />
不過因為這些行李我們還是花了一些時間在處理,<br />
原本我們打算把行李放在淺草, 但出了月台時, 發現寄物櫃根本不夠大...  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25066051">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sun, 13 Sep 2009 12:57:51 +0000</pubDate>
      <category>你好, 東京!</category>
      <comments>http://standinghere.pixnet.net/blog/post/25066051#comments</comments>
    </item>
    <item>
      <title><![CDATA[東京│day4-台場(下)]]></title>
      <link>http://standinghere.pixnet.net/blog/post/25058797</link>
      <guid>http://standinghere.pixnet.net/blog/post/25058797</guid>
      <description><![CDATA[
晚餐我們回到Aqua City 去吃,
因為這裡剛好有我們想吃的和幸豬排...
聽說如果來東京只能吃一家豬排店, 那就一定要挑"和幸"喔! 可見它有多麼美味...
不過主任和小蘇中午已經在銀座先吃了,
所以他們改去吃在台場也小有名氣的AppleTree 蛋包飯,
(看了一下外面的模型, 種類超多, 不過主任好像不是很滿意  )]]></description>
      <content:encoded><![CDATA[<img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4aa3ce15ea8be.jpg"><br />
晚餐我們回到Aqua City 去吃,<br />
因為這裡剛好有我們想吃的<font color="#ff6600">和幸豬排</font>...<br />
聽說如果來東京只能吃一家豬排店, 那就一定要挑"和幸"喔! 可見它有多麼美味...<br />
不過主任和小蘇中午已經在銀座先吃了,<br />
所以他們改去吃在台場也小有名氣的AppleTree 蛋包飯,<br />
(看了一下外面的模型, 種類超多, 不過主任好像不是很滿意 <img src="http://p2.p.pixnet.net/albums/userpics/2/5/39825/4a4b897f83085.gif"> )  <div class="more"><a href="http://standinghere.pixnet.net/blog/post/25058797">(Read More...)</a></div>]]></content:encoded>
      <pubDate>Sat, 12 Sep 2009 07:24:21 +0000</pubDate>
      <category>你好, 東京!</category>
      <comments>http://standinghere.pixnet.net/blog/post/25058797#comments</comments>
    </item>
  </channel>
</rss>
