CSS code to center image in div with overflow hidden
CSS Code for Pure Rollover
How to display visitors IP in an Image using PHP
Instead of providing a traditional address to the image, the image file data is base64-encoded and stuffed within the src attribute. Doing so saves a network request for each image, and prevent exposure of directory paths. Please note that IE7 and below are not compatibles with data URIs.
PHP Code example for ASCII CAPTCHA
An example of scroll box that used to view a image
This is the general page template. It has all of the essentials (along with a favicon link - not essential).
jQuery plugin code to image selection
Example shown here how to Reuse Your Element Searches
Essentially the trick is to draw the panel/frame/etc.
The <!-- --> stuff is the HTML comment. It is a way to add notes into the code which will not display when the HTML is rendered by the browser. In the example above, to signify which opening div tag the closing tag was actually closing.
The <!-- --> stuff is the HTML comment. It is a way to add notes into the code which will not display when the HTML is rendered by the browser. In the example above, to signify which opening div tag the closing tag was actually closing.
Essentially the trick is to draw the panel/frame/etc. into a BufferedImage and use the ImageIO class to write it to an image file.
CSS code to create resizable images With CSS
Append Site Overlay DIV
Save a screen capture of a Java Frame/Panel/Window
PHP code example for an image CAPTCHA.
Delphi code example to rotate a TBitmap at any angle
I had to scan a bunch of paper documents (one image per page), and upload them all to a web site that would accept only one PDF file containing the whole set.
Basic XHTML 1.0 layout which includes basic layout structure and is prepared for jQuery. On load a 'js' class is added to the root element in order to nicely handle graceful degradation if JS is disabled and prevent flickering if JS is enabled.