Java Web Services: Up and Running
Book Description This example-driven book offers a thorough introduction to Java’s APIs for XML Web Services (JAX-WS) and RESTful Web Services (JAX-RS). Java Web Services: Up and Running takes a clear, pragmatic approach to these technologies by providing a mix of architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, [...]
[WEB][PHP][SEO] 轉導、轉向(Redirect)網址的方法
在將網站更換成新網址的情況下,可能會在舊網址上使用到一些『轉導網址』的方法,以便將原本的使用者及其流量引導到新的網址去。 以下整理、討論到幾種轉導(Redirect)網址的技術方法,並且探討該方法對 SEO 的影響: 1. 使用 HTTP 通訊協定 301 Moved Permanently 來完成轉導網址 (永久轉址) (建議使用,不會對 SEO 有不良影響) o PHP 程式範例: <?php header(“HTTP/1.1 301 Moved Permanently”); header(“Location: http://www.new-url.com/”); ?> <p>The document has moved <a href=”http://www.new-url.com/”>here</a>.</p> 註1: 使用者的瀏覽器必須根據 HTTP header 的 Location 欄位值(稱做URI)來轉導網址。 註2: 除非 Request Method 是 HEAD,不然伺服器端回覆的訊息內必須包含一短的新網址的連結(hyperlink)資訊。 o ASP 程式範例: <%@ Language=VBScript %> <% Response.Status=”301 Moved [...]
Webhostingpad – Cheap And Stable Hosting
For a LIMITED time you receive an offer of $1.99 / month + Coupon “good25″ to receive another $25 dollars off Act now by clicking the above picture Disk Space UNLIMITED* Monthly Bandwidth UNLIMITED* Free Domain Name Free Site Builder Host additional Domains UNLIMITED* POP and IMAP Email UNLIMITED* Email Forwarders UNLIMITED* Email Autoresponder UNLIMITED* [...]
Useful scripts to plot charts in web pages
1. Flot Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side. The focus is on simple usage (all settings are optional), attractive looks and interactive features like zooming and mouse tracking. The plugin is known to work with Internet Explorer 6/7/8, Firefox 2.x+, Safari 3.0+, Opera [...]
