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

Search In

5 Things You Should Never Do In Email Marketing

Despite rumors of its decline recently, email has been an incredibly effective marketing strategy. In fact, email marketing has a pretty impressive return-on-investment (ROI) if done properly.   A recent study by the Direct Marketing Associati

Implementing Transactions in .NET

For performing transactions first you need to understand the use and things associated with it.     Transaction is a way to make operations done in such a manner so that only relevant sequence or logical things done on the client and se

How to fetch data in Spinner from api code

In the blelow code example I have clearly describe "how to fetch data from api server side"? for this first I have created activity_signup.xml layout here I have added TextView, ImageView, ScrollView, EditText, Spinner and Button. Now See C

Using Left Outer Join in LINQ

We use left outer join when we want each element of the first collection should be fetched irrespective of whether it has the related element in the second collection  or not. In LINQ, we perform left outer join by calling DefaultIfEmpty

Retrieving message from an azure queue

In my previous blog, I had explained how to add a message in queue. Now here is the sample code to read the message from a queue     CloudStorageAccount storageAccount = CloudStorageAccount.Parse(RoleEnvironment.GetConfigurationSett

Appending data to a blob

Microsoft has introduced a new blob type, CloudAppendBlob for appending data to an existing azure blob. It has the method AppendFromByteArray which appends data to the tail of existing blob. We need to use CloudAppendBlob type for the blob

Color harmony in design

Color harmony in design "Color does not add a pleasant quality to design - it reinforces it." - Pierre Bonnard What is evident when it comes to color is that it is a crucial component of design and creates an emotional response by the p

Generating Random Password in .NET

For doing password Reset and changing password we always have a thing whether to send the same old password or send a random password to the user.   For generating random password to the user we  will create a code file that will generate

VariableSet() and variableget() in drupal

Creating a form which contains two text fields and a submit button.Main aim is to save data and get the sabed values when needed. variableset() and variableget() functions to store and retrieve data. /* * Create a form */ function mymenu_settings(

Validation in AngularJS

Hello Readers, Hope you are doing good today. Today on My blog, I am going to explain how you use Form Validation in AngularJS. First, you need to use the AngularJS library in your page. AngularJS provides client-side form validation. Validation no

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