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

Search In

What is the difference between client-side and server-side programming?

There are n number of difference between client-side and server-side programming. The below code is split into two entirely separate parts, the server side and the client side. | ----------> HTTP

Volley api to post parameters

Volley api is powerful api to perform network operation like to perform long running network operations. you have to create HashMap that will contain key value pair for each variable and then put that hashmap object in JsonObjectRequest as a paramet

How to rename a table in MySQL?

To rename a table in MySQL you need to execute the following command: RENAME TABLE old_table_name TO new_table_name; The old_table_name must exist n the database and the new_table_name must not. For example, we have a table name demo and we want t

How to use trim() Function in php ?

Why we use trim() Function in php ? The trim() function mainly use for removes the spaces from the beginning and the end of the string. trim() function will divest and control characters such as : " " an ordinary space. "\t" a tab. "\n"

How to make typical module structure in OpenERP/Odoo?

In Odoo module is contained in its own directory within the server/bin/addons directory in the server installation. profile_module name, in which we put an empty __init__.py file (as every directory Python imports must contain .py file like in below

How to take backup of a table in MySQL using PHP?

You can use PHP to take backup of a table in MySQL. For this, you need to write the following code: $dbhost = 'localhost'; $dbuser = 'dbusername'; $dbpass = 'dbpassword'; $conn = mysql_connect($dbhost, $dbuser, $dbpass); if(! $conn

PHP array to JavaScript array conversion

Sometimes, I feel a need to get a PHP array in my JavaScript code. Earlier I make use of implode function of php but recently found new way using json_encode that works very effectively. Here is my php array: <?php $cool_epl_clubs_php = array('M

JavaScript Validation for User Name and Email Id in Asp.Net

JavaScript Validation for User Name and Email Id in Asp.Net Validate User Name and Email Id in a web page using JavaScript validation in ASP.Net. In this example I am using two TextBoxes. The first TextBox accepts user name and second textbox accept

Cool widgets in OpenERP

Widgets are the GUI elements that can perform some controlling tasks. In OpenERP, we can see a few of widgets that have significance in the views like statuses of the any process, seeing states of an object, or getting lists out of huge data, or spli

How to Make a new CSV File Through PHP Script.

This tutorial show's how to create a new CSV file through PHP script. This script is more helpful for php developer to create a new CSV file in array formate. function functionname (parameter) { if (($handle = fopen("$data", "r")) !== FALSE)

1 37 156
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: