<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>PALMisLIFE 討論區 - Web 網頁程式技術</title>
    <link>http://f.pil.tw/forum-66-1.html</link>
    <description>Latest 20 threads of Web 網頁程式技術</description>
    <copyright>Copyright(C) PALMisLIFE 討論區</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 06 Apr 2026 18:13:18 +0000</lastBuildDate>
    <ttl>20</ttl>
    <image>
      <url>http://f.pil.tw/static/image/common/logo_88_31.gif</url>
      <title>PALMisLIFE 討論區</title>
      <link>http://f.pil.tw/</link>
    </image>
    <item>
      <title>[集中] Amigo 的 Salesforce.com 學習筆記</title>
      <link>http://f.pil.tw/thread-919935-1-1.html</link>
      <description><![CDATA[今天看了一篇 使用 Flow Builder 與 Process Builder 的影片，模擬 Salesforce Roll-Up Summary 欄位。

影片很棒，我加上一些說明，讓他可以支援刪除紀錄。當資料不是被建立或更新，影片範例無法自動更新統計數字，因為 Process 不會被觸發。

只要：
1. 加入刪除標記
 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Sat, 23 Mar 2019 10:52:58 +0000</pubDate>
    </item>
    <item>
      <title>[集中] Amigo 的 Yii 學習筆記</title>
      <link>http://f.pil.tw/thread-919912-1-1.html</link>
      <description><![CDATA[延宕許久，總算開始學習 Yii 2.0，第一件事情先把基本環境弄好～

為了避免新增加的套件影響平日的主要工作環境，我選擇使用 Turnkey Linux 打包好的虛擬環境，在桌面環境編的 VisualStudio Code 輯程式碼再使用 SFTP 上傳到 VM 中執行。

需要安裝 SFTP 這個套件，並在 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Sun, 17 Mar 2019 10:07:43 +0000</pubDate>
    </item>
    <item>
      <title>Dynamics CRM 學習紀錄</title>
      <link>http://f.pil.tw/thread-910716-1-1.html</link>
      <description><![CDATA[本文章最後由 amigoccs 於 2015-5-11 08:45 編輯 

在 Safari for OSX 登出 Dynamics CRM on Premise

Dear all,

好不容易在虛擬環境中安裝好 Dynamics CRM，利用 Safari (on OSX) 登入之後，卻發現無法登出。原因出在登入時選擇利用 Keychain 記錄 AD 帳號與密碼，導 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Fri, 08 May 2015 01:19:41 +0000</pubDate>
    </item>
    <item>
      <title>Yii 如何處理 Login 的需求：從 URL 到 MVC</title>
      <link>http://f.pil.tw/thread-905974-1-1.html</link>
      <description><![CDATA[Dear all,

我用自己的理解寫了一篇 Yii 文章，也會是 2014/9/20 Sat 高雄讀書會的分享重點。

和一般說明如何寫，而沒有詳述處理流程的文章不同，我從執行程式的角度，詳細說明從 URL 開始的登入過程，標示出先後順序與 Class 之間的關聯，可以協助您認識 Yii 與 MVC  ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Fri, 12 Sep 2014 08:51:24 +0000</pubDate>
    </item>
    <item>
      <title>在 TurnKey Linux 使用 yiic 搭配 Yii 自動產生一個網路應用程式</title>
      <link>http://f.pil.tw/thread-905921-1-1.html</link>
      <description><![CDATA[Dear all,

利用 yiic 自動產生一個 Web Application，雖然相對 MFC Applicati Wizard 簡陋，但還是很高興有這個工具的輔助。

在 TurnKey Linux 需要微調一些設定，我有把他特別註明，希望節省各位摸索的時間！

主要是：

1. yiic 的檔案權限
2. Virtual Host 要修改 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Fri, 05 Sep 2014 16:09:19 +0000</pubDate>
    </item>
    <item>
      <title>用 NetBeans 開發，在 VM 測試</title>
      <link>http://f.pil.tw/thread-905873-1-1.html</link>
      <description><![CDATA[Dear all,

我目前用 NetBeans 在 Host 開發，上傳到 Guest 的 TurnKey Linux VM，在此分享我的管理方式。

主要關鍵在於設定 Remote Server 與 Sync，自動上傳編修後的原始碼。

即使您不是使用 Yii，而是搭配其他開發環境，也可以適用～

詳細請參考：Use NetBeans to ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Tue, 02 Sep 2014 06:02:10 +0000</pubDate>
    </item>
    <item>
      <title>[IT技術講堂] 以 CodeIgniter 為基礎的網頁前端與後段程式設計</title>
      <link>http://f.pil.tw/thread-905696-1-1.html</link>
      <description><![CDATA[Dear all,

在兩位資深的程式設計師自願分享下，這次我有機會能夠繼續上次的 以 RESTful 設計大型架構的技巧，以實際解釋程式碼的方式，與網友分享他們的寶貴經驗:

IT技術講堂：以 CodeIgniter 為基礎的網頁前端與後段程式設計

PHP 框架：CodeIgniter

還在從頭開始寫 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Thu, 14 Aug 2014 04:12:48 +0000</pubDate>
    </item>
    <item>
      <title>[投影片] 20140720 以 RESTful 設計大型架構的技巧</title>
      <link>http://f.pil.tw/thread-905370-1-1.html</link>
      <description><![CDATA[Dear all,

在此分享最近舉辦由香港網友主講的 計大型架構的技巧/]20140720 以 RESTful 設計大型架構的技巧 活動投影片。

這次的網友聚會在交流以 RESTful 為基礎的大型網站架構，相關投影片公佈在下面連結，也可以點選 計大型架構的技巧/]網頁 瀏覽： 

1. RESTful AP ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Thu, 24 Jul 2014 03:51:46 +0000</pubDate>
    </item>
    <item>
      <title>[以解決]請問一個SQL的寫法</title>
      <link>http://f.pil.tw/thread-904962-1-1.html</link>
      <description><![CDATA[本文章最後由 booth0168 於 2014-6-25 17:48 編輯 

city / name
--------------
臺北 / 張三
臺北 / 李四
臺北 / 王五
新竹 / 劉一
新竹 / 陳二
台中 / 劉一
台中 / 張三
台中 / 王五
彰化 / 陳二
嘉義 / 張三
嘉義 / 王五
嘉義 / 趙六
高雄 / 劉一
高雄 / 張三

請問 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>booth0168</author>
      <pubDate>Tue, 24 Jun 2014 13:01:25 +0000</pubDate>
    </item>
    <item>
      <title>[程式] 開啟 ZurmoCRM 對 Memcached 的支援</title>
      <link>http://f.pil.tw/thread-904948-1-1.html</link>
      <description><![CDATA[Dear all,

在此分享如何透過修改原始碼，開啟 ZurmoCRM 對 PHP Extension Memcached 的支援：Enable Memcached Support in ZurmoCRM

或許您已經安裝 memcached service，但沒有 Memcache 或 Memcached Extension，PHP 程式無法主動受惠於 memcached 資料庫快取服務的 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Mon, 23 Jun 2014 08:19:41 +0000</pubDate>
    </item>
    <item>
      <title>[網友聚會] 以 RESTful 設計大型架構的技巧 @ Mozilla Space</title>
      <link>http://f.pil.tw/thread-904944-1-1.html</link>
      <description><![CDATA[Dear all,

Mobile01 的網友 Ho Siu Fung 這次趁著參加 COSCUP 的時間，由我申請租借 Mozilla Space，舉辦網友聚會，分享以 RESTful 設計大型架構的技巧。

針對您的需求，選擇適合的網站架構，可以降低未來的維護成本，簡化 Scale-Out 的複雜度。

如果您正在規劃或負 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Mon, 23 Jun 2014 06:49:37 +0000</pubDate>
    </item>
    <item>
      <title>Synology 官網上架被拒</title>
      <link>http://f.pil.tw/thread-904614-1-1.html</link>
      <description><![CDATA[Dear all,

如果各位有考慮使用 Synology 官方通路，我的上架經驗可以提供各位參考：

Synology Taiwan 拒絕 ZurmoCRM 在官方 Package Center 上架，而他們也早有類似的產品在上面：SugarCRM 與 vTigerSynology對於上架官網平台比 Apple 和 Google 有更多的限制，而且是 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Mon, 26 May 2014 03:29:09 +0000</pubDate>
    </item>
    <item>
      <title>客制 WordPress 的網站資源</title>
      <link>http://f.pil.tw/thread-904172-1-1.html</link>
      <description><![CDATA[Dear all,

我把自己客制 WordPress 時，查詢相關問題的資訊，整理在這個網頁，也會不定時修改添加內容。提供網友參考，希望能對各位有幫助！

大綱包括：

1. Plugin 外掛：包含我常使用的Advanced Menu Widget, Custom Widget Area, jQuery Mega Menu Widget, Len Sli ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Mon, 28 Apr 2014 08:23:07 +0000</pubDate>
    </item>
    <item>
      <title>當處理 CSS 時有幫助的網站資源</title>
      <link>http://f.pil.tw/thread-904069-1-1.html</link>
      <description><![CDATA[Dear all,

我把自己學習 CSS 時，查詢相關問題的資訊，整理在這個網頁，也會不定時修改添加內容。提供網友參考，希望能對各位有幫助！

大綱包括：

1. CSS 語法：常見 CSS 語法、選擇器（包含比較少見的 child combinator, adjacent sibling combinator, 與 general s ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Sun, 20 Apr 2014 09:27:09 +0000</pubDate>
    </item>
    <item>
      <title>為 ZurmoCRM LAMP 最佳化 Debian / TurnKey Linux 環境</title>
      <link>http://f.pil.tw/thread-903493-1-1.html</link>
      <description><![CDATA[本文章最後由 amigoccs 於 2014-6-29 13:46 編輯 

Dear all,

一般人可能沒有注意到，TurnKey Linux 打包好的軟體環境中，其實還可以再最佳化，提高效能。 

與 NAS 使用的 Embedded Linux 不同，TuenKry Linux 以 Debian 為基礎，可以很輕鬆的使用幾個指令快速最佳化 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Fri, 07 Mar 2014 09:27:57 +0000</pubDate>
    </item>
    <item>
      <title>為 ZurmoCRM LAMP 程式最佳化 Synology DSM 環境</title>
      <link>http://f.pil.tw/thread-903401-1-1.html</link>
      <description><![CDATA[Dear all,

之前為了 Synology Security Issue and How-to Harden your NAS 回答網友 DSM 4.3 的資安設定問題，先投資的一台平常需要使用的 DS214SE，也同時熟悉作業環境。

DSM 真的設計得很不錯，在簡易性與支援性都有很好的表現，雖然沒有 ZurmoCRM 的需要的 Memecah ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Fri, 28 Feb 2014 08:05:57 +0000</pubDate>
    </item>
    <item>
      <title>以 Asustor AS-602T 作為 ZurmoCRM 應用伺服器的測試報告</title>
      <link>http://f.pil.tw/thread-903390-1-1.html</link>
      <description><![CDATA[本文章最後由 amigoccs 於 2014-2-28 16:05 編輯 

Dear all,

上次 在 QNAP TS-269L 的測試缺乏 ZurmoCRM 的加速器：apc.so, memcache.so, 與 memcached，效果慘不忍睹。

這次在 Asustor 一位同時有產品與技術背景的課長協助下，借用執行 ADM x64 的 AS-602T 機器， ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Thu, 27 Feb 2014 08:57:29 +0000</pubDate>
    </item>
    <item>
      <title>以 Atom D2701 的 QNAP TS-269L 作為 ZurmoCRM 伺服器的測試報告</title>
      <link>http://f.pil.tw/thread-903345-1-1.html</link>
      <description><![CDATA[Dear all,

和先前在 QNAP TS-269L as a LAMP Application Server Performance Report 的測試不同，ZurmoCRM 不是在 QNAP AppCenter 下載，而必需要手動修改設定、上傳檔案、編譯 PHP Module 尋求最佳化、與 逐步升級版本。

這次的主角是使用 Intel Atom D2701 的 QNAP ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Tue, 25 Feb 2014 07:53:43 +0000</pubDate>
    </item>
    <item>
      <title>Asustor, QNAP, Synology 的 LAMP 環境資訊與版本</title>
      <link>http://f.pil.tw/thread-903311-1-1.html</link>
      <description><![CDATA[Dear all,

目前手邊已經有三家可以在上面開發 LAMP 應用程式的 NAS 廠商的產品，目前將各家廠商 NAS 的 LAMP - Linux, Apache, MySQL, PHP 環境整理出來，協助希望又他來開發上面的應用程式，或想要在上面執行 LAMP 應用程式，例如 ZurmoCRM、ownCloud、WordPRess、Joo ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Sat, 22 Feb 2014 12:44:32 +0000</pubDate>
    </item>
    <item>
      <title>OpenSuSE 設定檔案、載入模組、與常用檔案路徑</title>
      <link>http://f.pil.tw/thread-903306-1-1.html</link>
      <description><![CDATA[Dear all,

Linux 各種 distribution 的檔案位置並不完全相同，因為在測試與調校將 ZurmoCRM 移植到 NAS 的 ADM 崁入式 Linux 時，需要搭配桌上型電腦比對，而過程中需要手動設定檔案、執行啟動程式、編譯模組、載入程式等等，但苦惱於無法完整掌握檔案位置，因此將我使 ...]]></description>
      <category>Web 網頁程式技術</category>
      <author>amigoccs</author>
      <pubDate>Sat, 22 Feb 2014 05:37:57 +0000</pubDate>
    </item>
  </channel>
</rss>