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

BITMAP TO JPEG CONVERSION.ZIP

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

Here's the simple example can resizing source image:

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

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)   91  

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 set and get sessions on JSP code ?   (created at Oct 27, 2008)   104  

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...

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

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)   63  

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)   83  

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)   50  

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

Creating thumbnail images   (created at Oct 03, 2007)   28  

Suppose you have a Web Form where uploading of files is enabled, using the HtmlInputFile HTML control, and a user is uploading an image. If you accept only images of a specified size, you might need to shrink the uploaded image / create a thumnail.Here's h...

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

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)   59  

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