其實之前就有在使用4images來架設相簿,不過由於本人喜歡一次選取多個相片上傳,所以有使用Jupload的Java Applet,偏偏最近IE更新與Java更新後一直無法正常作用,看來得更換新的相簿管理網站。 期間也是有試用過其他的相簿網站: ZenPhoto 看起來不錯,但是由於AppServ版本有點舊,無法正常安裝。可能晚些時間再研究。 Gallery 3.0 不支援AppServ,安裝2.X之後整體功能完整。但是由於上傳界面還是屬於醜醜的Java Applet可能先當成備案,再看看有沒有其他的網站軟體。 Dural: 算是老牌的CMS軟體,而且跟我覺得多重像片上傳的API Plupload整合的很好,現在可能會開始研究這個。 接下來就記錄一下如何利用Dural來架設相簿網站,我的環境有點舊,有需要的人再看吧: 環境說明: Win7 SP1 32 bit AppServ 2.2 (PHP, MySQL版本參照2.2的版本) Dural 相關套件: 主程式: drupal-7.14 主要的模組(其他細節看安裝流程): Media: media-7.x-1.2 PlUpload: 7.x-1.0 Media Gallery 7.x-1.0-beta8 安裝流程: Dural7 下載drupal-7.14後解開來,並且把權限改成666,或是改成不是唯讀即可。 直接跑該目錄來執行安裝 再選資料庫的時候,會發現只有SQLite可以選,點下去後,這時候會跳出一個問題: SQlite問題 In order for Drupal to work, and to continue with the installation process, you must resolve all issues reported below. For more help with configuring your database server, see the installation handbook. If you are unsure what any of this means you should probably contact your hosting provider. The database version 3.3.7undefined is less than the minimum required version 3.3.7. 找到解決方法,因為使用AppServ 2.2,參考這裡。 修改php.ini,打開extension=php_pdo_mysql.dll 改完之後重新跑安裝網頁,會發現有MySQL可以選 這樣就可以順利安裝完drupal 7 安裝 Dural 相關 mudule extension: (安裝module流程,參考這裡) 點選 “Module” –> “Install new module” 將Meida找到的檔案鏈結填上~然後下載安裝。 要啟用(Enable newly added modules)之前,會發現有一堆的相關module需要安裝。 下載並安裝CTools 啟用File Entity 啟用Media與Media Internet Sources 開始安裝PlUpload extension (7.x-1.0) 安裝前先去PlUpload 下載library 解壓縮到安裝目錄/site/all/libraries/plupload 參考這裡 安裝multiform extension (7.x-1.0) 安裝Media Gallery extension (7.x-1.0-beta8) 接下來你到你的首頁,應該有看到”Galleries”的Tab,就可以開始使用了。 參考資料: 如何使用 Media Gallery: http://www.drupalgardens.com/documentation/feature/media-gallery 架設相簿網站,建議相關安裝module...
Finally, I decide to release the source code of my Windows Phone Google Reader App.
Please feel free to https://xreadr.codeplex.com/ here.
Here is my project summary:
Project Description
XReadr is a simple Windows Phone 7 app using Google Reader API.
It already has login, browse and mark it as read function here.
XReadr is simple Windows Phone 7 App which using Google Reader API.
It also has follow function:
Login page which using HttpWebRequest
Browse Unread Labels
Browse every news on Label
I also put the first draft of source code, I hope it could help all of you which want to write more Windows News App here.
More implementation detail about how Windows Phone to use Google Reader API, please refer my blog here:
http://www.evanlin.com/blog/archives/001138.html
http://www.evanlin.com/blog/archives/001139.html
It write by Traditional Chinese, feel free to ask me via English.