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

Search In

SMTP Configuration

If you are setting up a mail client it's also necessary to configure an SMTP server which will take care of the delivery for your emails. SMTP server can be configured in 4 simple steps which are mentioned below: 1.Firstly,select the "Account Set

Sending HTML/PHP Form Data in mail with Attachment using PHPmailer in PHP

Hello Reader's!,If you want to send HTML/PHP form data with attachment through mail Then PHPMailer the best option for you. PHPMailer is one of the popular email-generating and sending libraries in the world  thou currently many popular PHP

How to split text in Google spreadsheet or excel?

Many time we need to split the data in our spreadsheet for this we can use SPLIT formula lets take an example, I have a large set of data which includes mail address like, sachin@gmail.com, findnerd@abc.com in column A, so if I need to split the t

Wrapper class in C++

Wrapper is generally defined as the packaging, or to bound an object. A "wrapper class" is used to manage the resources so that it will be crystal-clear to every one. This wraps the resources by simply wrapping the pointer into an int. In

Push Notification in c#

In sending notifications to mobile device you need to write a code for it   First you will create the events for that //Currently it will raise only for android devices static void DeviceSubscriptionChanged(object sender, st

What problems does AngularJS solves?

AngularJS is a framework ( client-side ) for web applications that embeds HTML, CSS and Javascript. It basically focuses on:- 1.Coding data access, Reading, form validations - are some functions in which many people are not good at while doing all t

Update using SqlCommand in ADO.NET

While working with ADO.NET you need to understand the thing why SqlCommand is used.   We have two kind of operations related to database:   1 That will make changes in the database  Insert Update Delete   2 That will n

Viewing Metadata in C#

Reflection is used to find information at run time. The classes that are used resides in the System.Reflection namespace.   The System.Reflection namespace contains the classes that allows you to access information and to dynamically add types

  • 736
Dynamic memory in C++

The allocation of memory is the crucial factor for any application. We allocate memory for variables and objects.   We can perform memory allocation in the following two ways: The stack: All variable declared inside will take memory from

Array of dates between two dates

Hello Friends, To create an array of dates between two dates you may use the following code: 1.Create an NSMutableArray NSMutableArray *datesArray = [NSMutableArray new];   2.Set the date formatter according to your requirement. &n

1 160 320
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: