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