• AngularJS

AngularJS: Introduction and Hello World example

13 years ago

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

  • FreeMarker Template

How to access Static Fields in Freemarker FTL

13 years ago

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

  • JavaScript

Lazy Load Image & WordPress Gravatar using JavaScript / JQuery

13 years ago

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

  • JavaScript

21 JavaScript Tips and Tricks for JavaScript Developers

13 years ago

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

  • CSS

CSS Styling Radio Button and Checkboxes

13 years ago

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

  • Java

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

13 years ago

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

  • Android

Android Internet Connection Status & Network Change Receiver example

13 years ago

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

  • Android

Android: Activity name must be specified error

14 years ago

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

  • Spring

Spring MVC Flash Attribute tutorial with example

14 years ago

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

  • Java

Dynamic Property Loader using Java Dynamic Proxy pattern

14 years ago

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