
Search In
To integrate reCAPTCHA in your HTML form, you need a public & secret key.
You can get the both keys from this URL https://www.google.com/recaptcha/admin and it will look like
Public Key: 9Madr_cSZZADgLy9zeFTEraGn9ogHhxuh_6pquJUHYyt
Secret Key
We have a situation where we want to create a RESTful API in Laravel 4.x and we have to BackBoneJS in my project .By using below step we can make RESTful API easily using BackboneJS.
This is an example for creating an API that stores bookmarks. It u
We use ng-repeat to iterate over the properties of an object. It instantiates or clones a template once for each item in a collection.
Similarly,angular.foreach invokes a function that is an iterator function once for each item in an obj collection.
Here I have created graphic app. In below example I have used android.graphics.Canvas. The android.graphics.Canvas provides method to draw oval,rectangle,text,picture etc.And The android.graphics.paint holds the information of color and style. Below
How to Avoid Strong Reference Cycles
Avoid strong delegates
Avoid strong IBOutlet
Avoid strong reference variable inside the Blocks
Although strong references work well for one-way relationships between objects, you need to be careful when worki
I just love to work on Mac but sometimes a small task can become a herculean task in no time.
Ever wondered where is the option to view hidden files and folders on Mac just like Windows has ? Frisking through all the options I realized that there is
The jQuery serialize()
method turns the form values into a valid querystring, as such you can simply append to the string:
firstName=Maurizio&lastName=Tarchini
Useful, right?
Lets take an example:
<p><em></em></p><
Write following code in .h file
Add first the assets library framework from BuildPhase -> Link Binary with libraries
import framework in .h
AssetsLibrary/AssetsLibrary.h
Declare properties
@property (nonatomic, retain) ALAssetsGroup assetsG
Sending an e-mail with an attachment through a .net application include these simple steps:-
1)- Use the following namespaces -
using System.Net;
using System.Net.Mail;
using System.IO;
2)- Call the following function where you have to send
Resource selection process by RMS.
RMS means “Resource Management System”. RMS play’s the important role for hiring the resource in the industries / firms. This module mainly reduces the Un legally resource selection process. The RMS can be defin
