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

Search In

Popup with Bootstrap

Welcome to Findnerd. In web development we need popup for different requirements then we start finding the third party jquery plugins which could meet our requirement. but sometimes we puzzle with these plugins. Here we are describing one other way t

String methods charAt and charCodeAt in JS

charAt() method : This method returns the character exist in a specified index of string.The index in a string always starts with 0. Syntax of charAt() method : string.charAt(index) The index is required field. If no character is found or index

How to handle Error 404 in ASP.NET MVC

In the following article we will learn how to handle 404 errors in ASP.NET MVC gracefully. The first step will be to set up the custom errors page by making the following settings in web.config: <system.web> <compilation debug="fal

Prepared Statement in Oracle

Prepared statement is used to execute same database statements repeatedly with high performance. For example, if you want to insert multiple employee records you can use same prepared statement again and again. For below illustration it is assumed

How to create clone of any object using jQuery ?

Hello Readers, If we create clone() of any object using jquery, then jquery provides the clone() method which performs the copy of the matched element (means it copies all the matched elements as well as of their descendant elements and nodes in jqu

Slide menu application in iOS.

Hi Friends, I know there are several applications which are using Slide Menu option. You can find several libraries or classes in Objc to build an app like that. Here is the most easy and customizable class to get it. Its name is SKSlideViewControl

Servlet request processing by Web Server and Servlet container

1. Web Server A web server is basically used to give the response to the request specified by the browser (user). It basically uses HTTP protocol for the transmission of data. eg. A user can request for some page by entering the web address and in

indexOf() method in JavaScript String

JavaScript String indexOf() method : The indexOf() method is used to return the index value of specified string. It will give the index of string comes first from the start. We can also start searching by skipping the number of characters. If value i

lastIndexOf() method in JavaScript String

JavaScript String lastIndexOf() method : The lastIndexOf() method returns the index of specified value where it last occurred. If no value is matched then this method returns the -1. As it is string the index starts from 0. Syntax of lastIndexOf()

search() method in JavaScript String

JavaScript string search() method : The search() method is used to search a specific string within a given string. It returns the index of the searched string and if no string matched then it returns the -1. Syntax of the search() method : strin

1 474 949
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: