文章列表
CSS | Pseudo Class Image Background
實驗 Pseudo Class 的使用,不需要新增 html tag 也在視覺呈現上進行設計,本例是探討圖片後置正圓的視覺效果,並比較 Position Absolute 與 Transform Translate 的位移差異。
IIS IP Listening (netsh / netstat)
筆記如何處理 IIS 只回應本機 IP 的連線 (localhost, 127.0.0.1) 但卻不回應 Binding 在站台上的對外 IP;說明如何限制 IIS 只 Listen 本機 IP 而忽略伺服器網路卡上的對外 IP。本次使用 指令工具來說明與處理。
使用 NLog 涵蓋所有 IIS Logs 可以記錄的事項
說明如何使用 NLog 涵蓋所有 IIS Logs 可以記錄的資訊欄位,包含 cs(Referer)、sc-status、cs-uri-stem,並處理 IIS Logs 無法蒐錄的資訊欄位,例如 Post Data 及 Form Collections 等。
JavaScript OnHashChange / Get Hash tag value
說明如何藉由 Vanilla JS 偵測 URL Hash 變化進行頁面渲染 (iframe load),從而實現迷你版本的 Hash Tag Router 路由機制 😎
Azure DevOps Server License & Price 授權與計價方式
比較在地端建置 Azure DevOps Server 的計價方式並與雲端使用 Azure DevOps Services 相比,同時說明 Vistual Studio Subscription 能夠為 Azure DevOps 使用所帶來的優勢。
PowerPoint As Design Toole (設計工具解決方案)
有時開發的工具豐富到不行,偏偏在視覺設計上捉襟見肘時 PowerPoint 足堪任設計需求解決方案的唯一擔當,活用它的注意事項通通收錄在此。
HTML Form Enctype (x-www-form-urlencoded / form-data / text-plain)
筆記 HTML From 上傳資料上 Enctype 的差別。