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

Search In

valueOf() method of JavaScript Array

JavaScript Array valueOf() method : The valueOf() method returns the copy of itself. This is the default method of an array object. Syntax of Array valueOf() method : array.valueOf() Example of Array valueOf() method : In this example I will sho

How to rename database in MySQL?

To rename a database in MySQL you need to follow the steps given below: Dump the schema using Mysqldump Restore the dump schema to other schema Drop the old schema(if required) For Example: Suppose we have a database emp which needed to renamed a

The valueOf() method of JavaScript Array

JavaScript Array valueOf() method : The valueOf() method returns the copy of itself. This is the default method of an array object. Syntax of Array valueOf() method : array.valueOf() Example of Array valueOf() method : In this example I will show

What Is Fault In Software Testing ?

What Is Fault In Software Testing ? Normally software fault is also recognized as the bugs or defects, these emerges when the presumed results or prospective results does not equal with the real results or actual results. This is also known as the

What is anonymous inner class in java and how to implement interface in annonymous class ?

Anonymous means no name, a class with no name called as Anonymous class. But is has advantage like to create an instance of class in one step. We can'e create an object of this class since it has no name. An anonymous class can implement interf

How can use Encapsulation in android

Encapsulation is a process of wrapping code and data together into a single unit. Encapsulationis used to bind method and variables(data). Below is my sample code to demonstrate Encapsulation in java, in this first I have created food class and food

How to override magento blocks

In this blog tutorial, i will explain how to override magento blocks using an XML- based configuration file. Config.xml is module configuration file in which we will override magento block. As magento best practices, we should not change any core fil

How to fork from Github to Bitbucket?

I was working on a project that was hosted on Github. My project was hosted on Bitbucket. Both of them uses git. Now I have to create a fork of project in my Bitbucket repository. In order to be able to get updates and without downloading and replaci

How to add icon with text in tab layout

In the below code example I have created a Tab layout, here I have created two methods, first is add text value and second in declare icons.You can see below example code it clearly describes How to add icon with text in tab layout.   // icon

How to manage error log in cakephp in 2.4.1 version?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to manage error log in cakephp in 2.4.1 version? If you want to create error log file in your CakePHP web application so firstly you have to search location to error.log file in

1 50 370
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: