
Search In
wordwrap() Function is a string function in which it wraps a string in new line, after a specific length.
Syntax
wordwrap(string,width,break,cut);
In the syntax the parameter string is to break up into lines , the width is the maximum line width
It is easy to add multiple images in the background by using HTML and CSS code only. we can use one image which will repeat across the top i.e (repeat-x) and the another one will across the entire page or it is simple way to adjust every image posit
Expressions in AngularJS is represented using double curly braces-{{ }}. Expressions are used to bind the data to the HTML in the same way as the ng-bind directive of angular.
Expressions using-
1.numbers:-
syntax- <p>Price of movie t
Add a animation effect to your game object through simple line code in unity
Add this line to your script update funtion and the object in which this script is added will show you a rotating animation at its position
void Update () {
trans
In OpenERP first, we create a module and then inherits to the delegation and views both in your own module.
Follow these step shown below
Step1- First we create a module like as: test and then create a test.y file in an own module and pass this fil
In the below example code I have enabled deep linking. Let's consider, you have shared your app in social network like, Gmail, Facebook, Whatsapp etc. When users click on the link you shared then your app will open, if it's installed in his a
In the database I have a table for Users, and one table that is used as lookup. it holds scores and values.
i.e
10 5
15 6
20 7
After form submission, on the Users table a value like 12 is persisted.
What I need is, a function to get this valu
Basically toString ( ) method is used to convert a number into a String .In this there is no argument .
Syntax
Obj.toString ( )
Simple Example -
var number = 15 ;
var no = num.toString ( ) ; // Output -> 15
Every Object has a toString ( ) m
To sort the array of objects by date in ascending and descending order, we are using JavaScript sort() method , as discussed earlier. Below is the code to provide the same functionality.
<!DOCTYPE html>
<html>
<body>
<p>Clic
In full join all the records of both the table will come in resultant table , it doesn't depend on matching the fields . It is the combination of both left and right join . If matches not found then it will return null .Sometime it is also called Ful