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

Search In

How to set OR condition in Cakephp ?

Cakephp 2.*: OR condition I am writing this blog which will let you know how to set OR condition in Cakephp 2.*: Write following lines of code to use OR condition: 'User' => array ( 'conditions' => array ( 'OR' => array(

Google API in .NET

Using google API in the .NET is the thing that needs to be performed again and again. So when you need to display data in the form of map locations or need to dispaly it using the google maps you need to integrate it with the google API.   &l

Passing custom data in google map info window

While displaying data in the google map you have scenarios where you want to do it in the customized manner.     public string ConvertDataTabletoString() { DataTable dt = new DataTable(); using (SqlConnection con =

To associate event listeners in google maps

Doing the integration with the google map we usually do all the things which we get from the google API.     But we can also make our customized events and functions if we want to create and use.     So for doing that the pr

use of var in javascript

While writing codes in javascript we have to declare variables but in the javascript we don't have the scope to declare multi data type variables .       Only var is available in the javascript that is treated as the common dat

To load google map inside div in .NET

While working with the google API we need to load that map into a container that can be used and called for the display and manipulation of the google map.     So for doing that, we need to use the div control that best suites to the dis

How to create Lookup tables in SharePoint 2013 using CSOM?

Lookup tables is used in Enterprise Custom Fields. We can create Lookup tables programmatically either from CSOM or PSI. Here below is the example of creating Lookup tables using CSOM. Microsoft.ProjectServer.Client.LookupTableCreationInformation l

Record a sound in iOS

To record the sound in ios we can use the code below:- To record the sound first set the delegate of AVAudioRecorder in AudioRecorderViewController.h File like #import "AudioRecorderViewController.h" @interface AudioRecorderViewController : UIVie

Make Paypal Payment in iOS

To Integrate paypal in iOS App use the steps below: 1- Install Pod for paypal platform :ios, '6.0' pod 'PayPal-iOS-SDK' 2- #import <PayPalMobile.h> to your viewController.h and also set the delegate in .h @interface myPaymen

Reusability of Cucumber steps

Many times it has been noticed that some set of steps were required in another cucumber step. One way is to write previous steps again in the required cucumber step but this violates the “Reusability” feature of cucumber. So, the best sol

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