12.20.2012

UI boilerplate and bootstraps


http://twitter.github.com/bootstrap/
While there are videos on youtube, and tutorials, this framework looks... more focused on presenting information than creating a web app with heavy back end components


http://html5boilerplate.com/
Ths one looks nice

http://jqueryui.com/themeroller/
and, of course, jquery own templates...

12.08.2012

The file cannot be validated as the XML definition "log4j.dtd


I have this error in eclipse... on this line:

<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

The file cannot be validated as the XML definition "log4j.dtd (The system cannot find the file specified)" that is specified as describing the syntax of the file cannot be located.


Fix:
Change the above line for:

<!DOCTYPE log4j:configuration PUBLIC "-//APACHE//DTD LOG4J 1.2//EN" "http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/xml/doc-files/log4j.dtd">

From:
http://stackoverflow.com/questions/5000884/eclipse-referencing-log4j-dtd-in-log4j-xml

12.05.2012

Eclipse maven web project missing libraries on deployment


En una aplicacion web con maven importada en eclipse con m2e, a veces lso deployments no incluyen las librerias necesarias (ClassNotfound execption, ...blah blah blah). Teniamso que limpiar el servidro y desplegar varias veces hasta que "pegaba". (Chale...)

Fixed by installing: