Search

8/27/2014

Mailgun 提供的電子郵件範本 | Gea-Suan Lin's BLOG

Mailgun 提供的電子郵件範本 | Gea-Suan Lin's BLOG

Mailgun 公開了一份電子郵件範本,讓你可以在各種平台上面都正確顯示:「Transactional HTML Email Templates」。 公開的範本在 GitHub 上可以取得:「mailgun/transactional-email-templates」。 不過另外看到 Litmus 這個服務可以提供 Email previews,像是 Mailgun 這次放出來的測試可以在「TRANSACTIONAL EMAIL TEST」這邊看到,這個服務簡化了測試的過程…

8/19/2014

Web Speech API (I): 使用 SpeechSynthesis 讓瀏覽器講話 « The Front Row

Web Speech API (I): 使用 SpeechSynthesis 讓瀏覽器講話 « The Front Row

var u = new SpeechSynthesisUtterance("持續檢討 積極改進 上緊發條 全力以赴");
u.lang = "zh-TW" // So system knows the right voice to use
 
window.speechSynthesis.speak(u);

A Complete Guide to Flexbox | CSS-Tricks

A Complete Guide to Flexbox | CSS-Tricks

Properties for the Parent (flex container)
  • display: flex
  • flex-direction: row | row-reverse | column | column-reverse
  • flex-wrap: nowrap | wrap | wrap-reverse
  • flex-flow: <'flex-direction'> || <'flex-wrap'>
  • justify-content: flex-start | flex-end | center | space-between | space-around
  • align-items: flex-start | flex-end | center | baseline | stretch
  • align-content flex-start | flex-end | center | space-between | space-around | stretch Properties for the Children (flex items)
  • order:
  • flex-grow: ; /* default 0 */
  • flex-shrink: ; /* default 1 */
  • flex-basis: | auto; /* default auto */
  • flex: none | [<'flex-grow'> <'flex-shrink'> ? || <'flex-basis'>] /* default 0 1 auto */
  • align-self: auto | flex-start| flex-end | center | baseline | stretch;
  • 8/12/2014

    TotalFinder brings colored labels back to your Finder and more!

    TotalFinder brings colored labels back to your Finder and more!

    Colored labels Brings full colors back into Mavericks. Folders on top Folders should always go first in list view. You can also easily toggle display of hidden files. Chrome tabs Apple finally introduced tabs in Mavericks. TotalFinder added Chrome tabs in Snow Leopard. Dual mode Display two Finder windows side-by-side on hot-key. Visor window The Finder is always one key-press away! Cut & Paste Use keyboard shortcuts to move files around. Faster than drag & drop.

    OS X Lion 新功能:剪下、貼上檔案與資料夾 | 天藍色

    OS X Lion 新功能:剪下、貼上檔案與資料夾 | 天藍色

    許多從 Windows 轉移到 Mac 的蘋友,首先會遇到的問題就是,為啥檔案沒有剪下貼上的功能?這不是最基本的嗎?其實這對於老玩家來說不是個問題,因為 Mac 系統著名的就是拖拉放的操作環境,不過,咱們倒也不排斥多了個剪下貼上,而 OS X Lion 終於將這功能實現囉!小弟來教教大家如何使用剪下、貼上功能。 首先 Command+C 將所選檔案、資料夾拷貝。 接著到目的地執行 Command+Option+V,即會將檔案『搬移』過去,原地點的檔案會消失,因為已經搬過去了。