Sabtu, 31 Desember 2011

Cek Kondisi Blog Supaya Lebih SEO Friendly

Buat sobat yang punya blog, postingan ini wajib dibaca. Sebab, sobat tidak bakalan tau bagaimana kondisi blog di mata search engine apakh sudah seo friendly?
cek kondisi blog
Maka dari itu, saya akan share tips blogging cara mengecek kondisi blog supaya lebih SEO friendly di search engine. Jadi, dengan mengetahui kondisi blog kita masing-masing, maka akan mudah untuk memperbaiki kesalahan yangn ada didalamnya. Langsung saja, berikut ini tips mengecek kondisi blogmu di search engine :

http://www.sitereportcard.com/
Fungsi Tools : 
  • Find Broken Links
  • Check For Spelling Errors
  • Check Meta Tags
  • Validate HTML Syntax
  • Get Page Load Time
  • Check the Link Popularity
  • Search Engine Inclusion
  • Check Keywords
  • Check Organic Keyword Rankings
http://validator.w3.org/
Fungsi Tools : Untuk mengecek validasi / kebenaran kode HTML web anda

http://www.echoecho.com/toolhtmlinspector.htm
Fungsi Tools :
  • Browser Compatibility - Tags not supported by popular browsers
  • Link Validator - Lists all bad links on the page
  • Popularity - Lists other pages linking to the page
  • Load Time - Load time at different connections
  • Submit It! Readiness - Bugs resulting in bad search engine indexing
  • Spelling - Lists potential spelling errors (English)
  • HTML Validity - Lists bad HTML tags.
http://tool.motoricerca.info/spam-detector/
Fungsi Tools : Untuk mengecek SPAM 

Bagaiamana hasil cek kondisi blog sobat di mata search engine? semoga bermanfaat...

Link Exchange

Sesuai namanya, halaman ini adalah untuk link exchange atau tukar link. Saya rasa sobat blogger pasti sudah tau maksud dari penggunaan link exchange, dengan bertukar link bisa memperkuat persaudaraan sesama blogger.

Bagi sobat yang tertarik untuk melakukan tukar link syaratnya ga aneh-aneh kok, cuman berkomentar di kolom komentar beserta anchor text yang diinginkan dan akan saya pasang link sobat secepatnya.

Juga tidak ada kewajiban bagi sobat blogger untuk memasang balik link blog ini, atau mungkin harus menaruh link blog ini di sidebar atau harus membuat link dofollow atau apalah, halaman link exchange ini memang murni untuk mempererat persaudaraan sesama blogger :)

Oia, jika sobat memang ingin memasang link untuk blog ini, sobat bisa menuliskan seperti ini :
<a href="http://blogedek.blogspot.com" title="Blog Gedek" target="_blank">Blog Gedek</a>
Berikut daftar sobat yang sudah melakukan tukar link dengan Blog Gedek

Cara Memodifikasi Kolom Gadget Footer

Pasti dah banyak deh tutorial tentang cara menambahkan atau memodifikasi kolom widget footer yang sobat pernah temui. Ya walaupun dah banyak ga ada salahnya kalo saya ikut-ikutan nulis artikel tentang cara memodifikasi kolom gadget pada footer blog, biar tambah banyak gitu hehehe...Yang ingin saya tulis disini adalah bagaimana walaupun kita memodifikasi elemen gadget, tetapi blog kita masih ringan alias SEO friendly. Triknya dengan memodifikasi css-nya. Yaudah ga usah banyak casciscus, langsung ajah deh cara memodifikasi kolom gadget footer:
  1. Login Blogger -> Klik Design -> Edit HTML -> tidak perlu centang expand template widget, karena takut malah bikin pusing :D
  2. Sebaiknya Backup template anda dahulu. dengan cara klik pada Download Full Template agar anda bisa mengembalikan template anda ke kondisi semula jika terjadi galat atau anda memang kurang puas terhadap hasilnya.
  3. Setelah itu, cari kode ]]></b:skin> dengan menekan ctrl+f
  4. Tambahkan kode dibawah ini diatas kode ]]></b:skin>
    #footer-column-divide {clear:both;}.footer-column {padding: 10px;} 
  5. Cari lagi di find kode yang kira-kira seperti ini :<div id='footer-wrapper'><b:section class='footer' id='footer' showaddelement='yes'/></div>atau<div id='footer'><b:section class='footer' id='footer' showaddelement='yes'/></div>
  6. Setelah ketemu, tambahkan kode di bawah ini tepat di bawah  <b:section class='footer' id='footer' showaddelement='yes'/> atau di <div id='footer-wrapper'> ( jika belum ketemu, mungkin kode seperti ini : <div id='footer'> )
    Jika ingin memodifikasi footer 2 kolom. Gunakan kode ini :
        <div id='footer-column-divide'>     <div id='footer1' style='width: 50%; float:left;
        margin:0; text-align:left;'>
        <b:section class='footer-column' id='col1'
        preferred='yes' style='float:left;'/>
        </div>
        <div id='footer2' style='width: 50%; float: left;
        margin:0; text-align: left;'>
        <b:section class='footer-column' id='col2'
        preferred='yes' style='float:left;'/>
        </div>
        <div style='clear:both;'/>
        </div>
    Jika ingin footer 3 kolom. Gunakan kode ini :
    <div id='footer-column-divide'>   
    <div id='footer1' style='width: 33%; float:left; margin:0; text-align:left;'>   
    <b:section class='footer-column' id='col1' preferred='yes' style='float:left;'/>   
    </div>   
    <div id='footer2' style='width: 33%; float: left;margin:0; text-align: left;'>   
    <b:section class='footer-column' id='col2' preferred='yes' style='float:left;'/>   
    </div>   
    <div id='footer3' style='width: 33%; float: right; margin:0; text-align: left;'>   
    <b:section class='footer-column' id='col3' preferred='yes' style='float:right;'/>   
    </div><div style='clear:both;'/>   
    </div>
    Memodifikasi footer menjadi 4 kolom. Gunakan kode ini :
    <div id='footer-column-divide'>
    <div id='footer1' style='width: 25%; float:left;
    margin:0; text-align:left;'>
    <b:section class='footer-column' id='col1'
    preferred='yes' style='float:left;'/>
    </div>     <div id='footer2' style='width: 25%; float: left;
    margin:0; text-align: left;'>
    <b:section class='footer-column' id='col2'
    preferred='yes' style='float:left;'/>
    </div>     <div id='footer3' style='width: 25%; float: right;
    margin:0; text-align: left;'>
    <b:section class='footer-column' id='col3'
    preferred='yes' style='float:right;'/>
    </div>     <div id='footer4' style='width: 25%; float: right;
    margin:0; text-align: left;'>
    <b:section class='footer-column' id='col4'
    preferred='yes' style='float:right;'/>
    </div>
    <div style='clear:both;'/>
    </div>
  7. Kalau sudah save dan lihat ke elemem halaman.
Semoga artikel tentang cara memodifikasi kolom gadget footer ini bisa bermanfaat dan mempercantik blog sobat :) Kalau ada cara lain silahkan di share di sini, karena kelebihan blogspot adalah template yang bisa kita optimasi baik seo maupun tampilannya.

15 Minutes to Master SEO

Learning SEO in 15 minutes



Keywords
1
Keywords in <title> tag
This is one of the most important places to have a keyword because what is written inside the <title> tag shows in search results as your page title. The title tag must be short (6 or 7 words at most) and the the keyword must be near the beginning.
+3
2
Keywords in URL
Keywords in URLs help a lot - e.g. - http://domainname.com/seo-services.html, where “SEO services” is the keyword phrase you attempt to rank well for. But if you don't have the keywords in other parts of the document, don't rely on having them in the URL.
+3
3
Keyword density in document text
Another very important factor you need to check. 3-7 % for major keywords is best, 1-2 for minor. Keyword density of over 10% is suspicious and looks more like keyword stuffing, than a naturally written text.
+3
4
Keywords in anchor text
Also very important, especially for the anchor text of inbound links, because if you have the keyword in the anchor text in a link from another site, this is regarded as getting a vote from this site not only about your site in general, but about the keyword in particular.
+3
5
Keywords in headings (<H1>, <H2>, etc. tags)
One more place where keywords count a lot. But beware that your page has actual text about the particular keyword.
+3
6
Keywords in the beginning of a document
Also counts, though not as much as anchor text, title tag or headings. However, have in mind that the beginning of a document does not necessarily mean the first paragraph – for instance if you use tables, the first paragraph of text might be in the second half of the table.
+2
7
Keywords in <alt> tags
Spiders don't read images but they do read their textual descriptions in the <alt> tag, so if you have images on your page, fill in the <alt> tag with some keywords about them.
+2
8
Keywords in metatags
Less and less important, especially for Google. Yahoo! and Bing still rely on them, so if you are optimizing for Yahoo! or Bing, fill these tags properly. In any case, filling these tags properly will not hurt, so do it.
+1
9
Keyword proximity
Keyword proximity measures how close in the text the keywords are. It is best if they are immediately one after the other (e.g. “dog food”), with no other words between them. For instance, if you have “dog” in the first paragraph and “food” in the third paragraph, this also counts but not as much as having the phrase “dog food” without any other words in between. Keyword proximity is applicable for keyword phrases that consist of 2 or more words.
+1
10
Keyword phrases
In addition to keywords, you can optimize for keyword phrases that consist of several words – e.g. “SEO services”. It is best when the keyword phrases you optimize for are popular ones, so you can get a lot of exact matches of the search string but sometimes it makes sense to optimize for 2 or 3 separate keywords (“SEO” and “services”) than for one phrase that might occasionally get an exact match.
+1
11
Secondary keywords
Optimizing for secondary keywords can be a golden mine because when everybody else is optimizing for the most popular keywords, there will be less competition (and probably more hits) for pages that are optimized for the minor words. For instance, “real estate new jersey” might have thousand times less hits than “real estate” only but if you are operating in New Jersey, you will get less but considerably better targeted traffic.
+1
12
Keyword stemming
For English this is not so much of a factor because words that stem from the same root (e.g. dog, dogs, doggy, etc.) are considered related and if you have “dog” on your page, you will get hits for “dogs” and “doggy” as well, but for other languages keywords stemming could be an issue because different words that stem from the same root are considered as not related and you might need to optimize for all of them.
+1
13
Synonyms
Optimizing for synonyms of the target keywords, in addition to the main keywords. This is good for sites in English, for which search engines are smart enough to use synonyms as well, when ranking sites but for many other languages synonyms are not taken into account, when calculating rankings and relevancy.
+1
14
Keyword Mistypes
Spelling errors are very frequent and if you know that your target keywords have popular misspellings or alternative spellings (i.e. Christmas and Xmas), you might be tempted to optimize for them. Yes, this might get you some more traffic but having spelling mistakes on your site does not make a good impression, so you'd better don't do it, or do it only in the metatags.
0
15
Keyword dilution
When you are optimizing for an excessive amount of keywords, especially unrelated ones, this will affect the performance of all your keywords and even the major ones will be lost (diluted) in the text.
-2
16
Keyword stuffing
Any artificially inflated keyword density (10% and over) is keyword stuffing and you risk getting banned from search engines.
-3

Links - internal, inbound, outbound
17
Anchor text of inbound links
As discussed in the Keywords section, this is one of the most important factors for good rankings. It is best if you have a keyword in the anchor text but even if you don't, it is still OK.
+3
18
Origin of inbound links
Besides the anchor text, it is important if the site that links to you is a reputable one or not. Generally sites with greater Google PR are considered reputable.
+3
19
Links from similar sites
Having links from similar sites is very, very useful. It indicates that the competition is voting for you and you are popular within your topical community.
+3
20
Links from .edu and .gov sites
These links are precious because .edu and .gov sites are more reputable than .com. .biz, .info, etc. domains. Additionally, such links are hard to obtain.
+3
21
Number of backlinks
Generally the more, the better. But the reputation of the sites that link to you is more important than their number. Also important is their anchor text, is there a keyword in it, how old are they, etc.
+3
22
Anchor text of internal links
This also matters, though not as much as the anchor text of inbound links.
+2
23
Around-the-anchor text
The text that is immediately before and after the anchor text also matters because it further indicates the relevance of the link – i.e. if the link is artificial or it naturally flows in the text.
+2
24
Age of inbound links
The older, the better. Getting many new links in a short time suggests buying them.
+2
25
Links from directories
Great, though it strongly depends on which directories. Being listed in DMOZ, Yahoo Directory and similar directories is a great boost for your ranking but having tons of links from PR0 directories is useless and it can even be regarded as link spamming, if you have hundreds or thousands of such links.
+2
26
Number of outgoing links on the page that links to you
The fewer, the better for you because this way your link looks more important.
+1
27
Named anchors
Named anchors (the target place of internal links) are useful for internal navigation but are also useful for SEO because you stress additionally that a particular page, paragraph or text is important. In the code, named anchors look like this: <A href= “#dogs”>Read about dogs</A> and “#dogs” is the named anchor.
+1
28
IP address of inbound link
Google denies that they discriminate against links that come from the same IP address or C class of addresses, so for Google the IP address can be considered neutral to the weight of inbound links. However, Bing and Yahoo! may discard links from the same IPs or IP classes, so it is always better to get links from different IPs.
+1
29
Inbound links from link farms and other suspicious sites
This does not affect you in any way, provided that the links are not reciprocal. The idea is that it is beyond your control to define what a link farm links to, so you don't get penalized when such sites link to you because this is not your fault but in any case you'd better stay away from link farms and similar suspicious sites.
0
30
Many outgoing links
Google does not like pages that consists mainly of links, so you'd better keep them under 100 per page. Having many outgoing links does not get you any benefits in terms of ranking and could even make your situation worse.
-1
31
Excessive linking, link spamming
It is bad for your rankings, when you have many links to/from the same sites (even if it is not a cross- linking scheme or links to bad neighbors) because it suggests link buying or at least spamming. In the best case only some of the links are taken into account for SEO rankings.
-1
32
Outbound links to link farms and other suspicious sites
Unlike inbound links from link farms and other suspicious sites, outbound links to bad neighbors can drown you. You need periodically to check the status of the sites you link to because sometimes good sites become bad neighbors and vice versa.
-3
33
Cross-linking
Cross-linking occurs when site A links to site B, site B links to site C and site C links back to site A. This is the simplest example but more complex schemes are possible. Cross-linking looks like disguised reciprocal link trading and is penalized.
-3
34
Single pixel links
when you have a link that is a pixel or so wide it is invisible for humans, so nobody will click on it and it is obvious that this link is an attempt to manipulate search engines.
-3

Metatags
35
<Description> metatag
Metatags are becoming less and less important but if there are metatags that still matter, these are the <description> and <keywords> ones. Use the <Description> metatag to write the description of your site. Besides the fact that metatags still rock on Bing and Yahoo!, the <Description> metatag has one more advantage – it sometimes pops in the description of your site in search results.
+1
36
<Keywords> metatag
The <Keywords> metatag also matters, though as all metatags it gets almost no attention from Google and some attention from Bing and Yahoo! Keep the metatag reasonably long – 10 to 20 keywords at most. Don't stuff the <Keywords> tag with keywords that you don't have on the page, this is bad for your rankings.
+1
37
<Language> metatag
If your site is language-specific, don't leave this tag empty. Search engines have more sophisticated ways of determining the language of a page than relying on the <language>metatag but they still consider it.
+1
38
<Refresh> metatag
The <Refresh> metatag is one way to redirect visitors from your site to another. Only do it if you have recently migrated your site to a new domain and you need to temporarily redirect visitors. When used for a long time, the <refresh> metatag is regarded as unethical practice and this can hurt your ratings. In any case, redirecting through 301 is much better.
-1

Content
39
Unique content
Having more content (relevant content, which is different from the content on other sites both in wording and topics) is a real boost for your site's rankings.
+3
40
Frequency of content change
Frequent changes are favored. It is great when you constantly add new content but it is not so great when you only make small updates to existing content.
+3
41
Keywords font size
When a keyword in the document text is in a larger font size in comparison to other on-page text, this makes it more noticeable, so therefore it is more important than the rest of the text. The same applies to headings (<h1>, <h2>, etc.), which generally are in larger font size than the rest of the text.
+2
42
Keywords formatting
Bold and italic are another way to emphasize important words and phrases. However, use bold, italic and larger font sizes within reason because otherwise you might achieve just the opposite effect.
+2
43
Age of document
Recent documents (or at least regularly updated ones) are favored.
+2
44
File size
Generally long pages are not favored, or at least you can achieve better rankings if you have 3 short rather than 1 long page on a given topic, so split long pages into multiple smaller ones.
+1
45
Content separation
From a marketing point of view content separation (based on IP, browser type, etc.) might be great but for SEO it is bad because when you have one URL and differing content, search engines get confused what the actual content of the page is.
-2
46
Poor coding and design
Search engines say that they do not want poorly designed and coded sites, though there are hardly sites that are banned because of messy code or ugly images but when the design and/or coding of a site is poor, the site might not be indexable at all, so in this sense poor code and design can harm you a lot.
-2
47
Illegal Content
Using other people's copyrighted content without their permission or using content that promotes legal violations can get you kicked out of search engines.
-3
48
Invisible text
This is a black hat SEO practice and when spiders discover that you have text specially for them but not for humans, don't be surprised by the penalty.
-3
49
Cloaking
Cloaking is another illegal technique, which partially involves content separation because spiders see one page (highly-optimized, of course), and everybody else is presented with another version of the same page.
-3
50
Doorway pages
Creating pages that aim to trick spiders that your site is a highly-relevant one when it is not, is another way to get the kick from search engines.
-3
51
Duplicate content
When you have the same content on several pages on the site, this will not make your site look larger because the duplicate content penalty kicks in. To a lesser degree duplicate content applies to pages that reside on other sites but obviously these cases are not always banned – i.e. article directories or mirror sites do exist and prosper.
-3

Visual Extras and SEO
52
JavaScript
If used wisely, it will not hurt. But if your main content is displayed through JavaScript, this makes it more difficult for spiders to follow and if JavaScript code is a mess and spiders can't follow it, this will definitely hurt your ratings.
0
53
Images in text
Having a text-only site is so boring but having many images and no text is a SEO sin. Always provide in the <alt> tag a meaningful description of an image but don't stuff it with keywords or irrelevant information.
0
54
Podcasts and videos
Podcasts and videos are becoming more and more popular but as with all non-textual goodies, search engines can't read them, so if you don't have the tapescript of the podcast or the video, it is as if the podcast or movie is not there because it will not be indexed by search engines.
0
55
Images instead of text links
Using images instead of text links is bad, especially when you don't fill in the <alt> tag. But even if you fill in the <alt> tag, it is not the same as having a bold, underlined, 16-pt. link, so use images for navigation only if this is really vital for the graphic layout of your site.
-1
56
Frames
Frames are very, very bad for SEO. Avoid using them unless really necessary.
-2
57
Flash
Spiders don't index the content of Flash movies, so if you use Flash on your site, don't forget to give it an alternative textual description.
-2
58
A Flash home page
Fortunately this epidemic disease seems to have come to an end. Having a Flash home page (and sometimes whole sections of your site) and no HTML version, is a SEO suicide.
-3

Domains, URLs, Web Mastery
59
A very important factor, especially for Yahoo! and Bing.
+3
60
Site Accessibility
Another fundamental issue, which that is often neglected. If the site (or separate pages) is unaccessible because of broken links, 404 errors, password-protected areas and other similar reasons, then the site simply can't be indexed.
+3
61
Sitemap
It is great to have a complete and up-to-date sitemap, spiders love it, no matter if it is a plain old HTML sitemap or the special Google sitemap format.
+2
62
Site size
Spiders love large sites, so generally it is the bigger, the better. However, big sites become user-unfriendly and difficult to navigate, so sometimes it makes sense to separate a big site into a couple of smaller ones. On the other hand, there are hardly sites that are penalized because they are 10,000+ pages, so don't split your size in pieces only because it is getting larger and larger.
+2
63
Site age
Similarly to wine, older sites are respected more. The idea is that an old, established site is more trustworthy (they have been around and are here to stay) than a new site that has just poped up and might soon disappear.
+2
64
Site theme
It is not only keywords in URLs and on page that matter. The site theme is even more important for good ranking because when the site fits into one theme, this boosts the rankings of all its pages that are related to this theme.
+2
65
File Location on Site
File location is important and files that are located in the root directory or near it tend to rank better than files that are buried 5 or more levels below.
+1
66
Domains versus subdomains, separate domains
Having a separate domain is better – i.e. instead of having blablabla.blogspot.com, register a separate blablabla.com domain.
+1
67
Top-level domains (TLDs)
Not all TLDs are equal. There are TLDs that are better than others. For instance, the most popular TLD – .com – is much better than .ws, .biz, or .info domains but (all equal) nothing beats an old .edu or .org domain.
+1
68
Hyphens in URLs
Hyphens between the words in an URL increase readability and help with SEO rankings. This applies both to hyphens in domain names and in the rest of the URL.
+1
69
URL length
Generally doesn't matter but if it is a very long URL-s, this starts to look spammy, so avoid having more than 10 words in the URL (3 or 4 for the domain name itself and 6 or 7 for the rest of address is acceptable).
0
70
IP address
Could matter only for shared hosting or when a site is hosted with a free hosting provider, when the IP or the whole C-class of IP addresses is blacklisted due to spamming or other illegal practices.
0
71
Adsense will boost your ranking
Adsense is not related in any way to SEO ranking. Google will definitely not give you a ranking bonus because of hosting Adsense ads. Adsense might boost your income but this has nothing to do with your search rankings.
0
72
Adwords will boost your ranking
Similarly to Adsense, Adwords has nothing to do with your search rankings. Adwords will bring more traffic to your site but this will not affect your rankings in whatsoever way.
0
73
Hosting downtime
Hosting downtime is directly related to accessibility because if a site is frequently down, it can't be indexed. But in practice this is a factor only if your hosting provider is really unreliable and has less than 97-98% uptime.
-1
74
Dynamic URLs
Spiders prefer static URLs, though you will see many dynamic pages on top positions. Long dynamic URLs (over 100 characters) are really bad and in any case you'd better use a tool to rewrite dynamic URLs in something more human- and SEO-friendly.
-1
75
Session IDs
This is even worse than dynamic URLs. Don't use session IDs for information that you'd like to be indexed by spiders.
-2
76
Bans in robots.txt
If indexing of a considerable portion of the site is banned, this is likely to affect the nonbanned part as well because spiders will come less frequently to a “noindex” site.
-2
77
Redirects (301 and 302)
When not applied properly, redirects can hurt a lot – the target page might not open, or worse – a redirect can be regarded as a black hat technique, when the visitor is immediately taken to a different page.
-3

Have a nice leraning!

Cara Membuat Related Articles pada Blog dengan Fungsi Scroll

Salam gedek sob :) udah banyak mungkin ya tentang cara membuat related article atau related post pada blog. Tapi dari sekian banyak contoh, ane nemuin satu metod related article yang bagus, plus ruingan, ga hanya ringan tapi ruingan jadi sobat ga usah khawatir loading blog bakalan lemot. Pengunjung betah, mbah google pun betah hahaha...

Cara membuat related articles pada blog dengan fungsi scroll

Ikuti langkah-langkah berikut:
  1. Login ke akun blogger kalian kemudian masuk menu Design - Edit HTML/Edit Template
  2. Ceklist expand template widget
  3. Sebelum melakukan penambahan didalam template, sebaiknya backup dulu template kalian, gunanya untuk mengembalikan template kepada keadaan semula bila terjadi kesalahan, caranya dengan mendownload full template
  4. Temukan kode <data:post.body> dan letakan kode dibawah ini dibawahnya
  5. <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <br/>
    <br/>
    <H2>Artikel Terkait:</H2>
    <div class='rbbox'>
    <div style='margin:0; padding:10px;height:200px;overflow:auto;border:1px solid
    #ccc;'>
    <div id='albri'/>
    <script type='text/javascript'>
    var homeUrl3 = &quot;<data:blog.homepageUrl/>&quot;;
    var maxNumberOfPostsPerLabel = 4;
    var maxNumberOfLabels = 10;
    maxNumberOfPostsPerLabel = 10;
    maxNumberOfLabels = 3;
    function listEntries10(json) {
    var ul = document.createElement(&#39;ul&#39;);
    var maxPosts = (json.feed.entry.length &lt;= maxNumberOfPostsPerLabel) ?
    json.feed.entry.length : maxNumberOfPostsPerLabel;
    for (var i = 0; i &lt; maxPosts; i++) {
    var entry = json.feed.entry[i];
    var alturl;
    for (var k = 0; k &lt; entry.link.length; k++) {
    if (entry.link[k].rel == &#39;alternate&#39;) {
    alturl = entry.link[k].href;
    break;
    }
    }
    var li = document.createElement(&#39;li&#39;);
    var a = document.createElement(&#39;a&#39;);
    a.href = alturl;
    if(a.href!=location.href) {
    var txt = document.createTextNode(entry.title.$t);
    a.appendChild(txt);
    li.appendChild(a);
    ul.appendChild(li);
    }
    }
    for (var l = 0; l &lt; json.feed.link.length; l++) {
    if (json.feed.link[l].rel == &#39;alternate&#39;) {
    var raw = json.feed.link[l].href;
    var label = raw.substr(homeUrl3.length+13);
    var k;
    for (k=0; k&lt;20; k++) label = label.replace(&quot;%20&quot;, &quot; &quot;);
    var txt = document.createTextNode(label);
    var h = document.createElement(&#39;b&#39;);
    h.appendChild(txt);
    var div1 = document.createElement(&#39;div&#39;);
    div1.appendChild(h);
    div1.appendChild(ul);
    document.getElementById(&#39;albri&#39;).appendChild(div1);
    }
    }
    }
    function search10(query, label) {
    var script = document.createElement(&#39;script&#39;);
    script.setAttribute(&#39;src&#39;, query + &#39;feeds/posts/default/-/&#39;
    + label +
    &#39;?alt=json-in-script&amp;callback=listEntries10&#39;);
    script.setAttribute(&#39;type&#39;, &#39;text/javascript&#39;);
    document.documentElement.firstChild.appendChild(script);
    }
    var labelArray = new Array();
    var numLabel = 0;
    <b:loop values='data:posts' var='post'>
    <b:loop values='data:post.labels' var='label'>
    textLabel = &quot;<data:label.name/>&quot;;
    var test = 0;
    for (var i = 0; i &lt; labelArray.length; i++)
    if (labelArray[i] == textLabel) test = 1;
    if (test == 0) {
    labelArray.push(textLabel);
    var maxLabels = (labelArray.length &lt;= maxNumberOfLabels) ?
    labelArray.length : maxNumberOfLabels;
    if (numLabel &lt; maxLabels) {
    search10(homeUrl3, textLabel);
    numLabel++;
    }
    }
    </b:loop>
    </b:loop>
    </script>
    </div>
    <script type="text/javascript">RelPost();</script>
    </div>
    </b:if>
  6. Kemudian cari kode ]]></b:skin> dan tempatkan kode dibawah ini diatasnya
    .rbbox{border: 1px solid rgb(192, 192, 192);padding: 5px;
    background-color: #f0f0f0;-moz-border-radius:5px; margin:5px;}
    .rbbox:hover{background-color: rgb(255, 255, 255);
Catatan : Untuk kode yang berwarna merah silahkan sobat sesuaikan sendiri.
Mudah kan cara membuat related article pada blog dengan fungsi scroll? Sobat juga bisa melihat artikel lain tentang cara membuat related posts dengan model simple, silahkan sobat cari di blog ini. Atau mungkin sobat punya cara yang lebih efektif? :)

Jumat, 30 Desember 2011

Hello World!

This is just a test. The best template for blogspot seo that i have ever seen...

Kamis, 29 Desember 2011

Get Traffic To Your Website

here are the basics of setting up your website to be search engine friendly.

THE FIRST STEP is to establish the main keyword for your site. This is the word or phrase that you want people to type into the search engines to find your website. It's important to have your site focused around your main keyword.

Let's say you have a site dedicated to 'building your own home' so we'll use 'home

Directory Submission Checklist

This checklist will help you choose the best and worthwhile paid directories on the net
 Check out if the directory is indexed in major search engines.
Check the robots.txt file. Make sure that search engine bots are allowed to crawl the pages where you intend to put your listing. Check the Meta tags to make sure that search engine spiders are not prevented from following links in it. A Meta

How to Write Title Tags for Your Web Pages

When it comes to search engine optimization, the single most important sentence that you will write for your website is the title tag of your main page. If you write it properly then you will have taken a big step towards getting your site well placed in search engine queries for your important keywords.
Before I give you a step-by-step guide to writing title tags, let's define what they

How to Raise Your Rankings in Search Engines

I don't know how many times I've been asked. "How do I get traffic to my website?"

To best discuss this topic I should break this down into categories

1. Title Tags
The title Should contain keywords and keyword phrases that is important to your site. Our recommended maximum number of characters for this tag is 60.
Also when counting your characters remember that spaces are considered as well.

Rabu, 28 Desember 2011

Kata-Kata motivasi Terbaru 2012

Kata-Kata motivasi untuk semuanya
Jangan menyuruh orang lain sebelum menyuruh diri sendiri, jangan melarang orang lain sebelum melarang diri sendiri
Kalau hati tertutup, maka dunia ini menakutkan. Melihat uang takut tidak mendapat bagiannya. Ketika sudah dapat, justru takut hilang.
Pemimpin yang amanah akanbertanggung jawab terhadap perkara sekecil apapun. Setiap berkata benar‐benar tak ada

Kata-Kata motivasi

Berikut Kata kata yang bisa menjadi motivasi
Persahabatan itu seperti tangan dengan Mata. Saat tangan terluka, Mata menangis. Saat Mata menangis, tangan menghapusnya.
Hadapilah nikmat dengan syukur, dan terimalah musibah dengan sabar.
Ukurlah kemampuan diri, karena makan berlebih akan muntah, dan memikul melebihi kekuatan akan patah.
Everybody thinks of changing humanity and nobody thinks of

Kata-Kata bijak dan motivasi

Kata-Kata bijak sebagai motivasi untuk menjadi pola fikir yang lebih baik. berikut beberapa kata motivasi untuk anda semua :
Janganlah anda menjadi buih yang pecah apabila melanda pantai, tetapi jadilah angin yang sanggup melahirkan gelombang.
 Anda tidak selalu dapat mengubah orang lain, tetapi anda dapat mengubah bagaimana anda menanggapi mereka.
Gunakan waktu anda semaksimal mungkin, maka

Kata kata Bijak terbaru

Apapun yang terjadi pada anda esok hari itu karena apa yang anda lakukan hari ini.

    Tuhan tidak menurunkan takdir begitu saja. Tuhan memberikan takdir sesuai dengan apa yang kita lakukan. Jika kita maju dan berusaha, Tuhan akan memberikan takdir kesuksesan. Jika kita lengah dan malas, maka Tuhan akan memberikan takdir kegagalan.


Jika kamu takut melangkah, lihatlah bagaimana seorang bayi

Kata-Kata Mutiara Terbaru

Lagi Bingung mau update status facebook atau memang lagi mencari Kata-Kata Mutiara..
Berikut ini beberapa contoh kata-kata mutiara ..

Kepada orang bodoh sekalipun TUHAN mengirimkan keberuntungan, kepada orang gila sekalipun TUHAN memberikan rejeki kehidupan.

    Saat kita menatap ke belakang sesungguhnya kita telah tertinggal dengan orang yang merangkak ke depan. Sesungguhnya masa lalu adalah

Kata kata Bijak

Apa bedanya seseorang yang bijak dengan dengan yang belum bijak.?
sebenar nya perbedaan itu bukan kepada usia atau umur, cara berfikir yang efektiflah yang membedakan orang bijak dengan tidak.
kebanyakan orang bijak lebih mengenal,mengerti dan tahu kesimpulannya.
jika orang yang tergolong tidak bijak kenyakan mereka berfikir yang pendek dan tidak memikirkan apa dan bagaimana sesuatu itu menjadi

Kata kata Mutiara

Mungkin Anda sering mendengar orang tua ceramah(menasehati) anda,sebenarnya mereka tidak secara langsung mengajarkan anda tentang bagaimana cara bertahan dalam hidup ini, mempelajari apa yang terbaik untuk kamu kedepannya.
Mereka adalah seseorang yang bijak ,mereka memiliki kata-kata yang bijak.
jadi untuk kali ini saya akan memberikan beberapa kata bijak yang mungkin bisa memotivasi sahabat

Cara mempercepat loading blog

Jika kita mengunjungi suatu blog atau website, tentu kita bisa tahu blog yang kita buka itu cepat atau tidak loadingnya.
kebanyakan pengunjung lari jika website atau blog kita tidak terbuka dalam waktu 5 detik.
itu menurut sumber ,rata-rata blog terbuka yang di minati adalah blog yang loadingnya cepat.
jika anda penasaran dan ingin tahu berapa pengunjung yang lari sebelum website terbuka silahkan

Aplikasi Android Market

aplikasi yang berguna dan membantu produktivitas para pengguna Android, khususnya untuk kalangan profesional dan pebisnis.
1. Google Voice
Google Voice menyediakan layanan pengelolaan telepon secara gratis. Pengguna dapat memasukan sejumlah nomor telepon, sesuai ketentuan yang diinginkan. Anda bisa memisahkan nomor telepon tertentu, agar nomor tersebut hanya dapat menghubungi Anda pada jam

Selasa, 27 Desember 2011

Google Friend Connect Akan Ditutup

Semua blogger pasti sudah pada tahu tentang Google Friend Connect atau biasa kita sebut dengan GFC, menurut kabarnya sih Google Friend Connect Akan Ditutup oleh Raksasa Internet Google. Sebagaimana yang kita ketahui sebelumnya, Google juga telah menghapus layanan Google Buzz.
Google friend connect
 Layanan GFC adalah layanan yang memungkinkan untuk melakukan hal-hal seperti sign, menambahkan  komentar, melihat user lain, serta fitur lainnya yang sangat mudah di akses.

Selain itu, Google Friend Connect dimanfaatkan oleh blogger-blogger Indonesia untuk meraup keuntungan yang banyak dari blog berbahasa Indonesia yaitu Google adsense, karena lewat GFC inilah blog berbahasa Indonesia bisa menayangkan iklan dari Google Adwords untuk menampilkan iklan yang relevan sesuai konten blognya yang menggunakan bahasa Indonesia.

Berita ini tentu akan menjadi berita buruk bagi sebagian publisher blog berbahasa Indonesia untuk mendapatkan penghasilan melalui Google Adsense, Sebagai seorang publisher tentunya kita tidak putus asa, karena dalam mencari penghasilan kita harus memiliki banyak cara yang layak. Tinggal bagaimana saja anda dalam mengantisipasi hal tersebut bila suatu saat Google Friend Connect Akan Ditutup.

Selain Google Friend Connect, Google juga akan menutup layanan lainnya. Seperti:
  • Google Bookmarks Lists
  • Google Search Timeline
  • Google Gears
  • Google Wave
  • Knol
  • Renewable Energy Cheaper than Coal
Semoga Google mau merubah kebijakannya untuk menerima blog berbahasa Indonesia dalam menayangkan iklan Google Adsense. Sehingga penghasilan kita dalam mencari income di dunia maya tidak hilang begitu saja.

Senin, 26 Desember 2011

Animasi Flash

Animasi Flash kali ini adalah aniamsi Flash particle yaitu animasi yang terbentuk dari partikel-partikel kecil gambar dan warna.
berikut contohnya:



Cukup menarik..?
jika anda tertarik untuk menjadikan baground untuk website anda silahkan.

Animasi Gallery Photo dengan Flash

Langsung saja pada pokok bahasan kita yaitu tentang Animasi Gallery Photo dengan Flash , yang di maksud saya di sini adalah sebuah animasi di mana terdapat foto-foto slide.
jika anda bingung begini contohnya :



nah, di sini saya hanya menyediakan file flash secara mentah saja, jadi kamu bisa mengedit sendiri foto -foto yang akan di tampilkan..
Animasi flash ini bisa anda pasang di blog ,website

Buku Tamu Flash dengan Captcha

Nah ketemu Lagi deh tentang Buku Tamu dengan Flash, namun Bedanya Kali ini adalah kita membuat Buku Tamu yang di lengkapi dengan Captcha atau kode sekuriti.
Untuk Contoh Buku Tamunya seperti Ini.



Nah itu sekedar contoh aja, di sini saya menyediakan flash mentah nya, jadi anda bisa mengedit ulang untuk menyesuaikan selera anda.
jika anda tertarik silahkan download buku tamu flash dengan kode

Buku Tamu keren dengan Php

lagi-lagi membahas tentang buku tamu untuk website, bedanya kali ini saya akan memberikan contoh buku tamu dengan php namun tampilannya cukup maksimal.
buku tamu ini sebenarnya menggunakan flash namun di sinkronkan dengan kode php.
berikut contoh buku tamu Flash + Php nya.



dari buku tamu tersebut kita bisa melihat dengan warna hitam dan animasi yang sedikit tapi tampak elegan ..

download Buku Tamu Flash

berbicara mengenai buku tamu tentu sahabat semua sudah pada tahu,nah jadi tidak perlu di jelasin lagi.
ok di sini saya akan memberikan buku tamu flash dengan gratis, bisa anda download.
untuk contoh buku tamu flash nya seperti ini :



nah bagai mana . cukup bagus bukan..

Animasi Flash All your Favorite

sesuai judul di atas yaitu animasi all your favorite, jadi di sini berikan download animasi flash nya.
untuk contoh animasinya seperti ini:



nah bagaimana
 itu adalah contoh animasi flash dengan menggunakan effek pada text, di sini saya tidak membuat tutorialnya, namun hanya download saja.
jika anda tertarik silahkan di download.
Download animasi flash

Minggu, 25 Desember 2011

optimasi website di mesin pencari google

Tips SEO untuk optimasi website di mesin pencari google
1. Pastikan bahwa blog kita sudah terdaftar dan terindex Google atau mesin pencari.
2. Pahami benar meta tag HTML seperti title, keyword, descripsi seperti yang telah di bahas diatas.
3. Perhatikan kekuatan pesaing Anda.
4. Google bersifat dinamis jadi sering-seringlah meng up date blog anda.
5. Usahakan mensubmit ulang / mendaftar ulang ke

google dan seo

Persaingan dalam mendapatkan kedudukan di posisi atas Google memang menjadi rebutan, dan banyak pesaing yang harus bertarung untuk memperebutkan posisi tersebut.
Berada pada halaman utama Google memang dirasa layak untuk mendapat traffik dari penggunjung yang lebih banyak, sedangkan blog yang berada jauh dari halaman utama akan mendapat sisa-sisa pengunjung saja. Beruntung sekali bila ada

Optimasi SEO dengan Doorway Page

Optimasi SEO
pengertian dari “Doorway Page adalah salah satu halaman dimana pada halaman tersebut kita mampu
mencermin kan satu bagian dari keyword dari sebuah blog”. Doorway Page sangat umum sekali dalam optimasi SEO, karena sangat mudah diaplikasikan dan terkesan sama dengan sebuah artikel biasa. Doorway Page SEO bisa mencakup seluruh keyword kita buat.
Doorway adalah salah satu aplikasi OnPage

susunan meta tag yang benar

Meta HTML memang di sarankan memenuhi beberapa strandart penulisan agar mesin pencari mampu mengolah data dalam sebuah blog. Pastikan meta tag yang kita buat sudah mencakup kebutuhan standarisasi dari sebuah web site. Pastikan meta HTML sudah mencakup contoh meta dibawah ini.

judul dari blog

teknik penulisan Keyword

Keyword akan membatu mesin pencari untuk menemukan blog kita di antara jutaan blog atau web yang ada. Walaupun ada beberapa algoritma mesin pencari yang tidak memakai meta keyword untuk melakukan proses pencarian, namun alangkah bijaksana bila kita tetap memakai meta keyword, karena setiap konsumen Internet menggunakan bermacam-macam software pencarian yang berbeda-beda. Adapun meta keyword yang

teknik Keyword yang baik

Menerapkan teknik Keyword., dengan prinsip umum dasar : Orang masuk alam internet mau mau mencari apa? dan apa web kita menyediakannya, Jika web kita menyediakan-nya maka bila sudah menjalankan langkah no.2 di atas web kita akan ter-indeks dalam daftar pencarian orang yang mencari sesuatu itu di google ,tapi mungkin entah di halaman berapa ,apa pada urutan paling buntut, bisa juga berada langsung

6 langkah optimasi seo

1- Tetapkan tema website/blog ,lalu buatlah harmonisasi/nyambung antara Title-Descripiton-Content
Contoh untuk di terapkan di blogspot :
Url blog : http://komputerbaru.blogspot.com
Title blog : info tentang komputer-komputer
Description: berita tentang komputer-komputer terbaik
Keyword :komputer,cara,memperbaiki,terbaru,terbaik,termahal,terbesar,terkecil,bagaimana dll
2- Daftarkan ke 3 search

awal mula seo

sering mendengar tentang seo, tapi seperti apa awal di kenalnya seo..??
SEO pada awal perkembangannya dulu adalah hanya merupakan sesuatu yang di lakukan oleh orang-orang yang cukup mahir dan menguasai seluk-beluk masalah pemrograman dan server seperti para webmaster ataupun blogger yang berpengalaman dan mahir dalam bidang itu, seperti penguasaan script PHP,HTML,CSS,dan lainnya serta penguasaan

mesin pencari adalah

Search engine atau Mesin Pencari adalah ibarat sebuah yellow pages atau koran atau majalah tempat mencari suatu berita atau iklan ,saya menguraikan dengan cara dasar begini tentu dengan tujuan selalu mengingatkan terutama para pemula bahwa semua langkah atau proses dalam melakukan tindakan SEO sperti halnya penerapan dalam media konvensional tadi ,semuanya bisa bermain ,dari proses pendaftaran,

cara mengetahui blog No Follow

sebelumnya mungkin kita harus tahu apa itu blog yang no follow dan blog yang do follow.
berikut sedikit gambaran dari saya
Dofollow adalah menginstruksikan search engine agar memberi efek peningkatan ranking pada link target dari suatu teks hyperlink pada indeks search engine-nya. Sedangkan Pengertian Nofollow adalah atribut kode HTML yang digunakan untuk menginstruksikan search engine agar

website Directory tempat backlink

jika teman-teman semua lagi mencari backlink, silahkan daftarkan situs anda ke website directory di bawah ini.
situs-situs di bawah ini adalah tempat mencari backlink yang baik. 


http://www.dmoz.org/ 8
http://www.la-ma.org/ 6
http://www.mxdu.com/ 6
http://www.jayde.com/ 6
http://www.mygreencorner.com/ 6
http://www.ghinmeca.com/ 5
http://directory.classifieds1000.com/ 5
http://www.concensus.org

Jumat, 23 Desember 2011

Ucapan selamat Natal Terbaru 2011

Kali Ini saya akan posting tentang Ucapan selamat Natal Terbaru 2011..
ini menurut karangan saya aja, jadi boleh anda pake untuk sms ke teman dan siapa aja untuk mengucapkan selamat natal dan tahun baru.
Terdengar sorak-sorai suara malaikat .. tergema dunia akan hadirnya.. begitu indah cahaya menyambut hadirnya.. Bayi mungil yesus teah lahir untuk kita, mari bersukacita lah akan kedatangannya

Ucapan Selamat Natal

karena natal hampir tiba, jadi saya mencoba memberikan contoh Ucapan selamat natal untuk anda.
Hari natal adalah hari yang penuh kasih, bulan desember adalah bulan yang terbaik dari bulan-bulan yang lain, karena kita akan menyambut tahun yang baru..
Buat teman -teman semua yang mau mengucapkan selamat natal kepada teman ,sanak saudara..
berikut ini contoh ucapan selamat natal:

Damai Yesus

Kamis, 22 Desember 2011

tips Memilih Plugin wordpress yang terbaik

plugin dan plugin, itulah sesuatu yang kita harus tahu saat kita membuat website yang memakai CMS wordpress.org.
pertama anda membuat website tentu selalu bertanya-tanya apa plugin yang terbaik untuk anda dan tentu itu sangat membantu memaksimalkan website anda, namun juga harus di catat plugin harus lah bersahabat dengan google.
di sini saya coba menjelaskan tentang cara memilih plugin yang baik

Kode Favicon untuk blog atau website

berjumpa lagi dengan saya , kali ini saya akan berbagi tentang bagai mana kode untuk memunculkan icon website pada browser atau akrab di sapa favicon untuk website.
dalam beberapa kasus, banyak sekali tema yang tidak langsung memberikan favicon untuk sebuah template, jadi kita harus membuat favicon sendiri.
kodenya sangat simple koq.
langsung aja.. berikut kode favicon anda.

Rabu, 21 Desember 2011

Cara Pasang Breadcrumbs Navigasi

nah setelah sebelumnya kita pernah membahas tentang Pengertian Breadcrumbs, kali ini kita akan belajar membuat Breadcrumbs Navigasi pada blogger atau blogspot.
Pertama silahkan anda menuju Edit html Kemudian cari code ]]> Jika sudah ketemu silahkan letakan code berikut tepat di atas code tadi:

.breadcrumbs{border-bottom:1px dotted #999;margin:2em 0 0.5em;padding:0 0 0.5em;font-size:

pengertian Breadcrumbs

oke kali ini kita akan membahas tentang Breadcrumbs.. tentu teman-teman udah pada tahu apa itu Breadcrumbs?
kalau belum tahu ,sekedar contoh kira-kira seperti ini, namun tergantung dari penyetingan nya, jadi bisa berbeda-beda untuk jalur Breadcrumbs dari situs lain.

misalkan judul situs : Blog Spontan
lalu di dalam blog spontan ada kategori : Trik blog
lalu di dalam kategori Trik blog , ada

Manfaat meta tags robot

Apa itu meta tags robot?
kode meta yang berfungsi untuk melakukan perintah untuk membaca blog atau website anda.
lalu apa tujuan meta tags robot?

Tujuan Dari Meta Tags Robots Adalah Menentukan halaman Blog Yang Diindeks Oleh Spider,Nah jika kau ingin Spider Dalam Search Engine Melakukan Indeks dalam Blog Anda Maka Code Meta Tags Robotnya Seperti Berikut:

   

Fantasy of Aladdin

One day Aladdin heard an order from the Sultan proclaimed that everyone was to stay at home and close his
shutters while the Princess his daughter went to and from the bath. Aladdin was seized by a desire to see her
face, which was very difficult, as she always went veiled. He hid himself behind the door of the bath, and
peeped through a chink. The Princess lifted her veil as she went in, and

Aladdin waited patiently

Aladdin waited patiently for nearly three months, but after two had elapsed, his mother, going into the city to
buy oil, found everyone rejoicing, and asked what was going on. "Do you not know," was the answer, "that
the son of the Grand Vizier is to marry the Sultan's daughter tonight?" Breathless she ran and told Aladdin,
who was overwhelmed at first, but presently bethought him of the lamp. He

Aladdin remained in the dark

For two days Aladdin remained in the dark, crying and lamenting. At last he clasped his hands in prayer, and
in so doing rubbed the ring, which the magician had forgotten to take from him. Immediately an enormous
and frightful genie rose out of the earth, saying: "What wouldst thou with me? I am the Slave of the Ring, and
will obey thee in all things." Aladdin fearlessly replied, "Deliver me from

Fantasy-Aladdin and the Wonderful Lamp

Aladdin found everything as the magician had said, gathered some fruit off the trees, and, having got the
lamp, arrived at the mouth of the cave. The magician cried out in a great hurry: "Make haste and give me the
lamp." This Aladdin refused to do until he was out of the cave. The magician flew into a terrible passion, and
throwing some more powder on to the fire, he said something, and the

Aladdin and the Wonderful Lamp

Next day the magician led Aladdin into some beautiful gardens a long way outside the city gates. They sat
down by a fountain and the magician pulled a cake from his girdle, which he divided between them. Then
they journeyed onwards till they almost reached the mountains. Aladdin was so tired that he begged to go
back, but the magician beguiled him with pleasant stories and lead him on in spite of

Aladdin and the Magic Lamp

There once lived a poor tailor, who had a son called Aladdin, a careless, idle boy who would do nothing but
play all day long in the streets with little idle boys like himself. This so grieved the father that he died; yet, in
spite of his mother's tears and prayers, Aladdin did not mend his ways. One day, when he was playing in the
streets as usual, a stranger asked him his age, and if he was not

Peneliti Dipelukan Speedy - Resolusi Juara 2012

Indismart,Speedy, Resolusi Juara 2012
 Di akhir tahun 2011 sudah banyak pengalaman-pengalaman yang kita lewati, mulai dari yang asyik sampai yang buruk. Tapi, gak apa-apa lah itu membuat kita semakin merasa hidup bermakna dan berwarna. So, saya akan menceritakan Resolusi Juara 2012 untuk kehidupan saya. 

Resolusi Juara 2012 sangat berarti untuk menjalani petualangan saya di tahun 2012 yang saya harapkan akan berjalan dengan sangat mengesankan. Saya ingin para peneliti muda seperti saya bisa mendapatkan penghargaan dari berbagai pihak. Dan penelitian yang saya sudah teliti bisa digunakan oleh masyarakat umum. Seperti penelitian saya yang berjudul “Pengolahan Limbah Cair Kedelai menjadi Pupuk Cair Organik”, saya ingin sekali masyarakat umum bisa memanfaatkan limbah cair kedelai menjadi hal yang lebih bermanfaat, yaitu pupuk cair organik. Caranya yang pastinya saya promosikan lewat Internet, karena seperti yang kita ketahui Internet bisa diakses oleh masyarakat umum dan tentunya mudah.
              
Awalnya saya mempunyai kendala saat mengakses Internet yaitu, modem yang saya gunakan lelet (lama) banget dan itu membuat saya jengkel. Bagaimana tidak? Peneliti seperti saya sangat membutuhkan literatur-literatur yang berasal dari Internet. Jadinya, saya membuang lalu mengubur modem saya yang dulu lalu menggantinya, dan saya pun menggunakan Telkomspeedy yang luar biasa banget kecepatan pengaksesannya dan murah banget untuk peneliti muda seperti saya. Maklum rakyat Indonesia suka yang murah-murah tapi yang pastinya berkualitas donk seperti Speedy.   

Dengan fasilitas TelkomSpeedy saya juga bisa berkomunikasi secara lancar dengan peneliti lainnya yang ada di daerah pedesaan. Hal ini bisa berkat SpeedyFlash yang ramah banget menyambut Indonesia yang lebih maju dan menyediakan fasilitas Internet di mana saja dan tentunya kapan saja.

Dulu saya biasanya kelabakan kalau lagi ada di café dan sangat membutuhkan untuk mengakses Internet dan mencari-cari Warnet (Warung Internet) terdekat, tapi sekarang itu gak akan terjadi lagi. Dan ini pun lagi-lagi berkat fasilitas canggih dari TelkomSpeedy yaitu Hotspot gratis. Hotspot gratis ini manfaatnya sexy banget, kenapa demikian? Karena bisa memudahkan masyarakat umum untuk mengakses Internet dan tentunya para peneliti dengan mudah dan lancar untuk menyuarakan penelitiannya di masyarakat umum.
             
Speedy sudah jelas kecepatannya tinggi hal ini dapat dibuktikan dari perbedaan yang membuatnya lebih unggul dari kecepatan teknologi internet lainnya yaitu :
  • Pada dial-up Internet, akses data dilewatkan pada sentral digital, yang memiliki keterbatasan sampling data maksimal 56 kb/s. Pada Speedy, akses data dipisahkan dari dari akses suara di DSLAM, sehingga kecepatan Speedy dapat ditingkatkan maksimal sesuai kebutuhan.
  • Pada broadband wireles access, akses pada user dibagi dari BTS yang memiliki kapasitas terbatas. Akses pada Speedy bersifat individual per user hingga port DSLAM terdekat, dimana setiap user menduduki port tersendiri yang bersifat dedicated.
  • Setiap unit Speedy terhubung langsung dengan koneksi gigabit pada jaringan metro ethernet ke perangkat BRAS yang merupakan gerbang Speedy ke luar. Dari BRAS, user akan dihubungkan ke:
  1. Domestic Content, melalui peering dengan OpenIXP, content provider, maupun ISP Lain.
  2. International Gateway, yang memiliki kapasitas besar ke host Internet di seluruh dunia.
  3. Broadband Content, berisi berbagai content web, game, multimedia, TV, serta berbagai  tools, melalui  koneksi khusus yang hanya dapat diakses oleh user Speedy.
    Dan yang lebih mengasyikkan plus membuat saya benar-benar merasa malaikat menurunkan keberuntungannya adalah adanya fasilitas Indismart. Indismart adalah konten animasi edukatif berbasis website yang didukung dengan animasi atraktif, simulasi interaktif, fitur yang mudah, latihan soal dan jawaban serta pembahasan dan penilaian. Indismart ini ditujukan untuk pelajar SD, SMP dan SMA dan dapat diakses kapanpun dan di manapun tanpa perlu CD dan instalasi. Konten Edukasi senantiasa di update setiap bulannya. Wah, wah, benar memudahkan pelajar untuk lebih maju dan bisa mendapatkan keberhasilan untuk memiliki ilmu yang lebih banyak lagi. Murah, cepat, berkualitas, kapan pun, di mana pun, siapa pun, itulah TelkomSpeedy.

    Khusus untuk para peneliti muda tak butuh obat-obatan layaknya Narkotika yang membuat kecanduan negatif namun peneliti muda dan semua orang butuh TelkomSpeedy sebagai kecanduan positif untuk membuat maju pengguna dan segala yang berhubungan dengan TelkomSpeedy.

    Peneliti di masa sekarang dan di masa depan berada dipelukan Speedy, karena hanya Speedy yang membantu dan memiliki kepastian yang tinggi untuk para peneliti, masyarakat dan Indonesia yang lebih dan tetap maju.

    Membuat tema blackberry dengan blackberry theme Studio

    beberapa fitur yang bisa kita dapat kan untuk men-desain tema dalam aplikasi ini adalah:


    Membuat tema blackberry seakan-akan menjadikan kita seorang developer profesional dengan segudang keahlian.
    Background Wizard – untuk menambahkan wallpaper dinamis (berbasis tanggal dan waktu atau dengan tampilan slide foto).
    Panel Quick Edit – untuk mengedit dengan cepat pada tema yang sudah kita buat

    Selasa, 20 Desember 2011

    promosi pasif

    promosi pasif meliputi berbagai hal ini:
    1. Mengerti dan mengoptimalkan website anda di search engine. (SEO)
    2. Memasang banner atau iklan premium selama masa waktu tertentu.
    3. Membuat free report untuk menangkap email dan data dari pengunjung website.
    4. Membangun blog dan membuatnya mendapatkan kunjungan secara tetap.
    5. Memberikan Testimonial di berbagai penjual produk/jasa.
    6. Memberikan

    Minggu, 18 Desember 2011

    Tips Berjabatan Tangan

    Berjabatan tangan sudah menjadi bagian ritual dunia usaha. Mungkin anda menganggap tidak terlalu perlu dipikirkan panjang-panjang, tetapi tidak bagi orang yang sedang berjabatan dengan anda. Sikapnya dalam
    berjabatan menampilkan sebagian besar kesannya terhadap anda. Ingatkah anda bagaimana kesalnya anda bila berjabatan tangan dengan orang yang memberikan jabatan yang amat lemah lunglai atau

    cinta dan pekerjaan

    Bagaimana seseorang tahan berjam-jam bekerja seolah tak mengenal lelah? Apa pula rahasia pekerja rig lepas pantai yang meninggalkan anak istri bertarung dengan angin dan badai? Bagaimana juga dengan para
    petani, nelayan, kuli, sopir angkutan, pekerja berat yang tahan membanting tulang di tengah terik panas atau dingin malam? Kekuatan apa yang mendorong mereka begitu kuat secara fisik dan tangguh

    Berlayarlah Menuju Pantai Harapan

    Anda adalah perahu kokoh yang sanggup menahan beban, terbuat dari kayu terbaik, dengan layar gagah menentang angin. Kesejatian anda adalah berlayar mengarungi samudra, menembus badai dan menemukan
    pantai harapan. Sehebat apapun perahu diciptakan. tak ada gunanya bila hanya tertambat di dermaga. Dermaga adalah masa lalu anda.
    Tali penambat itu adalah ketakutan dan penyesalan anda. Jangan buang

    ribuan langkah pasti di mulai dengan satu langkah

    Apa yang anda raih sekarang adalah hasil dari usaha-usaha kecil yang anda lakukan terus-menerus. Keberhasilan bukan sesuatu yang turun begitu saja. Bila anda yakin pada tujuan dan jalan anda, maka anda harus memiliki ketekunan untuk tetap berusaha. Ketekunan adalah kemampuan anda untuk bertahan di tengah tekanan dan kesulitan. Anda harus tetap mengambil langkah selanjutnya. Jangan hanya berhenti

    Tingkatkan Pagerank dengan optimasi blog ke google

    Ayo Tingkatkan Pagerank dengan optimasi blog ke google.Banyak cara orang lakukan untuk menaikkan pagerank. Namun Kita Harus tahu konsepnya seperti apa.

    Berikut ini ada beberapa hal yang disukai oleh  Google terhadap blog kita , mudah-mudahan manfaat.
    1. Carilah kata kunci yang memang banyak dicari orang lain. kalau jarang dicari ya jarang muncul ni pencarian searh engine.
    2. Harus menggunakan

    Basic Healing Principles Control Pain with Heat -health benefits

    Basic Healing Principles Control Pain with Heat -health benefits: - Sent using Google Toolbar

    Basic Healing Principles -health benefits

    Basic Healing Principles -health benefits: - Sent using Google Toolbar

    Get to Know Healthy Kitchen Practices -health benefits

    Get to Know Healthy Kitchen Practices -health benefits: - Sent using Google Toolbar

    Vegetarian Principles -health benefits

    Vegetarian Principles -health benefits: - Sent using Google Toolbar

    Basic Healing Principles- Fasting Is a Time of Rest -health benefits

    Basic Healing Principles- Fasting Is a Time of Rest -health benefits: - Sent using Google Toolbar

    Hydrotherapy- the treatment of disease with the bath -health benefits

    Hydrotherapy- the treatment of disease with the bath -health benefits: - Sent using Google Toolbar

    Sabtu, 17 Desember 2011

    Tema Facebook terbaru

    mendengar judul di atas yaitu Tema Facebook terbaru, mungkin teman-teman  bertanya apanya yang baru.
    itu benar sesuai judul di atas, yaitu kita bisa merubah tampilan profil facebook kita lebih baik dan elegan.
    kita bebas memilih gambar header facebook kita yang kita sukai.
    sebagai contoh berikut gambar profil facebook yang sudah kita desain.
     nah..dari gambar di atas anda bisa lihat perubahan

    Cara membuat Efek Getar pada Gambar di Blogger

    Selamat sore sahabat AYRIY ZONE, gimana kabar nih pasti tentunya baik-baik saja kan, Oke kali ini saya mau share tutor nih, tutor ini cocok untuk sobat yang suka pasang gambar pada blognya yaitu Cara membuat Efek Getar pada Gambar di Blogger saat di sentuh cursor, coba liat demonya Disini. Gimana udah lihat demo efeknya.

    Cara membuatnya ikuti langkah-langkah di bawah ini:
    • Klik Rancangan --> Edit Html --> Centang Expand Widget Template
    • Kemudian letakkan Kode CSS berikut diatas kode ]]></b:skin>  
      .gambargetar {
          position: relative;
      }
      • Kemudian Save.
      • Kemudian Add Element -- Add Widget -- Html/Javascript. Copy paste script berikut :
      <script src="http://tips-goooogle.googlecode.com/files/gambargetar%20Xtteme.js?attachauth=ANoY7crTQ4Lxnhf7dmkwV CDEuTh7tAEnUb24VQITeydgTn0GgWS6i13WBvtATMNH-03ZLeomrsDAaJdTYlyazR9wt1cIcZXm2h5BMS3bFaRzpwe3BVjMe-I_pzEALIgg97q3b1EWvttUKoUP8X3qebNDdmwO20x_okkWFa3AV6  
      8yosoYqixie957Grgnn8lIWESG-jcKGZG78t4wvT6zh2Svz3cpYleeSYekUxbp
      T2LfB9Qj1Q6pHvA% 3D&amp;attredirects=0" type="text/javascript">  
      Jika sudah, ini kode untuk memanggil gambarnya :
      <img style="left: 0pt; top: 0pt;" src="http://4.bp.blogspot.com/-XfwaMTVN4Is/TuwLIBdtvqI/AAAAAAAAAZg/CNPLwreon5Q/s400/06062011479.jpg" onmouseover="init(this);rattleimage()" onmouseout="stoprattle(this);top.focus()" onclick="top.focus()" class="gambargetar">
      ganti tulisan yang berwarna merah tebal dengan Url gambar anda.
      sekian dulu Cara Membuat Efek Getar pada Gambar di Blogger semoga bermanfaat.

      Kamis, 15 Desember 2011

      contoh kode php untuk koneksi database

      nah pada lagi dapat tugas atau sekedar pengen tahu nih.
      ok langsung saja ya.
      jika kita mau menghubungkan suatu form dengan database MySQL.
      kita tentu harus membuat koneksi database dengan form yang kita buat.
      secara sederhana ,kode php untuk koneksi database adalah seperti berikut.:

      $_HOST = "localhost"; //hostname MySQL atau biasa di sebut server name database.
      $_USER = "username"; //user

      contoh kode untuk membuat database

      ok ketemu lagi dalam postingan kali ini yaitu contoh kode untuk membuat database, mungkin kebanyakan teman-teman semua, jika ingin membuat sebuah database maka bukan dengan kode tetapi langsung ke softwarenya.
      nah untuk kali ini kita akan belajar tentang membuat tabel di dalam database hanya dengan kode.

      di sini kita akan membuat satu tabel dalam MySQL dengan struktur sebagai
      berikut contoh

      wordpress terbaru -WordPress 3.3 Sonny

      baru-baru ini wordpress telah mengupdate versi terbaru dari wordpress.org yaitu versi 3.3
      lalu apa fasilitas yang di tambahkan oleh wordpress untuk memaksimalkan versi terbarunya.
      yang saya tahu yaitu uploader drag-and-drop baru, hover menu untuk navigasi, toolbar baru, meningkatkan co-editing dukungan, dan importir Tumblr baru.
      Versi 3.3 telah ada perbaikan yang signifikan dengan tips pointer

      Rabu, 14 Desember 2011

      What is SEO-search engine optimization

      SEO refers to techniques to improve organic search ranking of a website. Most people rely on search engines for information, so ranking high helps a website obtain significantly more visits and strengthen its online brand.
      What fundamentally contributes to SEO?
      • On-page SEO: straightforward and concise URLs, search visibility by installing 301 permanent redirects during website redesign and

      Off- Page SEO

      Off-page SEO, or link-building, is another decisive factor in search engine optimization.
      In fact, link-building constitutes 75% of what helps a site rank high in search engines. Linkbuilding does not refer to creating links on a business’s own website, however. Inbound links are the crucial contributor to improvement of a website’s search ranking.
      Inbound links refer to links embedded in the

      On- Page SEO

      On-page search engine optimization is another major contributor to higher search rankings. On-page SEO is the act of optimizing specific keywords on the most noticeable places of a website and making it search-engine friendly. An optimized website makes it easy for search engines to find and revisit it, crawl links, and read keyword phrases. Four elements, in turn, contribute to on-page SEO.
      The

      Tips dan trik SEO

      1. Content adalah utama
      Hal ini sudah menjadi keharusan! karena kalau web kita tidak sering di update otomatis membuat orang malas mengunjungi kembali web kita. Apalagi jika kita ingin web kita berumur panjang dengan pengunjung yang selalu banyak, maka updatelah isinya.
      Isilah tag-tag kata kunci dengan kata-kata sesuai dengan keyword sehingga mudah ditemukan.
      Apa hubungannya update dengan

      SEO (Search Engine Optimation)

      SEO (Search Engine Optimation)
      SEO adalah cara optimasi website agar bisa ditampilkan di halaman utama pada sebuah situs pncarian. Intinya adalah apabila seseorang mengetikkan kata pencarian pada kotak search engine seperti di Google, Yahoo, maupun MSN maka alamat web kita bisa muncul di halaman pertama pencarian sesuai dengan kriteria kata kunci yang dicari user tersebut.

      Tip menjadikan website top 10 di google

      beberapa hal Yang harus dilakukan untuk menjadi top 10 google adalah:
      Membeli nama domain berisikan kata kunci yang anda targetkan.
       Google dan search engine yang lain, suka dengan relevansi. Semakin relevan website anda dengan kata kunci yang anda targetkan maka semakin besar kemungkinannya website anda menjadi top 10.
      Mengerti mengenai “anchor text” dan mendapatkan sebanyak-banyaknya anchor