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

Search In

How to use get_browser() Function in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use get_browser() Function in php ? The get_browser() function returns the capabilities of the user's browser. It looks up the user's browscap.ini file. syntax of get_browser

How to append elements to an array?

There are methods to add elements to the array using push method and concat method. The array push method adds element at the end of an array and returns its new length. *Syntax :- array.push(item1, item2, ..., itemX) Below is the example code :

HTML oninput event

This event will be fired when user enter an input. This event is mostly used with the input and textareat elements. This event is similar to onchange event. But there is a bit difference between them, oninput event will fired after the value of a ele

Error Handling and Logging in MVC

Error handing is the main concern in any application, whether it is web application or desktop application. HandleError Attribute This filter works only when custom errors are enabled in the Web.config file.You can enable custom errors by adding a

  • 182
Dual Table

Dual table: DUAL table is a dummy table which contains one row and one column and by default it is present in database.It contains a single VARCHAR2(1) column known as DUMMY with a value "X". It can be accessed by all users but the owner of DUAL

Returning Multiple Values in Python using list?

# A Python program returning multiple values from a method using list # Defining a function which returns a list def fun(): str = "Demo" x = 20 return [str, x]; # Driver code to test above function list = fun() //calling o

How to return models and ids of the user's in OpenERP?

In OpenERP first we create user's in user's form. Then the access of user's models res_users and pass the ids of the user's. After passing ids of the user's then user's selection will active and Return a tuple. Use this funct

How to apply the domain of the user's selection in OpenERP?

In OpenERP first we create the user's in user form. Then the user clicks the selection's icon in the web client, compose a default action for the model in the user's selection and  Return the action that contains all of this and vali

Google Map v3: How to calculate distance between two end points?

Google Map v3: Calculate Distance How to calculate distance between two end points in google map v3? Use the Haversine formula to calculate distance between two end points. Note: you must add &libraries=geometry to your script source. This is

Default copy constructor in c++

A copy constructor is a special type of constructor by using which we can initialize the data members of a newly created object by existing objects. The compiler provides a default copy constructor.  Syntax of calling a copy constructor is: co

1 51 217
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: