Scripts

[FREE]CF Free Image Hosting Script Version 1.4b

Browser Cache Control One of the most important updates I believe for 1.4 is the better use of browser Cache Control for images. What will reduce the bandwidth used, the load on your server and speeding up your site. Random Image widget Will show 4 random images from the Gallery on the bottom of your [...]

9 beautiful web forms for free

There are 9 different web forms in this download: 3 contact forms, 3 login / sign in forms, 1 comment form and 1 newsletter subscription form. As always, these files come in fully layered .psd format with each form organized in a folder. As you know, web forms are very important for websites and user [...]

Building job sites with Joomla!

Building job sites with Joomla! | 105MB http://www.fileserve.com/file/nZPf2cf http://hotfile.com/dl/78369105/059cc52/Building_job_sites_with_Joomla21_1849512221.rar.html

Ajax Contact Form PRO + Multi PACK

Demo http://premiumwordpress.tv/item/contact Download Hotfile http://hotfile.com/dl/78247177/91bdc9d/contact-form.zip.html Download FileServe http://www.fileserve.com/file/FXPYRTY

[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 [...]