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

Search In

Magento Adapter Class for Shipping

The adapter model handles the functionality for our shipping module. This is where all the calculations happen and where everything will be coded. The coding written in model is to handle the shipping methods and the rates returned to the user for ch

How to create an alert dialog box in javascript

An alert is a type of dialog box supported in javascript and is mostly used to give a warning message to the users. For example: If one input field requires to enter some text but the user does not provide any input, then as a part of validation

How To Use JavaScript To Copy Text From One Field To Another

When you create a web form for web page of any website, users need to fill the details in the fields like name, address, phone number etc. sometimes when filling the details there may be some fields which you need to fill twice. Instead of having you

LINQ

LINQ is used for Data querying in a type safe way. Data to be queried can be XML, SQL, and Object etc. Let’s have a look at simple LINQ query: var items = from employee in db.Employee where Employee.Salary < 20000

How to integrate the magento connector in OpenERP(Odoo)?

Step-1 Install basic module like below: 1-account_payment_extension 2-base_external_mapping 3- magento_connect 4-product_attributes 4-product_images_olbs 6-product_m2mcategories 7-sale_payment Step-2 After that we have to customised magento_co

Validation in PHP?

Validation basically meant for test or check the input values which are submitted by the any user while processing any form or process. PHP allow us two kind of validation there. Client-Side Validation − These Validation we performed on the clien

Converting Java Object to JSON

How to convert Java object to JSON : Converting Java object to JSON is a little complicated work in Java. We can use the third party api to make this easy. Jackson is one of the most popular api for JAVA JSON processing. Jackson api is fast, conveni

Pretty Print JSON Output in Jackson

**How to convert Java object to Pretty Print JSON :** Converting Java object to JSON is a little complex work in Java. We can use the third party api to make this easy. Jackson is one of the most popular api for JAVA JSON processing. Jackson api is

Upload Multiple Files in CodeIgniter 2.0 Using Customized Library Class

In this tutorial, we will learn "How to upload multiple files with the help of Codeigniter's customized upload class named as CI_Upload_Multiple in the file named Upload_Multiple.php in the Codeigniter's library". With the help of t

Magic Constants in PHP

Hello Readers, PHP Magic Constants: There are many magic constants are available in PHP, but some magic constants are most important used in php, like LINE_, _DIR_, _FILE ,__CLASS__, __FUNCTION__etc. These constants are case-sensitive. Use of the

1 40 633
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: