Posts
All the articles I've posted.
[wordpress] 主題自訂 google web font 中文字體
Published: at 10:07 AM (1 min read)使用Google 早鳥頁的 web font 來更改主題字體
[wordpress] 設定 jetpack single sign on(單一入口),讓登入更安全
Published: at 09:56 AM (2 min read)預設 wordpress 會對外公開管理的登入頁面,因此不免會有許多惡意使用者或駭客嘗試登入,因此,除了防止暴力嘗試以外,我們可以實現 SSO,讓這些流量導引至 wordpress.com,減少我們伺服器的負擔,也讓管理多個網站的管理者較容易管理。
[wordpress] 包含多種功能的必裝 jetpack plugin 教學
Published: at 05:52 AM (7 min read)看到香腸大大的文章後,來裝裝這個強大的 wordpress plugin jetpack,順便把安裝過程及功能紀錄一下囉!
[wordpress] yahoo電子郵件(email),WP Mail SMTP通知新留言
Published: at 04:18 PM (3 min read)預設 wordpress 在 Settings => Discussion 中就可以設定有新留言時,寄 email 通知我,但我設定後一直都無法正確的收到信。
[wordpress] 如何換大頭貼圖片
Published: at 02:48 PM (2 min read)透過 Gravator 更換 wordpress 大頭貼圖片
[apache] 強制網站及 wordpress 使用 https 私人連線
Published: at 12:22 PM (1 min read)安裝完了 letscrypt 後,當然要讓自己的網站都強制使用 https 較安全的連線囉!
[ubuntu] apache 安裝 Let's Encrypt ,讓你的網站更安全
Published: at 11:58 AM (3 min read)安裝 Let's Encrypt 可以讓我們的網頁加上 TLS/SSL 的加密,也就是 https 的協定,除了安全性之外,也能提高網頁的 SEO 排名。
[php] empty、isset 及 is_null
Published: at 08:58 AM (1 min read)PHP 裡面有幾個判斷變數值的函式 empty()、isset()、is_null()
[javascript] 判斷變數 null、undefined及空值
Published: at 03:20 AM (1 min read)javascript 判斷變數 null、undefined及空值
[ubuntu] apt-get update、upgrade 與 dist-upgrade 差別
Published: at 07:36 AM (2 min read)update、upgrade 與 dist-upgrade 的差別