Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Saturday, June 16, 2018
Grails on Groovy > Changing default id name and type from an entity > Custom ID field > Custom ID field value generate algorithm
›
While developing a simple application at work I need to specify id field to some other field suppose named 'my_id' and want ...
Grails on Groovy > Grails 2.X > How is the invocation sequence of Grails filters defined | Sequence of Filter Execution
›
I am using filters to handle authentication and some other pre-condition checks for a Grails application. I've run into a situa...
Grails on Groovy > Grails 2 > How to know programmatically if a view or a layout file exists in grails | Check if view or layout file exists
›
I want to know programmatically if a view or a layout exists in grails. Since Grails 2.0, you can inject a GrailsConventionGro...
Grails on Groovy | From within a grails HQL, how would I use a MySQL / Oracle Native Function | HQL Query use MySQL Native Functions | Register Functions for MySQL Native Support
›
To call a MySQL native function in HQL query builder, the SQL dialect must be aware of it. You can add your function at runtime in Boot...
MySQL find_in_set Sith Multiple Search String | MySQL Variable With Multiple Values | MySQL Use of REGEXP | Search IN With Multiple Values
›
Problem is like below: We know that find_in_set only search by a single string find_in_set('2', '2,4,6,8') In t...
HTML + CSS TRICKS, FLOAT LEFT DIV WITH EQUAL HEIGHT, MAGIC OF USING FLEX - CSS BEGINING
›
<section class= "container" > <div class= "left-half" > <article> ...
Friday, June 8, 2018
$(window).width() AND $(window).outerWidth() excluding the scrollbar width > Window and viewport width in CSS and Javascript
›
It is very unpleasant that $(window).width() or $(window).outerWidth() does not return actual view port width scroll bar width. Espe...
‹
›
Home
View web version