Get Google Engage For Your Online Business

Hi! Everyone, hope you all are fine.
Today in this post I will tell you about Google Engage for Agencies. Google Engage for Agencies is a new service by Google which can help you if you are a Web developer, webmasters or any such and manage websites of your clients. It will help in growing your business. And help Google will get people attract to their Advertising program.

In Google Engage program, Google will provide you free online training on relevant Google products like AdWords, Places, Analytics, etc. You will also get free AdWords vouchers which you can pass to your clients to advertise their business using Google AdWords for free.

If you are having problem in viewing the videos Click here.

You will need to apply for this program (free) if you are in any of the following country Australia (FAQs), India (FAQs), United Kingdom (FAQs) and United States (FAQs).Click on the name of your country to apply.

I am thinking of applying for it soon, what do you think?

How To Confuse An Idiot

Hi! Everyone, hope you all are fine.
Today in this post I will tell and show you how you can confuse and idiot. To confuse an idiot is not hard but even for that also you need to be little tricky. So here how you can. There is a video below watch that video for full detailed information.

Note: – this video may take time to load so please be patient (it will worth doing)

If you enjoyed it do share it with your friends.

via b3ta

How To See Inside Any Private Video On YouTube

Hi! Everyone, wish you all happy New Year.
Today in this post I will tell you how you can see inside any private YouTube video. When someone upload a video on YouTube and mark that video as private, then that video can only be seen by that person’s account who have uploaded that video. And it can also be shared with up to Continue reading How To See Inside Any Private Video On YouTube

Animation In Google Docs (Demo Slam)

Hi! Everyone, hope you all are fine.
Today in this post I will show you an animation created using Google Docs. Google Docs is an online web app where you can do thing what you do using Microsoft Office. Where you make your school/office project/presentations etc.

Few weeks back three animators in three days and from three different cities to crate this great animation Google Docs, it’s a presentation of 450 pages. Where each page (slide) works as each frame of animation like flipbook. Let’s have a look to it

If you are having problem in viewing the videos Click here.

If anyone of you wants to view this presentation (or animation) and want to download it click here. For me it took near about an hour to load but then also 80 to 90 % of the presentation get loaded and also making my computer hang. So batter tack care before opening this Presentation.

Stop Motion Video Animation Of Gmail Mobile And The Making Of It

Hi! Everyone, hope you all are fine.
Today in this post I will show you stop motion video animation and the making of it. See the below video of stop motion video animation on Google Gmail Mobile, made by JESS3.

It’s incredible to think about how much time and energy goes into the making of a short 30-second spot. But when you are talking stop motion video animation, it takes many hours to produce one second.

Let have a look in the behind the scenes of Google Gmail Mobile

How To Create Playlist In Blogger.com Using JW Player

Hi! Everyone, hope you all are fine.
Today in this post I will tell you how you can create playlist using JW Player. As I told in my last post that few readers asked me how they can create Playlist using JW Player and how they can host files of JW Player in Google code. So in last post I told you how you can host files in Google code and if you want to know how to use and earn from JW Player Click here.

To make a playlist using JW Player you need to have an XML file where you will put all the videos link of your playlist.
Here how you can create JW Player Playlist XML file
1.       Open notepad in your computer
2.       Copy the below code
<?xml version='1.0' encoding='UTF-8'?>
<playlist version='1' xmlns='http://xspf.org/ns/0/'>
<trackList>

   <track>
      <title>Video Name</title>
      <location>Video URL</location>
      <annotation>Video Description</annotation>
      <duration>Video Length (Time)</duration>
   </track>

</trackList>
</playlist>
Now copy the bold portion and paste it after </track> as much time you want (as much video will be in a playlist)
3.       Now change few things
i)        Video Name With the name of the video
ii)       Video URL with the URL of the video
iii)     Video Description With the video description
iv)     Video Length (Time) with the video length
Note: – Every time put different Name, URL, Description and Length
4.       After you made the playlist save that file
i)        Press Crtl+S (for save option)
ii)       Now change the Save as type: from Text Documents (*.txt) to All files (*.*)

iii)     An give the name of the file and after the name give .xml
iv)     Then click Save button
5.       Now upload this file to Google code hosting server or on your hosting server
To know how to upload file to Google code click here.
Here how you can make playlist using JW Player
1.       Go to Blogger.com –> Click on Design for the following blog –> Edit HTML
2.       Find the </head> tag
3.       Just before the end of head tag place the below code (if you haven’t place this code before for JW Player)
<script 
src="http://jajodiasaket.googlecode.com/files/swfobject.js"
type="text/javascript"/>

4.      Now place the below code where you want to
display your JW Player Playlist

<div name='jwppl1' id='jwppl1'>
<script type="text/javascript"> 
var so = new SWFObject
('https://player.longtailvideo.com/player.swf ','single'
,'600','320','8');
so.addParam('wmode','transparent');
so.addParam('allowScriptAccess','always');
so.addParam('allowfullscreen','true');
so.addVariable('fullscreen','true');
so.addVariable('width','600');
so.addVariable('height','320');
so.addVariable('playlist','right');
so.addVariable('playlistsize','200');
so.addVariable('file','playlist.xml');
so.addVariable('image','image.jpg');
so.addVariable('plugins', 'ltas,gapro-1,googlytics-1,fbit-1');
so.addVariable('ltas.cc','AdSolution ID');
so.addVariable('gapro.accountid','Google Analytics ID');
so.write('jwppl1');
</script></div>
Change the following things before you place the code:
a)      Change The Longtail Video AdSolution ID
Change the AdSolution ID with your Longtail Video AdSolution ID and if you don’t have the AbSolution ID then you can sign up for free, to know how to signup Click Here . Or if you don’t want to show ads just remove this entire line ( so.addVariable('ltas.cc', 'AdSolution ID'); )
b)      Change the Google Analytics ID whit your ID (ID is something like UA-XXXXXXXX-XX)
c)       Change the playlist.xml with your Playlist XML file
d)      Change the image.jpg with your preview image URL (it it not necessary if you are using YouTube video URL)
There is a facebook share button plugin I have given if you want to remove it just remove the ,fbit-1 from this line so.addVariable(‘plugins’, ‘ltas,gapro-1,googlytics-1,fbit-1‘); .
Note: – If you want to add two player in one page then change the 1 in jwppl1 (in 1st line and in last 2nd line) with 2 in 2nd player, if you want to add three player then change it with 3 in 3rd player and so on.
Here is a demo of how JW Player Play will look like

If you are having problem in viewing the Demo Playlist Click here.

Hope it will help you in creating JW Player Playlist, if you have any question or problem let me know

History Of The Internet

Hi! Everyone, hope you all are fine.
Today this post I will show you History of the Internet. Instead of saying much, let see the Timeline Infographic and a video on History of the Internet.

Here is a video on more insight about History of the Internet.

If you are having problem in viewing the videos Click here.