Friday 24 October 2014

HOT TO DOWNLOAD VIDEO OR MP3 FROM YOUTUBE.COM


HOT TO RIP/GET ANY VIDEO OR MP3 FROM YOUTUBE.COM

STEP 1:
While searching through the internet, enter on your browser youtube.com and search for your preferred song, you want as an mp3 or video player


STEP 2:
after searching go to URL: www.keepvid.com   and go back to your youtube.com page

STEP 3:

copy the video link either from the URL link or share button link button below your youtube channel

E.g https://www.youtube.com/watch?v=Xq9KKJfbzg4   NOTE: make sure you copy the link that contain codelink  :-- /watch?v=Xq9KKJfbzg4


STEP 4:
After you have copied the youtube link as explained, then go to you keepvid.com page and paste it in the search bar on the page


STEP 5:
After you have pasted the link it will prompt a box saying allow this video !!!!


!!IMPORTANT NOTICE BEFORE YOU CAN DOWNLOAD you must use your laptop and install latest
 java software on your PC that support your browser either Mozilla or google chrome.


 STEP 6:
 click desired link as showed here once you have your java installed and updated

 .....................................
» Download MP4 « - (Max 480p)
» Download MP4 « - 144p (Video Only) - 2.3 MB
» Download MP4 « - 240p (Video Only) - 5.4 MB
» Download M4A « - 128 kbps (Audio Only) - 2.8 MB
» Download FLV « - 240p
» Download 3GP « - 144p
» Download 3GP « - 240p
» Download WEBM « - 360p
» Download WEBM « - 240p (Video Only) - 3.3 MB
» Download WEBM « - 360p (Video Only) - 5.6 MB
» Download WEBM « - 128 kbps (Audio Only) - 2 MB
.......................................................

choose any format you preferr   NOTE: it will prompt java install if you dont have the updated java on your computer
you will always see this::
.....................................
Notice: If you are having issues with Java, try the KeepVid Helper Userscript v0.2. Currently works with Google Chrome, Mozilla Firefox and Opera
.......................................................
that means you must download java that support your browser!!!!!

STEP 7:

enjoy your video download after you save to desired location.

Please Enjoy and try and please leave any comment if you get this steps.

Learn How to Install CCTV Camera HD

Learn How to Install CCTV Camera HD Tutorial video








Enjoy courtsey Kudiland Founder 2014

HTML5 Simple Script Tutorial

1.  writing a script for video player HTML5

code:

<body>
<audio src="Audio1.mp3" controls="controls"></audio>
</body>

<audio src="Audio1.mp3" controls="controls" autoplay="autoplay"></audio>
The autoplay attribute is handy for playing a background sound as users read the content of your web
page.


By default, an audio file isn’t replayed when it completes. To play the same file over and over again,
you can set the loop attribute:
<audio src="Audio1.mp3" controls="controls" loop="loop"></audio>


Video Script Tutorial
------------------------
<video src="Video1.mp4" controls="controls" muted="mute d"></video>

The poster attribute points to an image file that is displayed while the video is being downloaded or
until the user clicks the Play button.


<video src="Video1.mp4" controls="controls" poster="poster.jpg" preload="none"></video>


----------------------------------------------
HTML5

. Date and Time Input Types
<input id="dt1" type="date" />
<input id="dt2" type="time" />
<input id="dt3" type="datetime" />
<input id="dt4" type="datetime-local" />
<input id="dt5" type="week" />
<input id="dt6" type="month" />