I’ve received a bunch of requests on the best way for recording iPad screens. A bunch of you want to get into the lucrative world of recording games for YouTube I guess?
I’ve looked into the many ways to screen record ipad apps and I present the cheapest and easiest way here. I use a program called Reflection for screen recording ipad apps. This isn’t a sponsored message! It records both the video and sound from your app for all devices older than iPhone 4S and iPad 2. I show in the video below how easy it is to use.
I also document how I record voice overs using iMovie for these videos as well in the video and much more.
I hope you enjoy the video and feel free to ask any questions below about anything.
If you like videos like this, it helps to tell Google with a click here [googleplusone]
Share if you know anyone that may benefit from this
hey how r you ? please check this, its a simple jquery.
// scroll back to top btn
$(‘.scrolltop’).click(function(){
$(“html, body”).animate({ scrollTop: 0 }, 1000);
return false;
});
this code is used to scroll top of a page slowly, i like it just one thing i dont understand why they use return false ? is it a good practice ? if yes then why ? i cut that but it still works without writing return false. i have seen this return true or false in many codes but i dont understand why they are used. will you please help me to know ?
In most situations like this you wouldn’t want to use return false. It actually causes many things to happen that you probably don’t want to such as:
event.preventDefault() : If this method is called, the default action of the event will not be triggered
event.stopPropagation() : Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event
stop callback execution : You can read more here http://www.w3schools.com/jquery/jquery_callback.asp
If you don’t need it, then I wouldn’t use it
I hope that helps
Thanks again 🙂
You’re very welcome 🙂
Hi There Newthinktank,
On a similar note,, I wish to perform a little tutorials but I actually it will be hard and at the same time gain access to a pc thus Now i’m thinking when there is a good software for saving the show. Thanks a lot, Sawzag.
Thanks
I tested Reflection on my wifes PC that runs Windows 7 and it worked fine. You should give the trail a test and see what happens. I’d make game tutorials, but that just isn’t what I do and I’m not all that good at games 🙂