Category Archives: Web Site Stuff

IBM WebSphere Developer Technical Journal: The Ideal WebSphere Development Environment

IBM WebSphere Developer Technical Journal: The Ideal WebSphere Development Environment

Posted in Web Site Stuff | Comments Off

Using HTML forms with PHP

Using HTML forms with PHP

Posted in Web Site Stuff | Comments Off

Portal configuration interface

Portal configuration interface

Posted in Web Site Stuff | Comments Off

Build quick, slick Web sites

Build quick, slick Web sites

Posted in Web Site Stuff | Comments Off

Implementing notifications in Web applications using Lotus Sametime

Implementing notifications in Web applications using Lotus Sametime

Posted in Web Site Stuff | Comments Off

JavaServer Pages, The Include Directive

JavaServer Pages, The Include Directive

Posted in Web Site Stuff | Comments Off

Getting around JSF: The role of JSP

Getting around JSF: The role of JSP

Posted in Web Site Stuff | Comments Off

Enabling JSF logging by setting 3 JVM properties (also how-to do this in WSAD)

developerWorks : WebSphere : Forums : Enabling JSF logging by setting 3 JVM properties (also how-to do this in WSAD)

Posted in Web Site Stuff | Comments Off

HTML tag reference guide –

HTML tag reference guide –

Posted in Web Site Stuff | Comments Off

Convert integers and strings

Koders – Utilities.java

Posted in Web Site Stuff | Comments Off

Design a Reference Data Service in J2EE Application Server Clusters (SYS-CON)

Design a Reference Data Service in J2EE Application Server Clusters (SYS-CON)

Posted in Web Site Stuff | Comments Off

Creating and using arrays

Creating and using array basics

Posted in Web Site Stuff | Comments Off

java ternary operator

Keep it brief with java’s ternary operator.

Posted in Web Site Stuff | Comments Off

Dealing with java Exceptions

The powerful and sometimes misused try/catch construct has been part of the Java language since its beginning. Below are several popular, potentially harmful uses of the try/catch mechanism. Continue reading

Posted in Web Site Stuff | Comments Off

Overriding a Java application’s time zone

Your application’s time zone is usually determined by the machine’s time zone on which the app is running. Sometimes, however, you may need to override the time zone the application thinks it’s in. Continue reading

Posted in Web Site Stuff | Comments Off

Working with Assertions

The Java 2 Platform, Standard Edition (J2SE) provides an assertion facility. Introduced with the 1.4 version of J2SE, one can think of the assertion facility as an advanced form of exception handling. Assertions represent are boolean expressions that a programmer believes to be true at specific points in the program. Is variable anInt greater than 2, for instance. The facility to check an assertion can be enabled or disabled at any time, so you might test the application with them enabled, and deploy with them disabled.

Assertion checking is like exception handling, but no exceptions are thrown if assertions fail. Instead, an AssertionError is thrown, and no try-catch block is necessary.
Continue reading

Posted in Web Site Stuff | Comments Off

DOM reference

JavaScript: The Definitive Guide – Chapter 17

Posted in Web Site Stuff | Comments Off

cursor styles

for Internet Explorer 6 the cursor property supports progress, not-allowed, no-drop, vertical-text, all-scroll, col-resize, row-resize, and url(uri) as new cursor styles. Other styles hand, default, help, move, auto, pointer, text, wait Microsoft documentation

Posted in Web Site Stuff | Comments Off

HTML tags index

Link to html tag index

Posted in Web Site Stuff | Comments Off

javascript to set focus

SCRIPT LANGUAGE=”JavaScript” TYPE=”text/javascript”>

Posted in Web Site Stuff | Comments Off