Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Saturday, January 6, 2018
XERO API Integration | XERO Public API Integration | XERO Connect Through Public API
›
1. Login to https://app.xero.com/Application to create an Public application 2. Now copy "Consumer Key" and ...
Friday, January 5, 2018
Regex Domain Name Validation | Regex URL Validation
›
Domain Name Validation (Regex-101 Link) ^((https?):\/\/)?([a-zA-Z0-9_][-_a-zA-Z0-9]{0,62}\.)+([a-zA-Z0-9]{1,20})$ URL Val...
1 comment:
JQuery | Resizable Table Example | Table Column Resizing | Resizable Table Columns Using jQuery UI | Resizable table columns with jQuery
›
Core Part of Code I am Using to Resize Table Columns with Percentage Value var table = $( "#table-css-border-1" ), tw = t...
Get Latest Record In Each MySQL Group | How to select the first/least/max row per group in SQL | Select max, min, last row for each group in SQL without a subquery | MySQL - How To Get Top N Rows per Each Group
›
First approach (LEFT JOIN) SELECT s.Name,c1.Id AS Max_Score_ID,c1.Score as Max_Score FROM Students s LEFT JOIN Scores c1 ON (c...
Thursday, December 28, 2017
PHP Round up to specific number | Round to nearest number | Round to next multiple of number
›
<?php #Round to the next multiple of 5, exclude the current number function roundNumberToUp ( $n , $x = 5 ) { return round...
URL Redirect: Redirecting From of an iFrame
›
IFrame <!DOCTYPE html> <html lang= "en" > <head> <meta charset= "UTF-8" > ...
Get Latest Record In Each MySQL Group
›
Table=check_group_by id group_by value ------------------------- 1 1 Value 1 2 1 Value 2 3 1 ...
‹
›
Home
View web version