Slide 9
Slide 9 text
-- "create" a user in MySQL
GRANT ALL PRIVILEGES ON dbname.* TO 'dbuser'@localhost
IDENTIFIED BY 'userpass';
/* CSS media query: apply if width < 980px */
@media (max-width: 980px) {
body { padding-top: 0; }
}
// where the hell my log4j settings come from??
System.out.println(Loader.getResource("log4j.properties"));
System.out.println(Loader.getResource("log4j.xml"));
...gists for random code snippets...