AngularJS, a JavaScript framework developed by a Googler and supported by Google has become quite a buzz word in past…
If you defined static fields in Java class and want to use the same in Freemarker (FTL) it is not…
A webpage load time plays a very crucial role in SEO and impacts your website ranking significantly. Google has already incorporated…
If you are doing lot of JavaScript programming, you might find below list of code snippets very useful. Keep it…
The idea is simple. We want to change the look and feel of existing radio buttons into more of a…
XPath is a language for finding information in an XML file. You can say that XPath is (sort of) SQL…
If you are developing an Android app you may already fetching information from internet. While doing so there is a…
If you are an avid Android developer there is a chance that you might have encountered this error. Activity name…
Spring MVC 3.1 version has added a very useful feature Flash attribute which it lacked and is now solving a long time…
While reading through Stackoverflow, I came up to this interesting question: Java Properties File binding to Java Interface. The idea is…