Category: browser
-
[Chrome] The Useful Materials of Chrome Storage
Congratulations! The number of users for my developed Chrome extension:Yahoo Dictionary (The Chinese name is “Yahoo字典查詢器“) has been over 540 users. The next version 0.3 will have some important features: Store the searched word to construct user’s learning records. Customize user preferences. In order to develop these significant features, the main question is that…
-
【Chrome】Chrome Extension與App開發
In short, Chrome extension(or app.) application is composed of different html, javascript, and css files. It is very simple to develop. Basically, you can consider it as a normal client-server implementation.To record some materials that I can develop my Chrome extension/app in the future, I note those as the following.English materials: Building a simple Google…
-
[Web Design] 用jQuery Mobile 開發Mobile Web Apps
方才筆者看到了jQuery 的手機版網頁開發:jQuery Mobile號稱由jQuery 團隊支援的手機版網頁開發APIs,有著以下特色: 以 jQuery 為核心 檔案極小 (重新製作過的核心壓縮過約80kb,加上css約48kb) 支援HTML 5,且透過 HTML5 data-* tag 來達成種種 UI 的設定 自動切換排版 支援滑鼠與觸碰事件 (Event Driven) WAI-ARIA (參見[4], [5], [6] ) 強大的佈景主題系統 ASP.NET MVC 的支援 (特別支援 ASP.Net MVC 4 ) 支援市面上大部分行動裝置 畫面一致 多樣化的 UI Progressive Enhancement & Graceful Degradation 讓對於手機程式開發不熟的網站工程師,能夠用既有的Web Design技術,開發Web Apps for Tablet or Smart Phone。 目前jQuery Mobile發展至1.1.0版,支援ToolBar, ListView,…
-
URL最大長度
URL最大長度的限制,在標準規範中並無定義。但是,Microsoft Internet Explorer 有規定,需在2,083個字元內。其他瀏覽器,如Firefox、Chrome、Opera等,至少為65,536個字元。 但Apache Server可接受的字元數為4,000,IIS則為16,384。 因此,若開發人員想要利用URL傳遞參數的話,URL長度盡量在2,000個字元內,會比較安全。 參考資料 URL的最大長度限制 最大 URL 長度是在 Internet Explorer 中的 2,083 字元
-
設定Firefox 網址列自動完成與候選列長度
Firefox 有個自動完成的功能,預設是不開啟的狀態。你可以讓網址列的自動完成設定為開啟。方法如下: 1. 在firefox網址列輸入 about:config 2. 在filter 輸入browser.urlbar.autofill ,過慮出設定欄,滑鼠連點該欄位,使之為true即可。 預設的firefox也有自動完成的候選列可以選擇,但是通常會非常的長,使用桌上型電腦還好,如果是筆記型電腦的話,畫面被蓋掉一半以上,關鍵的地方看不到就覺得非常煩。因此,也可以透過about:config來設定。 只要將filter 過慮為browser.urlbar.maxRichRessults ,設定成你要顯示的候選列數目即可。^_^