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

Search In

Amazon SES Client Mail Integration in Java

Using the Amazon SES SMTP Interface to Send Email To send email using the Amazon SES SMTP interface, you will need the following: An AWS account. For more information, see Signing up for AWS. The SMTP interface hostname and port number. The hostna

SEO Techniques and It’s Business Value

What is SEO A three letter word SEO, seems to be very short but having so much worth in its significance. SEO stands for Search Engine Optimization which means optimizing websites for the search engines so that they can match the exact guidelines as

Detecting the Wifi-Networks in android

From here you can easily detect the Wifi-Networks as well as there info surrounding your device. This can be achieved by using the "WifiManager" in a following way :- package com.example.wifidetector; import java.util.List; import android.annotat

Relational Types in OpenERP

Relational types in OpenERP are: many2one one2many many2many related many2one: associates an object to its parent object. Example Customer and Invoices. Many invoices belong to one customer. Syntax: fields.many2one( 'other.object.name

Read/Write able paths on Unity iOS and Android

Read/Write able paths on Unity iOS and Android Most of the users are always worried about the path on which they can write data at runtime. Sometimes we need to save screen shorts, or text files in our game or app. So there I am going to give you a

How to create dynamic UITableViewCell for Chat

Following code will help you to create dynamic UITableViewCell w.r.t to its content of message. -(void)setChatData:(ChatMessage *)messageObj memberDict:(NSDictionary *)memberDict isCurrentUser:(BOOL)isCurrentUser{ NSDictionary *userDict = [m

REST attributes of WCF Service

Objective: In this article we will explain what are the REST Attributes of WCF service and there usage. Here WCF Stands for Windows Communication Foundation WebServiceHost: This is a class which is inherited from ServiceHost Class. ServiceHost cl

Best Practices used in Game Development

Writing simple games in HTML5 is easy, but you need to do certain things to make sure that your game runs smoothly. Here are some of the best practices for building HTML5 Games. #1: Use a Framework When using lot of images, sound effects and other

Creating Horizontal Menu Bar Using Html and CSS

Hello readers, If you want to create a horizontal menu bar in a web page using HTML and CSS follow the below code. CSS:- <style type="text/css"> #menu { font-family: Arial, Verdana; font-size: 14px; margin: 0; padding: 10px;

Consuming RESTFul service using .NET

Asp.net provides a client application call by making HTTP requests across the Web. Asp.net enables to create custom Web services or WCF services.Such type architectural style consuming services is called RESTful serviecs. RESTful service RE

1 794 949
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: