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

Search In

wordwrap() Function in PHP

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

Multiple images in background

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

AngularJS expressions

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

Animation effect to object through script

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

How to inherit delegation and view in OpenERP(Odoo)

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

How to Use Deep Linking in Android?

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

How to write a function that looks up values from a table within a range?

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

toString() Method in javascript

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

How to sort the array of objects by date in ascending and descending order using Javascript?

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

SQL Full Join

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

1 12 120
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: