Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Friday, 19 December 2014

Download jibjab videos for free (100 % working method)

Christmas is coming,so we all are set to party give greeting to your loved ones and off course have some fun.Ever think about greeting someone with his funny cartoon video's. if you do this,this will make his day.so here i will show you how to download and create Jibjab videos for free without paying a single penny.



THINGS YOU WILL NEED:

  • screen recorder (online recorder recommended)
  • microphone
  • Speakers

first of all, cast your video and personalize it. after that you'll be able see the preview of the video on jibjab. though the full preview is available for a handful of video. load your screen recorder software
i recommend online screen recorders like screenr and Screen-o-matic. which are applets programs and don's consumes much memory and they are quick. you can use screen recorder software like camstudio,adobe screen Captivate or Screen recoder which come pre-installed on mac.



once you are done with this play the preview video in full screen mode and place the recorder onthe video in full screen mode.For audio,either you select record audio from speaker which is available in mac only OR you can place your microphone near the speaker of your PC to get the audio though the audio quality will differ but there is not much difference. After that just download the video in any format you want normally it is .Mp4.

Here is the instructional video for jibjab download:




  

Monday, 23 December 2013

Starting programming with java

Java is considered to be one of the most versatile programming language the world has ever seen. Starting from a DVD player to an ATM Machine almost all electronic machinery can be programmed using java.
so it become quiet important to study java as a programmer. Hardcore programmers are mastered in java programming.



but before Starting Programming with one should have  a little bit knowledge of C Programming. If not then also it's OK but it is advised to learn basic programing languages like C,C++,Python etc. these languages will create a strong base for You for learning java.java also provide certifications which are very important as an employee.

INSTALLING JAVA

before executing any java program one should need to install java development kit widely known as the JDK. you can download the JDK for free from oracles website.


to check whether it is being correctly installed or not just type javac in command prompt and if it show like this :

INSTALLING PROPER IDE 

integrated development environment (IDE) is an integrated java development platform design for the java application development. If you are learning this in school or in your college then they generally do not provide this platform for execution in that case you need to install this in command prompt which quiet painful. coz the error can not pre determined i am not talking about the logical errors it's Syntax error.
the popular IDE available in market are Jcreater, Eclipse etc.
as an beginner you should Start with Jcreater coz it is made for beginners.while Ecllipse is made for professionals for java application development ,android development,web development etc.

                           KEEP CALM AND LOVE PROGRAMMING