Read XML file in mvc 4

Bhaumik Patel 7:09 AM
Read XML File Using XDocument or XmlDocument Controller Action private XDocument ReadXML() { XDocument xDoc = new XDocument(); ...Read More
Read XML file in mvc 4 Read XML file in mvc 4 Reviewed by Bhaumik Patel on 7:09 AM Rating: 5

Cool button transition effects

Bhaumik Patel 7:31 AM
Amazing Hover Effects with CSS3 .btn { transition-duration: .3s; -o-transition:.3s; -ms-transition:.3s; -moz-transitio...Read More
Cool button transition effects Cool button transition effects Reviewed by Bhaumik Patel on 7:31 AM Rating: 5
How to convert image format to byte array How to convert image format to byte array Reviewed by Bhaumik Patel on 10:17 PM Rating: 5
Static Social button with animation Static Social button with animation Reviewed by Bhaumik Patel on 7:41 AM Rating: 5

HTML5 DropDownList optgroup tag in MVC

Bhaumik Patel 9:11 AM
Now Support For Optgroup In Dropdownlist .Net MVC 4‎ PM> Install-Package DropDownList.Optgroup.MVC DEMO DOWNLOAD | NUGET Pac...Read More
HTML5 DropDownList optgroup tag in MVC HTML5 DropDownList optgroup tag in MVC Reviewed by Bhaumik Patel on 9:11 AM Rating: 5

Two way scrolling in single div

Bhaumik Patel 6:24 AM
Make Vertical Scroll And Horizontal Scroll Two Way Scroll Bar Auto update second scrollbar $(function () { // Vertical Scroll ...Read More
Two way scrolling in single div Two way scrolling in single div Reviewed by Bhaumik Patel on 6:24 AM Rating: 5
Gmail Style Inbox Using Bootstrap Gmail Style Inbox Using Bootstrap Reviewed by Bhaumik Patel on 7:45 AM Rating: 5
jQuery export table data into MS Excel With Image jQuery export table data into MS Excel With Image Reviewed by Bhaumik Patel on 9:19 AM Rating: 5

Url Link Show on Hover Using CSS

Bhaumik Patel 7:52 AM
Pure CSS3 Show HREF Url Link On Mouseover a { position: relative;background-color: rgb(228, 219, 219); } a[href^=http]:before { con...Read More
Url Link Show on Hover Using CSS Url Link Show on Hover Using CSS Reviewed by Bhaumik Patel on 7:52 AM Rating: 5

Bootstrap carousel inside modal

Bhaumik Patel 7:30 AM
DEMO <!-- Button trigger modal --> <a data-toggle="modal" href="#myModal" class="btn btn-primary btn...Read More
Bootstrap carousel inside modal Bootstrap carousel inside modal Reviewed by Bhaumik Patel on 7:30 AM Rating: 5
Best ecommerce shopping cart design Best ecommerce shopping cart design Reviewed by Bhaumik Patel on 7:45 PM Rating: 5
Table Row and Column Highlighting FadeIn Effects Table Row and Column Highlighting FadeIn Effects Reviewed by Bhaumik Patel on 7:34 AM Rating: 5
jQuery Highlight Table Row and Column On Mouseover jQuery Highlight Table Row and Column On Mouseover Reviewed by Bhaumik Patel on 7:22 AM Rating: 5

Fixed Header Table CSS

Bhaumik Patel 7:42 AM
Html Table with Fixed Header Pure CSS .tg-table-green{border-collapse:collapse;border-spacing:0;} .tg-table-green td,.tg-table-green t...Read More
Fixed Header Table CSS Fixed Header Table CSS Reviewed by Bhaumik Patel on 7:42 AM Rating: 5

Cool Flat Panel Box Design

Bhaumik Patel 6:15 PM
Responsive section panel design <section class="box"> <h3 class="boxheading gray">Panel Gray</...Read More
Cool Flat Panel Box Design Cool Flat Panel Box Design Reviewed by Bhaumik Patel on 6:15 PM Rating: 5

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