And finally after long wait, Good news, WordPress 3.6 have finally landed. It is named Oscar after the jazz pianist Oscar Peterson. Oscar includes better autosave and post locking, native support …
All in One Webmaster WordPress Plugins
We are very happy to announce Crunchy Booster Plugin. We have been working very hard to release this Premium release since last month. If you already know about the word SEO then you probably know …
How to Validate Email Address Using Java Mail API?
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. The JavaMail API is available as an optional package for use with Java …
Read Article about How to Validate Email Address Using Java Mail API? →
WordPress Tips: How to Load Twitter Follow Button Script Asynchronously
I'm sure you must be using default Twitter Follow Button Script in your WordPress site/blog. Have you noticed some performance issue with that? Well, The default Twitter Follow code, the script …
Read Article about WordPress Tips: How to Load Twitter Follow Button Script Asynchronously →
What is a Difference Between throw Vs. throws in Java
One declares it, and the other one does it :) There are five keywords related to Exception handling in Java e.g. try, catch, finally, throw and throws. Apart from difference between final, finally …
Read Article about What is a Difference Between throw Vs. throws in Java →
SOAP vs REST: Simple Object Access Protocol Vs. REpresentational State Transfer
This article is to compare REST vs SOAP. There is huge difference between REST and SOAP. SOAP (Simple Object Access Protocol): SOAP is a method of transferring messages, or small amounts of …
Read Article about SOAP vs REST: Simple Object Access Protocol Vs. REpresentational State Transfer →
WordPress: How to Track Post Views without a Plugin using Post Meta
If you want to keep real-time track of your WordPress post views / hit by user then you can use this code. Below code snippet/plugin will gives stats for each post. Step1: Put this into functions.php …
Read Article about WordPress: How to Track Post Views without a Plugin using Post Meta →
How to Calculate the Difference Between Two Java Date Instances
There are times when we need to calculate the difference between two dates in Java. Below is a simple Java Program which uses SimpleDateFormat and DecimalFormat Java APIs to perform this …
Read Article about How to Calculate the Difference Between Two Java Date Instances →
Servlet Tutorial: Getting Starting with JSP – Servlet Example
Here is a simple JSP - Servlet example with step-by-step instructions. I'll demonstrate how to retrieve request parameters in JSP - Servlet example. Here are the steps we are going to perform: …
Read Article about Servlet Tutorial: Getting Starting with JSP – Servlet Example →