Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Saturday, August 3, 2013

HTML: Special Characters

HTML Entities and/or ISO Latin-1 codes can be placed in source code like any other alphanumeric characters to produce special characters and symbols that cannot be generated in HTML with normal keyboard commands. For example, to render Düsseldorf the HTML source should read Düsseldorf or Düsseldorf While many similar lists are available on the Web (run your favorite search engine using "ISO Latin"...

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 <!– –>...

Thursday, July 4, 2013

Vì sao bạn chọn PHP làm bạn đồng hành để thiết kế website?

Khác với mô hình lập trình Desktop thông thường, lập trình trên môi trường web chủ yếu dựa vào mô hình Client-Server và giao thức HTTP để làm việc. Hiện tại, có khá nhiều ngôn ngữ cho phép chúng ta lập trình web như Java, .NET, PHP, Perl, Python, Ruby on Rails…Mỗi ngôn ngữ đều có những ưu và khuyết điểm riêng. Nội dung của bài viết này sẽ đi vào một số điểm nổi bật của PHP và một số nhân tố khiến PHP ngày càng trở nên phổ biến như ngày nay. Tôi...