Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Friday, January 16, 2015
eWay Shared Rapid Payment Using PHP
›
First, create an api from eway api setup page for online hosted rapid payment Then download source code . Browse http://localhost/...
Php & MySql oAuth2 Server & Client Example
›
Download source code and install Add a new client secret pair to server side: Start authorize from client side: Authorize app...
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...
‹
›
Home
View web version