
Search In
Rigidbody means the object will be controlled by physics. If you add this component to your object then it will be totally controlled by physics engine of unity. If you want to detect collisions to your objects then you have to add rigidbody to
Opening whatsapp:// URL with one of the following parameters, will open whatapp and perform a custom action like sharing of text:-
1- Add whatsapp in LSApplicationQueriesSchemes to your info.plist
2- Message will be diplayed as My, messa
if you want add the custom frame on image like a border then
1- Add the GPU image Third party library to your project .
2- Use the image with imagename that you want to use as border image of originanl Image.
3- Framed image will the output image
Canvas is a game object where all the UI elements are children of it. It has a canvas component attached to it. All UI elements can only be visible inside a canvas. If you directly create an Image then Canvas will be created automatically with
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use bind() Method in Jquery.
The bind()methods is one of the most important aspects of dealing with events through jQuery.
Basically,the bind() method affixes one or m
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to use appendTo()event in Jquery.
Basically appendto() method is used for inserting specified content of HTML elements at the end of the selected elements.
So we&n
The camera view can be either set to perspective or orthographic.
You can change this by going to the camera settings as shown in the image below :-
1. Perspective Camera : In this the closest things seems bigger. In gaming it refers to th
To add placeholder UITextView first take outlet of UITextField
ex- @property (weak, nonatomic) IBOutlet UITextView *yourTextView;
Then follow these steps
1. In viewDidLoad add these line of code
self.yourTextView.text = @“Please type here.”;
Hello Readers this is small blog on creating cookie in your cakephp application. Cookies are a mechanism for storing data in the web browser and helps in identifying users.
Cookies are files that contain information about the user

Hello readers, In this tutorial I will guide you to "Disable cache for particular section in W3totalcache Plugin in WordPress".
W3 Total Cache, also called W3TC, It is a very famous plugin of wordpress as with this we do not need to do any
