Happy New Year

Bhaumik Patel 7:03 PM
Wish You A Very Happy New Year My wishes for you are not limited to just the next year but to all the years that you experience in your l...Read More
Happy New Year Happy New Year Reviewed by Bhaumik Patel on 7:03 PM Rating: 5
Check Internet Is Connected Or Not Using JavaScript Check Internet Is Connected Or Not Using JavaScript Reviewed by Bhaumik Patel on 7:40 AM Rating: 5
End of scrolling event fire on web browser End of scrolling event fire on web browser Reviewed by Bhaumik Patel on 7:23 PM Rating: 5
Ten digit mobile number validation using jQuery Ten digit mobile number validation using jQuery Reviewed by Bhaumik Patel on 9:03 PM Rating: 5

Cool share button effects styles

Bhaumik Patel 8:47 PM
Cool share button effects using CSS3 $('.social').hover(function () { $(this).find('.shutter').stop(true, true).ani...Read More
Cool share button effects styles Cool share button effects styles Reviewed by Bhaumik Patel on 8:47 PM Rating: 5

Email validation using jQuery

Bhaumik Patel 6:32 PM
Using Regex jQuery Email Validation without a Plugin var emailPattern = new RegExp(/^((([a-z]|d|[!#$%&'*+-/=?^_`{|}~]|[u00A0-uD7F...Read More
Email validation using jQuery Email validation using jQuery Reviewed by Bhaumik Patel on 6:32 PM Rating: 5
jquery scroll window to top bottom and absolute positions jquery scroll window to top bottom and absolute positions Reviewed by Bhaumik Patel on 8:33 PM Rating: 5

Brand Icons design using css

Bhaumik Patel 7:19 PM
Brand Icons using CSS i{-webkit-border-radius:.2em;-moz-border-radius:.2em;-ms-border-radius:.2em;-o-border-radius:.2em;border-radius:...Read More
Brand Icons design using css Brand Icons design using css Reviewed by Bhaumik Patel on 7:19 PM Rating: 5

Input Cursor Design Using CSS3

Bhaumik Patel 7:14 PM
Input Cursor With Blink Effects Using CSS3 .cursor { opacity: 1; font-weight: 100; -webkit-animation: blink 0.7s infinite;...Read More
Input Cursor Design Using CSS3 Input Cursor Design Using CSS3 Reviewed by Bhaumik Patel on 7:14 PM Rating: 5
Bootstrap sidebar navigation and top navigation fix Bootstrap sidebar navigation and top navigation fix Reviewed by Bhaumik Patel on 7:29 PM Rating: 5

Cool Simple CSS Drop Down Menu

Bhaumik Patel 7:10 PM
Cool Pure CSS Droop Down Horizontal Menu Design <ul><li class="home">Home</li> <li class="about&...Read More
Cool Simple CSS Drop Down Menu Cool Simple CSS Drop Down Menu Reviewed by Bhaumik Patel on 7:10 PM Rating: 5
Cool Big Social Counter Button With Bootstrap Cool Big Social Counter Button With Bootstrap Reviewed by Bhaumik Patel on 8:16 PM Rating: 5
Form with the default HTML5 button submit event hierarchy Form with the default HTML5 button submit event hierarchy Reviewed by Bhaumik Patel on 7:10 PM Rating: 5
Javascript allow only numbers and decimals Javascript allow only numbers and decimals Reviewed by Bhaumik Patel on 7:43 PM Rating: 5
Javascript get month name from number or date Javascript get month name from number or date Reviewed by Bhaumik Patel on 7:07 PM Rating: 5
Generating a random number between two values using javascript Generating a random number between two values using javascript Reviewed by Bhaumik Patel on 7:19 PM Rating: 5

Keyboard Keys and Key Code Values

Bhaumik Patel 7:34 PM
List all the keys on a standard keyboard and the corresponding key code values and ASCII key code values. DEMO Letters A to Z and st...Read More
Keyboard Keys and Key Code Values Keyboard Keys and Key Code Values Reviewed by Bhaumik Patel on 7:34 PM Rating: 5

Pad Left or Right Using JavaScript

Bhaumik Patel 7:19 PM
String Padding in JavaScript // Pad Right String.prototype.padRight = function (l, c) { return this + Array(l - this.length + 1).join...Read More
Pad Left or Right Using JavaScript Pad Left or Right Using JavaScript Reviewed by Bhaumik Patel on 7:19 PM Rating: 5

Replace all in javascript

Bhaumik Patel 7:43 PM
String Replace Using JavaScript // Replace All String.prototype.replaceAll = function (s, r) { return this.split(s).join(r) } // Prin...Read More
Replace all in javascript Replace all in javascript Reviewed by Bhaumik Patel on 7:43 PM Rating: 5
Checking if a string contains a certain substring Checking if a string contains a certain substring Reviewed by Bhaumik Patel on 7:05 PM Rating: 5
Share Social media round buttons Share Social media round buttons Reviewed by Bhaumik Patel on 6:57 PM Rating: 5

Bootstrap navigation custom design

Bhaumik Patel 7:39 PM
bootstrap navigation custom color code design responsive .navbar { text-shadow: 0 -1px 0 rgba(0, 0, 0, .15); background-color:...Read More
Bootstrap navigation custom design Bootstrap navigation custom design Reviewed by Bhaumik Patel on 7:39 PM Rating: 5

Image Preview on hover bootstrap

Bhaumik Patel 7:45 PM
img Preview on hover bootstrap $container = $('<div/>').attr('id', 'imgPreviewWithStyles').append('&l...Read More
Image Preview on hover bootstrap Image Preview on hover bootstrap Reviewed by Bhaumik Patel on 7:45 PM Rating: 5
Vote up and down script using bootstrap Vote up and down script using bootstrap Reviewed by Bhaumik Patel on 8:35 AM Rating: 5
Bootstrap admin panel quick shortcuts Bootstrap admin panel quick shortcuts Reviewed by Bhaumik Patel on 6:53 PM Rating: 5
Bootstrap sign up page design Bootstrap sign up page design Reviewed by Bhaumik Patel on 8:56 AM Rating: 5
Google style login page design using bootstrap Google style login page design using bootstrap Reviewed by Bhaumik Patel on 8:27 AM Rating: 5
Cool Version Download Link Cool Version Download Link Reviewed by Bhaumik Patel on 7:21 PM Rating: 5
Disable cut, copy and paste in textbox using jquery Disable cut, copy and paste in textbox using jquery Reviewed by Bhaumik Patel on 8:33 PM Rating: 5

jquery datepicker date format

Bhaumik Patel 8:16 PM
jQuery UI DatePicker - Change Date Format $("#datepicker").datepicker().datepicker("setDate", "0"); $(&q...Read More
jquery datepicker date format jquery datepicker date format Reviewed by Bhaumik Patel on 8:16 PM Rating: 5
Jquery ui slider in Bootstrap menu Jquery ui slider in Bootstrap menu Reviewed by Bhaumik Patel on 8:06 PM Rating: 5

Image inner zoom With Bootstrap

Bhaumik Patel 8:12 PM
Cool jquery jqzoom plugins $('a#demo1').jqzoom({ zoomType: 'innerzoom', title: false }); $('a#demo2')....Read More
Image inner zoom With Bootstrap Image inner zoom With Bootstrap Reviewed by Bhaumik Patel on 8:12 PM Rating: 5

Cool navigation design using css

Bhaumik Patel 8:14 PM
Cool vertical menu using CSS body{background:#3A3A3A;} .nav{float:left;} .nav li{line-height:2.5em;float:none;list-style:none;margin:0...Read More
Cool navigation design using css Cool navigation design using css Reviewed by Bhaumik Patel on 8:14 PM Rating: 5

Simple css button style

Bhaumik Patel 7:52 PM
Simple css button style design a.button,input.button[type=submit]{border:0 solid;border-radius:4px 4px 4px 4px;box-shadow:0 1px 0 0 rg...Read More
Simple css button style Simple css button style Reviewed by Bhaumik Patel on 7:52 PM Rating: 5
CSS transitions effects using jquery CSS transitions effects using jquery Reviewed by Bhaumik Patel on 10:23 PM Rating: 5
Cool checkbox design with questionnaire Cool checkbox design with questionnaire Reviewed by Bhaumik Patel on 10:54 PM Rating: 5

Fix header and footer using css

Bhaumik Patel 9:37 PM
Fix Header at top and footer in bottom, side bar fix with content part scrolling. #main{background:#888;position:absolute;top:40px;bottom:60...Read More
Fix header and footer using css Fix header and footer using css Reviewed by Bhaumik Patel on 9:37 PM Rating: 5
box design with cool css effect with responsive box design with cool css effect with responsive Reviewed by Bhaumik Patel on 10:21 PM Rating: 5
Browser bar design using css Browser bar design using css Reviewed by Bhaumik Patel on 1:28 AM Rating: 5

Drag and drop HTML5 demo

Bhaumik Patel 6:19 AM
Drag and drop with pure JavaScript using html5 var addEvent = (function () { if (document.addEventListener) { return function (e...Read More
Drag and drop HTML5 demo Drag and drop HTML5 demo Reviewed by Bhaumik Patel on 6:19 AM Rating: 5

Auto Suggest Keywords In Textarea

Bhaumik Patel 11:28 AM
Text area auto suggest keyword using bootstrap function doGetCaretPosition(ctrl) { var CaretPos = 0; if (document.selection) { ...Read More
Auto Suggest Keywords In Textarea Auto Suggest Keywords In Textarea Reviewed by Bhaumik Patel on 11:28 AM Rating: 5

Cool css3 buttons design

Bhaumik Patel 8:38 PM
<a href="#" class="green button big" target="_blank"><span>$11.99 — Buy Now</span></a&...Read More
Cool css3 buttons design Cool css3 buttons design Reviewed by Bhaumik Patel on 8:38 PM Rating: 5

Multi Color Border using CSS3

Bhaumik Patel 8:32 PM
<div id="container"> <div>Multi Color Border using CSS3</div> </div> #container { margin: auto; width:...Read More
Multi Color Border using CSS3 Multi Color Border using CSS3 Reviewed by Bhaumik Patel on 8:32 PM Rating: 5
Cool Bootstrap search box animate effect with mini profile view Cool Bootstrap search box animate effect with mini profile view Reviewed by Bhaumik Patel on 8:38 AM Rating: 5
Dynamic textbox add with date and time picker Dynamic textbox add with date and time picker Reviewed by Bhaumik Patel on 7:11 PM Rating: 5
Using flare jQuery cool effect Using flare jQuery cool effect Reviewed by Bhaumik Patel on 8:03 PM Rating: 5
Cool Button With Hover Effect Using CSS3 Cool Button With Hover Effect Using CSS3 Reviewed by Bhaumik Patel on 8:06 PM Rating: 5

COUNTRIES BY MOST USED WEB BROWSER

Bhaumik Patel 9:37 AM
I ♥ Chrome Google Chrome is the best browser in the world!!! Most Reasons best for chrome Awesome speed than any other browser It w...Read More
COUNTRIES BY MOST USED WEB BROWSER COUNTRIES BY MOST USED WEB BROWSER Reviewed by Bhaumik Patel on 9:37 AM Rating: 5
jQuery UI dialog title with icons or auto close timer jQuery UI dialog title with icons or auto close timer Reviewed by Bhaumik Patel on 7:33 PM Rating: 5

PRE Tag with Line Numbers using css3

Bhaumik Patel 12:52 AM
pre Tag with Line Numbers using css3 DEMO CSS pre { counter-reset: line-numbering; font-family: Menlo, Monaco, monospace; bac...Read More
PRE Tag with Line Numbers using css3 PRE Tag with Line Numbers using css3 Reviewed by Bhaumik Patel on 12:52 AM Rating: 5

plasma background using jQuery

Bhaumik Patel 8:00 PM
Plasma background using shards.min.js jQuery $('body').shards([10, 35, 180, .25], [255, 20, 220, .25], [0, 0, 0, .25], 20, .8, 2, .1...Read More
plasma background using jQuery plasma background using jQuery Reviewed by Bhaumik Patel on 8:00 PM Rating: 5
Clockface timepicker for Twitter Bootstrap Clockface timepicker for Twitter Bootstrap Reviewed by Bhaumik Patel on 7:50 PM Rating: 5

Cookie CSharp and jquery

Bhaumik Patel 8:45 PM
jquery.cookie Create session cookie: $.cookie('the_cookie', 'the_value', { expires: 7, path: '/' }); Read cookie: ...Read More
Cookie CSharp and jquery Cookie CSharp and jquery Reviewed by Bhaumik Patel on 8:45 PM Rating: 5

Handling Orientation Events jQuery

Bhaumik Patel 8:05 PM
Device portrait/landscape orientation event Value Description 0 Portrait orientation. This is the default value. -90 Landscape...Read More
Handling Orientation Events jQuery Handling Orientation Events jQuery Reviewed by Bhaumik Patel on 8:05 PM Rating: 5

jquery touch events

Bhaumik Patel 7:50 PM
you can easily build your own touch events using the following events touchstart touchmove touchend touchcancel Using jQuery For examp...Read More
jquery touch events jquery touch events Reviewed by Bhaumik Patel on 7:50 PM Rating: 5

Styling the HTML5 placeholder

Bhaumik Patel 8:06 PM
Placeholder Attribute <input type='text' name='email' placeholder='Email Address'/> <textarea name="m...Read More
Styling the HTML5 placeholder Styling the HTML5 placeholder Reviewed by Bhaumik Patel on 8:06 PM Rating: 5

Simple jquery slider

Bhaumik Patel 7:11 PM
HTML <div id="left"> <a href="#target1" class="panel">Target 1</a> <br/> <a hr...Read More
Simple jquery slider Simple jquery slider Reviewed by Bhaumik Patel on 7:11 PM Rating: 5

jquery detect mobile

Bhaumik Patel 8:26 PM
jQuery Mobile Device Detection Best Way Detect various mobile handheld devices such as iPad, iPhone, iPod, iDevice, Andriod, Blackberry, We...Read More
jquery detect mobile jquery detect mobile Reviewed by Bhaumik Patel on 8:26 PM Rating: 5
Larger first letters in uppercase using css3 Larger first letters in uppercase using css3 Reviewed by Bhaumik Patel on 8:14 PM Rating: 5

Fancybox slideshow

Bhaumik Patel 7:57 PM
fancybox slideshow with thumbs next pre Effect DEMO HTML <a class="slideshow" rel="slideshow" href="http://lo...Read More
Fancybox slideshow Fancybox slideshow Reviewed by Bhaumik Patel on 7:57 PM Rating: 5
jQuery accordion multiple sections open jQuery accordion multiple sections open Reviewed by Bhaumik Patel on 7:59 PM Rating: 5
CSS horizontal menu hover effects CSS horizontal menu hover effects Reviewed by Bhaumik Patel on 9:57 PM Rating: 5