Technical Tips
Application Server/OS/build tips
ANT Tips
For using the ftp task of ANT, create the commons-net.jar from the source and not the downloaded file.
SED Tips
To replace a String globally in all the
places in a file:
sed -e 's/String1/String2/g' infile.txt >
outfile.txt
If FTP doesn't work .. try this out:
scp test.gz user@zero.com:/tmp
Database tips
Java tips
Ajax tips/stuff
File upload bar using Java and javascript
Javascript
Other tips
UK Dictionary words (Original Source)
Struts Tutorial