2019年7月16日

<遊記> 克羅埃西亞10天9日遊 全記錄

克羅埃西亞我們來囉~ 還記得去年六月接近暑期時,同事很興奮的分享他和全家要到克羅埃西亞旅遊兩週,記得那次他跟女兒兩人從德國往下開過去,聽起來很瘋狂實際也是,回來後他的感想就是再也不這麼做了,但他個人去克羅埃西亞很多次,對那情有獨鍾。今年和小魚討論時查了一下發現很美,決定去走走了!


2019年6月6日

(DBR) Smart message front-end overview

The Smart Message feature is my first task after IDC Sitecore official founded. I have learned many new things through this task, in this article, I would like to have overview of each thing.

The features are mainly using for reminding user with some tips of configuration or shows some information in some specific moment, for example, the cursor has not moved for a while, the message will pop-up to show some information, this is very common feature in many website already, now innogy website  also with it!

In this task, it is included 3 pop-up rules in front-end and 1 pop-up rule in back-end Implementation, I will mainly address front-end part in this article.

#Javascript
#React

2019年4月2日

(Sitecore) - Sitecore 9.1 installation step by step


By the opportunity of relaunch website, we are entering to Sitecore 9 world. Sitecore 9 is not like Sitecore 8 using SIM tool to install, many things like create login SQL server user or runing Power Shell shell script are manually, this article is about install Sitecore 9.1 in local machine. Let's see how it finish.

2019年1月2日

<遊記> 2018最後3天 - 沖繩3天2夜 自駕自由行 12.29 ~ 12.31

某天小魚貼了expedia沖繩機加酒的行程,就決定是它了。這也是繼2015東京之旅後,第二次要去日本旅行!這趟旅程中人生中首次右駕、逛了兩間二手商店、吃全日本第二名的漢堡及參觀了世界遺產和小島,如何發生在三天兩夜?!

<Javascript> How to uncompressed GZIP at front-end using Javascript

It's been a while I haven't share my coding work. In this article I would like to share how to receive a Gzip file via stream, unzip...