rss

About Me

My Photo
irnanto dwi saputra
View my complete profile

24 September 2011

Using the Echo or Print

Hello, this time I will try to discuss two functions that we often use, ie, echo and print, we made dizzy sometimes between two options, using echo or print when you want to display the contents of a variable, or just display as plain text alerts of a process that has been done. Echo or Print? Echo or Print? Echo or Print? and so on ... A little confused indeed.

In addition to print php echo and also provides many alternatives for the syntax of another, different function but the task remains the same, plus dizziness, more confused.

The author himself is quite confused to choose one of them, echo or print? echo or print? but after studying the various existing CMS like joomla, drupal, wordpress, it turns out they are the web developers tend to use echo rather than print, then what is the reason?

Let us go into. Php language a developer ever do the testing, and the result is the echo is 15% faster process than the print function (in millisecond). And it is common knowledge that if the print is a function that returns the value in it (returning value). And there is another reason why most developers prefer to use echo rather than print, another reason is, time efficiency, because the echo was only requires 4 letters to be typed, while the print it has 5 letters to be typed. But this is reality. A lazy programmer to write the letter 't'. And this has become a natural human instinct, choose a shorter. Still the same.

Okay, for further efficiency is the use of:
echo "$ variable1 and". "$ Variable2 to be displayed". "Put here";

it takes a lot of resources, because the dot has a function to mengadd / add the contents of a variable, instead of connecting or forwarding. The difference between adding a forward is like this:

Adding it to have meaning, opening up a new variable and then add the contents into the variable, then closes the variable. While the connect or continue to have meaning, its variable was content to continue living variablenya opened. Adding consists of three processes, while connecting or meneruskaan just doing one process.

Good use of echo is as follows:
echo $ variable, "and", $ variable2, "which will be displayed", "put here";

I separate each word here only as a simulation of actual cases. Echo is good it's not use a dot to connect each variable, or display text, but use a comma. So the process is faster, and fewer and fewer resources required.

Read more.....

23 September 2011

Create a JQuery Slide show Recent Post

Salam blogger, before I would berterimakasi to visitors and lovers of bloggers in particular sekalin shabat - blogger friend, on the occasion tonight I'll share one for a simple trick, simple but fun hehe, how to install was very easy.

OK, the trick that I will give is how to create a "Recent Post JQuery Slide Show" with the name "Recent Post Slide Show"

this blog we will be more beautiful and interesting, hopefully our visitors were also felt at home.

OK, since I do not want to talk at length because it is still much to do, simply:

1. As usual Log into your Blogger account, select "Layout" then "Page Elements", 2. Click the "Add a Gadget" (whatever okay), then select "HTML / JavaScript", 3. Copy-paste the code below:
<script src="https://sites.google.com/site/efekefek/file-js/recentpostslide.js" type="text/javascript"></script>
<style type="text/css" media="screen">
<!--

#spylist {
overflow:hidden;
margin-top:5px;
padding:0px 0px;
height:350px;
}
#spylist ul{
width:220px;
overflow:hidden;
list-style-type: none;
padding: 0px 0px;
margin:0px 0px;
}
#spylist li {
width:208px;
padding: 5px 5px;
margin:0px 0px 5px 0px;
list-style-type:none;
float:none;
height:70px;
overflow: hidden;
background:#fff url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/post.jpg) repeat-x;
border:1px solid #ddd;
}

#spylist li a {
text-decoration:none;
color:#4B545B;
font-size:11px;
height:18px;
overflow:hidden;
margin:0px 0px;
padding:0px 0px 2px 0px;
}
#spylist li img {
float:left;
margin-right:5px;
background:#EFEFEF;
border:0;
}
.spydate{
overflow:hidden;
font-size:10px;
color:#0284C2;
padding:2px 0px;
margin:1px 0px 0px 0px;
height:15px;
font-family:Tahoma,Arial,verdana, sans-serif;
}

.spycomment{
overflow:hidden;
font-family:Tahoma,Arial,verdana, sans-serif;
font-size:10px;
color:#262B2F;
padding:0px 0px;
margin:0px 0px;
}

-->
</style>

<script language='javascript'>

imgr = new Array();

imgr[0] = "http://i43.tinypic.com/orpg0m.jpg";

imgr[1] = "http://i43.tinypic.com/orpg0m.jpg";

imgr[2] = "http://i43.tinypic.com/orpg0m.jpg";

imgr[3] = "http://i43.tinypic.com/orpg0m.jpg";

imgr[4] = "http://i43.tinypic.com/orpg0m.jpg";
showRandomImg = true;

boxwidth = 255;

cellspacing = 6;

borderColor = "#232c35";

bgTD = "#000000";

thumbwidth = 70;

thumbheight = 70;

fntsize = 12;

acolor = "#666";

aBold = true;

icon = " ";

text = "comments";

showPostDate = true;

summaryPost = 40;

summaryFontsize = 10;

summaryColor = "#666";

icon2 = " ";

numposts = 10;

home_page = "http://weblearning27.blogspot.com/";

limitspy=4
intervalspy=4000

</script>

<div id="spylist">
<script src=https://sites.google.com/site/efekefek/file-js/recentpostslide2.js' type='text/javascript'></script>
</div>

CAUTION

Replace the red code with your link address, OK.

After all the measures passed, the store and see the results!

Read more.....

22 September 2011

How to Create a Slideshow With Jquery Cycle Plug In

jQuery Cycle Plugin is a Plug In Slideshow light and pretty awesome. This plugin provides a method of calling in cycles that are involved in a container element, in which each element of the container into a slide.

If you are interested in using jquery slideshow with the cycle plugin for bloggers in particular friend or website please follow the steps below.

1. As usual my friend must log in first to blogger

2. select design

3. Then select Edit HTML

4. check the Expand Widget Templates and backup first your templete (to avoid the event of any errors)

5. Copy the code below and paste the code above </ head> or below the code ]]></ b: skin>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"> </script>
<script type="text/javascript" src="http://my-slideshow.googlecode.com/files/jquery.cycle.all.min.js"> </script>
<script type="text/javascript">
$(document).ready(function(){
$('#myslides').cycle({
fx: 'cover',
speed: 500,
timeout: 2000
});
});
</script>

6. For the CSS code below, copy and paste this code above ]]></ b: skin>

#myslides {
width: 370px;
height: 220px;
padding: 0;
margin: 0 auto;
}

#myslides img {
padding: 10px;
border: 1px solid rgb(100,100,100);
background-color: rgb(230,230,230);
width: 350px;
height: 200px;
top: 0;
left: 0
}

CAUTION

You can edit the CSS code above in accordance with the width you want for example (width slidshow / image) and height (height slideshow / images)

7. The last step is to install the HTML code below where you want to put SlidShow by adding gadgets.

<div id="myslides">
<img src="http://weblearning27.blogspot.com/files/water.jpg" />
<img src="http://weblearning27.blogspot.com/files/fire.jpg" />
<img src="http://weblearning27.blogspot.com/files/air.jpg" />
<img src="http://weblearning27.blogspot.com/files/ground.jpg" />
<img src="http://weblearning27.blogspot.com/files/lightning.jpg" />
</div>

CAUTION

code yellow is the address of the image. Please change the address of your image.

Read more.....

11 June 2011

Optimizing your Blog With SEO 2

Search Engine Optimization, are steps / tips to the optimization problem in this case the Search Engine. Matter how good a site, if it can not be recorded / captured / in the index by search engines, as well as create a site for personal / self.

With indexed search engine, chances are your site will be viewed by all people in the world will be even greater. Many of us have encountered a good blog, but less optimal index tips in his lawyer.

Below is one of the steps putting meta tags for search engine indexes:

This code you simply place it under <head> code.


<meta content='your name' name='Author'/>
<meta content='Write a description of the Blogs' name='description'/>
<meta content='Write a Blog Keywords' name='keywords'/>
<meta content='follow, all' name='robots'/>


There are also some tricks that can improve SEO

As for the steps, you see below:

  1. Use a blog name that is not too long.
  2. Use code <h1> the beginning of the article.
  3. If you put the pictures do not forget to write the code alt = "your blog's name". (example: <img src =" http://weblearning.jpg "alt =" name your blog ">
  4. Add your URL to AltaVista, AlltheWeb, MSN, Yahoo and other submitter.
  5. Expand friends blogs to put our blog links.
  6. Berkomentarlah in the comment box of a blog that is quite famous.
  7. Make Blogroll leading blogs.
  8. If necessary begging other bloggers to link it links us.
  9. Chat, attach your blog address, because the farther the reach of the IP of a visitor, will increase our PageRank.
  10. Make SiteMap
  11. Updates always.
  12. Give a Bold / Font thick on every word that relates to
    name your blog.
  13. Surfinglah in EasyHits4U, you'll earn credits which will be used to advertise your blog / website / banner / links you have, and in EasyHits4U also you will be paid $ 0.3 for every 1000 sites viewed.

Hopefully, a little above steps can help you to be indexed by search engines.

Read more.....

10 June 2011

Create Avatar Comments on Custom Template

Questioned about the new features of the avatar comment blogger who can not appear on some templates or custom templates derived not from the templates provided on the dashboard of blogger, so I'll share my little experience about how to make a comment avatar.

For those of you who commented yet appeared avatars, maybe your template does not yet support for these new features, but of course do not worry because with a little touch of modifications on your template, blogger avatar will appear, which are important amenities already provided by the blogger.

Ok, we just peraktekkan. Please follow lankah follows:

  1. Login to blogger with your ID.
  2. Click Layout.
  3. Click the Edit HTML tab
  4. Click "Download Full Template", please backup your template first (just in case).
  5. Put a tick in a small box beside the words "Expand Widget Templates"
    expand template widget weblearning27.blogspot.com

    Copy and paste the following code above the code ]]></ b: skin>
    .Avatar-image-container img {
    background: transparent url (http://i33.tinypic.com/24b9na8.jpg) no-repeat;
    height: 35px;
    width: 35px;
    }
  6. Find the following code in your template:

    <dl id='comments-block'>

    Or sometimes will be using code like this:

    <div id='comments-block'>

  7. Replace the code with the following code:

    <dl expr:class='data:post.avatarIndentClass' id='comments-block'>

    If your template code includes code that uses a div then changed to:

    <div expr:class='data:post.avatarIndentClass' id='comments-block'>

  8. Find the following code:
    <a expr:name='data:comment.anchorName'/>
  9. Remove the code and then replace with the following code:
    <b:if cond='data:comment.favicon'>
    <img expr:src='data:comment.favicon' height='35px' style='margin-bottom:-2px;' width='35px'/>
    </b: if>
    <a expr:name='data:comment.anchorName'/>
    <b:if cond='data:blog.enabledCommentProfileImages'>
    <data:comment.authorAvatarImage/>
    </b: if>
  10. Click Save Template button.
  11. Done.

The steps above may not be suitable for all existing custom templates, chances are you have to do some modification to the template you have the maximum.

Read more.....

09 June 2011

How To Increase Traffic Through Blog Comments

The most important factor that should be considered a successful webmaster is how they can continually improve their site traffic. There are many things that they can use or consider but decide what should be a perfect formula to reach their goals can be quite a challenge.

There are a lot of traffic tips that may have been successful in some kind of website but will not work on others even if there is one method that can work on almost all types of sites and blogs, through comments. Here are some tips on how to improve your traffic through blog comments:

  1. Try to add a comment informative and respect that will ensure he can not be removed by the blog owner. Never leave comments that just say "Great job!" try to stay away from comments that use the exclamation point.
  2. When you leave a comment trying to be respectful as mentioning a few points on the articles or posts that make you like or agree with the point of view of the author. You can also leave comments that will start a good discussion about the entry.
  3. Never leave a negative comment or bad, some blogs or sites or prohibit the block comment with bad words. So if you want to make sure that your comments will be posted to try to remember to be polite.
  4. Never add a link on your blog comments because there are several sites that automatically block or mark the comment with a link as spam. Simply add your name, email and URL of the site you are promoting. Remember these tips through your blog and your comments will be able to produce a good increase in traffic to your site. This is the best way to make your website known to the audience you want to reach a high ranking with search blogs and leave relevant comments.

Most readers will immediately click on the link you provided in your user information to share if you leave a good comment on a certain blog entries that relate to your own website or blog you want to promote. Comments blog is quick and easy way to increase traffic and will ensure the steady flow of traffic if you have a site with relevant information.

Try to leave a long comment that is relevant and very informative on a special blog that is closely related to your site. Try to find a high ranking site that allows users to comment and if possible allow links that are sent or share their comments on the field.

Also try to find your blog or website high rankings that are updated regularly and contains a number of viewers long and many members have commented. This means that there are many members who read this entry and will eventually find your site.

Read more.....

08 June 2011

Blogging Tips: Top 7 Blogging Tips

Starting a blog can be a fun experience, but you want more than that. You want to make money with your blog too. There are many things you can do with your blog to help you get more traffic and make more sales, and I've listed 7 blogging tips here just to get you started.

  1. Post lots of content, and do it often. For one thing, readers like to read blogs that have fresh content published regularly. It's hard for a reader to get into following you if you only post once in a great while. They don't have to be monster posts, they just need to be timely and relevant. Also keep in mind that search engines also like to see you publish fresh content often.
  2. Put your longtail keywords in your post titles so that people searching those words on a search engine will find your post. It's nice to have as many people as possible read your posts since you've gone to all the work to write and post them - so think of your current readers as well as what you need to do to bring in some organic traffic.
  3. Before you even put together a blog post, decide what you want the outcome of that post to be. Is it to promote an affiliate product or your own product? Is it meant to stir up a little controversy so that you get lots of comments and it goes viral? Is it to establish yourself as THE expert? Is it to leak some information and prime the pump before your product launch? You can give solid, valuable information in your post as well as have it point in the direction you want your readers to go next.
  4. Keep your blog design pleasing to the eye and structure it so the person coming to your blog isn't confused as to what he or she should do. What do you want them to do? Read your post then subscribe or buy something? Read your post, laugh at your wit, then go away? Don't read your post, just click on the AdSense? Whatever you want them to do, don't have your blog layout so confusing they don't know where to turn next.
  5. Use PLR to help you post more often. A PLR article might give you a spark of an idea for a blog post or you might take some PLR and lightly rewrite it to add your own personality. Either way, it can help you take action and get you publishing your blog on a regular basis.
  6. Learn from other great bloggers how to blog. There is always something to learn, whether you've been blogging a short while or a long time. Subscribe to the best blogs, listen to what they have to say, and analyze everything about those blogs so you can make yours better.
  7. Find out which WP plugins will make your blog friendlier to the search engines as well as to people. Readers like plugins like Comment Luv because it means if they leave a comment on your blog, their last blog post link will show under their comment. This encourages more comments, which is a good thing.

These are some of my favorite blogging tips. There is always more you can do with your blog to make it better, even if you've been blogging for years. So keep on learning, testing, tweaking, and posting.

Source: http://ezinearticles.com/?Blogging-Tips:-Top-7-Blogging-Tips&id=6326205

Read more.....

Comment box Under Posting

I affirm that the tutorial pairs comment box below this post specially for those of you who have never before modifying your comment box or in other words are still the original by nature.

  1. Please Login to http://draft.blogger.com with your blogger ID. Remember! not log in to blogger.com but to draft.blogger.com because these facilities are still in test phase.
  2. Go on your blog that will put his comments box. Click on Settings.
  3. Click the Comments tab, go to the article Placement Formulis feedback, then check the radio button for embeddable below posts. Let me be more clear, quasi-viewed images:
    Under Posting Comment box weblearning27.blogspot.com
  4. Click the Save Settings button in the bottom of your screen.
  5. Done. Please see the results, hopefully an immediate success.
    STOP !!! If you have successfully then you do not need to follow the next steps, but if unsuccessful, could try the steps below (usually rare that fails if this one).

Step # 1

  1. Still in that position before, click Layout.
  2. Click Edit HTML.
  3. Click on Download Full Template inscription on the side of the monitor. Please on Backup template first (very important).
  4. Tick the little box next to Expand Widget Templates.
    Under Posting Comment box weblearning27.blogspot.com
  5. wait a while until the process is complete.
  6. Find the code like below (because sometimes different template code, please focus on the code is red, and usually this code there are two, choose the position code at the bottom of ya!)
    <p class='comment-footer'>
    <b:if cond='data:post.allowComments'>
    <a expr: href = 'data: post.addCommentUrl'
    expr: onclick = 'data: post.addCommentOnclick'> <data:postCommentMsg/> </a>
    </b: if>

    </p>


  7. Remove / delete the above code, and replace with the code below:
    <p class='comment-footer'>
    <b:if cond='data:post.embedCommentForm'>
    <b:include data='post' name='comment-form'/>
    <b:else/>
    <b:if cond='data:post.allowComments'>

    <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'> <data:postCommentMsg/> </ a>
    </b: if>
    </b: if>
    </p>

  8. Click the Save Template button.

Step # 2

  1. Click on Settings
  2. Click the Comments tab, go to the article Placement Formulis feedback, then check the radio button for embeddable below posts. Let me be more clear, quasi-viewed images:
    Under Posting Comment box weblearning27.blogspot.com
  3. Click the Save Settings button in the bottom of your screen.
  4. Done. Please see the results.

Read more.....

Create Read More in Blogger

There are several lines of basic code from the posts that need to be on the look.

<div class='post-body'>
<p><data:post.body/></p>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>

Take a good look at the code above, it is the original code of your template before the brain-tweaking. What we need now is to add a few lines of html code. Immediately, we see the code / text in red below.

<div class='post-body'>

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p> <!-- satu -->
<b:else/>
<style>.fullpost{display:none;}</style>


<p><data:post.body/></p> <!-- dua -->

<a expr:href='data:post.url'>Read More.....</a> </b:if>

<div style='clear: both;'/> <!-- clear for photos floats -->
</div>

The code is deliberately to differentiate the color, the color blue is the original code of the template, the color red is the code that had been added. What should my friend look carefully is this code:

<p><data:post.body/></p>

The above code should make sure that there are two there should be no one because if there is one then post my friend could disappear altogether, but in fact the whole post is not lost, but not in the show alias in hiding. Postings on the show and in hiding since the code:

<style>.fullpost{display:inline;}</style>

<style>.fullpost{display:none;}</style>

{display: inline;} means that in the show, and {display: none;} means do not display an alias to hide and this is the code if incorrect installation resulted in all posts to be not in the show, so if united the entire code, then something like This

Show posts

Do not show post

Show posts if at the click of a link Read more ...

Steps to be no less importantly, my friend have to install the code Readmorenya on the Edit HTML tab and not on the Compose tab, and the code Read more ... should always be on the cover. Example installation of the code read more ... in articles like this:

It is written in the first paragraph that will appear on your blog home page, paragraph - the other paragraphs will occur if the blog visitors to click the link Read more ...

<div class="fullpost">

writing / paragraphs to hide

</ div>

You want to see the original sample please click here

Read more.....

07 June 2011

Make Related Post

A few weeks ago I was browsing the Internet looking for articles Related Posts / Articles related. Jump here jump there looking for a reliable article, after a few tries the codes that are obtained, finally I found a suitable article. But there are
still obstacles that is, an article that I found the English language. Inevitably I have to translate his own article.

After a few minutes to translate, the translation was finally finished already, and now I want to share this experience with you. So, you can instantly read and practice it without having to translate it first.

  1. Login to blogger with your ID.
  2. Click Layout.
  3. Click the Edit HTML tab.
  4. Click Download Full Template. Please backup your template first (important).
  5. Put a check / tick the little box next to Expan templates Widget.
    Make Related Post weblearning27.blogspot.com
  6. Wait a few moments when the process is underway.
  7. Find the code below.
    <data:post.body/>
  8. Copy the code below.

    For convenience, you can donwload Related Posts / Articles on file.

    <b:if cond='data:blog.pageType == "item"'>
    <div class='similiar'>
    <! - ***************** Related Articles by Labels - Take Two ****************** -> ;
    <div class='widget-content'> <h3> Related Posts by Categories </ h3>
    <div id='data2007'/> <br/> <br/>
    <div id='hoctro'>
    Widget by Hoctro <u> <a href='http://hoctro.blogspot.com'> </ a> </ u> | <u> <a href = 'http://www . jackbook.com / 'title =' Related Posts on Blogger Modified by JackBook.Com. Read More? '> Jack Book </ a> </ u>
    </ Div>
    <script type='text/javascript'>

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

    maxNumberOfPostsPerLabel = 100;
    maxNumberOfLabels = 3;
    listEntries10 function (json) {
    var ul = document.createElement (&#39; &#39; ul);
    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; &#39; alternate) {
    alturl = entry.link [k]. href;

    break;
    }
    }
    var div = 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; &#39; alternate) {
    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; &#39; b);
    h.appendChild (txt);
    var div1 = document.createElement (div &#39; &#39;);
    div1.appendChild (h);
    div1.appendChild (ul);
    document.getElementById (data2007 &#39; &#39;). appendChild (div1);
    }
    }
    }
    search10 function (query, label) {

    var script = document.createElement (script &#39; &#39;);
    script.setAttribute (src &#39; &#39;, &#39; query + feeds/posts/default/- / &#39;
    + Labels +
    &#39;? Alt = json-in-script = listEntries10 &#39; B & callbacks);
    script.setAttribute (type &#39; &#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'>
    <data:label.name/> textLabel = &quot; &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>
  9. Paste the above code after / below code <data:post.body/>
  10. Save Template.
Done deh!
Good luck! Read more.....

Inbound Link Make Good

Indeed there are many SEO tricks, one of which is to create inbound links, would be good. Inbound links as possible for SEO'ers lay not so well known, but actually this is very fundamental to the success of SEO trick itself. Here I will discuss details about how the tricks to make the perfect inbound link. Curious? . . .

Well, immediately wrote it into how to create inbound links are okay have:

  1. Note the anchor text or anchor text
    In dealing with inbound links would be very much related to this issue. Anchor text is the text that will be given a link, try to give the title okay. Here's an example: SEO Tricks okay.
  2. The similarity of the anchor text
    When friends make the anchor text to a similar article in several different post (Mudeng right?) usahkaan give a different title. In the example above I used the title SEO Tricks, so next time use a different title when pointing to the same URL.
  3. Give a different URL
    For each inbound link in the posting, do not match the URL that is on the related article (if your friends put widget), because later Google will consider it as a canonical link or loop.
  4. The number of inbound links in one post
    Do not give too many inbound links, let alone maximum 3 per post. And, do not provide inbound links that lead to the same URL in a post. Try to provide links to different URLs, but still in one category.

Hopefully useful.

Read more.....

How Out Of Google Sandbox

SEO tricks that are more highly sought. About how to get out of a mousetrap that is Google Sandbox. Indeed, the reason Google entered into a blog post or Sandbox no one understands why for sure. But, for the way out so many have succeeded in the experiment.

To get out of this sandbox can trap with a little subterfuge. Why? Because Google uses an automatic bot automatically, so no need to bother to report to it.

Lets go follow these steps:


  1. Postings quality
    Make quality posts (not repost or copy and paste) on a regular basis every day on your blog, try to at least 2 posts.
  2. Inbound links
    Make inbound links to your post that enter the Google sandbox. In order, the old postings indexed participate again.
  3. Update posting a taxable trap
    Update or edit an article that hit the post trap, so that could be explored again by Google bot. Try to make with his own writings.
  4. Use autopinger
    Submit a link url to the blog postings do follow
    But do not spam and try to max per day 7 backlinks wrote, though not unexpectedly SPAM by Google.

By doing the above five tips you will hopefully SEO situation is getting better, do not be too hasty when going out of the trap the Google Sandbox, nothing is instant. Want to make noodle cooking water should be boiled first wrote it?

Read more.....

Cause Page Rank Suddenly Becoming 0

Page rank suddenly to 0, what is the cause? In this post I will discuss about the issue. Curious?

Cause Page Rank Suddenly Becoming 0 weblearning27.blogspot.com

Page rank suddenly 0, the following causes:

  1. The amount of Outbound links are not offset by Inbond link our domain. It's one of the causes PR drop.
  2. The existence of Paid Reviews, Text Link Ads (TLA) and similar programs but not matched with a great inbond link.
  3. Your link was removed as your friends who used to be jamming link your domain.
  4. Domains nge-drop all of your backlinks. Naturally you are also taking part must also on your current public relations.

So that is the cause of the decrease page rank. Well, but in extreme cases can be reduced dramatically to become 0, it is still very unfortunate. When it happens, just try your optimization page rank again or just use SEO tricks.

Read more.....

06 June 2011

How Search Engines Work ?

Search engines are special sites that store documents and the url of the site were submitted to the database. Sites like yahoo and google use various types of software (called wandere, crawlers, robots, worms, Spider) that a web search and store documents and files in the database. When you do a search,

the search engine will find the keywords you enter the match with the files stored in the database.

Here are the steps how search engines work:

  1. Search engines that use a web search software and store documents and files in the database.
  2. Documents and url is collected into a database search engine.
  3. Indexing softwares informtion extract from the database.
  4. When you enter a keyword in the search engine, the database is to search for documents or files that match your keywords.
  5. The search engine lists set up a web page that contains the files that match the keywords you input, ranging from the highest ranked website.

Hopefully helpful

Read more.....

How to Make a Table of Contents jQuery Accordion Effect

Now I do bebagai science jQuery neighbor who now banayak Bloggers who use it. Previously I also never made a post about how to create a table of contents but without jQuery. Well now if Nad interested in adding Dartar contents or site map with jQuery please follow the scarcity of the following:

How To make:

  1. Login Keakun Blogger
  2. Click Design
  3. Click the Edit HTML Tab
  4. Put the following code above the code ]]></ b: skin>
    # Dafis-acc {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: # 333;
    background: url (http://lh3.ggpht.com/_xcD4JK_dIjU/S-KAWJugl3I/AAAAAAAAEBg/bY_3UzrECSg/d/bg5.gif) repeat-y scroll left center # E7F7FB;
    padding: 2px 0;
    border: 1px solid # 339DC6;
    }

    . Dafis-label {
    background: url (http://lh6.ggpht.com/_xcD4JK_dIjU/S-KAVk09KSI/AAAAAAAAEBc/Tqfaca2nwmo/d/bg4.gif) repeat-x scroll 0 0 # E1F4FB;
    font-weight: bold;
    line-height: 1.4em;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: baseline;
    margin: 1px 3px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    padding: 2px 10px;
    color: # fff;
    text-shadow: 0 1px 1px RGBA (0,0,0, .3);
    border: 1px solid # 2F94BA;
    }

    . Dafis-label: hover {
    background: url (http://lh3.ggpht.com/_xcD4JK_dIjU/S-KAVlLiuVI/AAAAAAAAEBU/Hd-n_8N7qak/d/bg2.gif) repeat-x scroll 0 0 # E1F4FB;
    color: # 003366;
    }

    . Dafis {ol-lists
    margin: 0 0 0 30px! important;
    padding: 0! important;
    }

    . Dafis-lists ol li {
    background-color: # C9E9F4;
    line-height: 1.5em;
    margin: 1px 3px! important;
    white-space: nowrap;
    text-align: left;
    border: 1px solid # 339DC6;
    }

    . Dafis-lists ol li a {
    text-decoration: none! important;
    color: # 333! important;
    display: block;
    padding-left: 10px;
    }

    . Dafis-lists ol li a: hover {
    background: # 7BC4DF;
    border-left: 5px solid # 333;
    padding-left: 5px;
    text-shadow: 0 1px 1px RGBA (0,0,0, .3);
    }
  5. Then: put code below the above code </ head>
    <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'/>
  6. Click Save Template

The next step:

  1. Create an article with the title up to you (eg: Table of contents or site map)
  2. Move mode to Edit mode Editor HTML article
  3. Copy and paste the code below into the article:
    <script type="text/javascript" src="http://hensblog.googlecode.com/files/dafis_accv1.js"> </ script>
    <script src="http://weblearning27.blogspot.com/feeds/posts/summary?max-results=1000&alt=json-in-script&callback=loadtoc"> </ script>
  4. Change the URL of the blue code with your Blog URL
  5. Publish articles.

Good luck good luck and helpful!

Read more.....

How to Register Search Engine ?

Not at deny that the main purpose of a blog, among others, is for our writings can be read by others or blog visitors, the more who visit let alone to comment on what we post will certainly make our hearts feel good and happy. But

of course not necessarily our blog will be busy in the visit, this requires a vigorous publicity efforts of the owner of the blog if you want a lot of visitors.

There are many ways that we can do our blogs to be known and visited, among others, is with our diligent blogwalking or visiting other people's blogs, lists the various aggregators, and the most effective way is through search engines or search engine.

For beginner bloggers may take the position that if we create a website or blog will be automatically indexed or are on lists various search engines, and in fact not the case. Just as a school, for our name list of students registered in the books, of course, we must make advance registration to the school. Similarly, search engines, for our blog indexed in search engines, then we must first register our own blog search engine on the site owner.

Search engines are huge numbers of course once, and at present the most famous in the world is Google, Yahoo, and Msn. If a blog we want them indexed in search engines, then our obligation is to register your blog URL in their search engine. If there are not know to what must register their blogs, so please refer to the following:

Eeeeiiiiit wait?. Before you read the article below first set the settings on your blog to be ............. search engine

Google List

To sign up to google, please visit http://www.google.com/addurl/ mate, well if already on the registration page there are several steps that must be done, namely to fill in a form that provided:

  1. URL -> Fill in the URL of your blog.
  2. Comments -> Fill in the keyword or keywords that relate to your blog
  3. Fill an empty box with the available letters Verification
  4. Click the button Add URL
  5. Done.

Yahoo List

To register for the yahoo! pal please visit https://siteexplorer.search.yahoo.com/submit. However, to register to yahoo, man must first have a yahoo account, because at first need to log in to yahoo account. For those who do not have a yahoo account (email on yahoo) please make first, for those who already have, mate stay logged in with username and password pal. If already logged in, I'll already available columns for the contents, please fill the column with the URL mate, then click the Add URL, complete. If you want to enter the feed address and gentlemen, my friend could put it. Remember, feed address in Blogger just stay behind atom.xml add your blog URL, for example: for my blog has the following feed address.

Msn List

For a list of the Msn, please visit http://search.msn.com/docs/submit.aspx?FORM=WSDD2 pal pal please verify the contents of the letter and the URL mate in the box provided, then click the Submit button URL, complete.

When my friend had more desire, ie your blog URL indexed on dozens of search engines, my friend could use the help site submitter. Just click the banner below:

http://freewebsubmission.com/

Task buddy just fill his blog URL address, and email address only, then click on Submit Your Site.

If you want more quickly famous try pinging the bebagai aggregator, please click the link below:

Ping-O-Matic

Buddy lived in filling out the form provided.

Have your blog indexed in google? try to enter your blog address in google search engine which is available at the bottom of this post!

Good luck

Read more.....

SEO Lesson: Importance of Text

When you approach the design of your site, it is clear that technology is king. Web designers will tell you that choosing the right platform to build your site can make a big difference for the look and usability. As a result, many sites are built

using technology that is very complex, filled with all sorts of bells and whistles.

Then the site is considered from the standpoint of search engine optimization. In this new view, not just bells and whistles too noisy, but the site technology platform is based on duty sometimes. What site owners typically come to realize that they will work better than the basics, focusing on the best they can do with HTML and text.

When it comes to search engine optimization, it is clear that the rules text. This is because the way search engines trawl the web. crawler search engines have become increasingly sophisticated over the years, but they are still biased to the format they began with, namely the text. If you can fit all your content into text in a plain, text-based code, there is a higher probability that search engines will understand your site, making the index a little easier.

A text-based site just did not fully appeal to your human users, and there should be some balance. At the same time, your SEO work will be cut in half if your site has good, useful bits of text to work with. Talk to us in Australia SEO Consult on search engine friendly format.

If your site is built entirely from Flash, do not despair. SEO companies can work around Flash and no technology so other SEO-friendly, and Google continue to try to improve relations with web technology design algorithms. This is important, however, to realize that the task will not be easy.

Read more.....

05 June 2011

7 Free SEO Tolls

Posting this time we will review about Search Engine Optimization Tool, or online tools that support SEO. This tool can you use for free that are useful for SEO optimization chekc-ups in the blog. To further shorten the review SEO tool lets start his review one by one.

Google Adwords Keyword Tool . Useful to check keywords or key words with respect to competitors, the number of searches in the previous month, the average number of searches, and suggestions of alternative keywords that are related. Make sure the keyword search done at the beginning, before you make a blog. If you have created a blog using a specific category (ex: Tips SEO), it never hurts to see also the distribution of keywords in this tool. Look for words or phrases associated with the keyword "SEO Tips" and have competitors that are not too many, but not too too little (between 3000-5000). If too much, chances are chances your blog indexed by search engines on page 1-5 in the search list is very small. If too few, even a blog you will not have visitors because almost no one do a search with keywords that you have submitted.

Wordtracker Free Keyword Sugeestion Tool (http://free keywords.wordtracker.com). Its uses exactly the same as "Google Adwords Keyword Tool", which differ only in terms of appearance. This tool will feature more than 100 list of related keywords and forecasts the number of searches per day based on the keywords that you have submitted previously.

Keyword Rank Checker Tool (http://www.seocentro.com/tools/search-engines/keyword-position.html). Useful for tracking checks against the ranking of a word or phrase of keywords. This tool will display your blog position in the list of google search engine and try to make comparisons with the URL of the other competitors.

Link Popularity Checker Tool (http://www.market leap.com / publinkpop). Useful to conduct a check against the number of backlinks to your blog, either via Google or Yahoo search engines. The more links pointing to your blog, the better the blog that will rank you get, as far as the link in question has a good quality too.

Sitemap Generation Tool (http://www.xml-sitemaps.com). Useful to make generalizations (gathering information) to your blog into a formal XML or HTML. For details on the sitemap, especially Blogger.com users will be reviewed in detail in the "Submit Sitemap to Google Webmaster Tools Blogger.com."

Social Marker Bookmarking Tool (http://www.social marker.com). Useful to bookmark the content (content) blog in a few social bookmarking services. Sometimes blog visitors prefer this service than he had to find on search engines, for bookmarking service generally has a specific directory category. Making it easier for visitors to find a blog with that particular category. Even some bokkmarking services include back links to your blog, just imagine if a social bookmarking service had had PR5 submit your blog!

Website Grader (http://website.grader.com). Useful in the optimization and start to promote your blog. This tool will also give you advice on how to optimally his blog a potential area to be repaired.

No keyword search tool that is 100% accurate, so use more than one keyword search tool is better for you to get the keywords that was really good and relevant.

Congratulations to use SEO Tool ...

Read more.....

Optimizing your Blog With SEO

Search Engine Optimization, are steps or tips to the optimization problem in this case the Search Engine. Matter how good a site, if it can not be recorded, captured or in the index by search engines, as well as create a site for personal or self.

With indexed search engine, chances are your site will be viewed by all people in the world will be even greater. Many of us have encountered a good blog, but less optimal index tips in his lawyer.

Below is one of the steps putting meta tags for search engine indexes:

This code you simply place it under <head> code.

<meta content='your name' name='Author'/> <meta content='write Blog Description' name='description'/>http://www.blogger.com/img/blank.gif <meta content='write Blog Keywords' name='keywords'/> <meta content='follow, all' name='robots'/>

Or if you want to add another meta, try visiting here There are also some tricks that can improve the SEO As for the steps, you see below:

  • Use a blog name that is not too long.
  • Use code <h1> the beginning of the article.
  • If you put the pictures do not forget to write the code alt = "name your blog". (example: <img src="http://bla-bla-bla.jpg"alt="nama blog anda">
  • Add your URL to AltaVista, AlltheWeb, MSN, Yahoo and other submitter.
  • Expand friends blogs to put our blog links.
  • Berkomentarlah in the comment box of a blog that is quite famous.
  • Make Blogroll leading blogs.
  • If necessary begging other bloggers to link it links us.
  • Chat, attach your blog address, because the farther the reach of the IP of a visitor, will increase our PageRank.
  • Make SiteMap
  • Updates always.
  • Give a Bold / Font thick on every word associated with the name of your blog.
  • Surfing isin EasyHits4U, you'll earn credits which will be used to advertise your blog / website / banner / links you have, and in EasyHits4U also you will be paid $ 0.3 for every 1000 sites viewed.

Hopefully, the steps above can help you for a bit indexed by search engines.

Read more.....

04 June 2011

Five ranking Search Engine Optimization Online Practice

You'll find more than a dozen elements needed to improve the rankings, but here are five of the most productive search engine optimization search engine rankings that are designed to strengthen your position in online search.

Choosing the right search phrase

This really is the most powerful search engine optimization that must be constantly taking the top position. Make sure bahwamemilih specific key phrases. When you have competitors who start early, they can take advantage of the search phrase that has been popular and tend to create strong competition for your business. In a situation like that, you'll probably do better to use a multi-term keywords.

Besides choosing the right keyword phrases for your online business you have, make sure that there are enough keywords and phrases on a particular page for consideration. This policy is also to combine the search phrase on the title of each web page from your main website. Notice that the headline tag is significant in search engine optimization.

Critical in the Webpage Layout and Design

Just like the view, the most effective keywords you should be ready to design your site so well that your clients will have the ability to find what they want quickly. If the main view of your web-site where, for example, make sure you categorize the service from the list of items in a relatively visible part of the browser page. Again, always make sure that the keyword phrase or alternative utility is used on this site.

It takes a good Content

Of course, your prospects want to understand just aa product or service that can be done. They will get important information from the material content that you position it on a webpage. Completing this for a while using the key phrase is very important because it is after all the major search engines will find it. You must ensure that the content complete and reasonable as well.

Make Your Site Great Menu

If you happen to open a specific web site, you will see a box that can be clicked or phrase underlined. When these words were clicked, it will guide you to the online site that contains things similar contents. If you make a link at the entire site, then nothing will backlink to your site. Then again, if you've set everything and then provide the quality of the articles, other sites might want to exchange links with you. This kind of net popularity will make you highly visible to the major search engines.

Concentrate on your visitors

Optimization of web exercises last thing you should understand is the fact that every single thing you do with a web site should be directed to always keep your prospective clients with good information.

Get a professional online marketing strategy and learn the affiliate marketing by visiting our blog.

Read more.....

Powerful SEO Strategy - Submissions to the directory to get Back Links

Search engine optimization has always been a very important tool for business and internet marketing. Search engine optimization has helped businesses make money and have helped them find their audience without spending a lot of money.

Now, the Internet can easily find stores, products, or goods that they want online. With just a click, they can choose who they want. A strong SEO strategy will help businesses excel in the industry they control.

Strong SEO strategy should be combined with other internet marketing tool to make it effective. Crawler website page ranking will move up if you have a link back in some tissues. The contents of the site should also be search engine friendly optimization. The keywords you use for your site must be unique to separate you from the competition site. Finding a set of keywords that are difficult because you may end up using the same keywords with your competitors. Use specific keywords that stand out and frame the content of your site that match your keywords. Be specific and avoid general keyword phrases. Also use your keywords as the title of the site and the articles you want to use.

Keywords critical success factor not only a strong SEO strategy. We must also have a link to a website or blog sites that are in the same industry or sites relevant to their target market. Link will help determine your site as search engine optimization friendly. Unique links and redirected the browser will increase your site's ranking due to traffic it generates. One way to help you build your list is to coordinate with other sites and give them a link to your site. But in return you also have to use their link on your site. You also can post comments or write articles that can help their site. You can place your link at the end of comments or articles that you have created.

Article marketing can also help you build your list. You can deposit the articles you wrote in the online directory. Put your link on the article and if someone puts a link on their site, then the readers of the article can be directed to your website. Internet browser is directed to your site probably higher your page ranking moves up. Link back you have been generated through online directories will increase your website traffic and make your site more search engine optimization friendly.

Search engine optimization is not achieved by using only one way of internet marketing. An integrated approach must be done to improve your page rank in search engine results pages. You must first understand your customers and the best place to reach them. Understanding your market base and use the right internet marketing tools that can help your site and your business. A search engine optimization friendly sites that will help increase your sales and your Web site traffic.

Read more.....

Danger Implementation shoot Keyword SEO Techniques

Sometimes bloggers always pleased with how sneaky shot of keywords, it is indeed one of the SEO techniques, but its application was merely ended up as an article that is not useful. They do not share the secret, but only make the article an experiment. What are the dangers Curious? . . .

SEO techniques how to shoot a keyword can indeed bring traffic, but we try to imagine it as follows:

You go to the market, then you see there are two stores. The first store located some distance away but quality goods, while the second shop is located much closer but the goods bosok. About which one would you choose?

Yes! this also applies to SEO techniques, make useful articles for example about the sandbox, or at least make a shot article keywords to promote the removal of sites that are negative. If not, I'm sure readers will not return to the page you are dilapidated site contents but managed to hang out in front.

So do not be discouraged for those who already make a useful article, but did not get a place rented on the front. hehe. What do readers as well?

Source: irnanto-ilmupengetahuan.blogspot.com

Read more.....

What is Blackhat SEO ?

Of course we've often heard the term and whitehat blackhat, blackhat meaning when translated means a black hat and white hat while whitehat means. But based on the understanding surely is not the same meaning. Meanwhile, what is SEO.

Now what is the definition of blackhat SEO, there are several definitions on the subject:

1. Definition freely

Blackhat SEO is the ways how to obtain a high ranking position or SERP (Search Engine Result Page) on search engines in ways that violate rules or ethics of search engines.

2. The definition focuses on "how to cheat"

Blackhat SEO is to exploit the weaknesses of the search engine algorithm in a way violated our webmaster guidelines. Blackhat SEO is basically a way to rig or manipulate search engines.

3. The definition focuses on the "internet users"

Blackhat SEO is to use only for purposes of search engine users are not on the internet.

4. The definition focuses on "Money"

Blackhat SEO is only focused on how to get the money as much as possible by ignoring the "value of information" that would be obtained by Internet users.

5. The definition focuses on the "manual search engines"

Blackhat SEO is using methods that violate search engines guidelines.

That is some definition of blackhat SEO that in essence that the blackhat SEO are techniques that violate the rules, how to cheat and ignore ethical values​​. While SEO whitehat definition is the opposite of blackhat SEO.

Hopefully useful.

Read more.....

5 Forbidden SEO Tricks

5 Forbidden SEO Tricks, albeit sometimes too powerful though. Now, for the Blogger does not hurt to read this post. Forbidden tricks used to lure the reader sometimes can actually backfire.
Top struggle to earn a place in search engine results does not recognize limits - both technically and ethically. There are many reports of sites banned by Google and other search engines either temporarily or permanently, because of malpractices and use 'black hat' SEO Optimization Techniques. Reaction from the search engine is easy to understand - with so much deceit and plagiarism are put there by the SEO experts in their arsenal, the results displayed by search engines will be totally unrelated to the contents of the website.
And this is dangerous because the risk of the website banned by Google. And if only the search engines do not detect this fraud, usually your competitors will report it.
Keyword Density or Keyword Stuffing
Sometimes an expert SEO Doing so beyond the limits of ethics in order to boost their client's site on the Top position USING unethical practices, such as Keywod Stuffing. Enter keyword Considered As praktekyang unethical because you basically do is Jot down key words as much as possible, which is not related to the website itself to trick users into search engine, this activity often make users SE (Search Engine) astray.
Doorway Pages and Hidden Text
Another common key is the doorway pages. Before Google introduced PageRank algorithm, the doors were a common practice and the time he was regarded as illegal means to Optimize website. A doorway page is a page specifically designed for search engines not to humans, use to get high positions in search engines and deceive users to come to the website.
Though Keywords still is the recommended way, but Relying solely on keywords to determine the best position your site, is wrong. Doors page so not the best way to get high traffic for your site, but you If using it, do not blame Google if you punish.
There is a another technique that almost Similar to the door that is hidden text pages, which are not visible to humans but is included in the HTML page source, to trick the search engines that these pages are keyword-rich. Actually, doors and hidden text can not (hard) If I qualify as site optimization, but they are more reasonable in kualifikasikan As a technique to manipulate and trick users into Search Engine, with legal consequences in situsanda by Google, Yahoo and MSN.
Field duplicate (Duplicate Content)
The content (content) website is the most important thing in SEO, but not a duplication of text / content. In Google's rules, duplication of the text means the same text was posted on contrast on the same site. If you Doing copy-paste the same paragraphs from one page else on your site, then you might expect If your site's rank dropped. But many believe that Actor SEO technique combining text / content is not duplicate content and there are many examples of this. Hemm, I still use this method. However, it never hurts when putting the source.
If combining the text / content categorized as duplication of text then the site news agencies are the first sites will drop its ranking on search engine results. But it does not hurt, If you check your website has duplicate content with other sites, at least, somebody might be illegally copying the contents of your site and you do not know. Similar Page Checker Tool Similar Page Checker can help you to Know if there's another site, who illegally copy the contents of your site.
Link Spam
Link Spam is another major problem in SEO tool, SEO tool like the others, he can be used or misused. While backlinks is important (for Yahoo Backlinks importance as quantity, sedangkanGoogle important what sites backlinks come from), has dozens of backlinks from a link farm or from a site that has been in the same backlist you begging to be penalized .
One more thing, If the outbound links (links from your site to go to other sites / links to others) of larger amount compared to the number of inbound links (links from other sites to your site / link you), then you have nothing Doing business futile, because this will not Increase ranking of your site. You can use Domain Stats Tool To see the number of backlinks (inbound links) to your site and the Site Link Analyzer for Knowing how many links you have (outbound links).
Using keywords in your link (anchor text), domain name, the name of folders and files that are useful to put your position in search engine rankings, but these efforts at legal risk by Google. For example, If you try to optimize the word "cat", this word is frequently chosen keywords and phrases as keywords and popular, competition is fierce, not sehinggaanda Looking at other alternatives for reaching the Top So make a domain like this http:// ayu-Sariayu-ayusari-ayunya.com, so packed with keywords to the maximum, but remember - domainanda would be difficult to remember. And second - Contains data from it if the contents do not like the name listed in the domain, then your site will not be in the Top position in search results.
Although the names of files and folders that are less important than domain names, now and then (but not always) you can enter "cat" in it and the arrows of text links (anchor text). This is considered good, provide a link anchor is not a copy of the As inserted (eg If you use "cat_cats_kitten", as the anchor for an internal anchor link from the site is inset). While you do not have control over the third part which was a link on your site, and use the anchors that you dislike, and it is up to you to conduct periodic checks, the anchor of what other sites use to link your site.
Finally, for Google and other search engines, not Different If a site is intentionally Performing Optimization excessive ways to trick the search engines, it pertained inibisa result of good intentions, then whatever your motivation, do not forget to wear a manner that sensible and remember! Exceed not the rule.
Description:
Link farms are networks of mutual kind antarsitus put a link to one another to improve their link popularity. Can be a button-sized 88 × 31 pixels, or only text that can be clicked.
Source: irnanto-ilmupengetahuan.blogspot.com
Read more.....

22 May 2011

Ordered List and Unordered List

There are two kinds of list items is an ordered list and unordered list, or also called the numbering and bullets.

Sample list of an ordered list :

  1. First item
  2. The second item
  3. The third three

Example of unordered list items list:

  • First item
  • The second item
  • The third three

To create a sequential list of items we use the tag <OL> while to create a sequential list of items not used tags <UL>. and for each item marked with a tag <LI>.

Sample code for a list of items ordered or ordered list.

<ol>
<li>First item</li>
<li>The second item</li>
<li>The third three</li>
</ol>

And sample code for a list of items not ordered or unordered list.

<ul>
<li>First item</li>
<li>The second item</li>
<li>The third three</li>
</ul>

We can also create a stratified list of items or list items in the list of items. Examples are as follows:

  • First item
  • The second item
    • The first sub-item
    • The second sub-item
      • The first sub sub item
      • The second sub sub item
      • The third sub sub item
    • The third sub-item
  • The third item

To create a multilevel list of items as above, no additional tags or attributes. Has to do is place the tags into lower-level list item in the list of items level on it. For more details, below is the source code :

<ul>
<li>First item</li>
<li>The second item</li>
<ul>
<li>The first sub-item</li>
<li>The second sub-item</li>
<ul>
<li>The first sub sub item</li>
<li>The second sub sub item</li>
<li>The third sub sub item</li>
</ul>
<li>The third sub-item</li>
</ul>
<li>The third item</li>
</ul>

The browser will display the list using a space slightly to the inside to the levels below it.

We can use the same way to create a multilevel sequential list of items using an ordered list. We simply replace the tag <ul> with the tag <ol> , then it will be like this:

  1. First item
  2. The second item
    1. The first sub-item
    2. The second sub-item
      1. The first sub sub item
      2. The second sub sub item
      3. The third sub sub item
    3. The third sub-item
  3. The third item

From the sample list of items not ordered or unordered list that rise above, we see that by default, the browser will display the picture (bullet) black dots for the first level items, circle for the items to the second level, and black boxes for the items third-level items. Actually we can choose what type of bullet you want to use to add a TYPE attribute in the tag <UL>. Code: <UL TYPE="bullet type">. Where a bullet there are three kinds: "disc" for the black dots, "circle" to the circle, and "square" to kotam black. So if we want to list these items:

  • First item
  • The second item
  • The third item

So the HTML codes that must be specified as below.

<ul type="square">
<li>First item</li>
<li>The second item</li>
<li>The third item</li>
</ul>

For a list of items ordered or ordered list (numbering), type the numbers can be changed by using the same attribute. So the code: <OL TYPE="number type">. While the types of figures can be filled with 1, A, a, I, or i depending on our tastes. Example:

<ol type="I">
<li>First item</li>
<li>The second item</li>
<ol type="A">
<li>The first sub-item</li>
<li>The second sub-item</li>
<ol type="1">
<li>The first sub sub item</li>
<li>The second sub sub item</li>
<li>The third sub sub item</li>
</ol>
<li>The third sub-item</li>
</ol>
<li>The third item</li>
</ol>

Will produce a list of items as follows:

  1. First item
  2. The second item
    1. The first sub-item
    2. The second sub-item
      1. The first sub sub item
      2. The second sub sub item
      3. The third sub sub item
    3. The third sub-item
  3. The third item

Lessons on the bullet / unordered lists and numbering / ordered list .

sorry produced results inconsistent with my desire, because setting my template does not comply with this practice examples

DKBAAK3V7XP4

Read more.....

21 May 2011

Indent

Besides the set alignment, we can adjust the position of the lines of paragraphs from the margin (the edge of the page). There are three kinds of indented paragraphs.

First, the first line just a little inside. To create paragraphs of this kind we use the tag <dd>. Example:

<HTML>
<BODY>
<DD> Paragraph </DD> is a collection of sentences or paragraphs that contain one main thought. Between one paragraph to other paragraphs are usually separated by blank lines. But that paragraph is also commonly characterized by its first row position rather go into.
<BODY>
<HTML>

The results will be generated in the browser as shown below.

Paragraph
is a collection of sentences or paragraphs that contain one main thought. Between one paragraph to other paragraphs are usually separated by blank lines. But that paragraph is also commonly characterized by its first row position rather go into.

sorry the results produced are not liking me, because my templates are not supported with the code above. You can try it yourself by copying the code above and then run your browser with html format.

Second, create a paragraph that all rows, just inside the inside. To create paragraphs of this kind we use tags that flank <blockquote> paragraphs shall we make go into.

<HTML> <BODY>

<P> This is a normal paragraph </P>

<blockquote> <P> This is the paragraph that somewhat get into. </P>

<P Align="left"> This is also an example paragraph rather go into. With a rather long sentence, we see that <b> all rows </b> in this paragraph is located just inside the inside. Same <i> average as far </i>.

</Blockquote>

<P> This paragraph is normal, because the tag <i> blockquote </i> has been closed at the top. do you understand? </P>

</BODY></HTML>

So that will be displayed in the browser as shown below.

This is a normal paragraph

This is the paragraph that somewhat get into.

This is also an example paragraph rather go into. With a rather long sentence, we see that all rows in this paragraph is located just inside the inside. Same average as far .

This paragraph is normal, because the tag blockquote has been closed at the top. do you understand?

Sorry for my style has changed blockquote customize the template that I have. for more details, please create a html file with contents as above, the results you can see in the browser.

Third, make paragraphs in the composition of the list of definitions (definition list). List of definitions is the composition of paragraphs alternating between normal paragraphs, which is a sentence that would be explained by the paragraph that somewhat get into which is the explanation or definition of the phrase on it. For more details, here is an example list of definitions:

To create a list of definitions used three kinds of tags marking the beginning of <dl> or an end to the list definition, <dt> a normal paragraph mark (described) and <dd> a paragraph mark rather go into (which explains the paragraph above) .

Examples of the use of definition list.

<HTML> <BODY>

<P Align="center"> <B> Glossary Important: </B> </P>

<DL>

<DT> <B> Internet </B>

<DD>Stands <i> interconnection network </i> or the relationship between networks. Internet is a global computer network and is the largest computer network in the world for being able to connect all computers in the world.

<DT> <B> HTTP </B>

<DD>Stands <i> Hypertext Transfer Protocol </i> is one of the protocol language used to communicate between the server computer on the internet. Protocols other language in the internet for example: Telnet, News, Gropher, FTP.
</DL>

<P> Because only an example, just two definitions only. Ok, this paragraph back to normal. </P>

</BODY></HTML>

The results will be displayed in the browser like this below

 

Glossary of Term Important:

Internet
Abbreviations of the interconnection network or network relationships. Internet is a global computer network and is the largest computer network in the world for being able to connect all computers in the world.
HTTP
It stands for Hypertext Transfer Protocol is one of the protocol language used to communicate between the server computer on the internet. Protocols other language in the internet for example: Telnet, News, Gropher, FTP.

sorry the results produced are not liking me, because my templates are not supported with the code above. You can try it yourself by copying the code above and then run your browser with html format.

Because only an example, just two definitions only. Ok, this paragraph back to normal.

Read more.....

19 May 2011

Display As You Wish

Although browsers do not recognize the tabulation, a space more than once, and making a line with enter, but by using tags <pre> then the browser will display the text as it is, that space is considered a space, tabulation considered tabulation and enter regarded enter. Even his font appeared in the original. This is an example:

<HTML>
<BODY>

<PRE>

<B>Song Lyrics </B>

I have a dream, a song to sing 
To help me cope with anything If you see the wonder of a fairy tale You can take the future even if you fail

</PRE>

</BODY>
</HTML>

Save the file above as an HTML file and then display in the browser, then it will be like this:


Song Lyrics 

I have a dream, a song to sing 
To help me cope with anything 


         If you see the wonder of a fairy tale
         You can take the future even if you fail 

<pre> tag is necessary if we want to display in ASCII character set of web pages in a specific arrangement, such as the following example:


Car Pick-up

                                          .------.
                                         :|||"""`.`.
                                         :|||     7.`.
                      .===+===+===+===+===||`----L7'-`7`---.._
                      []                  || ==       |       """-.
                      []...._____.........||........../ _____ ____|
                      \____/,---.\_       ||_________/ /,---.\_  _/
                       /_,-/ ,-. \ `._____|__________||/ ,-. \ \_[
                          /\ `-' /                    /\ `-' /
                            `---'                       `---'

The picture above is ASCII art. There are other examples of ASCII art Here.

Read more.....

Make Superscript and Subscript

Subscript is writing a rather small and located slightly below while the superscript is writing a rather small and located slightly above. To write a subscript we use <SUB> tag is to write us use superscript tag <SUP>. Here's an example:

Normal writing <sub>subscrip writing</sub>

Normal writing <sup>superscrip writing</sup>

So who will appear in the browser as below.

Normal writing subscrip writing

Normal writing superscrip writing

Writing subscrip and superscrip usually used in writing a chemical formula and powers. For example:

Sulfuric acid chemical formula is H <sub>2 </sub> SO <sub>4 </sub>

150 m<sup>2 </sup> wide field and the volume of a sphere 300 m <sup>3 </ sup>

Then the results will be displayed in the browser as shown below.

Sulfuric acid chemical formula is H 2 SO 4

150 m2 wide field and the volume of a sphere 300 m3

Read more.....

18 May 2011

Create a Link

The command to create a link is to <A HREF="http://weblearning27.blogspot.com"> Link Name </ A>. You see that the tag starts with A which is an abbreviation of the Anchor, then HREF (hypertext reference), which after it resumed the destination address. Keep in mind this destination address should be between quotation marks. After that

you write his name freely link up to you, and finally closing with a closing </ A>. So how to make a link.

Here's an example link that you click. Please:

My Links

Links above will take you to the site with the address: http://irnanto-ilmupengetahuan.blogspot.com

Based on the location of destination, the link can be divided into:

  1. Link to the homepage of a site
  2. Link to other pages within the same site
  3. Link to another page in another site
  4. Link to a particular section (bookmark) in the same page.
  5. Link to a particular section (bookmark) in different pages
  6. Links that point to a file that can be displayed in the browser, such as image files or animations such as GIF, JPG, BMP and so on.
  7. The link leads to a specific file that can not be displayed or executed in the browser for example: program files (EXE), file compression (ZIP), audio files (like MP3, RM), video files, and others. If such a link is clicked, a dialog box will appear asking if you want to save the file in your hard drive or run it with the appropriate programs. The process of retrieval and storage of such files is called downloading.
  8. Links pointing to your email address. If this link is clicked will open a window sending mail from an email program installed on the user's computer (eg Microsoft Outlook). In an email destination box (To:) has listed the destination mail address.

 

For each type of link above, the important thing to note is the way of writing the address or location (URL) of the site or file designated by the link. This location is written between the quotes after the href= attribute. Provisions are as follows:

  1. Link to the homepage of another site, simply write the URL address of the website, for example: href = "http://irnanto-ilmupengetahuan.blogspot.com".
  2. Link to another page in another site, then should we write the URL address and the location of the file.
    For example: href = "http://irnanto-ilmupengetahuan.blogspot.com/2010/04/ptc-list.html".
  3. Link to other pages within the same site, then simply written down the location of the file, without writing the URL address of the site. In this case there are several possibilities:
    a) If the file is located in the same folder with the files from the link then simply write the name of the file, for example: href = "ptc-list.html".
    b) If the target file is located in another folder under the folder that is occupied by the link, it must be written the name of the folder. For example: href = "04/ptc-list.html".
    c) Conversely, if the target file is located in another folder above the folder that is occupied by the file from the link is then written as follows: href ="../ ptc-list.html ".
    d) If the file is located two levels above the double-colons are written like this: href ="../../ irnanto.jpg " and so on.
  4. To create a link to a particular section of a web page, before we have to give names to the places or locations to be addressed it by putting tags <a name="lokasi"> </ a> on line that will link it. Only then we can make the link to that section. In this case there are two possibilities.
    a) If the destination is contained within the same page with the link then simply write the name of the field. For example: href = # locations.
    b) If the destination is located on another page it must be written the name of the file from that page just name the place. For example: href = "other.htm # location".
  5. Links that point to a file that is not an HTML file for example program files, audio, image, and others. The way writing is tantamount to an HTML file as in point 1, 2 and 3 above.
  6. Link that contains the email addresses are written like this: href = "mailto: irnanto@yahoo.com".

 

We already know that, if a link is clicked, the browser will display the target page by the link. How to bring up the browser page, there are two kinds of purposes.

  1. Published in the same window. That is, the page where the link is replaced by the target page by the link. This is the way the default appearance.
  2. Published in another window. That is, a new window will appear that displays the intended page. To create a link of this kind, we must add the attribute TARGET = "_blank" in the tag <A HREF>. Example: href="webpage.html" target="_blank">.

A few lessons about the links, especially text links. and then We'll learn about creating image links and links with more specific targets.

Read more.....

17 May 2011

Examples of ASCII Art

Toyota Cars

    ___________________
   |,-----.,-----.,---.\
   ||     ||     ||    \\
   |`-----'|-----||-----\`----.
   [       |    -||-   _|    (|
   [  ,--. |_____||___/.--.   |
   =-(( `))-----------(( `))-==
      `--'             `--'

Clouds and sun

              .
                    
              |     
     .               /    
      \       I         
                  /
        \  ,g88R_
          d888(`  ).                   _
 -  --==  888(     ).=--           .+(`  )`.
)         Y8P(       '`.          :(   .    )
        .+(`(      .   )     .--  `.  (    ) )
       ((    (..__.:'-'   .=(   )   ` _`  ) )
`.     `(       ) )       (   .  )     (   )  ._
  )      ` __.:'   )     (   (   ))     `-'.:(`  )
)  )  ( )       --'       `- __.'         :(      ))
.-'  (_.'          .')                    `(    )  ))
                  (_  )                     ` __.:'
                                         
--..,___.--,--'`,---..-.--+--.,,-,,..._.--..-._.-a:f--.

Buildings

__                  __                 __
___  .-~~'.      ___~~-_.-~~'.    ___~  ~~-.-~~'.  ___ -~  ~~-.-~~' ___
| ''|`-...--' ~' | ''|  `-...--'  | ''|    `-...-- | ''|      `-... | ''|
|' '| -'     ': _|' '| ..--'      |' '| _....--'   |' '| ___....--' |' '|
| ''|_   _     | | ''| _   _     || ''|  _   _     | ''|   _   _    | ''|
| ''| |_| |____| | ''|| |_| |____|| ''|_| |_| |____| ''||_| |_| |___| ''|
|'' | | | |    | |'' || | | |    ||'' | | | | |    |'' || | | | |   |'' |
| ''|____ |    | | ''|____  |    || ''|____ | |    | ''|____  | |   | ''|
| ' |'' '|_______| ' |'' '|_______| ' |'' '|_______| ' |'' '|_______| ' |
|' '|' ' |''''  '|' '|' ' |''''  '|' '|' ' |''''  '|' '|' ' |''''  '|' '|
| ' | '''| ''  ''| ' | '''| ''  ''| ' | '''| ''  ''| ' | '''| ''  ''| ' |
____  ______________  ______________  ______________  ______________  ___
=||=)(=||===||===||=)(=||===||===||=)(=||===||===||=)(=||===||===||=)(=||
#########################################################################
| \\#//  |'' '''  \\#//   |'' ''' \\#//    |'' '' \\#//     |'' ' \\#//
|' |#| ''| ''''  | |#|  ''| ''''   |#|   ''| ''''  |#| |  ''| '''' |#| '|
|''|#| ' |'''   '|'|#| '' |'''   ' |#| ''' |'''    |#|'|''' |'''   |#| '|
|' |#|  '| '  '' |'|#| ' '| '  ''  |#|  ' '| '  '' |#|'| ' '| '  ' |#| '|
   |#|             |#|             |#|             |#|             |#|

Geert-Jan Thomas  

Apartement

       _._._._    ^  _._._._       _._._._ ^
       | ___ |_._._._| ___ |_._._._| ___ |
       | |_| |  ___  | |_| |  ___  | |_| |
       |_III_|  |_|  |_III_|  |_|  |_III_| ^!^
 ^     | ___ |__III__| ___ |__III__| ___ |
    ^  | |_| |  ___  | |_| |  ___  | |_| |   ^!^
       |_III_|  |_|  |_III_|  |_|  |_III_|
       | ___ |__III__| ___ |__III__| ___ | _)o(_
       | |_| |  ___  | |_| |  ___  | |_| | /(|)\
   /)  |_III_|  |_|  |_III_|  |_|  |_III_|   H
 _/ )  | ___ |__III__|_____|__III__| ___ |   H
 ~^~^~ | |_| |"""""""||~|~||"""""""| |_| |   H
    ^~'|_III_|@@@@@@@||_|_||@@@@@@@|_III_|^~^H '
 @@@@@@@@@@@@@@     @/=====\@     @@@@@@@@@@@@@@

Classic Home

                           (   )
                          (    )
                           (    )
                          (    )
                            )  )
                           (  (                  /\
                            (_)                 /  \  /\
                    ________[_]________      /\/    \/  \
           /\      /\        ______    \    /   /\/\  /\/\
          /  \    //_\       \    /\    \  /\/\/    \/    \
   /\    / /\/\  //___\       \__/  \    \/
  /  \  /\/    \//_____\       \ |[]|     \
 /\/\/\/       //_______\       \|__|      \
/      \      /XXXXXXXXXX\                  \
        \    /_I_II  I__I_\__________________\
               I_I|  I__I_____[]_|_[]_____I
               I_II  I__I_____[]_|_[]_____I
               I II__I  I     XXXXXXX     I
            ~~~~~"   "~~~~~~~~~~~~~~~~~~~~~~~~

Bedroom

            _      ()              ()      _
           / \     ||______________||     / \
          /___\    |                |    /___\
            |      |      ~@@~      |      |
           (_)     |_______  _______|     (_)
        ___/_\___  {_______}{_______}  ___/_\___
         |__~__|   %%%%%%%%%%%%%%%%%%   |__~__|
      ___|_____|__%%%%%%%%%%%%%%%%%%%%__|_____|___
         |     | %%%%%%%%%%%%%%%%%%%%%% |     |
          `=====%%%%%%%%%%%%%%%%%%%%%%%%=====`
         `=====%%%%%%%%%%%%%%%%%%%%%%%%%%=====`
        `=====%%%%%%%%%%%%%%%%%%%%%%%%%%%%=====`
       `=====/||||||||||||||||||||||||||||\=====`
      `======||||||||||||||||||||||||||||||======`
     `=======||||||||||||||||||||||||||||||=======`
    `==============================================`
   `================================================`

Toilet

                                                         |
                                            __________   |
                           _    __    _    |          |  |
                          /_\  /  \  /_\   |          |  |
                          =|= | // | =|=   |          |  |
                           !   \__/   !    |          |  |
                                 _         |          |  |
 ___               ___          //'        |          |  |
[___]       _   :=|   |=:   __T_||_T__     |p=        |  |
|  ~|     =)_)=   |   |    [__________]    |          |  |
|   |      (_(    |xXx|     \_      _/     |          |  |
|   |      )_)    """""       \    /       |          |  |
\___|                          |  |        |          |  |
 |  `========,                 |  |        |          |  |
__`.        .'_________________|  |________|_____________|
    `.    .'                  (____)                      \
    _|    |_...             .;;;;;;;;.                     \
   (________);;;;          :;;;;;;;;;;:
        :::::::'            '::::::::'

Cup Of Coffee

                       .
                        `:.
                          `:.
                  .:'     ,::
                 .:'      ;:'
                 ::      ;:'
                  :    .:'
                   `.  :.
          _________________________
         : _ _ _ _ _ _ _ _ _ _ _ _ :
     ,---:".".".".".".".".".".".".":
    : ,'"`::.:.:.:.:.:.:.:.:.:.:.::'
    `.`.  `:-===-===-===-===-===-:'
      `.`-._:                   :
        `-.__`.               ,' 
    ,--------`"`-------------'--------.
     `"--.__                   __.--"'
            `""-------------""'

Syrup Bottles

               __
              )==(
              )==(
              |H |
              |H |
              |H |
             /====\
            / Dr S \
           /========\
          :HHHHHHHH H:
          |HHHHHHHH H|
          |HHHHHHHH H|
          |HHHHHHHH H|
   \______|=/========\________/
    \     :/oO/      |\      /
     \    / oOOO  Le | \    /
      \__/| OOO Grape|  \__/
       )( |  O       |   )(
       )( |==========|   )(
       )( |HHHHHHHH H|   )(
       )( |HHHHHHHH H|   )(
      .)(.|HHHHHHHH H|  .)(.
     ~~~~~~~~~~~~~~~~  ~~~~~~

Mineral Water Bottle

            _________
           |_-_-_-_-_|
           |_________|
            )_______(
           (_________)
           |uuuuuuuuu|
           /         \
          /           \
         /             \
        /               \
       /                 \
      /                   \
     (_____________________)
      )___________________(
     (_____________________)
     |                     |
     |_____________________|
      )___________________(
     |_____________________|
      )___________________(
     |                     |
     |_____________________|
      )___________________(
     |_____________________|
      )___________________(
     |                     |
     |                     |
     |_____________________|
     (_____________________)
     |_____________________|
     (_____________________)
     |                     |
     |                     |
     \_____________________/
      '-------------------'

Suspension bridge

                                           ^^
      ^^      ..                                       ..
              []                                       []
            .:[]:_          ^^                       ,:[]:.
          .: :[]: :-.                             ,-: :[]: :.
        .: : :[]: : :`._                       ,.': : :[]: : :.
      .: : : :[]: : : : :-._               _,-: : : : :[]: : : :.
  _..: : : : :[]: : : : : : :-._________.-: : : : : : :[]: : : : :-._
  _:_:_:_:_:_:[]:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:_:[]:_:_:_:_:_:_
  !!!!!!!!!!!![]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![]!!!!!!!!!!!!!
  ^^^^^^^^^^^^[]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[]^^^^^^^^^^^^^
              []                                       []
              []                                       []
              []                                       []
   ~~^-~^_~^~/  \~^-~^~_~^-~_^~-^~_^~~-^~_~^~-~_~-^~_^/  \~^-~_~^-~~-
  ~ _~~- ~^-^~-^~~- ^~_^-^~~_ -~^_ -~_-~~^- _~~_~-^_ ~^-^~~-_^-~ ~^
     ~ ^- _~~_-  ~~ _ ~  ^~  - ~~^ _ -  ^~-  ~ _  ~~^  - ~_   - ~^_~

Curved Bridge

                             ___....___
   ^^                __..-:'':__:..:__:'':-..__
                 _.-:__:.-:'':  :  :  :'':-.:__:-._
               .':.-:  :  :  :  :  :  :  :  :  :._:'.
            _ :.':  :  :  :  :  :  :  :  :  :  :  :'.: _
           [ ]:  :  :  :  :  :  :  :  :  :  :  :  :  :[ ]
           [ ]:  :  :  :  :  :  :  :  :  :  :  :  :  :[ ]
  :::::::::[ ]:__:__:__:__:__:__:__:__:__:__:__:__:__:[ ]:::::::::::
  !!!!!!!!![ ]!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![ ]!!!!!!!!!!!
  ^^^^^^^^^[ ]^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[ ]^^^^^^^^^^^
           [ ]                                        [ ]
           [ ]                                        [ ]
           [ ]                                        [ ]
   ~~^_~^~/   \~^-~^~ _~^-~_^~-^~_^~~-^~_~^~-~_~-^~_^/   \~^ ~~_ ^

Six Aspects Tiles

\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
\__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_

Tiles Aspects 12

 \__   \__   \__   \__   \__   \__   \__   \__   \__   \__   \_
_/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
 \     \     \     \     \     \     \     \     \     \     \
_/   __/   __/   __/   __/   __/   __/   __/   __/   __/   __/
 \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
 /     /     /     /     /     /     /     /     /     /     / 
 \__   \__   \__   \__   \__   \__   \__   \__   \__   \__   \_
_/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
 \     \     \     \     \     \     \     \     \     \     \
_/   __/   __/   __/   __/   __/   __/   __/   __/   __/   __/
 \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_
 /     /     /     /     /     /     /     /     /     /     / 
 \__   \__   \__   \__   \__   \__   \__   \__   \__   \__   \_
_/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/ 
 \     \     \     \     \     \     \     \     \     \     \
_/   __/   __/   __/   __/   __/   __/   __/   __/   __/   __/
 \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \__/  \_

Bicycle Racing

            /'=----=           ______
            ((    ||          "--.__."
             "  @>||_____________//
          _______ /^\"""""""""""//\========)
         _--"""--/-. "\        // _\-:::-/_-.
       ." .-"""-/ "_\  "\  == // ;::\:::/::".\
      ; /     _/ "  \\   "\-+//--..._\_/:::::\\
      . ;    o    . ||   ( ()/)======(o)::::::.
      . \         ; .|    -|.;____...."b:::::;
       . -._  _ -  ;       ==    :::::::::::;
        "-..____.'     ls         ":::::::'

Sedan Cars

                                              _____________
                                  ..---:::::::-----------. ::::;;.
                               .'""""""                  ;;   \  ":.
                            .''                          ;     \   "\__.
                          .'                            ;;      ;   \\";
                        .'                              ;   _____;   \\/
                      .'                               :; ;"     \ ___:'.
                    .'--...........................    : =   ____:"    \ \
               ..-""                               """'  o"""     ;     ; :
          .--""  .----- ..----...    _.-    --.  ..-"     ;       ;     ; ;
       .""_-     "--""-----'""    _-"        .-""         ;        ;    .-.
    .'  .'                      ."         ."              ;       ;   /. |
   /-./'                      ."          /           _..  ;       ;   ;;;|
  :  ;-.______               /       _________==.    /_  \ ;       ;   ;;;;
  ;  / |      """"""""""".---."""""""          :    /" ". |;       ; _; ;;;
 /"-/  |                /   /                  /   /     ;|;      ;-" | ;';
:-  :   """----______  /   /              ____.   .  ."'. ;;   .-"..T"   .
'. "  ___            "":   '""""""""""""""    .   ; ;    ;; ;." ."   '--"

 ",   __ """  ""---... :- - - - - - - - - ' '  ; ;  ;    ;;"  ."
  /. ;  """---___                             ;  ; ;     ;|.""
 :  ":           """----.    .-------.       ;   ; ;     ;:
  \  '--__               \   \        \     /    | ;     ;;
   '-..   """"---___      :   .______..\ __/..-""|  ;   ; ;
       ""--..       """--"                      .   ". . ;
             ""------...                  ..--""      " :
                        """"""""""""""""""    \        /
                                               "------"

Hot rod

                                 _..-------++._
                             _.-'/ |      _||  \"--._
                       __.--'`._/_\j_____/_||___\    `----.
                  _.--'_____    |          \     _____    /
                _j    /,---.\   |        =o |   /,---.\   |_
               [__]==// .-. \\==`===========/==// .-. \\=[__]
                 `-._|\ `-' /|___\_________/___|\ `-' /|_.'     hjw
                       `---'                     `---'

Car Pick-up

                                          .------.
                                         :|||"""`.`.
                                         :|||     7.`.
                      .===+===+===+===+===||`----L7'-`7`---.._
                      []                  || ==       |       """-.
                      []...._____.........||........../ _____ ____|
                     c\____/,---.\_       ||_________/ /,---.\_  _/
                hjw    /_,-/ ,-. \ `._____|__________||/ ,-. \ \_[
                          /\ `-' /                    /\ `-' /
                            `---'                       `---'

Ambulance Car

    EeeiiiiiEEiiiii.....
       \|/
        n______     .....iiiiiEEiiiieeEE
       :~;     :                  \|/
-----;``~'  +  ;------------ ______n --------------------------------
     `-@-----@-=            :     :~:
=========================== ;  +  '~``; =============================
                            =-@-----@-'
jgs------------------------------------------------------------------

       _____,_                __________  __,_
------ |  +  |\__       ----- | ||||||| | | |_|
 ----- | _   ' _ |       ---- |  _ . _. |_|tre|
   --- `(o)---(o)'        --- `-(o)-(o)----(o)'

______________________________________________________________________

Train

                 __,-_-_--_-.___         ___,-----._
               /,--'   ||  `,---.'-._ -''       .   
              //    \  ||  /     | | _-.         `  
             /'--.--,-'.`---...__| || | `-.         
           ,'      ((_ ))           H |    `-.      
           |o       `--'         o  H`|-._   |`-.   
    ,--._ ,---..            ,,-----.  |   `-.|   `-.
  ,'    _ |_`_||    ,--.    ||_81__|. | -.   |`-._  
     ,-'   |       ((_ ))         | : | -. -.| -_ `-
   ,'      |--...__,`--'.__..._-_-. : |-...__|   _- 
           |=_= -_-\::::/-_--_-=_=' : |      |`''---
      ,'   |    \-_/||||\-_/         _|      |      
           |_______`----'_________ ______.... ......
           |=======[____]=========|       __ | -- __
        _, |     ||  ||  | |     --   --'  __/'--'  
   _,-     |     ||  ||  | |      | ___,--'         
           `--.  ''--''--'-' ,----' -               
            _ '_----_-------','-  _                 

Warship

                                     |__
                                     |\/
                                     ---
                                     / | [
                              !      | |||
                            _/|     _/|-++'
                        +  +--|    |--|--|_ |-
                     { /|__|  |/\__|  |--- |||__/
                    +---------------___[}-_===_.'____                 /\
                ____`-' ||___-{]_| _[}-  |     |_[___\==--            \/   _
 __..._____--==/___]_|__|_____________________________[___\==--____,------' .7
|                                                                     BB-61/
 \_________________________________________________________________________|
  Matthew Bace

Aircraft

                                            |
                                      --====|====--
                                            |  

                                        .-"""""-. 
                                      .'_________'. 
                                     /_/_|__|__|_\_\
                                    ;'-._       _.-';
               ,--------------------|    `-. .-'    |--------------------,
                ``""--..__    ___   ;       '       ;   ___    __..--""``
                 jgs      `"-// \\.._\             /_..// \\-"`
                             \\_//    '._       _.'    \\_//
                              `"`        ``---``        `"`


Keyboard

               ________________________________________________
               |      _____________________________           |
               | [][] _____________________________ [_][_][_] |
               | [][] [_][_][_] [_][_][_][_] [_][_] [_][_][_] |
               |                                              |
               | [][] [][][][][][][][][][][][][][_] [][][][]  |
               | [][] [_][][][][][][][][][][][][][] [][][][]  |
               | [][] [__][][][][][][][][][][][][_] [][][][]  |
               | [][] [___][][][][][][][][][][][__] [__][][]  |
               |          [_][______________][_]              |
               |______________________________________________|

Flower Blooms

                       ___ .
                   _~"|  ~~ ~.\.~
                  /   :   /   /  \_
                 ?""  ;  `  ,'     )
        /-,      /    .   .     .  |
       /   ~-_  /   dp   .    .    |
    .%"":    .? |:    . .   .      |
   %    '.   . \|:. . ..  .   .   /
 /  '.   '.: : :| :   .. . .    _/
/ ~~~::.   .:: ::. . .::.:. ..'~
\::... `'.. : : : " . :. .  ~~|    _____
(:::. ..   '.: .:.::. : . : "/__-""     --
 )"".>  --~~~__. ::::*## :.:.:)  :    .:` ~\
|..::'      >>    #######  '.: .' .  .`     ?
\_.___      :''> ######### ::.".    ~ ..~'" |,
     _">~____~~::. #* )#### :  ..~       .   )
    /:.:'';.:::_-  _-#####*:;: ::>,,          }
   o__o___q~_-" _-"###### .:.''     ..~~ ~    |
  ( o() &@&__--"  *::####::"  ";..    ~~...::.)
 (o& O& O?S).`   .:':::*: :      ~~~...     "/
   oS %@&>/    .:'  ::::: :.       .~  "'.  {
   \~*~~""   __:/   "::::..L        ~     ''/
    |::'    /##)     :':::::\         .   %
    \:; .  |#/       : :::::::-___      -"

     \::::: |        : :::::::::::\----"
     \::::::|:.      : :::::::::::|
     \::::::|'     . : ::::::::::::|
      -::::/ \     :.'::::::::::::/
        ~__/  \.   ;:.::::::::::_/       
               \::.::::::::::::/
                 --_;::::::_-~/
                     """"""

Laras shoes

      .-'\
   .-'  `/\
.-'      `/\
\         `/\
 \         `/\
  \    _-   `/\       _.--.
   \    _-   `/`-..--\     )
    \    _-   `,','  /    ,')
     `-_   -   ` -- ~   ,','
      `-              ,','
       \,--.    ____==-~
        \   \_-~\
         `_-~_.-'
 _ Seal _ \-~

Frame Chest

       __________________
      /\  ______________ \
     /::\ \ZZZZZZZZZZZZ/\ \
    /:/\.\ \        /:/\:\ \
   /:/Z/\:\ \      /:/Z/\:\ \
  /:/Z/__\:\ \____/:/Z/  \:\ \
 /:/Z/____\:\ \___\/Z/    \:\ \
 \:\ \ZZZZZ\:\ \ZZ/\ \     \:\ \
  \:\ \     \:\ \ \:\ \     \:\ \
   \:\ \     \:\ \_\;\_\_____\;\ \
    \:\ \     \:\_________________\
     \:\ \    /:/ZZZZZZZZZZZZZZZZZ/
      \:\ \  /:/Z/    \:\ \  /:/Z/
       \:\ \/:/Z/      \:\ \/:/Z/
        \:\/:/Z/________\;\/:/Z/
         \::/Z/____________\/Z/
          \/ZZZZZZZZZZZZZZZZZ/

Plaid

              ______________________
             /\    _______  _______ \
            /  \  /\      \/\      \ \
           / _  \   \      \ \      \ \
          / /\   \   \      \ \      \ \
         / /  \   \   \______\ \______\ \
        / /    \   \  / _____/_/ _____/_ \
       / /      \_  \  /\      \/\      \ \
      / _\      / _  \   \      \ \      \ \
     / /\ \    / /\   \   \      \ \      \ \
    / /  \ \  / /  \   \   \______\ \______\ \
   / /    \ \/_/    \   \  /      / /      /  \
  / /      \_ /      \_  \_____________________\
  \ \      / _\      /   /                     /
   \ \    / /\ \    /   /  \______\ \______\  /
    \ \  / /  \ \  /   /   /      / /      / /
     \ \/_/    \ \/_  /   /      / /      / /
      \  /      \_   /   /      / /      / /
       \ \      /   /  \/______/\/______/ /
        \ \    /   /  \______\ \______\  /
         \ \  /   /   /      / /      / /
          \ \/_  /   /      / /      / /
           \    /   /      / /      / /
            \  /  \/______/\/______/ /
             \/_____________________/

Read more.....
 

Site Info

Google Pagerank Powered by  MyPagerank.Net My Ping in TotalPing.com TopOfBlogs My Zimbio Blog Directory