Submit Blog Login Last Submitted Blogs RSS Archive Contact  
aia En ciel\'s
 
 
 
aia En ciel\'s
aia En ciel | Tempat Belajar Bersama, Berbagi Ilmu , Berbagi Pengalaman, Bertukar Pikiran, Tips Dan Trik Yang Informatif Tentang Dunia Internet, Blog, Komputer, Software Dan Gaya Hidup
Language: English
RSS Feeds for this Blog
Statistics
Unique Visitors: 10
Total Unique Visitors: 73879
Visitors Out: 1173
Total Visitors Out: 2422
 
 
Articles
Hide or Show (Expand/Collapse) Labels Of Blogger
2010-05-19 16:51:51
Follow this step: 1.Log in to your dashboard--> layout- -> Edit HTML 2.Without expanding your widgets,Scroll down to where you see this:- <b:widget id='Label1' locked='false' title='Labels' type='Label'/> 3.Replace above line with below code: <b:widget id='Label2' locked='false' title='Labels and Feeds' type='Label'><br /> <b:includable id='main'><br /> <script type='text/javascript'><br /> //<![CDATA[<br /> if(typeof(rnd) == 'undefined') var rnd = '';<br /> rnd = Math.floor(Math.random()*1000);<br /> rnd = 'id-' + rnd;<br /> document.write('<a href="#" onclick="tmp = document.getElementById(&quot;' + rnd + '&quot;); tmp.style.display = (tmp.style.display == &quot;none&quot;) ? &quot;block&quot; : &quot;none&quot;; return false;" style="float:left;margin-right:5px;">');<br /> //]]><br /> </script>[+/-]<br /> <script type='text/javascript'>&...
 
Membuat "Link Exchange" Jadi Bervariasi
2010-05-02 16:28:54
Tips memodifikasi widget "Link Exchange" agar lebih variatif, berikut caranya: Login ke blogger  Pilih tambah gadget Selanjutnya pilih Html/Javascript, lalu masukan kode di bawah ini: <p>If you like this blog,then link back to me.<br/> This is what you will see.</p> <div style="text-align: center;"> <a style="border:0px;text-decoration:none;" href="alamat blog anda" title="Judul blog anda"> <img alt="Judul blog anda" style="border: 0px;" src="gambar logo blog anda"/> </a> </div> <textarea rows="3" cols="30"> &lt;a href="alamat blog anda" title="Judul blog anda" style="text-decoration:none;border:0;"&gt; &lt;img src="gambar logo blog anda" alt="Judul blog anda" style="border:0" /&gt; &lt;/a&gt; </textarea><br/> <br/> <!--Widget Auto Installer--> <form action="http://beta.blogger.com/add-widget" method="post"> <input style="display: none;" value="My Favourite Site...
 
Add Featured Auto Content Slider to Blogger
2010-04-23 12:31:46
If you like to add this beautiful auto slider to your blog then follow steps below. 1.Login to your blogger dashboard--> layout- -> Edit HTML 2.Scroll down to where you see </head> tag . 3.Copy below code and paste it just before the </head> tag . <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script> <script type='text/javascript'> //<![CDATA[ /* * jQuery Easing v1.1 - http://gsgd.co.uk/sandbox/jquery.easing.php * * Uses the built in easing capabilities added in jQuery 1.1 * to offer multiple easing options * * Copyright (c) 2007 George Smith * Licensed under the MIT License: * http://www.opensource.org/licenses/mit-license.php */ jQuery.easing = { easein: function(x, t, b, c, d) { return c*(t/=d)*t + b; // in }, easeinout: function(x, t, b, c, d) { if (t < d/2) return 2*c*t*t/(d*d) + b; var ts = t - d/2; return -2*c*ts*ts/(d*d) + 2*c*ts/d + c/2 + b; }...
 
Create Facebook Fan Page For Blogger
2010-04-23 12:23:55
1.First login to your Facebook Account. 2.Now go to this link: http://www.facebook.com/pages/create.php 3.You can see a screen like below.Fill the information and click on "Create Page". 4.Now you have created a facebook fan page.You can see a screen like this: Now we must import your blog post to this fan page.Click on "Edit Page". 5.In next window click on "Edit" link under "Notes" section. You can see a screen like this: 6.Now click on "Import a blog". 7.Give your website URL and click on "Start Importing". 8.Now you can see a confirmation window: Click on "Confirm Import". 9.You are done.Now when you publish a blog post,it will automatically publish your facebook fan page. You can add a picture for your fan page,configure settings,... as you like....
 
Add Cool Subscribe Section to Blogger
2010-04-23 12:21:58
Then simply follow the steps below. 1.Login to your blogger dashboard--> layout- -> Edit HTML 2.Scroll down to where you see </head> tag . 3.Copy below code and paste it just before the </head> tag . <style type='text/css'> #hsection{border:4px solid #D3D3D3;background-color:#e9e9e9;} #hsection:hover{border:4px solid #BABABA;background-color:#e9e9e9;} #sectionmy .sectionmy2 h2.subscription { border:0; margin:0; padding:6px 0 0 55px; height:42px; font-size:16px;font-family:&quot;Segoe UI&quot;,Calibri,&quot;Myriad Pro&quot;,Myriad,&quot;Trebuchet MS&quot;,Helvetica,Arial,sans-serif; font-weight:bold; } #sectionmy .sectionmy2 h2.rss { background:url(http://2.bp.blogspot.com/_4HKUHirY_2U/S209wcnxO5I/AAAAAAAAAw4/I7aEXRVYR8s/RSS.png) no-repeat top left; } #sectionmy .sectionmy2 h2.email { background:url(http://3.bp.blogspot.com/_4HKUHirY_2U/S209s4_wFoI/AAAAAAAAAww/8VovLp1Yxlg/EmailRSS.png) no-repeat top left; } #sectionmy .sectionmy2 h2...
 
Change Default Title Tag on Blogger for SEO
2010-04-23 12:21:04
This Tip will change the Blogger's title tag to help amplify relevant keywords to your blog which improve the search engine ranking of your blog: 1.Log in to your dashboard--> layout- -> Edit HTML 2.Scroll down to where you see this:- <title><data:blog.pageTitle/></title> 3.Now Replace above line with below code. <b:if cond='data:blog.pageType == &quot;index&quot;'><title><data:blog.pageTitle/></title> <b:else/><title><data:blog.pageName/> ~ <data:blog.title/></title></b:if> 4.Click on "Save Templates" and you are done....
 
Useful Widgets,Add-Ons & Tools for Your Blog
2010-04-23 12:20:49
Adding Widgets, Add-Ons & tools to your blog You can improve performance of your Blog. Here's a collection of best and most useful blog widgets or add-ons that can be easily integrated with any website/blog. All these below add-ons are 100% Free. whos.amung.us :   ShareThis or AddThis : Outbrain Star Ratings Widget:   Web2PDF Online : ZOHO Creator: Google Talk Badge: Yahoo Media Player: Cbox: Google Translate: ...
 
Add Google Backlinks Checker
2010-04-23 12:14:39
Follow This Step: 1.Login to your dashboard--> layout- ->Page Elements 2.Click on 'Add a Gadget' on the sidebar. 3.Select 'HTML/Javascript' and add the code given below and click save. <form method="get" action="http://www.google.com/search" target="_blank" rel="nofollow"><input name="q" value="link:" maxlength="255" size="40" type="text"><input value="Google Backlinks" type="submit"><input value="en" name="hl" type="hidden"></form> It will look like this. Note : To check google backlinks, Enter URL with http:// after the word link: Now you are done....
 
Title Meta Tag can hurt Google Rankings
2010-04-23 12:12:18
It is no secret that the title meta-tag is one of the most important factors when it comes to on-page search engine optimization. Search engines including Google, Yahoo and MSN give quite a bit of importance to the title and description metatags in their algorithms. What many people, however, do not know that the same title tag could actually hurt your rankings, if you try to change it abruptly with a hope to improve your search engine rankings. If you are currently ranking well with your page title, you should not risk with changing it to improve your rankings. You may often see your current Google rankings go down with such a change. I myself have experienced negative results when I tried to change the title tag for a site which was already ranking well. In fact, Google slammed the site with a -950 penalty. Your page title is the main entry gate of search engines. Changing the title meta-tag could easily make your Google rankings fluctuate. If you change your title, Google an...
 
Change Heading Tag For Better SEO in Blogger
2010-04-23 12:12:18
Heading Tag (h1, h2, h3, h4, h5) is very important for SEO. All of Blogger widgets (gadgets) title use h3 or h2 tags. So blogger template use h2 or h3 tag for post title.If you want to improve your site SEO, you need to use h1 tag for post title. Follow the simple steps below to do it: 1.Login to your blogger dashboard--> layout- -> Edit HTML 2.Click on "Expand Widget Templates" 3.Scroll down to where you see below code : <b:if cond='data:post.title'> <h3 class='post-title entry-title'> <b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:else/> <b:if cond='data:post.url'> <a expr:href='data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </b:if> </h3> </b:if> Note: If you can't find above code search it replacing h3 with h2. 4.Now Replace above code with below code: <b:if cond='data:post.title'> <h1 class='p...
 
 
 
 
eXTReMe Tracker