Display today SMTP file_exists SendMail Thumbnail creation from image stream DragQueryFile Java MimeBodyPart JSP Image Processing Monitor Power Print Out Text Strings RDP Port RecipientType remark SC_MONITORPOWER session session.getAttribute session.setAttribute setRecipients Turn Monitor Off MapReduce framework JSP session control auto-repair JSP Email JQuery include file Image Scaling Framework declaration dead code DB Optimization cron.hourly Cloud Computing Canvas Bitmap to Jpeg Conversion Bitmap

SC_MONITORPOWER.ZIP

How to set and get sessions on JSP code ?   (created at Oct 27, 2008)   140  

Here's the simple example to set and put sessions.save_my_name,jsp<%   String name = request.getParameter( "username" );   session.setAttribute( "theName", name );%>Continuesave_my_n...

Copy text to clipboard in Javascript   (created at May 07, 2013)   861  

Below is the example can copy text to clipboard in javascript. It's all tested in Microsoft Internet Explorer.

Word counting source program based on MapReduce framework   (created at Feb 28, 2012)   113  

The MapReduce framework operates exclusively on  pairs, that is, the framework views the input to the job as a set of paris and produces a set of pairs as the output of the job, conceivably of different types. Below is the simple application that...

How to resize image ?   (created at Jun 03, 2009)   154  

Here's the simple example can resizing source image:

How to add a declaration on JSP code ?   (created at Oct 27, 2008)   90  

If you have developed C or C++ program, you may know below examples.// printf( "a.out");/*  printf( "b.out");*/Above code have no bug, but no code will be compiled, because it's all declarations.In JSP, you can make declarations as well. In some docum...

How to include file in JSP ?   (created at Oct 27, 2008)   100  

Just like ASP, or PHP, JSP is also allow to include for programmer by include function.Here's the simple example.Going to include hello.jsp...
<%@ include file="hello.jsp" %>

How to print out text strings on HTML directly ?   (created at Oct 27, 2008)   117  

In JSP, you can print out text strings by out.println(). Here's the example. <%   

Put Date Time on HTML   (created at Oct 27, 2008)   54  

In JSP, you can simply put Date Time as below.

Send An Email Using A Bean   (created at Aug 30, 2007)   38  

This JSP snippets shows how to send an email using a reuasable javabean    JSP Sample - Send Email     
 
 ...

JQuery And Function Chaining   (created at Aug 30, 2007)   65  

I am learning new things about jQuery: function chaning is a really cool feature: