Category Archives: browser

Allen查字典故障一事

各位使用者好。上架許久的Allen查字典外掛,最近好像故障了。我目前著手修正中,看能不能趕在周六以前修正完畢,請耐心等候。謝謝!

Posted in browser, chrome, Programming, 程式設計 | 2 Comments

[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 … Continue reading

Posted in ajax, browser, chrome, cloud computing, jQuery, 網頁撰寫 | Leave a comment

【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 … Continue reading

Posted in browser, cloud computing, jQuery, 程式設計, 網頁撰寫, 雲端運算 | Leave a comment

[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 … Continue reading

Posted in ajax, ASP.NET, browser, jQuery, 程式設計, 網頁撰寫, 資工, 軟體(Software) | Leave a comment

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 字元

Posted in ajax, ASP.NET, browser, jQuery, mvc, PHP, 網路, 網頁撰寫, 資工 | Leave a comment

設定Firefox 網址列自動完成與候選列長度

Firefox 有個自動完成的功能,預設是不開啟的狀態。你可以讓網址列的自動完成設定為開啟。方法如下: 1. 在firefox網址列輸入 about:config 2. 在filter 輸入browser.urlbar.autofill ,過慮出設定欄,滑鼠連點該欄位,使之為true即可。 預設的firefox也有自動完成的候選列可以選擇,但是通常會非常的長,使用桌上型電腦還好,如果是筆記型電腦的話,畫面被蓋掉一半以上,關鍵的地方看不到就覺得非常煩。因此,也可以透過about:config來設定。 只要將filter 過慮為browser.urlbar.maxRichRessults ,設定成你要顯示的候選列數目即可。^_^

Posted in browser, Linuxamp;FreeBSD | Leave a comment