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

Search In

How to Creating Outgoing Mail Server in openerp-6.1

To Creating Outgoing Mail Server in openerp-6.1 Follow these step given below:- 1. Go to Setting->Configuration->Email->Outgoing Mail Servers, and create 2. In Description field, give an appropriate name, example: localhost 3. SMTP Server,

JSONP concept

JSONP stands for JSON with padding. All the browsers follow the same origin policy. You can not send XMLHttpRequest to other domain. To prevent this security, we need to use the JSONP in ajax request. When we request a ajax call to the remote server

Importing a csv into mysql via command line

Hello Readers! MySQL have this load data function, where we can insert data to a table from external files like csv, txt etc. The process is quite simple, 1st lets login to mysql via terminal/console. mysql -u root -p Enters username and passwor

Send email using the GMail SMTP server from a PHP page

Hello Readers! You people can use below code if you are using Gmail SMTP connection. $from = '<fromaddres@gmail.com>'; $to = '<toaddress@yahoo.com>'; $subject = 'Hi!'; $body = "Hi, How are you?"; $headers = array( 'From' => $fro

How to make "Super-admin" password in Odoo/OpenERP ?

Step-1 Configuring Odoo after that we will provide admin_passwd . Step-2 Then use all database management screens (to create, delete, dump or restore databases). Step-3 If the management screens not accessible, then make it accessible from a selected

How to reset wordpress back to its Original Settings

1> Go to your wordpress dashboard. 2> Go to plugins --> Add New 3> Type 'reset' in the search bar & click on "Search Plugins" 4> From the search results select "WordPress Reset" & click on "Install Now" 5> Once the plugi

Bootstrap Alerts

Bootstrap Alerts. Bootstrap provides a medium to print contextual feedback messages for typical user actions with the handful of available and flexible alert messages.These alert messages pop-up under specified user action which can be manipulated a

Using AJAX in ASP.NET

Ajax Calls in ASP.NET For removing postback in web page you use 1 Update Panels Update Panels are used when there is partial postback of page can happen. 2 Ajax Calls If you want to minimize postbacks to the extent Ajax calls are used. F

What is Data Integrity Testing ?

What is Data Integrity Testing ? Data integrity acknowledges to the characteristics of information or record in the database and also directly to the users, by which users inspect quality of the data,integrity and stability. Data integrity testing v

DOM in HTML JQUERY

DOM Document Object Model DOM is structure that is used to invoke the elements of a page or a script file. It is the hierarchy of structure that a particular document have where we want to invoke the elements of that particular document. For ex : &

1 19 185
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: