How to install PHP on Windows

In this short how-to article I will show you how to install PHP 5 on Windows. We won't be using the Windows installer version as it's missing some of libraries and extensions

Use the latest 5.x PHP binaries, compatible with Apache.

Published by  crossmmafit   , Tue 16 Feb , 07 PM , 0 comments    Your comment

How to control your HTML form controls using JSTL and JS

Using a web framework such Struts and Spring to control your HTML form elements is not recommended. You never know when you decide to use a different framework, and so go through every single JSP and edit your forms.

Java Server Pages Standard Tag Library (JSTL) has a useful and simple tags that can manipulate most HTML form elements:

Published by  jukcoderhm   , Thu 10 Dec , 02 PM , 0 comments    Your comment

How to create Java 301 redirect

PHP coders use .htaccess to redirect http request to new pages, but in Java we will be using a Servlet filter to take care of 301 redirection. In this case we are going to force search engines to use domain name instead of IP address.

Published by  jukcoderhm   , Mon 14 Sep , 08 PM , 0 comments    Your comment

Signpost words

Signpost words help the writer pursue his/her argument . They tell the reader about the direction of argument . Some of these words are used at the beginning of sentences such as moreover, however, furthermore, nevertheless.

Published by  jukcoderhm   , Tue 10 Jun , 05 PM , 0 comments    Your comment

Hosting a web site on Jboss

Published by  jukcoderhm   , Mon 19 Mar , 10 AM , 0 comments    Your comment

How-to articles & Answers