UI Culture list and date format and Currency Symbol  UI Culture list and date format and Currency Symbol Reviewed by Bhaumik Patel on 6:06 PM Rating: 5
Change max url request filtering in iss 7 using web.config Change max url request filtering in iss 7 using web.config Reviewed by Bhaumik Patel on 8:32 PM Rating: 5
jquery your school board jquery your school board Reviewed by Bhaumik Patel on 8:15 PM Rating: 5
make your url with hash tag in mvc actionlink with fragment make your url with hash tag in mvc actionlink with fragment Reviewed by Bhaumik Patel on 8:26 PM Rating: 5
Run jquery Only After Entire Page Has Loaded Run jquery Only After Entire Page Has Loaded Reviewed by Bhaumik Patel on 7:21 PM Rating: 5

Get client ip address in jquery

Bhaumik Patel 7:48 PM
Find your IP address using jquery $.getJSON("http://jsonip.com?callback=?", function (data) { alert("Your ip: " + da...Read More
Get client ip address in jquery Get client ip address in jquery Reviewed by Bhaumik Patel on 7:48 PM Rating: 5
checkbox and radio button editor templates in mvc 4 checkbox and radio button editor templates in mvc 4 Reviewed by Bhaumik Patel on 7:32 PM Rating: 5

Responsive media queries css

Bhaumik Patel 8:04 PM
/*------------------------------------------ Responsive Grid Media Queries - 1280, 1024, 768, 480 1280-1024 - desktop (default grid) ...Read More
Responsive media queries css Responsive media queries css Reviewed by Bhaumik Patel on 8:04 PM Rating: 5

RenderPartial vs Partial MVC

Bhaumik Patel 7:59 PM
Html.RenderPartial @{ Html.RenderPartial("ViewName"); } This method result will be directly written to the HTTP response stream...Read More
RenderPartial vs Partial MVC RenderPartial vs Partial MVC Reviewed by Bhaumik Patel on 7:59 PM Rating: 5

Bind dropdownlist in mvc4 razor

Bhaumik Patel 7:01 PM
DropDown Bind in MVC 4 Razor View Make DDLHelper Class public static class DDLHelper { public static IList<SelectListItem> To...Read More
Bind dropdownlist in mvc4 razor Bind dropdownlist in mvc4 razor Reviewed by Bhaumik Patel on 7:01 PM Rating: 5

jQuery MsgBox

Bhaumik Patel 9:31 PM
jQuery MsgBox coolest jquery dialog. MsgBox is compatible and fully tested with Safari 4+, Internet Explorer 6+, Firefox 2+, Google Chrome ...Read More
jQuery MsgBox jQuery MsgBox Reviewed by Bhaumik Patel on 9:31 PM Rating: 5

How do I detect IE with jQuery

Bhaumik Patel 8:00 PM
Detect browser type and version using jQuery. For all IE minor versions if ($.browser.msie && parseInt($.browser.version, 10) === ...Read More
How do I detect IE with jQuery How do I detect IE with jQuery Reviewed by Bhaumik Patel on 8:00 PM Rating: 5

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

tooltip style toolbars js

Bhaumik Patel 8:06 PM
Toolbar.Js A jQuery plugin that creates tooltip style toolbars . Toolbar allows you to quickly create tooltip style toolbars for use in...Read More
tooltip style toolbars js tooltip style toolbars js Reviewed by Bhaumik Patel on 8:06 PM Rating: 5

HTML iOS Notifications

Bhaumik Patel 8:14 PM
HTML iOS Notifications iOS-style notifications implemented with CSS3 and JavaScript. DEMO Read More
HTML iOS Notifications HTML iOS Notifications Reviewed by Bhaumik Patel on 8:14 PM Rating: 5

cool panel slider

Bhaumik Patel 8:24 PM
Cool Panel Slider Demo: Check the demo - Demo URL: https://github.com/mlms13/panel-slider Download: Download last version Read More
cool panel slider cool panel slider Reviewed by Bhaumik Patel on 8:24 PM Rating: 5

CSS3 Solar System

Bhaumik Patel 8:34 PM
CSS3 Solar System An experiment with CSS3 border-radius , transforms & animations . Animation properties currently only work on -w...Read More
CSS3 Solar System CSS3 Solar System Reviewed by Bhaumik Patel on 8:34 PM Rating: 5

Online Markdown Pad

Bhaumik Patel 10:21 PM
Github README.md Write Online Demo 1 Demo 2 Download MarkdownPad for Windows App MarkdownPad Features Instant HTML Preview Easy...Read More
Online Markdown Pad Online Markdown Pad Reviewed by Bhaumik Patel on 10:21 PM Rating: 5

browser dialogs looked so good

Bhaumik Patel 8:08 PM
Design Browser Dialog Jquery (alertify.js) Features Fully customizable alert, confirm and prompt dialogs Fully customizable unobt...Read More
browser dialogs looked so good browser dialogs looked so good Reviewed by Bhaumik Patel on 8:08 PM Rating: 5

Clear textbox value using jQuery

Bhaumik Patel 7:47 PM
clear all textbox,radio button, check box value using jQuery Clear all textboxes client side $('input[type=text]').val(''); ...Read More
Clear textbox value using jQuery Clear textbox value using jQuery Reviewed by Bhaumik Patel on 7:47 PM Rating: 5

Pure CSS GUI icons

Bhaumik Patel 8:11 PM
CSS3 Icons 84 GUI icons created from semantic HTML. Tested in: Firefox 3.5+, Chrome 5, and Opera 10.6. Demo: CSS Icons Demo Read More
Pure CSS GUI icons Pure CSS GUI icons Reviewed by Bhaumik Patel on 8:11 PM Rating: 5

Get current url in jquery

Bhaumik Patel 7:51 PM
get host name,page url, port number,hash with javascript. write in console window.location URL : http://localhost:1723/home.html get...Read More
Get current url in jquery Get current url in jquery Reviewed by Bhaumik Patel on 7:51 PM Rating: 5
Show Password without any jquery plugin Show Password without any jquery plugin Reviewed by Bhaumik Patel on 7:27 PM Rating: 5