Friday, March 25, 2011

Sucker Punch

yesterday ,i go watch movie...

Sucker Punch
A young girl is institutionalized by her wicked stepfather. Retreating to an alternative reality as a coping strategy, she envisions a plan which will help her escape from the facility.

Sucker Punch 這個戲,我建議 最好別去看電影。。
故事很複雜。。
雖然它的場面很漂亮,玩 effect。。
看到昏昏。。=。=
故事是這樣的。。一個女孩被继父 陷害,被送去精神醫院。。
那間醫院其實是 一間妓院 ( 沒錯的話)。。那女孩 3天裏面 想逃脫。。
在那邊 認識了朋友,那女孩跟友人 一同逃脫。。
需要5樣東西。。跳舞時,會變去另外的場面。。
(故事講到這裡吧,不妨去看看吧。。)

這是女主角。。蠻漂亮的。。

另外的場面。。。應該是‘形容’吧

Monday, March 21, 2011

yesterday go watch "Mars Needs Moms"

A young boy named Milo gains a deeper appreciation for his mom after Martians come to Earth to take her away.

故事很簡單。。是一個男孩 去救被火星人捉走的媽媽。。
那天Milo跟媽媽吵架。
過了一段時間,想跟媽媽道歉時。。
媽媽被 火星人抓走。。
然後不小心坐太空船跟著去火星。。
接著。。。( 自己去看吧。。在講 就沒意思咯。。hehe。。)

情節類似Avatar。。hehe。。


 上圖 Milo 和 肥仔Gribble 是不是很像下圖的其中一位?

Monday, March 14, 2011

3月19号最好别睡觉...


2011年3月  近期世界各地出现多例动物集体死亡事件令科学家感到困惑,而这一趋势似乎仍在继续。3月8日,美国加利福尼亚州南部沿海出现了大批死鱼。粗略估算可能超过 一百万条,洛杉矶市附近的港口一夜之间漂满了死鱼,臭气熏天。科学家现已排除了赤潮导致鱼类大量死亡的可能,但表示是自然原因致死。            
碰巧2011年3月19日,月球将到达19年来距离地球最近位置,届时它与地球的距离将仅有35万多公里,看起来会异常巨大。
 前几次“超级月亮”分别发生于1955年、1974年、1992年以及2005年,而这 几年全都发生过极端天气事件。
2005年1月超级月亮出现前两周,印尼发生大海啸造成数十万人死亡。
1974年圣诞节的“崔西”飓风,曾让澳大利亚达尔文市变成一片废墟。  
 地球离月球近,之间的引力将加大,地球板块之间的长时间积累压力,这个压力弹簧将被引力触动。  
 美国加州或世界其它地方是否会因此发生地震?必须密切注意各地生态异常反应,做好防备,但不要惊慌! 注意:看过这篇文章的人按赞后请传发出去、让身边更多的人知道 ↑ 

copy de..

Saturday, March 12, 2011

Rango

Yesterday, i go to watch movie...
Rango

Story
Rango is an ordinary chameleon who accidentally winds up in the town of Dirt, a lawless outpost in the Wild West in desperate need of a new sheriff.


that four owl  are very funny..hehe..

Monday, March 7, 2011

java script




Say Hi to you~

Thank You




that java script ,i found from internet...
copy this:

<center>
<font face="Verdana">
<!-- insert your message at below -->
<b style="font-size: 130%; position: relative; z-index: 2; color: red " id="zic">Say Hi to you~</b><br/>
<b style="font-size: 200%; position: static; z-index: 1; top: -1em; color: #4A85B9" id="zic2">Thank You</b><br />
</font>
<script>
// The text moved from right to left

var zici = 0;
function zicf() {
    document.getElementById('zic').style.left = Math.round(Math.cos(zici += 0.02) * 100) + 'px';
    document.getElementById('zic2').style.left = Math.round(Math.cos(zici - 0.1) * 130) + 'px';
    setTimeout (zicf, 10);
}
zicf ();
</script>
</center>


then copy to your blog >>Design >> Add a Gadget>>
HTML/JavaScript
Add

Extra~
<font face="*****">              (****  is font that you can put what you want to.)


position: static;
- static is make the object cant move. if you want font moving, set position as relative. 
position: relative;