
Search In
Hi,
Here I’m exploring how to send mails programatically in Swift. Apple has provided MessageUI framework to implement mail functionality in your app. This framework has MFMailComposeViewController class which provides an interface to
Ajax Call (Asynchronous JavaScript and XML Call) In Asp.Net
Ajax Call is used to refresh portion of a webpage without reloading whole page.
Ajax Calls are used to create fast web pages as they refreshes only a portion of web page instead of reloadi
Five Steps for downloading a file using AsyncTask in android
Declare the reference of ProgressDialog class in your Activity globally.
Ex:-
ProgressDialog mProgressDialog;
Instantiate the above reference in onCreate() method of activity.
Ex:-
mP
How to create good original content for a technology blog seems to be the question on everyone’s mind. It is to be noted that just uploading codes doesn't count as good blogging. One needs to support the code with some content which highlights its im
Today we are going to see the basic differences between Block, Procs and Lambda.
All these three are commonly used as inputs to some iterators like each and map.
Blocks
Blocks can't be stored in a variable
"Making JSON.NET as the default JSON serializer in ASP.NET MVC"
The default JSON serializer in Asp.Net MVC is JavascriptSerializer.
In this article I will explain how to replace the JavascriptSerializer for seria
Foundation of blog:
Few things that are considered as the foundation of a Blog are:
• Keyword Embedding ( A blog must include your targeted keyword as per the theme of your content)
• Collect some attractive image related to post & embed
The data mapping fixates on the powerful data between systems, It leads to more significant consistency, which results into preponderating productivity, reducing perpetual maintenance costs, amending readability of software and additionally making it
Create Incoming Mail Server
Go to Setting->Configuration->Email->Incoming Mail Servers, and create
Give a Name, example: Incoming Gmail Server
Select Server Type as POP/IMAP
In Server Name field, give the hostname or the IP of the mail se
jQuery is a javascript library used to solve various task by writing less number of codes.
JQUERY EVENT- An event express the particular moment when something happens.
List of events:-
Mouse Events
Keyboard Events
Form Events
Windo
