Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Friday, June 28, 2019
Crop and Resize Images Using (Mouse Or Touch Capable) With This Simple jQuery Plugin
›
The Cropper plugin requires a copy of jQuery and it comes with two files: a CSS stylesheet and the JavaScript plugin library. J...
Monday, June 17, 2019
JavaScript | JQuery | Check if a variable is type of String | Number | Null | Undefined | Array | Object
›
console.log( Object .prototype.toString.call( "This is string" )); console.log( Object .prototype.toString.call( unde...
Saturday, May 25, 2019
jQuery convert PDF to Images Page by Page using pdfjsLib from Mozilla Foundation
›
First download pdf.js and pdf.workder.js from here or use direct link //mozilla.github.io/pdf.js/build/pdf.js and //mozilla.gith...
jQuery Resize and Compress Image
›
This is a jQuery technique to resize image using canvas and Image object. You can resize image as you wanted. Below...
1 comment:
How to deal with big numbers in javascript | Extremely large numbers in javascript | Large Number Addition in JavaScript | How to deal with extremly big numbers in javascript |
›
Javascript supports at most 53 bit integers. What this means is that integers larger than 53 bits lose precision. This article will ex...
1 comment:
Saturday, March 9, 2019
ReactJS > Load Different Component Based on Different Conditions
›
I want to load different component based on URL or as I think, any different condition. So if URL is myreact.com/user/1000 it s...
Install ReactJS along with Laravel 5.X along with higher version such 6.X
›
We need npm command, so for this we need to install NodeJS first, this will create NPM along with this, for windows users, go ...
2 comments:
‹
›
Home
View web version