湛昆峰

商業網路應用開發與技術研究

Google雲端硬碟心得整理

Google雲端硬碟心得整理

Storified by Cyrix · Thu, Apr 26 2012 03:11:24

After users have installed a Drive app and authorized its access to their files, it is displayed in the Google Drive contextual Open with menu for files of the assigned MIME types. For example, if the Drive image editor Aviary is registered to open PNG files, users can select it from a menu option like the following:

在Google硬碟介面,在選擇的檔案上按右鍵能使用指定程式來編輯或開啟檔案。

undefinedGoogle
The Create menu in Google Drive allows users to create a new file with any installed app. To create a new file using the application Balsamiq, a user selects the More option as shown:

利用「建立」選擇「更多」也可以選擇指定程式來建立新檔。

undefinedGoogle
To get started testing your app during development, you’ll need to create a Chrome Web Store listing. This allows you to install versions of the app for testing. Then, when your app is ready to distribute to the public, you can publish the listing and start leveraging Chrome Web Store to distribute and market your app.

Google雲端硬碟不單只是存檔空間,開發者可自行利用Google Drive SDK連接自己的Web App,發佈到Chrome Web Store。讓應用程式與Google硬碟做完美整合。

The flow for both use cases is similar. Google Drive redirects a user to the app after the user selects it from the Create menu or context menu of a file with a registered MIME type.

DrEdit是針對Google Drive SDK提供的範例程式,有興趣的朋友可以研究看看。未來應用程式的走向:應用程式在網路上執行,執行完的檔案就存在雲端硬碟。電腦需要特別的執行環境嗎?不需要…只要能上網打開Chrome或其它看網頁的工具,即可開始處理任何工作。

DrEdit for Java
DrEdit for PHP
DrEdit for .NET

社群媒體與士林王家強拆事件

先來看看社群媒體最簡單的定義:

社群媒體(social media)是人們彼此之間用來分享意見、見解、經驗和觀點的工具和平台。社群媒體和一般的社會大眾媒體最顯著的不同是,讓用戶享有更多的選擇權利和編輯能力,自行集結成某種閱聽社群。

運用第三方框架打造手機應用程式

之前有開發過一些小型手機APP,如果單純以個人力量做開發是蠻吃力的一件事,但如何運用有限的力量,來完成手機APP開發,選擇適合的開發框架是非常重要的課題。

校調程式編輯器:MacVim

年假到現在是無工作空檔期,除了學習新的開發技術,也拜讀不少網路先進的文章,其中有段話讓我感觸極深:

這時候我卻想,我還要過著這種逐水草而居的生活到什麼時候?難道沒有一款編輯器是可以學了之後就一直用的嗎?(高見龍)

「編輯器」的總類很多,但是想學一套就走天下的可說是沒多少,而Vim是這少數中的一個,從我開始接觸Unix/Linux系統後,它是內建的編輯器。不論是哪個系統平台它都支援,當你需要連線到遠端伺服器,用Vim就可以進行程式碼或系統設定的修改工作。

用Octopress系統寫第一篇

Octopress,不是給一般人用的部落格系統,要是沒有耐心或寫技術文章的需要,請不要花費太多心思來研究。

撰寫文章要用Markdown格式,能編緝文字的都可以寫,我個人是使用VIM。下面是在文章裡植入程式碼片段,非常容易且格式漂亮,要是使用其它部落格系統也可以辦到,不過效果是不會很好的。