Test-iframe Generator

Posted On 星期三, 26 三月, 2008

歸檔於 My Blogging
標籤: ,

Comments Dropped leave a response

Javascript-Highlight Prohibited

Posted On 星期三, 26 三月, 2008

歸檔於 My Blogging, Uncategorized
標籤: ,

Comments Dropped leave a response

Stop People Stealing Your Content » Make Money Online at Cash Quests

This can be stopped via placing a little piece of javascript in your template that disables text highlighting on your site so that the content can’t be copied.

Here’s the code:

function disableselect(e){
return false
}

function reEnable(){
return true
}

document.onselectstart=new Function (”return false”)

if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}

我想要學的程式語言(Ruby and Ajax)

Posted On 星期三, 12 十二月, 2007

歸檔於 My Blogging
標籤:

Comments Dropped leave a response

Ruby on Rails(RoR)

Please visit: http://rubyonrails.org.tw/

現在2.0出來了, 或許再等等update的書籍吧!!

還有

Ajax

Please visit: http://zh.wikipedia.org/wiki/AJAX

雖然之前體無完膚

但是我還是喜歡電腦程式設計的東西

雖然我的態度以及能力一直被懷疑

但我認為

這不只是研究上的事情而已

而是生活

ps. 或許它可以成為我第二個enpowerment project