Jump to main navigation


dense13.com

Web dev

This is the technical part of dense13.com. Come in and check my thoughts and work on various web technologies.

  • Blog: 'Web' category
  • CSS2 course - covering a lot of the CSS2 specification, this course was written with the objective of being a complete course on CSS2. Unfortunately it never got finished (I would like to get back to it though).

En castellano

dense13.com tiene secciones en distintos idiomas. Si quieres ver el contenido en castellano, ve la categoría 'Castellano' en el blog, dónde encontrarás posts de temas generales, mi vida en Australia y mis experiencias con el blog.

Music

Here’s some info on my latest music project, Whole-Play.

En català

Doncs en català tens un curs de CSS2 (des del 2002!), que tot i no estar acabat penso que és un material molt útil per aprendre CSS, i també com a referència.

Latest post in the Blog...

Removing index.html with mod_rewrite in .htaccess

It's quite easy to remove index.html from a URL with mod_rewrite. Let's say we want to redirect www.dense13.com/index.html to www.dense13.com:

RewriteEngine On
RewriteRule ^index\.html$ / [R=301,L]

Here's a brief explanation, if you're not familiar with .htaccess syntax: Read the full text...

See the latest entries in the blog

In the Blog

Categories

Main navigation menu