提供「線上加密郵件地址」的服務,利用Javascript把郵件地址加密編碼,只要將加密過後的語法嵌入在網頁原始碼,網頁上出現的會是正常的電子郵件地址,但是當機器人想要抓取你的郵件位址時,由於抓HTML原始碼,所以無法辨識E-mail信箱,也就可以避免信箱被機器人抓取。
Mailto encoder Prevent spambots from getting your email, encode all the addresses you publish on your site!
Email Address Encoder Junk email (a.k.a. spam) is a part of everyone's life if they ever put their email address on the web. For HTML authors, site admins, and for people who want a little credit on the page that they put online, it is a constant problem. You want to include your email address on the page, but you don't want your email address to be harvested by spambots.
Email Address Encoder This form will allow you to encode your e-mail address through the use of Character Entities, transforming your ascii email address into its equivalent decimal entity. Simply enter your regular e-mail address in the first text box, click the encode button, and then highlight and copy the resulting code produced in the second text box. This encoded e-mail address can be read and translated back into its original ascii text by almost any web browser without any further action on your part. Just replace all instances of your e-mail address on your pages with the code, and you won't have to worry (too much) about spam lists.
將 CSS 進行 壓縮、優化、縮減,並且保持 CSS 正常顯示,直接在網頁進行操作,不用下載軟體。
利用線上工具將字串轉換為 Html Encode 或 Html Decode,方便HTML字串處理,不需要再另外寫程式處理。
顯示瀏覽器的 HTTP Request Headers 資訊,常見的包含:Accept、Accept-Encoding、Accept-Language、Connection、Cookie、Host、Referer、User-Agent...
將 JS 進行 壓縮、優化、縮減,並且保持 JS 正常顯示,直接在網頁進行操作,不用下載軟體。
當多台 ASP.NET伺服器,使用者送出網頁時發生「Viewstate MAC 的驗證失敗」的錯誤訊息!ASP.NET 發生 Viewstate MAC 驗證失敗,利用以下方法產生 machineKey,並且加入 Web.config 中,就可解決問題。