Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Saturday, December 13, 2014
jQuery rounding number to nearest, flooring or ceiling as expected decimal point
›
JSFIDDLE Link ||| Text Link function roundNumber(value, exp) { return decimalAdjust( 'round' , value, exp); } functio...
jQuery Rounding Number To Nearest Interval Such: 0.05, 0.5, 0.1, 5, 10, 100
›
JSFIDDLE LINK ||| TEXT LINK Html Content: <input type= 'text' name= 'number' style= 'width: 150px;' ...
Friday, November 14, 2014
Spring MVC custom body tag library example
›
Create two java file with following contents: package com . pkm . maven . tag ; import javax.servlet.jsp.JspException ; import...
Spring MVC simple custom tag library example
›
Create a java file with following contents: package com . pkm . maven . tag ; import java.io.IOException ; import java.text.Si...
Saturday, October 11, 2014
HANDLING CUSTOM ERROR PAGES IN TOMCAT WITH SPRING MVC
›
Download full source code from here web.xml <error-page> <location> / error.jsp </location> </error-page...
Grail's Create Or Change Database Connection Manually Or Run-time | Using multiple data-sources in a Grail's project | Grail's Multiple Data Sources | Grail's multi tenant data-sources
›
In src/groovy, create a groovy class named 'UserHolder' with following contents: package a . b . c /** * Created by pri...
‹
›
Home
View web version