BBC 新網站視覺系統

February 19th, 2010 in Web Design.

BBC 日前在 Blog 上展示了他們正在設計中的新網站視覺系統,他們稱之為視覺語言 Visual Language,旨在統一 BBC 各個網頁的設計風格。目前 BBC 網站便用的視覺系統是兩年前設計的,該套設計標準規範可在此中尋

Read the rest of this entry »

電子雜誌全新體驗

February 17th, 2010 in User Experience.

(影片可能無法在 RSS Reader 上正常顯示)

一直認為目前市場上所謂「電子雜誌」的存在是種倒退,將影印版原原本本地轉成 PDF 格式搬到電腦上,缺乏互動,麻煩之餘比網頁更加不如。

Read the rest of this entry »

wtfjs – the bad part of javascript

February 14th, 2010 in Web Design.

新年快樂!為了討君一笑,送上幾句 Javascript:

// 眼見未為真
"string" instanceof String; // false. 

// 誰在說謊?
typeof null // object
null === Object // false

// 意料之內
typeof NaN // number
NaN === 'number' // true, of course.

// 邏輯謬誤
NaN === NaN // false

// 數學謬誤
0.1 + 0.2 === 0.3 // false

以上內容由 http://wtfjs.com/ 提供

Uniform – 最好的美化網頁表單插件

February 9th, 2010 in Web Design.

Uniform 是個新的 jQuery 的表單美化插件,能夠美化 CSS 管不到的 form elements,例如 file upload、radio box、check box 。其實網上美化表單的 JavaScript 插件的多不勝數,但是這個是我見過最好的一個,為甚麼?

首先是下拉選單 (select element) 的實作方法。其他表單美化插件一般都會將整個 select element 移走,換上一個用自制的 JavaScript 下拉選單 - 而且一般做得反應遲鈍、難看。我自己很討厭這種做法。

Read the rest of this entry »

« Previous Entries Next Entries »

.
is proudly powered by WordPress
Entries (RSS) and Comments (RSS).