Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Justpaste

Shume
April 25, 2013

 Justpaste

A convenient image uploader

Shume

April 25, 2013
Tweet

More Decks by Shume

Other Decks in Programming

Transcript

  1. Who am I • Shu-Ming Chang (ciffel) • Full time

    student at NTHU CSIE • CCU alumnus • Love web development and ruby • But work with Python... • Hate duplication (DRY)
  2. More Detail • HTML • Canvas • CSS • Bootstrap

    • Javascript (jQuery) • DOM traversal • Cross domain AJAX
  3. Firefox讀取Clipboard • Mozilla Firefox • <div contenteditable="true"></div> (hide) • 要確保focus在此

    • window.addEventListener("paste", pasteHandler); • 在DOM中取得children node (img)
  4. 談談圖床吧 • imgur • RESTful API • Free: 1250 uploads

    per day • 有⼈人上傳糟糕圖,不會被報警處理
  5. Justpaste純Front-end • 曾經有個Ruby+Sinatra back-end • 現在純JavaScript • Cross domain AJAX呼叫RESTful

    API • 需要Server⽀支援 • http://www.html5rocks.com/en/ tutorials/cors/