Thursday, July 10, 2014

How to Become Famous on Youtube?





 How to become famous on Youtube?   

    |  5 steps that are extremely important |

 First of all, please do not expect yourself to get at least 1.0 million subscribers after reading this

Because it will require time in order to do this process. 


1) You will need to add TAGS in your videos. Tags will allow more viewers to watch your videos.

Trust me. This will at least boost your views 2x more if you add a lot of tags. If you already did 

This, skip on to the next step, but if you didn't, I will show you how.




  Every time you try to edit your videos, at the bottom of the screen, you should see tags.

 Just write words that relate to your video and press enter! :)




2)   Do you want to earn money out of this? Usually, a lot of people think that they have to wait until

They have a high amount of subscribers, then they are allowed. That is recommended. However, if

You are impatient and want to make big bucks now, you will need to connect youtube with 

Adsense! It's totally free, and it will send money to you at the end of every month. Please do not 

Associate with AdWORDS because that will charge you big time! You don't want to pay, right? That's 

The purpose! For adsense, it will require for your address, and you are done!  Trust me! This is how

Most of the youtubers became famous!



3) Thumbnails is the next big thing! Thumbnails is the cover image for your video! You will need

Something interesting and different, so people will become curious and will click on your video.

However, you must relate your thumbnail to your video because if you don't, a lot of people will

Dislike your video. That's a bad start right there. For example, you can't have a video about makeup 

Tutorials and then have a guy falling off a cliff for your thumbnail. That's a total Ripoff!



4) Be social, and be part of a community! Let's say one day, a youtuber who has twice as subscribers

As you comments on one of your videos and subscribes to you. Don't ignore by being shy! Subscribe

Back and like some of there videos!  That'll let them know you are polite and kind. Plus, as a result, 

Some of her and his subscribers will subscribe to you too! You see? It's like a cycle! Try with everyone!




5) In your videos, Don't get off topic! Also, if you are talking about something, make sure that 

people Can relate to it! If your first video is about random facts about yourself, you are probably are not

Gonna get a lot of views. Why?  No one will care about you unless if you are famous. Right after you

Are famous, make that video! 


Wednesday, July 9, 2014

How to put Youtube Videos on Websites? | html


Do you want to have a Youtube Video on your website?

 If you want to advertise someone's videos, or even your own videos, this code

will get you what you want. Only if you follow these certain instructions.

 This video shows a teenager girl that is teaching the viewer how to put the right makeup for

Fourth of July. Even though Fourth of July was 5 days ago, I posted it anyway.


Here's the code:
That was an example__



 Replace the SRC with the youtube's video URL!!

<iframe width="560" height="315" src="//www.youtube.com/embed/DXoMz3cvGUk" frameborder="0" allowfullscreen></iframe>



You are all done!

Tuesday, July 8, 2014

Want to Make a Link Button? | HTML


The title explains it perfectly! You were deciding to redirect viewers to a different link, were you?

That's easy as long as you stick with these simple rules that can lead to a more efficient website!




Click the button right here! Don't worry! It won't lead you anywhere weird or strange. It

should lead you to GOOGLE! Here's the code :0


<FORM METHOD="LINK" ACTION="page1.htm">
<INPUT TYPE="submit" VALUE="Clickable Button">
</FORM>

Replace the action to a link where you want it to direct to! And change VALUE to something

different if you like!

Monday, July 7, 2014

Compter (2014) | html code

HOW YO PUT TEXT BOXES?

 Do you want to put a username and a password on your website? This is

a way to put a text boxes for a username and password. Also, you can put a first name

and last name, but this does not have a server. You guys have to do that yourself.

 If you press submit, it leads you no where. You can still try it out.



Here's the CODE |
 How to put a username:

<form name="input" action="demo_form_action.asp" method="get">
Username: <input type="text" name="user">
<input type="submit" value="Submit">
</form>

How to put a password:

<form>
Password: <input type="password" name="pwd">
</form>





First name:
Last name:
Password:
Username:

Saturday, July 5, 2014

Computer | html codes


MORE HTML CODES


The title explains it: more html codes! This is the place to find the right codes right now.

Let's get started on on of our featured codes.

 The last comment box did not go as well as I thought since it kind of expired. Here is a new modern

comment box you can write in any time.

 CODE-

<!-- begin htmlcommentbox.com -->
 <div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com">HTML Comment Box</a> is loading comments...</div>
 <link rel="stylesheet" type="text/css" href="http://www.htmlcommentbox.com/static/skins/default/skin.css" />
 <script type="text/javascript" language="javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={  };} (function(){s=document.createElement("script");s.setAttribute("type","text/javascript");s.setAttribute("src", "http://www.htmlcommentbox.com/jread?page="+escape((window.hcb_user && hcb_user.PAGE)||(""+window.location)).replace("+","%2B")+"&opts=470&num=10");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script>
<!-- end htmlcommentbox.com -->


 Try it out!
|
|
|
|
\/





HTML Comment Box is loading comments...
<!-- end htmlcommentbox.com -->

Computer Help!

DRAG AND DROP METHOD Drag the W3Schools image into the rectangle:



Drag and the Drop method is a very common feature of a website, but how do we establish such

difficult code? With the method, you can grab whatever image and drop in the location its supposed

to be in.

 Try with the image above! (The image is a little messed up, so you may not accurately place it in)

 Just switch around with the codes. Change the width and height to get better results! :)

 Now just in time for the code:


<!DOCTYPE HTML>
<html>
<head>
<style>
#div1 {width:350px;height:70px;padding:10px;border:1px solid #aaaaaa;}
</style>
<script>
function allowDrop(ev) {
    ev.preventDefault();
}

function drag(ev) {
    ev.dataTransfer.setData("Text", ev.target.id);
}

function drop(ev) {
    ev.preventDefault();
    var data = ev.dataTransfer.getData("Text");
    ev.target.appendChild(document.getElementById(data));
}
</script>
</head>
<body>

<p>Drag the W3Schools image into the rectangle:</p>

<div id="div1" ondrop="drop(event)" ondragover="allowDrop(event)"></div>
<br>
<img id="drag1" src="img_logo.gif" draggable="true" ondragstart="drag(event)" width="336" height="69">

</body>
</html>










 Easy, and you are done!

 MAKE YOUR TEXT BOUNCY?!

 There is a way for your text to go up and down and alternate sides with using this code! This

code would be amazing if you want any thing to pop out or seem "eye-catching".

 This is the code:

<marquee behavior="alternate" bgcolor="”#FFFFFF”" height="”37″" scrollamount="”10″" scrolldelay="”95″" width="”202″">DO you want to make your text bouncy?</marquee>


DO you want to make your text bouncy?
Powered By Blogger