convert numbers to words

Bhaumik Patel 8:46 PM
Convert numbers to words var a = ['', 'one ', 'two ', 'three ', 'four ', 'five ', 'si...Read More
convert numbers to words convert numbers to words Reviewed by Bhaumik Patel on 8:46 PM Rating: 5

CSS Click Events

Bhaumik Patel 8:39 PM
CSS Click Events .demo input[type=checkbox]:checked ~ .to-be-changed { color: red; } Read More
CSS Click Events CSS Click Events Reviewed by Bhaumik Patel on 8:39 PM Rating: 5

find a string within substring jQuery

Bhaumik Patel 7:50 PM
string contains substring jquery First Option This indexOf() method will return the position of the match, or -1 if it isn’t found. // ...Read More
find a string within substring jQuery find a string within substring jQuery Reviewed by Bhaumik Patel on 7:50 PM Rating: 5
Cannot convert lambda expression to type 'string' because it is not a delegate type Cannot convert lambda expression to type 'string' because it is not a delegate type Reviewed by Bhaumik Patel on 8:24 PM Rating: 5
Difference between Response.Redirect and Server.Transfer Difference between Response.Redirect and Server.Transfer Reviewed by Bhaumik Patel on 8:31 PM Rating: 5
How to create EditorFor FileUpload in asp.net mvc 4 razor? How to create EditorFor FileUpload in asp.net mvc 4 razor? Reviewed by Bhaumik Patel on 9:30 PM Rating: 5

MVC Using a CDN Bundling and Minification

Bhaumik Patel 8:06 PM
MVC 4 CDN Enable using BundleCollection The follow code replaces the local jQuery bundle with a CDN jQuery bundle. public static void Regi...Read More
MVC Using a CDN Bundling and Minification MVC Using a CDN Bundling and Minification Reviewed by Bhaumik Patel on 8:06 PM Rating: 5
Bundling and Minification BundleTable EnableOptimizations Bundling and Minification BundleTable EnableOptimizations Reviewed by Bhaumik Patel on 7:56 PM Rating: 5

Razor Syntax

Bhaumik Patel 7:51 PM
Razor Syntax New, Simplified View Engine Write fewer lines of code More natural mix code and markup Helpers save you time Compatible...Read More
Razor Syntax Razor Syntax Reviewed by Bhaumik Patel on 7:51 PM Rating: 5

How MVC Works

Bhaumik Patel 7:23 PM
How MVC Works MVC is a design pattern that stands for Model-View-Controller. What is strives to do is separate the concerns of an applica...Read More
How MVC Works How MVC Works Reviewed by Bhaumik Patel on 7:23 PM Rating: 5

cool Link with an arrow css3

Bhaumik Patel 8:13 PM
Link with an arrow using css3 Create Arrows with :before, :after and CSS Transforms DEMO a { background: #bbb; background: -moz...Read More
cool Link with an arrow css3 cool Link with an arrow css3 Reviewed by Bhaumik Patel on 8:13 PM Rating: 5
Import multiple css file into single file Import multiple css file into single file Reviewed by Bhaumik Patel on 7:52 PM Rating: 5
ul li design with a tag ul li design with a tag Reviewed by Bhaumik Patel on 7:45 PM Rating: 5
google style loading progress bar using css3 google style loading progress bar using css3 Reviewed by Bhaumik Patel on 8:33 PM Rating: 5

css3 progress bar design

Bhaumik Patel 8:25 PM
Cool progress bar design using css3 DEMO <!DOCTYPE html> <html> <head> <title>Progress bar design usin...Read More
css3 progress bar design css3 progress bar design Reviewed by Bhaumik Patel on 8:25 PM Rating: 5
create own developer mode using jquery create own developer mode using jquery Reviewed by Bhaumik Patel on 8:20 PM Rating: 5
font icon css font icon css Reviewed by Bhaumik Patel on 7:51 PM Rating: 5

Image Reflection jQuery

Bhaumik Patel 8:15 PM
Reflection.js allows you to add reflections to images on your webpages. Reflection.js works well with logos, icons and dynamic image cont...Read More
Image Reflection jQuery Image Reflection jQuery Reviewed by Bhaumik Patel on 8:15 PM Rating: 5
simple push button css3 simple push button css3 Reviewed by Bhaumik Patel on 8:22 PM Rating: 5

Restricting input with jQuery

Bhaumik Patel 7:49 PM
Restricting input with jQuery $('.phoneInput').keypress(function(key) { if(key.charCode < 48 || key.charCode > 57) ret...Read More
Restricting input with jQuery Restricting input with jQuery Reviewed by Bhaumik Patel on 7:49 PM Rating: 5

jQuery UI Themes Collection

Bhaumik Patel 7:27 PM
jQuery UI Themes Collection jQuery UI Bootstrap A Bootstrap-themed kickstart for jQuery UI widgets. URL : jQuery UI Bootstrap ...Read More
jQuery UI Themes Collection jQuery UI Themes Collection Reviewed by Bhaumik Patel on 7:27 PM Rating: 5

Direction Aware Hover Effect

Bhaumik Patel 8:11 PM
Direction Aware Hover Effect How to create a direction-aware hover effect using CSS3 and jQuery. The idea is to slide in an overlay from ...Read More
Direction Aware Hover Effect Direction Aware Hover Effect Reviewed by Bhaumik Patel on 8:11 PM Rating: 5