|
Documents
These are some articles and documents that I wrote or edited.
Java Related
- Java 2 Applet Security (2000.02.07)
Explains how to make an applet access resources outside the sandbox
using .java.policy file.
Read it.
- Java Learning and Certification (2001.06.20)
Answers the questions of how to learn Java? how to get certified? and what IDE or text editor to use?
Read it.
- Deploying Servlets on Tomcat (2001.10.16)
How to deploy Servlets and JSPs to Tomcat 3.2.3 on an MS-Windows system.
Read it.
- Java Custom Tags - A Quick How-To (2002.07.06)
- Struts - A Quick How-To (2002.07.19)
A quick How-To that explains how to create, deploy, and use Java Struts.
Read it.
- Java Or PHP? (2002.08.08)
Compare Java/JSP and PHP languages and their support for web programming.
Read it.
- Ant documents (2003.12.28)
- Quick Introduction To Echo (2005.05.11)
Echo is a Java framework for developing thin client web apps that do not use any client side plugins.
- Echo development is in pure Java with no HTML, XML, JavaScript, ...
- Comparable to GWT, but released
years before GWT.
- This is a quick introduction to Echo to get you started.
- Read it.
- EJB Cheat Sheet (2005.06.23)
A quick reminder of EJB types and configurations
Read it.
Others
- OO Tips For The C Programmer (1995)
Explains how to do object oriented programming using the C programming language.
Part I.
Part II.
- Acronyms Statistician (2002.09.06)
What words participate the most in building different acronyms in a given field.
(Just a curiosity!)
Read it.
- CSS Cheat Sheet (2002.09.20)
A cheat sheet for creating Cascading Style Sheets (CSS) files.
Read it.
- Introduction To XML (2002.10.31)
A Power Point presentation introducing XML and some related technologies.
Read it.
- IE Cookie Vulnerability (2003.03.28)
Explains a vulnerability in Microsoft's Internet Explorer 5.5 and 6.0, which allows web sites to
read cookies of other web sites on the user's machine.
Read it.
- Windows Tips (2004.01.05)
Different tips for using MS-Windows.
Read it.
- Principles Of Object Oriented Design (2005.02.23)
This is the popular Principles Of OOD article by Robert C. Martin adapted for Java.
The original article was written with C++ examples. I modified it to use Java instead of C++.
Read it.
- Neural Networks - An Introduction
(2005.05.27, Last update: 2005.10.03)
Define neurons, neural networks, and the back propagation algorithm.
Written to be easily understood by programmers.
Read it.
|