Memorynotfound Java Programming Tutorials
Crop Images in Photoshop
Crop images in Photoshop. Cropping refers to the removal of unwanted areas or irrelevant sections from a picture to improve the overall composition or to accentuate a certain section. It is one of the...
Adjust White Balance in Photoshop
Adjust white balance in Photoshop One of the most important elements to start with when you edit pictures is to review the white balance. If your white balance is too cool or too warm,...
Color adjustment with levels in Photoshop
Color adjustment with levels in Photoshop Sometimes, the color balance of a picture is simply wrong. Working with ‘Levels’ in Photoshop is a quick way to adjust and correct the color balance of an...
Produce and Consume JAX-WS SOAP Web Service example
JAX-WS is a Standard Java API for building web services and clients that communicate using XML. These communications could be message-oriented as well as Remote Procedure Call-oriented. These messages are transmitted as SOAP messages...
Add a Favicon to a Website
Add a favicon to a website What is a favicon? A favicon is a graphic icon or image that is associated with a particular web page and/or a website. Favicons are often displayed as...
JSF Internationalisation i18n – Message bundles
In this tutorial we will show you how to support multiple languages using JSF Internationalisation. JSF internationalisation Project Structure src |–main | +–java | +–com | +–memorynotfound | |–LanguageSwitcher.java | +–resources | +–com |...
Add Images in Word
Add images in Word Adding images to your Word document can really spice things up. Striking visuals always help to make documents more appealing. Don’t overdo it, of course. Too many images can make...
Add and Edit Page Numbers in Word
Add and edit Page Numbers in Word If your Word document has a lot of pages, it becomes important to display page numbers. In most Word documents, page numbers appear in the header or...
Calculate Relative Time also known as “Time Ago” In Java
Time Ago Generation Days, Hours, Seconds Here is an example of how you can calculate relative time also know as “time ago” in java. This will return the time difference between two dates in...