Monday, January 30, 2012

Solution : com.sun.net.ssl.internal.ssl.Provide Exception

When implementing the java mail i faced an exception  i.e, com.sun.net.ssl.internal.ssl.Provide .

While executing the java mail program the ssl security looking for some classes in java mail jar but its not finding thats why the exception occur

to resolve this problem you need add a jar to you web-inf/lib directory to your ear directory

find this jar file javax-ssl-1_1.jar and add it.

Wednesday, January 11, 2012

Non - English HTML Report using GWT

When generating report for non-English character then all character replace to  symbolic like bullets , diamonds and big full stops.

Generating report in english using GWT its print out perfectly but when you print non-english character like arabic , spanish , french or some other language using UTF8 standard not works.


Reason - When you save all html tags inside the java language or GWT it will save the Encoding in "UTF-8 with BOM" and basically you need to save in Encoding in UTF-8 without BOM but all programming language will save it in their format.


How we can resolve this issue......?

Download some best software which converts you non-english character into hexa format or visit this website to transform from your non-english character to hexa format.

All standard Browser supports hexa format so try to change all non-english word into hexa format and then replace your non-english character on your html designed tags with generated hexa code.

After translating to hexa you will get the non-english print out perfectly.




Wednesday, November 23, 2011

Auto Suggstion Search for your browser search engines

Install the Plugins or Addon to your browser browser search engines to suggest you like Google Instants.

What benefits for using auto suggest.


Avoid spelling mistakes
Find the others interest
Most popular search will be appear

You have been using Google Instant to search the web but think if you are frequent customer to amazon then you have to visit amazon websites each time and then each time you to go to amazon search bar and find the your products but think if you install this addon to your browser then you co do this with the help of browser search engine.

Monday, November 21, 2011

HTML Color Picker Tool - Online

Online HTML Color Picker Tool.