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

Search In

The server response was: 5.5.1 Authentication Required

"Error - The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.5.1 Authentication Required."     While I was integrating Email functionality using Gmail SMTP Server in a Asp.

How to Create Salary Structure in openerp-7

To create salary structure in openerp-7, follow these below mentioned steps- Step1- Install Human Resources(HR) and hr_payroll Module. Step2- Map to Salary Rules in Human Resources(HR) Step3- Then Go to Human Resources -> Payroll -> Sala

How to get a list of MySQL user accounts

Get MySQL user accounts   Hello friends, I am using MySQL and I want to list user accounts. So to do this I followed the below process:   This can be done by writing the following query: SELECT User FROM mysql.user; This query will d

What is dropbox

Hello Guys    Here, I am writing for data storage in dropbox. Dropbox is smart and freeware(2GB Free) online platform for store document and media files. Why we use dropbox? 1. Dropbox is smart and freeware platform(2GB Free). 2. Dropbo

How to generate report like pivot table from php 3d array on question_id base

Actually I am generating a report and print out answers under that question id. Like 13377 questiin id answered 3 times so i want to echo their answers underneath and the same for other question ids. All data is dynamic. Get unique questions id that

How to Create Payment Term in OpenERP-7

To Create Payment Term in OpenERP-7 Follow these step given below Step1 - Install the account module in openerp Step2 – Go to the Accounting -> Configuration -> Payment Terms then create payment term as show in the figure given b

How to remove old OpenERP instance from your system (In Windows 7 ) ?

If you want to remove old OpenERP instance from your system follow the below mentioned steps: Step-1 Go to start menu and click it. Step-2 Click on programs button. Step-3 Click Uninstall a program. Step-4 after that Searching Programs and Feature

How to replace Case-Insensitive chars in a String in Java?

Sometimes we need to replace some characters with some other set of characters. To replace a Case-Insensitive chars from string you can use the below example: package com.demo; public class TestApps { /* *@param args */ public s

How to detect collision between two elements.

Can any one give me the idea. How I can detect collision between 2 dom element. I have got this code form MDN. But can't go thorough it. Please help me. var rect1 = {x: 5, y: 5, width: 50, height: 50} var rect2 = {x: 20, y: 10, width: 10, height: 10

Meaning of public static void main() in Java

hi friends Earlier, i wrote how main method is executed by JVM. Here i have posted, why main() is public static. Correct meaning of public static void main() public : it is visible to all. (so that main is accessible by JVM & other classes) s

1 45 352
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: