.

Browsing "Older Posts"

Sometimes it is not necessary to show extra features or functionality of dataTable which are available. By default search box information bar and pagination...

JQuery dataTable plugin - remove search box, information bar and pagination length drop down

JQuery dataTable plugin - remove search box, information bar and pagination length drop down

By yash → Monday, July 4, 2016

What is JQuery DataTable ? Answer: DataTables is a plug-in for the jQuery which can provide lots of functionalities. Some of them are as follows: Pagination Instant...

JQuery responsive dataTable with fixed columns

JQuery responsive dataTable with fixed columns

By yash → Wednesday, June 22, 2016

Problem: Many of the time we require to get particular portion of the string for further modification. At this time we need to split particular sting. Solution: In...

JavaScript - Spilit string by single or multiple white space

JavaScript - Spilit string by single or multiple white space

By yash → Wednesday, May 11, 2016

Javascript: var is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1; if(is_chrome){ //You are browsing on chrome browser" }else...

Tags:

Detect google chrome using javascript

By yash → Friday, May 6, 2016

HTML5 introduces new input type called "number". We can use this to take number input from user. It's a nice addition to the webpages and make things...

CSS - hide input type number on chrome and mozilla firefox browsers
Tags:

CSS - hide input type number on chrome and mozilla firefox browsers

By yash → Wednesday, April 13, 2016

Yes this is what you seen in chrome browser if your website has broken images. This will look very ugly if you have image with no accurate source.  Always...

CSS - Style broken images to look better on browsers
Tags:

CSS - Style broken images to look better on browsers

By yash → Saturday, March 12, 2016

xampp - Error running apache server due to www.example.com:443:0 server certificate does NOT include an ID which matches the server name One day i...

xampp - Error running apache server due server certificate does NOT include an ID which matches the server name

By yash → Thursday, March 3, 2016

Following code is useful when you came into scenario where you want to encrypt any data using PHP and want to decrypt it and use it via JavaScript. This...

How to encrypt string in PHP and decrypt it and get via javascript code in single line

By yash → Wednesday, March 2, 2016
Page 1 of 3123Next »