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

Search In

Data Types

In javascript,There are variables in which we can store the values. We declare a variable with the var keyword: var myVariable; The variables have different data types in javascript. VariableExplanationExample StringIt takes "A string of text".

How to Change User Active/Suspend Status on dropdown change in cakephp

Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you. first you need to create dropdown box which contain user status 0 for Suspend 1 for active. Example: <?php $opti

TempData in asp.net mvc.

TempData in asp.net mvc TempData is a dictionary object derived from TempDataDictionary. TempData provide communication between Controller action and it's corresponding view by tranfering and maintaing data. The tempdata is retained not only

Applying a Function Against Each Array Element

Hello reader's under this blog we are going to apply a function against each array element. We are using a function to check an array value and if it matches a given value then it will replaced.   To attach a callback function to each arra

Stub nodemailer send method using sinon in mocha node.js

Stub transport is useful for testing the email before actually sending email. It does not actually send an email, it convert mail object to a single buffer and return it with a send mail callback. In the below code, I have stubbed send method of nod

Using Ionic - Cordova Native Audio in Phonegap application

native audio plugin is used for playing audio in your ionic application. To use this plugin you need to install it first in your application directory by following command:   cordova plugin add cordova-plugin-nativeaudio you first need audio

Form Views Default Rules

Default Rules of Form Views- Form Views shows how each object is displayed in openerp browser. The field disposition in a form view always follows the same principle. Fields are placed on the screen from left to right, and from top to bottom, acc

PHP :- Scraping Data From Youtube Video URL

You can also get the data i.e title, description, thumbnail_url, etc from the Youtube video url by using following script. Remember you need to put the YOUR_GOOGLE_DEVELOPMENT_KEY which you can generate by creating account in Google Developer Console

How to remove a HTML element using Jquery

Hello reader's, Below is the example to Remove the HTML element using Jquery If you having trouble with such issues, then use the below code. Here is the HTML <p>Write your text here.</p> <p>Write your text here.</p> <

How to use prepend() method in jQuery ?

Welcome to findnerd, today we are going to discuss on prepend() method in jQuery. Firstly let know what use of prepend() method ? prepend() method is used for inserting at the beginning of the selected elements in jQuery you can see bellow examp

1 391 423
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: