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

Search In

Two-way Data binding in AngularJs

AngularJs provides a very useful and time saving feature,i.e,Two-way Data binding. Two-way Data binding in AngularJs is a way to synchronize data between model and view. If we change something in the model, it gets updated in the view component and v

Fetching Records in Rails using take

take in Rails:Rails has so many methods that provide the facility to fetching the records from database, so that you don't need to write raw sql. One of them is take. By using take we can fetch a record (or N number of records if specified as a param

Queue in C++

The std::queue class is a container adapter that gives the programmer the functionality of a queue. It is a FIFO (first-in, first-out) data structure. In queue elements are inserted at the back and can only be accessed from the front and the back. A

How to save activity instance state

Every android activity follow a life-cycle. There are certain situation when an activity goes into pause state or in stopped state but at some particular time your application need to keep valuable state (i.e. data) This we can achieve by using the

Redirection through htaccess file

.htaccess is the most useful file when we are working with php and apache. The directory level configuration of Apache server software is provided via .htaccess (Hypertext access) files. htaccess files defines mostly all the things like server settin

Errors in PHP

Errors are the unwanted conditions which interrupts the normal flow of the program. Errors can be categorized in two : Syntax Error : If there is any symbol missing or mistake in the statements of the program those are syntax errors. Logical Error

How to apply autocomplete feature to textbox with jQuery?

Sometimes we need to implement autocomplete feature to input field for searching purpose. We can do this by using "autocomplete()" with jQuery. Example: In the below example I have created an array of country names and passed that as source to autoc

How to use slideToggle() Method in jQuery ?

Welcome to findnerd, today we are going to discuss on slideToggle() method in jQuery. Firstly let know what use of slideToggle() method ? The jQuery slideToggle() method toggles between the slideDown() and slideUp() methods. syntex of slideToggle(

Activate the developer mode and Updates, Update Apps List and Apply Scheduled Upgrades in Odoo-9

Step-1 Go to browser. Step-2 Click on Question Mark which is located under your (?) in the top right corner of Odoo. Step-3 Click on about and Updates,Update Apps List and Apply Scheduled Upgrades. Step-4 Click on activate the developer

What is the use of jQuery filter?

Hello Readers, Jquery filter is one of the jquery method. It is used to returns the elements that match the certain values from the object list. Syntax : selector.filter( selector ) Parameters : selector − Below is the Code Example of filter(

1 227 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: