Articles

 HTML redirect

La opción de redirección por medio de código HTML es una de las opciones más populares y simples...

 How to do: <iframe> full screen

with an additional display:none and JS to show it when the user clicks the appropriate...

 UTF-8 Encoding Debugging Chart

Debugging Chart Mapping Windows-1252 Characters to UTF-8 Bytes to Latin-1 Characters Table for...

 www htaccess redirect

RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1...