Monday, December 20, 2010

Put adsense on the middle of post on blogspot

To increase the earnings or income from Adsense, Adsense placement is necessary for increasing the number of clicks. One easy way is to put adsense in blog posts.

How to put adsense in blog posts is easy, here's how:

1. first log into blogger layouts click select edit html do not forget to tick the expand widget;
2. <data:post.body/> to simplify search code press ctrl + f (facilitate the search);
3. replace <data:post.body/> code with the code below:

<div expr:id='"aim1" + data:post.id'> </ div>
<div style="clear:both; margin:10px 0">

<! - adsense html code ->

</ div>
<div expr:id='"aim2" + data:post.id'>
<data:post.body/>
</ div>
<script type="text/javascript">
var obj0 = document.getElementById ("aim1 <data:post.id/>");
var obj1 = document.getElementById ("aim2 <data:post.id/>");
var s = obj1.innerHTML;
var r = s.search (/ x3C! - adsense - x3E/igm);
if (r> 0) {s.substr obj0.innerHTML = (0, r); obj1.innerHTML = s.substr (r +16);}
</ script>

for <! - adsense html code -> input thine adsense html code and the code should be in the Phrase first.

4. Do not forget to save the template, and see the results.

Sunday, October 3, 2010

LEARNING HTML

Today, almost all Web documents created with HTML (Hypertext Mark-up Language). Although you can just create a web page (web pages) without the slightest understanding of HTML, ie using a WYSIWYG HTML editor like Microsoft FrontPage manifold, Adobe PageMill or Netscape Composer, but it is strongly recommended and almost required, so you understand the HTML language. Mainly so you can take advantage of an optimal range of facilities the browser and remember that there are a number of weaknesses in the WYSIWYG editor as above. For that first step for those who aspire to have their own website is to learn HTML.
HTML (Hypertext Markup Language) is a programming language used to write a document format that can be used in the Web. With HTML, ASCII text (*. txt files) can be polished (in-mark-ups) with certain codes, called tags to the HTML document (file *. htm or *. html). Therefore, to create an HTML document, you can use any plain text editor program, ranging from Notepad to MS Word. For convenience, we use the Notepad program. Open the Notepad program. If you do not know how, click Start> Programs> Accessories and then Notepad. Now follow carefully the following exercises one after another.
HTML CODE RECOGNITION

Wednesday, July 14, 2010

Conditions That Must Make Before Filled Blog

These are requirements that must be held before making the blog. Because it is still in an atmosphere of birthdays, so this time I want to give a little light blogging tips-only light in accordance with my personal experiences before and during a blogger.

For those of you who until now still has not enliven the universe involves blogger world Indonesia may be one of the reasons is to start feeling confused, confusing to where to begin the journey to become a blogger, confused about what to have to become a blogger.

If so you are now facing, so calm, to help you find answers to your questions and confusion over this so here I will describe some absolute requirement to be possessed by a person before making a blog.

Sure to create a blog and become a blogger that we are required to meet several requirements, including:
Own E-mail
Having the computer + modem / internet connection personal,
Having a strong base of knowledge about information technology, web design, programming, good language PHP, HTML, or other
Has a substantial financial capital,
Aged over 17 years

Some of the terms above at least you should have before you can have your own blog.

Sorry, it looks like I made a mistake about the inclusion of certain terms, the following will I fix the conditions that must be owned by a person before making a blog. Among them are:
Own E-mail
Having the computer + modem / internet connection personal,
Having a strong base of knowledge about information technology, web design, programming, good language PHP, HTML, or other
Has a substantial financial capital,
Aged over 17 years

Why are four of the five conditions above my streak?

The answer is because of all of these conditions you need only one course, is to have an e-mail or electronic mail.

E-mail/Surat Own Home. E-mail in cyberspace serves as an ID card, as a person's identity in cyberspace, and like ID cards, then every activity we do in cyberspace, we need to E-mail address as a key condition.

For example, when we want to create a facebook or twitter account so we were asked to fill in the e-mail address we have, right?

To make your blog even asked to fill in the e-mail address that you have.

Why do I dare mention this only on one condition that must be met before you start a blog?

You do not need to have a computer, modem, or any other personal Internet connection, because the cafe was already more than enough to be a medium associated with the virtual world includes creating a blog.

You do not need to have a strong knowledge of technology information, programming, web design, PHP, HTML, or other, because an oath when I start making my blog have absolutely no knowledge about these things, and even now I still lack knowledge . But all these things can be learned in your journey to become a blogger with a blog that you have it.

You do not need to have a major financial capital to become a blogger, at least you do not need it. Why? you have enough money to pay the bill cafe (+ / - USD 3500/hour), or buy credits to your personal internet connection (if you have one), and to create a blog so you can start from a free blog, either through wordpress.com, or blogger . com. Large financial capital may be you need when you've started good blog, and you want to promote your blog through advertising.

You do not have the age of 17 years, because you are not waiting to watch a porn video, hehehe This is evident by the number of young bloggers whose age was probably still in high school or junior high, or maybe there is still SD.

So, do you feel free to create a blog?

Simply have e-mail, has the determination, have the willingness and readiness to lead this activity with all the love, sorrow, obstacles, and the rise and fall, may also reprimand from other bloggers for posting your content may be a bit ridiculous, and the desire to keep learning, then That alone is enough to make you a blogger bloggers even top someday.

Do not worry too much dreaming about the results of the first blogging, because dreams are too high when not supported by the psychic forces in the face of all exams will make you disappointed in the end, then you will abandon your blog is already up, and may begin to revile that blogging business or activity is futile.

Maybe all these simple tips from my first, hopefully useful and able to make you motivated by an article that I made this

Thursday, January 7, 2010

How to make Related Article on blogspot

When Search on google and find the destination you are looking for, sometimes direct visitors to leave our blog, but still a lot of posts related to the topic you are looking for. Therefore requires a link to get there. One way is by using the Related Articles / Post. How to Make Related Articles on this blogspot is very easy.

How to make - Sign in to your dashboard, Layout, Edit HTML (do not forget to backup the template), Tick the Expand widget.

Look for this code <data:post.body/>

put this code under the code above


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='similiar'>
<div class='widget-content'>
<h3>Related Article</h3>
<div id='data2007'/><br/><br/>
<script type='text/javascript'>

var homeUrl3 = &quot;<data:blog.homepageUrl/>&quot;;
var maxNumberOfPostsPerLabel = 4;
var maxNumberOfLabels = 10;

maxNumberOfPostsPerLabel = 100;
maxNumberOfLabels = 3;


function listEntries10(json) {
var ul = document.createElement(&#39;ul&#39;);
var maxPosts = (json.feed.entry.length &lt;= maxNumberOfPostsPerLabel) ?
json.feed.entry.length : maxNumberOfPostsPerLabel;
for (var i = 0; i &lt; maxPosts; i ) {
var entry = json.feed.entry[i];
var alturl;

for (var k = 0; k &lt; entry.link.length; k ) {
if (entry.link[k].rel == &#39;alternate&#39;) {
alturl = entry.link[k].href;
break;
}
}
var li = document.createElement(&#39;li&#39;);
var a = document.createElement(&#39;a&#39;);
a.href = alturl;

if(a.href!=location.href) {
var txt = document.createTextNode(entry.title.$t);
a.appendChild(txt);
li.appendChild(a);
ul.appendChild(li);
}
}
for (var l = 0; l &lt; json.feed.link.length; l ) {
if (json.feed.link[l].rel == &#39;alternate&#39;) {
var raw = json.feed.link[l].href;
var label = raw.substr(homeUrl3.length 13);
var k;
for (k=0; k&lt;20; k ) label = label.replace(&quot;%20&quot;, &quot; &quot;);
var txt = document.createTextNode(label);
var h = document.createElement(&#39;b&#39;);
h.appendChild(txt);
var div1 = document.createElement(&#39;div&#39;);
div1.appendChild(h);
div1.appendChild(ul);
document.getElementById(&#39;data2007&#39;).appendChild(div1);
}
}
}
function search10(query, label) {

var script = document.createElement(&#39;script&#39;);
script.setAttribute(&#39;src&#39;, query &#39;feeds/posts/default/-/&#39;
label
&#39;?alt=json-in-script&amp;callback=listEntries10&#39;);
script.setAttribute(&#39;type&#39;, &#39;text/javascript&#39;);
document.documentElement.firstChild.appendChild(script);
}

var labelArray = new Array();
var numLabel = 0;

<b:loop values='data:posts' var='post'>
<b:loop values='data:post.labels' var='label'>
textLabel = &quot;<data:label.name/>&quot;;

var test = 0;
for (var i = 0; i &lt; labelArray.length; i )
if (labelArray[i] == textLabel) test = 1;
if (test == 0) {
labelArray.push(textLabel);
var maxLabels = (labelArray.length &lt;= maxNumberOfLabels) ?
labelArray.length : maxNumberOfLabels;
if (numLabel &lt; maxLabels) {
search10(homeUrl3, textLabel);
numLabel ;
}
}
</b:loop>
</b:loop>
</script>
</div>
</div>
</b:if>

Save the template and finish

Sunday, October 25, 2009

how to insert google ads in the middle of the post

As the title above, this time will discuss how to insert google ads in the middle of the post. Wordpress not only are able to do it, blogspot also. By placing an ad in the middle of posts, the bloggers expect an increase in clicks on the ad. Just like putting adsense in the title or put adsense ads on the bottom post. The way to do fairly easily, too, namely As your Ordinary login first

  • - Select the layout and EDIT HTML
  • - Backup your template first
  • - On the other hand, make google ads, for example 250x250
  • - Parse the resulting HTML code
  • - Back to blogspot
  • - Check expand widget templates
  • - Look for this code
  • <div class='post-header-line-1'/>
  • - put this code under the code above
  • <div class='gads' style='float:left; padding: 4px'> di parse here </div>
  • Put the adsense code that already parse between code "div"
  • Save
  • - FINISH
  • Saturday, April 25, 2009

    Uninstall with safe and perfect

    Not all tools are equipped to proggram installer. So, to do the uninstall, you need add / remove programs windows default. In fact, sometimes it felt was less than adequate. Your Uninstaller 6.1.1230 able to uninstall program in your computer with the easy, safe and perfect. Featured Rescue Center is able to perform backup and restore data in case of damage due to uninstall process. Autofix function automatically install the program is able to repair the damaged with just one click. By using several filters as needed, this software searching tools to function properly. Outside the main function, this software also has other tools, such as control startup programs, search / Clean temporary files, clean the start menu, and also Clear surfing traces. Special to clear surf traces, this software is able to clean the trail from the internet browser Internet explorer only. www.ursoftware.com Price $ 39.99 Your uninstaller 6.1.1230

    Wednesday, February 11, 2009

    Western Union now available in Indonesia

    I get this email, congrat to indonesia, your payment is very easy now We're excited to introduce Western Union Quick Cash as a new payment method for Indonesia! Western Union Quick Cash is a new form of payment that lets you receive your AdSense payments in cash using the worldwide Western Union money transfer service. This payment method is quick, easy, and free. Best of all, you'll no longer need to wait for checks to arrive in the mail or to clear at the bank. Some things to note: * Payments by Western Union follow our normal payment schedule (https://www.google.com/adsense/support/bin/answer.py?answer=9905) and will be available for pickup at your local Western Union agent the day after they are issued. * Payments by Western Union are currently only available to individual payee names and not to businesses. * Payments must be picked up within 60 days of issuance or they will expire. If this happens, a payment hold will be placed on your AdSense account and the payment will be credited back to your account. *Payments will be made in US dollars, but depending on your local Western Union agent, they may be picked up in your local currency. To sign up for this new payment method, please follow these instructions: https://www.google.com/adsense/support/bin/answer.py?answer=62330. When signing up, if you do not have a last name, surname, or family name, please leave the 'Payee Last Name/Surname/Family Name' field blank. Once you've signed up for the Western Union Quick Cash payment method, you can learn more about how to pick up your Western Union payment here: https://www.google.com/adsense/support/bin/answer.py?answer=65789 . If you'd like more information about this payment method, we recommend visiting our Help Center (https://www.google.com/adsense/support/bin/topic.py?topic=10830).

    Saturday, January 17, 2009

    Drawing Online

    Do you have a photo editing program? of different services with this one. Online service is when you direct access to the Internet. Website Splashup offers basic functionality to edit the photo or image for free and easy. WEB-based service that provides a 2.0 this function to upload photos to a few photo-sharing website or other popular services, such as Flickr, Picasa and Facebook. Pictures can edit directly in the browser, a webcam or local computer. display interface similar to adobe photoshop to make the beginner user can easily operate. Users can also create multiple layer or create a special filter for sharpening or softening. Visit the only www.splashup.com

    Thursday, January 15, 2009

    SpaceTime

    Different ways by many parties to make your surfing activity with the browser will become easier. In addition to expanding the functions of the browser to create add-on or plug-in new, there is also offering a browser interface with a different browser than generally, such as internet explorer, firefox, opera etc. A new way to surf with a touch of 3D in the browser offered by this new spacetime. Principles when the browser is displayed in various web-tab tab, then spacetime displaying each tab in a 3D environment can navigate by the user. The concept of basic graphics in your browser similar to the concept of spacetime in the 3D game fps (first person shooter), where gamers can navigate in a 3D virtual room. The Spacetime also provides easy to navigate the withdrawal of the same game, including a four-way button keyboard. Thus, users can see each tab with 3D visualization. Currently only supports spacetime Xp and Vista.

    Monday, December 29, 2008

    Make Fast Internet connection in XP and VISTA

    Did you know? if during this bandwidth windows take 20% of our PC. Try to imagine for example if we have any internet connection with bandwidth 512kbps. If the windows take the bandwidth of 20% of the total bandwidth, the actual bandwidth internet connections we charge 80% of the total is 512kbps. So that the original bandwidth internet connection we just 409.6kbps. To prevent this, there is a way to take back-bandwidth Internet connection from our windows. With an internet connection so that we have will be felt more quickly than before. Things to do are:
    1. Click start -> run. Then write in box "gpedit.msc"
    2. Click OK
    3. On the computer configurations -> administrative templates click the network.
    4. Click Qos packet scheduler then double-click on Limit Reservable Bandwidth
    5. Click Enabled Reservable Bandwidth and then change the settings to 0 (zero)%.
    6. Click Apply and OK
    7. Restart your computer
    Let's do that To read other article click HERE

    Thursday, December 25, 2008

    RSS Feed

    Rss feed is a file formatted XML for syndication, which has been used (and most of them) web sites, news and weblogs. Technology built with RSS allow us to subscribe to web sites that provide forage (feed) RSS, Web sites are usually evacuated always be replaced regularly. To take advantage of this technology, we need the services of. Collectors can be as personal mailbox. We can then apply to sites that we want to know the changes. However, with newspaper or magazine subscription, subscribe to RSS is not necessary cost, free. But, we usually only get one line or an introduction from the content of the site following the address to read the full article. (wikipedia) Benefits RSS Feeds With RSS feeds, will be very easy for everyone to subscribe to an article / latest information from a news site or weblog. For example. if you want to subscribe to the latest articles from this course, you choose to live the type of subscription you wish to rss or via email. Essentially any type of subscription you choose, you will get information / updates from the site or weblog that you follow.

    Wednesday, December 24, 2008

    CSS tutorial

    Actually many examples of the navigation menu that can be found on search engines, but not all of the menu you find also compatible with all web browsers (including bloggers in the platform). Now, though you do not need the headache, dizziness search options CSS Menu, I encourage you to visit StyledMenus service.
    StyledMenus is a collection of Style css navigation menu designed using CSS code with a Professional style. There are about 20 more options menu navigation you can use for your blog. How to use it is also not so complicated, you choose to live only example css menu and then download it and install it again on your blog.

    Sunday, December 21, 2008

    Finding Cartoon Collection Picture and Clip arts

    Google Image Search has recently added two functions of the latest form of options: Clip Art and Line Drawings. With this latest choice will be easier to determine the selection of images for maximum results in the search process. The search results using the options Clip art usually displayed with colorful images of real, this is different if we use the option Line Drawings of the results shown in the picture black and white cartoons. For example, we can experiment with the keyword ( "baby" to the option Clip art and "baby" with the choice of line drawings), please be differences in the results.

    how to improve the ranking of Alexa

    Perhaps some of you have often read that much about how to improve the Button Rank this. As, tips on improving Alexa Rank has been discussed in many others. But nonetheless, if he was also courses blog posting this article. To increase the value of Alexa Rank (mean lower figure), according to what I try for this there are 4 ways: * Place in the blog widget Alexa (required). For that I have not, please read how to install widgets Alexa Rank. * Place the Alexa toolbar in the browser (should be). For a IE browser packing please download the http://download.alexa.com/ and that the instruction please download Firefox at https://addons.mozilla.org/en-US/firefox/addon/5362. * Post written about Alexa * Increase the traffic of visitors each day Especially visitors with a unique IP.

    Saturday, December 20, 2008

    Google Chrome Profile Backup Tool

    Google Chrome Profile Backup Tool Google Chrome Profile Backup is a simple tool that allows us to create, mem-backup, restore and manage all the data profile on the Google Browser Chrome. This profile data is usually contains all the important information regarding personal data such as browsing history and bookmarks. The interest from Google Chrome Backup, we can utilize this facility to set the parameters of the startup form of the provisions of chrome resizing the window, turn off popup blocker, enable cookies files and some other functions. Without actually using the backup tool Google Chrome this we can only see the profile of this directly with manually copy all the files stored in the Documents and Settings \ username \ Local Settings \ Application Data \ chromium \ User data folders to another location, but of course these tools provide a backup method that is more easily used in addition to the display user interface that is easy to understand, too. Complete information and how you use can read here

    Tuesday, December 16, 2008

    Using Google Translate Through Nice Translator

    Using Google Translate Through Nice Translator Some time ago, Google recently redesigned interface service Google Translate, translation services from and to English, English, and 52 other languages that didukungnya. English interface is now available with the Google name translations. Translation via text or web page URL can be made from the same field. However, as before, the translation can only be done from one language to a language other once in the process. If for example you want a direct translation of the results in some languages it's correct, you can try the service provided by the Nice Translator. Translation by Nice Translator own actual use Google Translate translation service, only the interface and how to use different. More dynamic than directly through Google Translate. Through Translator Nice, so you start typing, translation process will be conducted, and this can be done for the purpose of several languages at once. Some time ago, Google recently redesigned interface service Google Translate, translation services from and to English, English, and 52 other languages that didukungnya. English interface is now available with the Google name translations. Translation via text or web page URL can be made from the same field. However, as before, the translation can only be done from one language to a language other once in the process. If for example you want a direct translation of the results in some languages it's correct, you can try the service provided by the Nice Translator. Translation by Nice Translator own actual use Google Translate translation service, only the interface and how to use different. More dynamic than directly through Google Translate. Through Translator Nice, so you start typing, translation process will be conducted, and this can be done for the purpose of several languages at once.

    Alexa Rank

    Alexa Rank is a ranking or rating given by alexa.com site or on a web site. The small value of Alexa Rank, it can be said to the better development of the traffic a blog or website. But not one, if you have a new blog with hosting on blogspot, and then you install Button widget in your blog. Do not happy because the value of Alexa Rank small. good value if its small Alexa Rank? Yup thats. correct. That's good value is small for alexa rank, but If we create a new blog at the blogspot, and then we check our blog to Alexa Rank, the actual value of Alexa Rank, which is exit value of Alexa Rank is value blogger.com not from your blog. Likewise with the other free blog. When a blog / site has its own value Alexa Rank? Appropriate information from the site alexa, a blog/site will have a value of Alexa Rank own more than 3 months of age blog. But not close the possibility before 3 months have also emerged. How important is that Alexa Rank? Alexa Rank is very important. In addition to traffic blog we know, sometimes if we follow the paid review it is not a little also made the Alexa Rank Requirement.