links for 2007-07-21
-
Google Analytics es el sistema que ofrece Google de forma gratuita para tener estadÃsticas de uso de tu web. Personalmente lo utilizo desde que salió para monitorizar casi todos mis proyectos y los de mis clientes.
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 “ …
In this tutorial, we’ll learn how to create a slick email signup form. This form will harness the full power of AJAX, meaning that we will submit data to the server, validate it, and receive a response – all without a single page refresh! Along the way, you should pick up some useful tips related to PHP and JavaScript, as well as general programming …