Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Friday, March 28, 2014
Using php get GMT time by changing server timezone
›
<?php date_default_timezone_set ( "UTC" ); $timezone = date_default_timezone_get (); echo "Current server timezone:...
Wednesday, March 26, 2014
Create/edit crn for nab transact
›
/** * crn is the key of the token payment system of NAB transact. * It must be a unique key against one account. * And must be less tha...
Saturday, March 22, 2014
Create view and update environment variables in windows os
›
## Create environment variable set EV1=PRITOM;AMIT ## Update environment variable set EV1=%EV1%;ARJUN ## View environment variable echo ...
Friday, March 7, 2014
Overloading or Extending standard GORM CRUD methods
›
class BootStrap { def grailsApplication ; def init = { servletContext -> grailsApplication . domainClasses ....
jQuery get browser and os details
›
http://jquery.thewikies.com/browser/ $( document ).ready( function () { $.browserTest = function (userAgent, z) { va...
Native Fullscreen JavaScript/jQuery API
›
http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/ My name pritom Toggle full screen jQuery code ...
Wednesday, March 5, 2014
Use transients domain attributes with Grails
›
In latest versions of Grails, transient attributes are not binded with form by default. T his is the documentation of the bindable constrai...
‹
›
Home
View web version