FIDO 對我來說一直有一種不可取代的位置。雖說 FIDO 不是溫哥華最大的電信公司,但他們親切的客服以及其專業度、電信資費方案等... 各方面我認為都很有競爭力。FIDO 帳單不會亂灌水、LTE 上網、通話品質都很好。另外他們注重 loyal customer,很贏得我心。以前只要我身邊有任何朋友需要辦手機,我都大力推薦 FIDO。但這幾年 FIDO 建立起的良好形象,在上週測底破滅了... … [Read more...]
AJAX request backwards compatibility
Some older browsers do not support AJAX request. Here is the syntax for AJAX request compatible backwards to older IE browsers. [crayon-5c6d0a7470105037824185/] … [Read more...]
JQuery.addressfield + Google Maps APIs Autocomplete
Make them friends! Recently I have been assigned to break down our company address fields. With our existing website, there is only one input field for the whole user's address form, and they want to improve that. The result should be, I imagine, have better UX, and better place searching result. So I was browsing online, I found JQuery.addressfield plugin, and it is fxxkixg so hard to get … [Read more...]
筆記 Sublime Text Editor 捷徑
第一次聽說 Sublime Text Editor 是從班上一個很厲害的巴西 C programmer 那裏聽來的,他也用 IDE,他用 Eclipse,我問他有 IDE 幹嘛還需要 Text Editor,他回:Different purpose。那時我還覺得他很ㄍㄟ ㄅㄞ。後來拿 C++ 時自己也用 Eclipse,有時還是會用 Sublime,為啥呢?就... Different purpose。我想這個只有多用才能知錮忠滋味了。 Sublime 的 packages 很強大,個人覺得不易上手。但如果可以上手部分 shortcut,那當你在寫 code 的時候就會非常順手,然後看起來很 Pro。之前班上有個老師很順手 emacs ,coding 之快,每次寫 code 總是可以只用 keyboard 把 code 排列整齊。而我沒這雄心壯志學好 Linux 所以來練 … [Read more...]
Set up connection to git
I have successfully set up SSH connection 3 months ago when I just joined 1 and 1. It took me about 1-hour finding all the information I needed and finally got it set up. 3 months later I want to connect my MacBook to git, I have to find the information again, and it took me about the same time to set it up. It's just when you don't use it, memory faint away quickly. So I decided to make a note … [Read more...]