css 100% page height layout

Op deze link staat het allemaal uitgelegd: http://www.webmasterworld.com/forum83/200.htm Komt er op neer dat je de body height:100%; moet geven en dan kun je absolute gepositioneerde elementen in de body ook een height:100%;...

Install Trac on Windows

“Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. Our mission is to help developers write great software...

Trac XML-RPC java plugin

Next I’ll get into this plugin: http://trac-hacks.org/wiki/XmlRpcPlugin install the plugin with easy_install: easy_install /path/to/unpacked/xmlrpcplugin.zip/trunk and add the module to the trac.ini in /path/to/project/conf/trac.ini: [components] tracrpc.* = enabled assign privileges to anonymous user...

Google Web Toolkit (GWT)

These are just some resources on the GWT project. If I have time someday I might get back to this post to clear up some things. http://code.google.com/webtoolkit/documentation/ http://www.onjava.com/pub/a/onjava/2006/05/31/working-with-google-web-toolkit.html?page=5 http://www.ibm.com/developerworks/opensource/library/os-ad-gwt1/http://www.ibm.com/developerworks/java/library/os-ad-gwt2/http://www.ibm.com/developerworks/library/os-ad-gwt3/http://www.ibm.com/developerworks/java/library/os-ad-gwt4/ http://www.ibm.com/developerworks/search/searchResults.jsp?searchType=1&searchSite=dW&searchScope=dW&query=gwt&Search=Search http://pcriddler.blogspot.com/2008/03/unable-to-find-myservicegwtxml-on-your.html http://gwt-ext.com/demo/#toc

javascript array’s

I’m currently working on some javascripting code and had some trouble with very basic operations on array’s. This website was a great help: http://www.hunlock.com/blogs/Mastering_Javascript_Arrays

jstl el troubleshooting

A comprehensive troubleshooting guide handling some common jstl/el mistakes: http://thoughtsgarden.com/p/jstl-1.1.x-installing-configuring/ My experience 1. Download the yakarta taglibs from here: http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi and copy the standard.jar and jstl.jar towards the /WEB-INF/lib/ folder of your...