
Search In
Introduction
Boosting your webpage to the top of the Search Engine Results Page (SERP) is a challenge growing in difficulty, especially in past year. Google has been modifying the algorithm to such an extent that it has become a sc
Custom Software Development is a thing of the present and the future, companies are beginning to realize what they've missed out on and why the word Custom has a price tag attached to it. The word 'Custom' had been thrown around many time
Quick Sort Algorithm:- Quick sort is the most famous sorting algorithm. It is the external sorting technique that is based on divide and conquer strategy. The Complexity of this algorithm is following:
Best Case:- O(n log n)
Average Case:- O(n log
Test Case Design Techniques
These are the techniques that should be followed while writing the test cases to drive the maximum test coverage.
Following are the Test Case Design Techniques:
Error guessing.
Equivalence partitioning.
Boundary value
If you want to make user in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to Settings menu and click it.
Step-2 Go to users->Users
Step-3 click on Create button
Step-4 Name->Email->Adress->Access Rights->Appli
Target:
To input the records of students. Display the whole record. Display the name of the youngest and eldest student.
I'm having problem in achieving the third target: If I enter 3 or 5 entries the result is fine but as soon as I enter 5 or 10
The JDBC/ODBC driver is the type 1 driver it is also known as JDBC-ODBC bridge. It is ODBC driver to connect the database that convert the JDBC calls to ODBC function calls. Type 1 driver is fully platform dependent and use the native libraries of op
PHP provides two functions, extract( ) and compact( ), that convert between arrays and variables.
Both compact() and extract() are Array functions of PHP
compact():
The compact() function is used to create an array from variables and their values.
JavaScript getDay() Method
Return the day of the week:
var d = new Date();
var n = d.getDay();
This method is used for getting the days of week from 0-6 for the date specified.
in this 0 stand for sunday and 1 stand for monday.
Syntax is Date.get
In this example user will have facility to add more input fields in form dynamically similarly user will also have facility to remove dynamic input fields so once user click remove link it removes the current input field by using its corresponding
