Browsing articles in "kinh nghiệm"
Jul
19
2010

Cách tạo và sử dụng file robots.txt

File Robots.txt được sử dụng để hướng dẫn công cụ tìm kiếm tự động đến những trang nào mà bạn muốn nó tìm kiếm và sau đó thì index trang đó. Hầu hết trang web nào cũng có những thư mục và files không cần đến robot của công cụ tìm kiếm ghé thăm. Do vậy tạo ra file robots.txt có thể giúp bạn trong SEO. File robots.txt là một dạng file rất đơn giản [...]

Jul
5
2010

Cấu hình domain ảo ở localhost

Nếu bạn đang là php programmer thì hẳn trên máy ít ra phải cài localhost để test web. Đó có thể là AppServ, XAMPP, WAMP…các phần mềm này đều sử dụng Apache làm lớp Web Server, và đó là đối tượng của bài viết này. Giả sử bạn phát triển 1 dự án và tạo trên localhost, cách thông thường là mỗi dự án thì bạn tạo một thư mục riêng trong thư mục www [...]

May
12
2010

Chống ăn cắp Hotlinks

Hotlink – Lợi hay hại!? 1. Hotlink là gì? Hotlink là đặt link trực tiếp đến một file nào đó trên trang web của người khác. Đó có thể là file ảnh, file video, file mp3, vân vân và vân vân. 2. Cái lợi của hotlink Rất tiện lợi trong việc… copy bài viết của người khác về trang web của mình. Không cần mất công upload ảnh, video, chỉ việc giữ nguyên link cũ. [...]

Feb
11
2010

check keycode enter use javascript

This function use to check enter on form with jquery function check_key(e) { var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; if(keycode == 13){ return false; } }

Nov
2
2009

position: fixed in IE

/*Make position:fixed work in IE6!*/ .fixed-top /* position fixed Top */{position:fixed;bottom:auto;top:0px;} .fixed-bottom /* position fixed Bottom */{position:fixed;bottom:0px;top:auto;} .fixed-left /* position fixed Left */{position:fixed;right:auto;left:0px;} .fixed-right /* position fixed right */{position:fixed;right:0px;left:auto;} * html,* html body /* IE6 Fixed Position Jitter Fix */{background-image:url(about:blank);background-attachment:fixed;} * html .fixed-top /* IE6 position fixed Top */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop));} * html .fixed-right /* IE6 position fixed right */{position:absolute;right:auto;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0));} * html .fixed-bottom /* IE6 position fixed Bottom */{position:absolute;bottom:auto;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));} * html .fixed-left /* IE6 position fixed Left [...]

Pages:«12345»

Sponsors