Tampilkan postingan dengan label English Blog Tutorial. Tampilkan semua postingan
Tampilkan postingan dengan label English Blog Tutorial. Tampilkan semua postingan

Selasa, 23 Agustus 2011

Tips To Get Dollar From Your Blog

With blogging, you can earn money. However, the first step you should do is to attract visitors to read your blog every day. Write articles that are useful to others.

If your blog is crowded visitors, it will attract advertisers to place their ads on your blog or website. You will get money every month or every day.

In addition to drawing the advertiser, you can also put an ad from google adsense. The trick can be learned on the internet. Because many sites that provide tutorials about it.

With google adsense, you will be paid per click. The more qualified you are, the more expensive item you paid. Many bloggers who utilize this facility. They earn quite a lot of blogging.

To place an ad from google adsense, your blog should already have many visitors. Because google does not like his blog a few visitors. You should also actively writes articles that are useful to others. can not copy and paste. If you foul then your account will not survive.

So is my post this time. May be useful:-D

Jumat, 05 Agustus 2011

How To Add Animation Image To Blogspot

Here I'll show you about how to Add Animation Image to your blogspot. As a blogger you must know how do this trick. Before I tell you about how the way to add animation into your blog, Let me say Thanks to you, bacause you you are visitting my blog. Okay... To Make An animation image or add animation image into your blog, You must Following This Step Below :

1. To Add An Animation Image (Image .gif) to your blog. You Must Upload Image that You have on sharing image website. Such as PhotoBucket.com.

2. If You've Upload Your Image into Photobucket.com, Copy Direct Link That You Have.

Follow this code to add your animation image into your blog :

<img src="http://i1092.photobucket.com/albums/i403/Khairulmm92/HUMOR.gif"/>

The red color is A link of your image...!! paste your direct link that you've copied there.

That Code will display an image animation like this :



Thanks 4 you reading... See u in the next post..!!!

Senin, 01 Agustus 2011

Making Form With Javascript

how to make form with javascript, way to make form with javascript, make form with java script, How I can make a form with javascript, how to create a form with javascript, javascript learning guides, give depth to the login form with javascript, javascript tutorials, javascript scripts collection, a collection of tricks and tips javascript for the website, enhance your website with javascript, dialog boxes on the website, create a javascript program for websites
To the bloggers and loyal readers of this website are sorry that lately rarely post .. Haha .. many tasks that had to be resolved. beforehand whether you ever heard of javascript? java script is a kind of Java programs that can be applied on a website or blog that his extension form. js (answer in my opinion) lol ...

Good .. Just go straight to the heart of post title ... ie "tips create a form with javascript" ... we first provide a script javascript then dial in the html code ... The following example ..

<html>
<head>
<script language="JavaScript" type="text/JavaScript">
counter = 0;
function action()
{
counterNext = counter + 1;
document.getElementById("input"+counter).innerHTML = "<p>Masukkan Data <input type='text' name='data[]'></p><div id=\"input"+counterNext+"\"></div>";
counter++;
}
</script>
</head>

<body>
<h1>Dinamic Form</h1>

<form method="post" action="submit.php">
<p>Masukkan Data <input type='text' name='data[]'></p>

<div id="input0">
</div>

<p><a href="javascript:action();">Tambah</a></p>
<p><input type="submit" name="submit" value="Submit"><input type="reset" name="reset" value="Reset"></p>
</form>

</body>
</html>

above code will display the form as follows ...



If the press added will appear as follows:





GOOD LUCK....

Sabtu, 30 Juli 2011

How To Make Random Post or Recent Post in Blogspot

Make recent post in blogger, make random or recent post in blogspot, how i can make recent post with my blogspot, how the way to add recent post gatget on your blogspot

Today I will give you about how to make a recent post on blogspot. With this trick you can display the latest article that you created on your blogspot sidebar. Want to know how? It is very easy. You can see an example on my blog sidebar.

1. log in to your blog
2. select the design / design
3. select a page element
4. select add gadgets
5. select html / javascript
6. its title is up, copy and paste the code below...

<!--Top Comments by Serba Blog--> <div style="text-shadow:4px 4px 4px #adadad; font-size: 14px; COLOR: green;"><b>Cuplikan Posting :</b></div> <div style="border: 3px dashed green; background: #ffffff; padding:2px; width:272px; font-size: 17px; color:green;"> <b><!-- Alphabetical/chronological Post Title Listing with comment count Start --> <script type="text/javascript"> function getYpipeTL(feed) { document.write('<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2">'); var i; for (i = 1; i < feed.count ; i++) { var href = "'" + feed.value.items[i].link + "'"; var pTitle = feed.value.items[i].title + "</a> | "; var pComment = " \(" + feed.value.items[i].commentcount + " comments\)"; var pList = "</a>" + "<a href="+ href + '">' + pTitle; document.write(pList);document.write(pComment); document.write('</a></li>'); } document.write('</marquee>'); }</script> <script src="http://pipes.yahoo.com/pipes/pipe.run? YourBlogUrl=khairulumam.com&Order=alphabet &_id=401e43055731c1a29f1e1d3eb5e8e13f&_callback=getYpipeTL &_render=json" type="text/javascript"></script> <span style=" float:right;"><a href="http://www.geraiblog.com/2010/06/cara-membuat-random-posting-title.html"></a></span> <!-- Alphabetical Post Title Listing End --></b></div>

*Change that bold text with Your blog url
GOOD LUCK...