Sending Emails in Java using GMail ID
Thought of sharing following code with you all. It is a small code snippet that uses SMTP in Java to login into GMail and send email using ones GMail account. String host = “smtp.gmail.com”;...
Thought of sharing following code with you all. It is a small code snippet that uses SMTP in Java to login into GMail and send email using ones GMail account. String host = “smtp.gmail.com”;...
Huge amount of data is getting posted on Internet everyday. Most of the data has no expiry date, that means once you post information on Internet, it resides there almost forever (until service gets...
If you are writing Java classes and distributing them over the Internet, you should know that people can reverse-engineer, disassemble, or decompile your classes into Java source code. One of such decompiler is JAD....
Here is a small code snippet to sum the values of all textboxes in a form in JavaScript using jQuery. I wrote it for some functionality and thought to share it with you all....
A Googler has started a new project in his 20% time at Google to integrate 3D videos in YouTube. SERTable has spotted this thread in one of the YouTube help page. Developer Pate is...
I could’nt stop myself laughing when I read this ridiculous news on techcrunch today!!! The news is: Brit Andrew Poole organised a simple barbeque to celebrate his 30th birthday party. He expected a total...
jQuery has became one of the most used and most loved JavaScript framework of all time. It not only does reduce the overhead in coding simple techniques in JavaScript, but also make your code...
Object-Oriented programming is one of the widely used programming paradigm that uses abstraction to create model based on real world. It is a model organized around “objects” rather than “actions” and data rather than...
Soon after the iPhone 3GS was launched, it was jailbreaked by a 19 year old hacker George Hotz. Jailbreaking and unlocking are two entirely different things. Jailbreaking is simply hack that lets you install...
If you are using Mozilla’s latest browser, Firefox 3.5 then you may be running in risk. There seems to be a critical JavaScript vulnerability in the newly launched 3.5 version of Firefox. Mozilla’s security...