2011年11月24日星期四

上youtube 學車

上youtube 學車

棍波車基本操作(一) 起步示範篇

拍影片個 website 
http://www.initialp.hk/Video_main.html

2011年11月22日星期二

新城市廣場 星光花園聖誕燈飾匯演

新城市廣場 星光花園聖誕燈飾匯演

星期日去沙田飲

係 新城市 等朋友一齊去
見到有個 聖誕燈飾 show, 就去睇下有冇得睇

原來要有門票,
上 4/F counter 排隊取門票

都幾好彩有即場 (如果唔係即場, 就睇唔到)


夠鐘就上 7/F 入場
出到室外
好多人圍晒係 LED 燈旁邊

問左工作人員, 個 燈飾show 全長大約8 分鐘



準時開始



燈飾show 總點係 LED 燈會好似飛來飛去

用下面個 LED燈海


睇睇下, 見到有個妹妹 cosplay, 佢比我拍左張

朋友話係 cosplay 超時空要塞 (我最後都唔知)


完 show 之後, 再睇到 3 個著 發光 LED 裙既妹妹做 Show Girl

又用手機拍左張 (影得好差)

不過我覺得佢地企錯位, 無理由唔用LED燈海 做 background
用街燈打爆晒個人...


佢 youtube 條片 影到好好睇

http://www.youtube.com/watch?v=MfHulZYPqJc

因為睇 lei D show 要企遠d 睇, 唔係圍晒係 LED 燈旁邊睇

2011年11月4日星期五

係 heroku 安 wordpress

係 heroku 安 wordpress

我係 Facebook Developer 個到

開左個新 Facebook Apps, click Cloud Service

開左個 heroku acc

之後發覺原來可以安 wordpress

安 wordpress

睇左香港達人既教學 http://reality-wordpress.herokuapp.com/

做做下發覺有問題

push 唔到上去
>git push heroku master
fatal: 'heroku' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
原來要加番 heroku 個 app-name 上去
>git remote add heroku git@heroku.com:app-name.git
再 push 就 ok
>git push heroku master
Warning: Permanently added the RSA host key for IP address '50.19.85.156' to the
 list of known hosts.
Counting objects: 1043, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (1020/1020), done.
Writing objects: 100% (1043/1043), 3.59 MiB | 1.09 MiB/s, done.
Total 1043 (delta 67), reused 0 (delta 0)

-----> Heroku receiving push
-----> PHP app detected
-----> Bundling Apache v2.2.19
-----> Bundling PHP v5.3.6
-----> Discovering process types
       Procfile declares types -> (none)
       Default types for PHP   -> web
-----> Compiled slug size is 24.9MB
-----> Launching... done, v5
       http://hksiusun-wordpress.herokuapp.com deployed to Heroku

To git@heroku.com:hksiusun-wordpress.git
 * [new branch]      master -> master

之後去http://hksiusun-wordpress.herokuapp.com 安番個 wordpress
要睇 番個 database username password
>heroku config --app hksiusun-wordpress
DATABASE_URL        => postgres://username:password@host/database
SHARED_DATABASE_URL => postgres://username:password@host/database

玩左一輪之後, 最後成功!!!

安完之後再search, 先見到有 git version wordpress

https://github.com/mhoofman/wordpress-heroku#readme

detail 英文教學

http://young-journey-5257.herokuapp.com/

detail 中文教學

http://yapeshu.invenio.us/2011/10/web-heroku-wordpress.html

same post at demo site
http://hksiusun-wordpress.herokuapp.com/

2011年11月1日星期二

於 blogspot 安裝 新浪微博分享按钮

於 blogspot 安裝 新浪微博分享按钮

雖然做左都無乜用, (因為大陸 block 左 blogspot)
不過都順手post 出來la...

1. 去 http://open.weibo.com/sharebutton 選你既 "新浪微博分享按钮" 樣

2. copy 段 code

<script type="text/javascript" charset="utf-8">
(function(){
  var _w = 55 , _h = 66;
  var param = {
    url:location.href,
    type:'1',
    count:'1', /**是否显示分享数,1显示(可选)*/
    appkey:'', /**您申请的应用appkey,显示分享来源(可选)*/
    title:'', /**分享的文字内容(可选,默认为所在页面的title)*/
    pic:'', /**分享图片的路径(可选)*/
    ralateUid:'1720080511', /**关联用户的UID,分享微博会@该用户(可选)*/
    rnd:new Date().valueOf()
  }
  var temp = [];
  for( var p in param ){
    temp.push(p + '=' + encodeURIComponent( param[p] || '' ) )
  }
  document.write('<iframe allowTransparency="true" frameborder="0" scrolling="no" src="http://hits.sinajs.cn/A1/weiboshare.html?' + temp.join('&') + '" width="'+ _w+'" height="'+_h+'"></iframe>')
})()
</script>
3. 去 http://www.eblogtemplates.com/blogger-ad-code-converter/ 轉 code 比 blogspot用

4. 打開 edit template 個 page

5. search <data:post.body/>

6. 係 <data:post.body/> 上面 貼個段 code

ref link: 
新浪微博分享按钮
http://open.weibo.com/sharebutton

Google +1 Button
http://www.google.com/intl/zh-TW/webmasters/+1/button/index.html

Facebook Like Button
https://developers.facebook.com/docs/reference/plugins/like/


Related Posts with Thumbnails