• AngularJS

AngularJS: Introduction and Hello World example

AngularJS, a JavaScript framework developed by a Googler and supported by Google has become quite a buzz word in past…

11 years ago
  • FreeMarker Template

How to access Static Fields in Freemarker FTL

If you defined static fields in Java class and want to use the same in Freemarker (FTL) it is not…

11 years ago
  • JavaScript
  • JQuery

Lazy Load Image & WordPress Gravatar using JavaScript / JQuery

A webpage load time plays a very crucial role in SEO and impacts your website ranking significantly. Google has already incorporated…

11 years ago
  • JavaScript

21 JavaScript Tips and Tricks for JavaScript Developers

If you are doing lot of JavaScript programming, you might find below list of code snippets very useful. Keep it…

11 years ago
  • CSS

CSS Styling Radio Button and Checkboxes

The idea is simple. We want to change the look and feel of existing radio buttons into more of a…

11 years ago
  • Featured
  • Java

Java XPath Tutorial: How to Parse XML File using XPath in Java

XPath is a language for finding information in an XML file. You can say that XPath is (sort of) SQL…

11 years ago
  • Android

Android Internet Connection Status & Network Change Receiver example

If you are developing an Android app you may already fetching information from internet. While doing so there is a…

11 years ago
  • Android

Android: Activity name must be specified error

If you are an avid Android developer there is a chance that you might have encountered this error. Activity name…

11 years ago
  • Spring
  • Spring 3 MVC

Spring MVC Flash Attribute tutorial with example

Spring MVC 3.1 version has added a very useful feature Flash attribute which it lacked and is now solving a long time…

11 years ago
  • Java

Dynamic Property Loader using Java Dynamic Proxy pattern

While reading through Stackoverflow, I came up to this interesting question: Java Properties File binding to Java Interface. The idea is…

11 years ago