links for 2007-04-28
-
Una muy buena guÃa de referencia para iniciarse en el lenguaje HTML elaborada por JMiur en: Tutorial HTML. Un recurso en la lÃnea del clásico HTML Dog, pero en español.
We recently devised a system to redirect old URLs in PHP so that you could avoid “page not found” errors (I suggest you read it before venturing further). In this article, we’ll create a similar system for WordPress, the popular PHP CMS. How is WordP
Post original
I’ve already covered some subtle HTML5 improvements like placeholder, prefetching, and web storage. Today I want to introduce a few new INPUT element types: email and url. Let’s take a very basic look at these new INPUT types and discuss their advantages.The SyntaxThe syntax is as basic as a text input; instead, you set the type to “email” or “ …