Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Make A Simple DropDown in HTML With The Help of Jquery and CSS

You Can Use Below Code to Make A Simple Drop Down In HTML With The Help Of Jquery And CSS ***Jquery*** <script> $(function(){ $('.DropDown > ul > li').on('click', function(){ $('.DropDown ul ul').slideUp(); $(thi

Custom checkbox using CSS

Here  is the CSS for custom checkbox. We can add our own properties in the check box. HTML- <div class="radio_input"> <input type='radio' id='r1'name='radios' checked='true'/> <label for='r1'><span></span> Mal

Paging in ASP.NET MVC Application

Paging in ASP.NET MVC Application To implement paging on an ASP.NET MVC Application following steps are to followed :-   Step 1 : Create a new C# ASP.NET Web project named Student_Management_System. Select the MVC template option in new ASP.

Setting up your system as virtual host using WAMP

if anyone configure's virtual hosts on WAMP server helps to run as many separate sites as you want.This includes following quick steps 1.Go to "C:/Windows/System32/drivers/etc" and open the "hosts" file in Notepad. At the bottom of the hosts file, b

Configuration File in .NET

While defining and developing web  applications one important thing that you have is the configuration file that contains the information and settings of your applications. This is the basic structure of your configuration file.   <co

  • 315
Binding model value on link button in MVC

In the MVC view we can also bind the values in to the link button if we want.   This will help to manipulate the database values with the help of their primary fields instead of passing the entire model into the action.     We hav

Lazy Load jQuery Spinner

Lazy load jquery spinner is used for the delays loading of images used on the web page. It improves the page load time, by using this plugin user can see the custom effects and data attributes, It is a fast, easy and lightweight script used for loadi

Jquery and WebMethods for AJAX calls

What is jQuery? jQuery is a lightweight,JavaScript library (write less, do more). The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to acc

Image Overlay Hover Effects With CSS3 Transitions

In this blog i am explaining how to create a overlay effect in image with the help of css3 . Overlay effect on image  is an awesome approach to include some decent interactivity to your website. In image overlay effect when we take our cursor o

Why password_verify Function Not Passing the Verification in PHP Application?

Php Programmers,   Why does the password_verify keep failing ? I checked the myql tbl column name (passwords) and there is no typo. The $query is able to get the $result querying the db ($result = true). The password_verify is in this format

1 276 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: