
Search In
Hello Friends !!
If you are familiar with Photoshop then it is well and good. If you are a fresher then don't worry, Today i gonna tell you about Mask and types of Mask.
Ok now the question arise "What is Mask??"
Question 1: What is Mask?
Mask is
Hi guys ,
Here is a quick help of saving a class on parse cloud.
Download Parse FrameWork.
Import it.
ParseSave.m
NSMutableDictionary *dict=[[NSMutableDictionary alloc]initWithObjectsAndKeys:[data objectForKey:@"Id"],@"Id",[data objectForKe
Rotating and zooming a view is a pretty simple task. This blog shows how rotate and zoom a view by implementing UIPinchGestureRecognizer and UIRotateGestureRecognizer.
1. Add pinch and rotate gesture recognizers to the target view. (Gesture recogni
Hello All, Sometime we want to play all videos of gallery sequentially. These lines of code will help you to play videos sequentially using MPMoviePlayerController.it worked for me.
In .h file..
MPMoviePlayerController *moviePlayer;
int counter
INTRODUCTION:
The automatic conversion made by the Java compiler between primitive types and their corresponding object wrapper classes, is known as Autoboxing
It allows us to use primitive and object type interchangeably in Java on many places li
Sometimes, when we are working on CMS like Joomla, Drupal etc, we have such requirements for which we need to build our own component. On that component, we can add our logics for development.
Here are some basic steps to create you own Joomla compo
Meaning:-
Active Record Observers means a callback or a trigger which will get called in the life cycle of active record object. This is used for the purpose of reducing the burden on model's functionality which is not directly belongs to model. e.g.
Basics for Web API Routing
The Web API framework maps incoming requests to the appropriate action based upon the HTTP verb of the request.
The Web API route URLs to a controller, and then to the action which matches the HTTP verb of the request me
HTML5 is the revolution which the web technology needs in today's competitive environment. If we look at the recently launched application in the market then we learn that HTML5 is the future platform for the web application development. Whether you
Installing RMagic 2.13.1 is generates issues on Mavericks when working with Brew...
The problem is that the latest version of ImageMagick on Brew repos conflicts with RMagic version..
So you need to build older versions of ImagicMagick like 6.8.0-10
