2018年3月27日

(CSS) - 在Safari中inline-block div 向下推擠問題

這個效果呈現在Chrome IE Firefox顯示都正常 ,唯獨Safari會有向下推擠的狀況。這個前端效果是當滑鼠移過該區塊時,透過jQuery顯示一個隱藏的div,顯示時該div應該要在原地顯示,但實際狀況卻是會往下推擠一小塊。如圖顯示


2018年3月23日

(UI) - SVG rendering issue under IE browser

在前端開發中,最難搞的就是Internet Explore,這我想大部分的前端工程師都同意,在這篇文章中紀錄的問題是目前手上案子,在開發中大部分使用Chrome看呈現結果,但在測試階段使用IE看時發現的問題

2018年3月20日

String Checking Collection

During the login function or some other secure pages development, we always need string validation to ensure the data correction before it is inserted database. In this article I note them during each developing work.

2018年3月12日

(Sitecore) - To obtain URL of media item in Sitecore

Typically it is not too difficult to put image in your Sitecore page through image field of template, but there is no way directly obtain image URL through the Admin platform, this article address how to obtain URL of image in order to use for CSS or somewhere you need.


<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...