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

Search In

Ad hoc Testing and forms of Ad hoc Testing

Ad hoc Testing Ad hoc Testing is a software testing process where a Software tester dose testing without any proper planning. In Ad hoc testing is performed without any test case execution. Here testing is done without having any proper understandin

Variables in JAVA

Variable is a name. Variable name reserved an area which is allocated in memory. In java each and every variable has some specific type, this specific type defines the size in variable's memory. One should declare variables before used. Eg. int a; /

Data binding in AngularJs

Data-binding in AngularJs refers to the synchronization of data b/w the model and view components. When the model changes i.e if user changes in something then the view reflects the changes done. So in below example i am demonstrating you the conce

How to copy invoice automatically in OpenERP(Odoo)?

Step-1 install the account_invoice_copy module. Step-2 After that customize .py file in account_invoice_copy module. In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - def copy(self, c

method for sanitizing user input with PHP?

Sanitize data means "Remove any illegal character from the data". Best methods for sanitizing in php are given below. Method 1 - Sanitize user-input when we are using Mysql Query. For this case you have to use real_escape_string of mysqli. For

Change the button background color when highlighted in swift

To create a button at run time in swift please use the followin code: this code will help you in creating a button at run time. and also change the background color of the button in highlihted State.. To change the button background at the time of t

Change the background image and color in Ubuntu

Change the background in Ubuntu : Ubuntu is an open source operating system used widely in the market. Ubuntu is powerful and almost very user friendly. It has the GUI features so that user can do his most of the tasks using GUI interface. Here we ar

How to send a mail using php ?

In this blog we will see how to send a "Simple Text Email" ? The Php mail( ) function is used to send Emails in PHP. There are three main parameters we have to pass for sending a simple email and one is optional parameter. There 3 parameter are

Resolve maximum allocation time exceeds error in PHP?

In PHP, many times we found the error i.e. "maximum allocation time exceeds". For resolving these errors we use php.ini file or we can resolve it buy using our .htaccess file. 1. Using php.ini file For this we have to increase the max_execution

Sort an array of strings based on length of its elements in Ruby

In ruby if you want to sort an array of strings based on the length of its element, you can use the code given below. i.e If you want the word having the least number of characters in it to come first and arrange other words in this manner as well,

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