Fecha de publicación: 2009/12/11
En ese caso reinicia el servicio "Server" (o "Servidor", según el idioma de tu Windows).
Actualización 2010-04-20: Es posible que también haya que iniciar otros servicios de Windows:
Fecha de publicación: 2009/12/08
Recientemente estuve creando una clase para generar formularios sencillos en PHP mediante JSON.
Le faltan bastantes detalles, pero se puede utilizar en la generación de formularios que no tengan mucha complejidad.
Tipos de campo:
FORM.FIELDSET.<input type="text" />).<input type="password" />).<input type="checkbox" />).<input type="radio" />).<input type="file" />).<select>[...]</select>),<textarea>[...]</textarea>),Fecha de publicación: 2009/12/06
Propaganda para que la sociedad siga tragándose lo del calentamiento global.
Fecha de publicación: 2009/12/06
Según la ITU (International Telecommunication Union):
Recommendation I.113 of the ITU Standardization Sector defines broadband as a "transmission capacity that is faster than primary rate Integrated Services Digital Network (ISDN) at 1.5 or 2.0 Megabits per second (Mbits)"
Fecha de publicación: 2009/12/05
Llevaba tres años sin lavarle la cara al blog, y ya era hora. Lo he cambiado a una nueva ubicación (http://blog.outbook.es, también accesible mediante http://outbook.es) y lo he migrado a WordPress.
El feed de Outbook también cambia de ubicación, a http://blog.outbook.es/feed.
Fecha de publicación: 2009/12/02
All selectors provided here are valid for CSS 2.1 unless otherwise stated.
Internet Explorer 6, Internet Explorer 7 (Non standard mode), Internet Explorer 8 (Non standard mode):
* html {}
Internet Explorer 7, Internet Explorer 8 (IE7 standard mode):
*:first-child+html {}
* + html/*/ * /**/ body {}
Internet Explorer 8 (Ids are examples):
#ie_80 {} /* IE8 */
#ie_80, #ie8#fix {} /* other browsers */
It’s not Internet Explorer 6:
html>body {}
It’s not Internet Explorer 6, It’s not Internet Explorer 7:
html>/**/body {}
It’s not Internet Explorer (only valid for CSS3):
:root {}
Safari 3, other Webkit browsers (only valid for CSS3):
body:not(:root:root)
It’s not Internet Explorer, It’s not Opera 9.2x or earlier:
head~body {}
It’s not Internet Explorer, It’s not Opera 9.2x or earlier (only valid for CSS3):
body:only-of-type {}
Opera between 7.2x-9.2x:
html:first-child {}