Dropzone + Simplenote

Comments Off

ช่วงนี้เบื่อๆ เลยหาอะไรที่ทำเสร็จได้ไม่เกินหนึ่งวันเล่น ก็เลยเผลอหลวมตัวจิ้มเอา Dropzone มาจนได้ วันนี้ก็เลยหาทางเขียนตัวเสริมให้มันเชื่อมกับ Simplenote ที่ใช้อยู่ด้วยซะเลย ผลก็ตามด้านล่าง




แต่ก่อนใช้งานต้องติดตัวช่วยให้ ruby ในเครื่องก่อนด้วยคำสั่งด้านล่าง

llun$sudo gem i rest-client

จากนั้นดาวโหลด simplenote.dropzone กดติดตั้ง ใส่ username(email) และ password ก็เรียบร้อย

ตอนเย็นมีคำแนะนำเพิ่มเติมว่า น่าจะลากไฟล์ประเภทอื่นได้ด้วย เช่น PDF ลองหาๆ ดูว่ามี Library ไหนอยู่แล้วบ้างปรากฏว่าหาไม่เจอ เลยช่างมันก่อนละกัน ไว้เบื่ออีกรอบ จะกลับมาทำเพิ่มเติม

English step for install Dropzone and Simplenote extension:

  1. Download Dropzone. Open it dmg and drag Dropzone icon to Application folder.
  2. Install rest-client ruby library. I use this library instead of NET::HTTP because I’m lazy to find the way to use it. I try standard library but it always error with HTTP 500. So, I switch to rest-client but it needs a few more step to use, install rest-client library on Shell(Terminal)
    llun$sudo gem install rest-client
  3. Download Simplenote extension and install by double click on download file.
  4. Set username(email) and password then add.
  5. Simplenote icon should lives in Dropzone now. Drag text file to it or click Simplenote icon and paste text for create note.

Retweet via Adium

Comments Off


picture-1

More detail today evening … I must rest now.

GitX

1 Comment

If you read my blog for a week, you will know I have tried to use git with my project. In first time it’s very hard to install on server but when use it, I think I like it. It very fast when commit code or check it out. It has command similar like SVN, so, it doesn’t hard to learn it. It’s a distributed version control means it doesn’t need to send data to server every time. It can combine commit by edit only text file and now it has graphic tool (in osx) that show change, diff and commit path. It’s GitX.

GitX is a simple tool used to show commit tree and file in each commit. It can show change before commit to repository and has editor for put detail. It can create branch and switch between it. Oh, it has so many features in it and its free. I founded it when I played AppFresh, automatic update application, it has “I use this” integration and has many suggestion app. So, if you never try it, it can found here and you will like git.

Older Entries