How to install PHP on WindowsIn 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 JSUsing 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 redirectPHP 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 wordsSignpost 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 JbossPublished by jukcoderhm , Mon 19 Mar , 10 AM , 0 comments Your comment |
