Showing posts with label ASP. Show all posts
Showing posts with label ASP. Show all posts

Thursday, July 18, 2013

How to create a 301 Redirect

301 Redirect 301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently". You can Test your redirection with Search Engine Friendly Redirect Checker Below...

Tuesday, July 9, 2013

Chú thích trong: HTML, CSS, PHP, Javascript, SQL & ASP

Lúc viết code thì điều cần thiết là chú thích đoạn code mình viết ra là gì? Nhưng rất rất nhiều bạn không biến đến điều này, thậm chí là không biết ký tự chú thích trong ngôn ngữ mình dùng bắt đầu và kết thúc như thế nào. Dưới đây là bảng danh sách mô tả cho các ngôn ngữ cơ bản của bộ môn Thiết kế website. Language Single/Multi-Line Start with End with Example HTML Single & Multi-Line <!– –>...