2010年1月31日 星期日

TOTO 免治馬桶 Survey

TOTO分為 一體成型的馬桶座免治馬桶座 兩類 可參考TOTO官網

這次主要針對說明免治馬桶座。
SESASGF2F3
操作面版有線有線無線無線無線
除臭
乾燥
自動掀蓋
加熱溫水等等等等規格不詳述....
售價1600023500290003980047000
成交價約11500(配合優惠方案)九折九折九折九折

注意事項:
  1. 施工前要請TOTO確認家裡的馬桶是否可安裝各型號,TOTO可以配合先前往確認。
  2. 馬桶附近應要有插座/水管,若沒有需自行請水電拉管處理(阿威說很簡單)。
其他我們就私下討論囉!

2010年1月28日 星期四

Blogger HTML/Javascript 應用: 顯示目前年紀

先看成品...


怎麼做?
Step1:進Blogger管理畫面-->版面配置-->網頁元素
Step2:新增「新增小工具」-->「HTML Javascript」


Step3:把以上原始碼貼上去,紅色字體處調整一下即可!
<script language="JavaScript">
<!--年齡計算語法_開始-->
RightNow = new Date();
var year = RightNow.getFullYear();
var month = RightNow.getMonth();
var day = RightNow.getDate();
var t_yy = 0;
var t_mm = 0;
var t_dd = 0;
var b_yy = '1975';
var b_mm = '12';
var b_dd = '28';

t_yy = year - b_yy - 1;

if ( month + 1 > b_mm){
t_mm = month - b_mm ;
t_yy++;
}else
t_mm = 12 - b_mm + month;

if (day > b_dd){
t_dd = day - b_dd;
t_mm++;
}else
t_dd = daysInMonth(month, year) - b_dd + day;

if (t_dd > daysInMonth(month, year)-1){
t_dd = 0;
t_mm++;
}

if (t_mm > 11){
t_mm = 0;
t_yy++;
}


document.write('<center>' + 'Juma 已經<b>');

if (t_yy > 0)
document.write(" " + '<b><font color="red">' + t_yy + '</font></b>' + " ");

if (t_mm > 0)
document.write('<b><font color="red">' + t_mm + '</font></b>' + " 個月");

if (t_dd > 0)
document.write(" 又 " + '<b><font color="red">' + t_dd + '</font></b>' + " " + '</center>');

//****** function set ******

function arrayOfDayInMonths(isLeapYear)
{ this[0] = 31;
this[1] = 28;
if (isLeapYear)
this[1] = 29;
this[2] = 31;
this[3] = 30;
this[4] = 31;
this[5] = 30;
this[6] = 31;
this[7] = 31;
this[8] = 30;
this[9] = 31;
this[10] = 30;
this[11] = 31;
}

function daysInMonth(month, year)
{ var isLeapYear = ((( year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0));
var monthdays = new arrayOfDayInMonths(isLeapYear);
return monthdays[month];
}
<!--年齡計算語法_結束-->
</script>

這是我嗎??

這網站...好準呀...嚇到!

你們覺得咧?! 不過從小到大我一直身為魔羯座引以為傲耶! 會不會太自戀了~

2010年1月26日 星期二

文章加密測試

文章加密測試成果如下...
密碼提示: I love Juma!


TyEzMyHDlG0mASEwISEwIS3lkLbokqjlhYjlroHmm5TlgrDnlqnlgLzkuqfvvrnliafooqXkuZTpqoDlmIjDqQ==

怎麼做?
Step 1
下面這段code,於版型HTML中展開小裝置範本加在</head>前面...不會改版面原始碼的可以找我! (此步驟設一次即可)
<script src="http://m017.googlecode.com/files/encrypt-blog-posts.js" type="text/javascript"></script>

如下圖


Step 2
將欲加密的文章內容到http://app.piipo.com/encrypt-post/加密後,把文章加密結果貼到blogger來(HTML模式)!



以後見不得人秘密的文章也可以上網分享給指定的朋友囉!

2010年1月21日 星期四

Error code in my blogger: bX-eb05yj

Yesterday,I set youtube playlist in HTML / Javascfript element. A few hours later, system respond as shown in this figure.

Useful tool to do a presentation: ZoomIt

It's a good tool to zoom in or out in your presentation.
And simple to install, just download and click "agree".

download ZoomIt

Hotkey: Ctrl+1, Ctrl+2, Ctrl+3, Ctrl+4

It's cool for your presentation! Download it now!

2010年1月20日 星期三

Who's your favorite singer?

伍思凱是我從國中就很喜愛的歌手,前一陣子空姐匿匿在工作時巧遇了他,佛心的他幫我跟他要了我人生中第一個偶像的簽名,實在太感動了! 廢話不多說,自己看吧!
981225_003