
Search In
If you want to create Structure in OpenERP(Odoo) follow the below mentioned steps: -
Step-1 Insatll the website builder module.
Step-2 Go to website menu and click it.
Step-3 Click on content->new page.
Step-4 Add the new page.
Step-4 After
I have been trying to write a code to solve sudoku. This method basically involves finding the empty elements in the list of input, then filling the empty elements with the possible values that can be used in that box by deleting the values present i
If you want to compute the difference of two or more than 2 array with index means to compare 2 array with the index of arrays for this you can use the predefined PHP function "array_diff_assoc()".
array_diff_assoc() compares array1 against array2 an
To maintain the data integrity sometimes we need the changes to database to occur when all of the actions have successfully finished. One of the examples is funds transfer from one account to another. One account should be debited and another a
Hello Reader's, If you want to make some animation to enhance the text then in this blog you can learn this.
Animation is the property by virtue of which you can put the motion in any entity.
In this blog we will translate a text inside the a di
Hi folks,
The :nth-child(n) selector is a pseudo element. which show the position on there parents element.
You can use (even) and (odd) for all even or odd child element.
:nth-child(odd)
For example:-
tr:nth-child(2n+1)
Represents the o
Create a file Using Php
In PHP,we can use the fopen() function to create a file.
If we use fopen() on a file, it will create file(if that file does not exist) by given named.
Syntax:
fopen("testfile.txt", "Mode");
Both arguments are required
F
What is node js module?
In node js module are JavaScript libraries, or set of functions you want include in your application. Also, each module can be placed in a separate.js file under separate folder. Node js module make your application more stru
With the help of CSS3 new properties, we can transit an element from one position to another with the help of few properties.
It provide you to control the values of the element property for a particular duration of time.
There are two steps involved
Ruby Methods are similar to functions which begins with lowercase letters. It bundles one or more repeatable statements into single units.Methods are always defined before calling them.
Syntax:
def method_name [( [arg [= default]]...[, * arg [, &
