Searching...
Tampilkan postingan dengan label tutorial blog. Tampilkan semua postingan
Tampilkan postingan dengan label tutorial blog. Tampilkan semua postingan
Sabtu, 01 September 2012
08.44 0

How to Install Random Post Widget

This widget will display the titles of your posts randomly below
Here are the steps to install this widget to your blog
1) Copy the code below and place on a colored line merah.Untuk change the number of posts display on the widget, you can change the value 5 to the value you want.
<style type="text/css"> <! -. Random_post_content {width: 100%;}. Random_post_content img {width: 32px; height: 32px; background-position: center; margin: 7px; padding: 2px; border: thin solid # 888;}. Random_post_content_item {border-top: thin dashed # 888;}. Random_post_content_item table,. Random_post_content_item tr,. Random_post_content_item td {vertical-align: middle;}. Random_post_content_item table {margin-bottom: 2px; margin-top: 3px;}. Random_post_content_item: hover {background-color: # 4A3829;}. Random_post_title a {text-transform: uppercase; font-size: 12px; text-decoration: none; font-weight: bold}. Random_post_info a {font-size: 11px; text-decoration: none;}. Random_post_content_item: hover. Random_post_title a {color: # FFFFCC;}. Random_post_content_item: hover. Random_post_info a {color: # 888;}. Random_post_content_item: hover. Random_post_title a: hover {color: # FFCC00;}. Random_post_content_item: hover. Random_post_info a: hover {text-decoration: underline;}-> </ Style>
<div class="random_post_content" id="random_posts_id"> </ div>
<script type="text/javascript"> <! -

Random_Max var = 5;Total_Posts_Number var = 0;Rand_Posts_Title var = [];Rand_Posts_Url var = [];Rand_Posts_Author var = [];Rand_Posts_Comment_Number var = [];Rand_Posts_Thumbnail var = [];Rand_Posts_Snippet var = [];
function Vbs_Random_Post (json) {var entry; var re = / <\ S [^>] *> / g; var str; var banner_begin_index; var banner_end_index: for (var i = 0; i <Random_Max; i + +) {entry = json.feed.entry [i]; Rand_Posts_Title [i] = entry.title. $ t: for (var k = 0; k <entry.link.length; k + +) {if (entry.link [k]. rel = = 'alternate') {Rand_Posts_Url [i] = entry.link [k]. href; break;}} Rand_Posts_Author [i] = entry.author [0]. name. $ t; Rand_Posts_Comment_Number [i] = parseInt (entry. thr $ total. $ t) if ("content" in entry) {Rand_Posts_Snippet [i] = entry.content. $ t;} else if ("summary" in entry) {Rand_Posts_Snippet [i] = entry.summary. $ t;} else Rand_Posts_Snippet [i] = ""; if (Rand_Posts_Snippet [i]. search ("bp.blogspot.com")! = -1) Rand_Posts_Thumbnail [i] = $ thumbnail.url entry.media; else {str = "src \ u003d \" "; banner_begin_index = Rand_Posts_Snippet [i]. search (str) if (banner_begin_index == -1) {Rand_Posts_Thumbnail [i] = = Rand_Posts_Snippet [i]. Substrings (banner_begin_index + str.length); str = "\" "; banner_end_index = Rand_Posts_Thumbnail [i]. Search (str); Rand_Posts_Thumbnail [i] = Rand_Posts_Thumbnail [i]. Substrings (0, banner_end_index) ;}} Rand_Posts_Snippet [i] = Rand_Posts_Snippet [i]. replace (re, "") if (Rand_Posts_Snippet [i]. length> 140) {Rand_Posts_Snippet [i] = Rand_Posts_Snippet [i]. substrings (0, 140) + '...';}} Install_Random_Posts ();}
Install_Random_Posts function () {var str_out = "": for (var i = 0; i <Random_Max; i + +) {str_out + = '<div class="recent_post_content_item">'; str_out + = '<table width = "0% "border =" 0 "> '; str_out + =' <tr> '; str_out + =' <td> '; str_out + =' <a href =" '+ Rand_Posts_Url [i] +' "title =" '+ Rand_Posts_Snippet [i] + '">'; str_out + = '<img src="' + +'" width="32px" Rand_Posts_Thumbnail[i] height="32px"/>'; str_out + = '</ a> '; str_out + =' </ td> '; str_out + =' <td> '; str_out + =' <div class="recent_post_title"> '; str_out + =' <a href = "'+ Rand_Posts_Url [i] + '"title ="' + Rand_Posts_Snippet [i] + '">'; str_out + = Rand_Posts_Title [i]; str_out + = '</ a>'; str_out + = '</ div>'; str_out + = ' <div class="recent_post_info"> '; str_out + =' <a href="' +'" title="' Rand_Posts_Url[i] + + + Rand_Posts_Snippet[i]'"> '; str_out + =' By '+ Rand_Posts_Author [i] + '-' + Rand_Posts_Comment_Number [i] + 'comments'; str_out + = '</ a>'; str_out + = '</ div>'; str_out + = '</ td>'; str_out + = '</ tr>'; str_out + = '</ table>'; str_out + = '</ div>';} document.getElementById ('random_posts_id'). innerHTML = str_out;}
Vbs_Get_Post_Num function (json) {Total_Posts_Number = json.feed.openSearch $ totalResults. $ t: if (Total_Posts_Number <= Random_Max) {var START_INDEX = 1; Random_Max = Total_Posts_Number;} else {var START_INDEX = 1 + Math.floor (Math. random () * (Total_Posts_Number - Random_Max));} Document.write ('<script type = "text / JavaScript" src = "http://URL-blog-anda.blogspot.com/feeds/posts/default?start-index =' + START_INDEX + '& max-results = '+ Random_Max + "& orderby = published & alt = json-in-script & callback = Vbs_Random_Post"> <\ / script>');}
-> </ Script><Script type = "text / JavaScript" -> </ Script>
2) Then, log in to your blogger account, dashboard> design> page elements> Add a Gadget> HTML / Java Script.3) After that, paste the above code and press save4) Completion
08.43 0

Ways to Install Effects Zoom In Photo

To install the zoom effect on the picture, for example picture above (move the cursor happiness zoom picture above), the way is very easy.

1) Log in to blogger, dashboard> design> Edit HTML
2) Press the F3 or Ctrl + F. Next type in or paste the code
]]> </ b: skin> Find the space and then press Enter
3) Enter the code below before]]> </ b: skin>

. posts img {
filter: alpha (opacity = 60); / * Internet Explorer * /
opacity: 0.6; / * CSS3 standard * /
-o-transition: all 0.5 s;
-MOZ-transition: all 0.5 s;
-webkit-transition: all 0.5 s;
}
. posts img: hover {
-o-transition: all 0.3s;
-MOZ-transition: all 0.3s;
-webkit-transition: all 0.3s;
-MOZ-transform: scale (1.3);
-o-transform: scale (1.3);
-webkit-transform: scale (1.3);
}

4) Click the preview, and if there are no errors, click save and see the results

08.42 0

Bagaimana Memasang Recent posts floating bar widget di Blogspot

Hello to all visitors mediasiber blog, If you all noticed under this blog once there appears hot news headlines featuring the latest post slider effect.If you want to install to your blog, here is how caranya.Terima thanks go to maribinablog on this tutorial very interesting for me.
1) Login to Dashboard> Design> Edit HTMLNote: please backup your template first to avoid any negligence.2) Tick the expand widget templates.3) Using the keyboard, press "Ctrl + F" to find the code </ head>4) Copy and paste this css code, on or before the code </ head>

 
<style type='text/css'>
# Bd {float: bottom;font-family: Arial, Helvetica, sans-serif;line-height: 1.5;margin-top: 5px;font-size: 12px}
. Text {color: # 98BF2F;margin-left: 8px}
div # news-1. gk_news_highlighter {font-family: Verdana, Arial;font-size: 11px;color: # 666}
div # news-1 {width: 960px;height: 24px;margin-left:-10px;display: scroll;position: fixed;BOTTOM: 1px;border-top: 1px solid # CCC;border-bottom: 1px solid # CCC;background: # 000 url (https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjxIWz8QnRzZiVO6eZv22N2i_lpwxYhsoQiLr0a1x3lfz0caK2ufzXflUoZ4AXhVTKqcuhkA8es2wMRNPDaeZ5rrJgN7okHzFINhxUBEmIrwjVaR3etu6BbeFmti01O8vp70Z3OqMQ7ZzYM/s320/gradient.png) repeat-x 0-100px;cons: Lingo;overflow: hidden}
div # news-1. gk_news_highlighter_wrapper {float: left;width: 820px;height: 24px;line-height: 24px;overflow: hidden;position: relative}
div # news-1. gk_news_highlighter_item {width: auto;height: 24px;padding-left: 20px;display: none;position: absolute}
div # news-1. nowrap {white-space: nowrap}
div # news-1. gk_news_highlighter_title {padding-left: 5px}
div # news-1. gk_news_highlighter_desc {padding-right: 5px}
div # news-1. gk_news_highlighter_interface {float: left;width: 120px;height: 24px;text-align: right;line-height: 24px;z-index: 1000}
div # news-1. gk_news_highlighter_interface. text {float: left;display: block;width: auto;padding-left: 5px;font-weight: 700}
div # news-1. gk_news_highlighter_interface div {width: 30px;float: right}
div # news-1. gk_news_highlighter_interface a.prev, div # news-1. gk_news_highlighter_interface a.next {cursor: pointer;width: 13px;height: 24px;display: block;no-repeat 0 50%;float: left}
div # news-1. gk_news_highlighter_interface a: hover.prev {background-position:-13px 50%}
div # news-1 a, div # news-1 a: link, div # news-1 a: visited, div # news-1 a: active, div # news-1 a: focus {color: # FFF}
div # news-1. gk_news_highlighter_interface a.next {float: right;background-position:-26px 50%}
div # news-1. gk_news_highlighter_interface a: hover.next {background-position:-39px 50%}
</ Style>

5) After that, looking about id='content-wrapper'> <div code.For a blog that uses a template from the template designer, find the code </ footer>
6) Copy and paste this HTML code and Javascript, below or after the code <div id='content-wrapper'>

 
For a blog that uses a template from the template designer, paste this HTML code and Javascript on or before </ footer>

 
<div id='bd'><div class='gk_news_highlighter' id='news-1'><div class='gk_news_highlighter_interface'><span class='text'> HOT NEWS </ span><div><a class='prev' href='#'/><a class='next' href='#'/></ Div></ Div><div class='gk_news_highlighter_wrapper'><script language='JavaScript'>imgr = new Array ();showRandomImg = false;aBold = true;text = "no";showPostDate = false;summaryPost = 200;summaryFontsize = 12;summaryColor = "# 000";icon = "» ";label = "";numposts = 30;home_page = "http://mediasiber.blogspot.com/";</ Script><script src='http://yourjavascript.com/11843262101/post-hotnews.js' type='text/javascript'/></ Div></ Div></ Div><script src='http://yourjavascript.com/01042612211/mootools.js' type='text/javascript'/><script src='http://javscript-code.googlecode.com/files/engine_compress.js' type='text/javascript'/><script type='text/javascript'>try {$ Gavick;} catch (e) {$ Gavick = {};};$ Gavick ["gk_news_highlighternews-1"] = {"AnimationType": 3,"AnimationSpeed": 200,"AnimationInterval": 2000,"AnimationFun": Fx.Transitions.linear,"Mouseover": 1};</ Script>
Note: Replace the url of your blog with the word red above.
7) Click the preview and if satisfied, click save.8) Done.

08.37 0

Installing Recent comments widget with avatar

Maybe you're bored with the variety of widgets recent comment below
what you said with the recent comments that this was?
Interesting is not it? So to those of you who are interested to install this widget to your blog, please follow the instructions dibawah.widget is brought by maribinablog.

1) As usual, login to your blogger account, dashboard> design> page elements> Add a Gadget> HTML / Java Script
2) Enter the code below

<style type="text/css">
. recent-comment {
margin-bottom: 3px;
padding-bottom: 2px;
background-color: # FFF;
border: 1px solid # DDD
}
. recent-comment-ico {
height: 26px;
width: 26px;
background-color: # FFF;
border: 1px solid # DDD;
float: left;
margin: 0px 2px 2px 6px;
padding: 2px
}
. recent-comment-body {
padding: 3px;
font-size: 11px
}
. recent-comments a,. recent-comment a: hover {
font-weight: bold;
font-weight: 11px
}
</ style>

<script src='http://javscript-code.googlecode.com/files/recentcommentavt.js' type='text/javascript'> </ script>

3) Click save, and see the results

08.35 0

Change Cursor In Blog

Using the original cursor default possible so boring, if you change the cursor that you are interested of course you see the other blog from the lain.Anda can select the list cursor is free to choose the way your cursor here. Sure you do not choose the animated cursor (move the package) because this type of cursor only works on internet explorer web browser only.
After selecting your cursor compelling, please copy code provided, and delete code that has been colored as follows

<style type="text/css"> body, a, a: hover {cursor: url (http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;} </ style> <a href = "http://www.cursors-4u.com/cursor/2008/12/17/cool-blue-outer-glow-pointer.html" target = "_blank" title = "Cool Blue Outer Glow Pointer "> <img src =" http://cursors-4u.com/support.gif "border =" 0 "alt =" Cool Blue Outer Glow Pointer "style =" position: absolute; top: 0px; right: 0px; "/> </ a>

So it should look like this
<style type="text/css"> body, a, a: hover {cursor: url (http://cur.cursors-4u.net/cursors/cur-2/cur116.cur), progress;} </ style>

1) Then, login to your blogger account, dashboard> design> page elements> Add a Gadget> HTML / Java Script
2) Enter the code above has been changed into HTML / Java Script you
3) Save .. Completion
08.33 0

Putting Popular Post Widget With Thumbnail

This time Tutorial will teach you all how to incorporate popular posts widget with thumbnails, you may already have put this widget in your blog but your blog without thumbnail image looks bleak, the following is an example of a widget that was installed on this blog.
1) Login to your blogger account, dashboard> Design> Page elements> Add a Gadget
2) Select the popular post

3) After that, the inner show -> Post title and, tick on the image thumbnail like the picture below



 Notes: Title: enter the title of your widget, for example, popular posts
           Most Viewed: You can specify whether all the time, 30 days ago or a week ago, for popular widget displayed on your post.
           Show: Tick the thumbnail image to display the image in your post Popular
4) Click save and you're done.

08.30 0

Register Your Blog to Search Engines

As the title above, this time I will do a special tutorial for there to register your blog to the search engines so easy indekskan your blog into search engines like google, yahoo, bing etc. you carian.Tahukah engine, what search engine?

Search engine is a database site whose primary function is to provide feedback on the keyword (keyword) or phrase included in the space provided. This response is the search results. Search results will be displayed in SERP or the Malay language search interface results in the search engines.

 Mendaftar dengan Google
1) Open your web browser and enter this url -> http://www.google.com/addurl/
2) Fill in the required information

URL: enter the URL of your blog.
Comments: Enter the keyword (keywords) associated with your blog.
Word verification: Enter the verification letters to confirm you are not spam.

3) Click add URL.Done

  Register with Yahoo!

1) Open a browser and type in this URL -> https://siteexplorer.search.yahoo.com/submit
note: make sure you already have an account with yahoo, if no please register for free here
2) Fill in the required information
- Click Submit a Website or Webpage.
- URL: enter the URL of your blog.
- Then, click Submit URL. Done.
3) After that, click the Submit A Website Feed.
- URL: Enter the URL of your blog.
- click Submit Feed.
- You only need to enter atom.xml and click Add Feed.

Submit Blog to Bing

1) Login to http://www.bing.com/webmaster/SubmitSitePage.aspx
2) Fill in the required information
   - Word verification: to verify that you are not spam, enter.
   - URL: Enter the URL of your blog.
3) Done



08.01 0

Letak 'Recent Comments' Dalam Blog

Want to install the recent comments widget this blog? Way very easily.

1) Login to blogger account, dashboard> Design> Page Elements> Add a Gadget
2) Click on the more gadgets and search Center column type in 'Recent Comments' and press search

3) Click on gadgets recent comments and specify what you want
notes:
Title: change it to anything you want, for example Latest Comment
Height: height of the gadget, adjust with the desire
Number of Comments to Display: Displays the amount of comments you want displayed
Summary lenght: Total number of words comments from visitors, customize your tastes follow

4) Done

08.00 0

Installing The 'Back To Top'

Back to top button assembly into our blog to facilitate visitors to go to the blog on your blog without using the scroll in automatik.Berikut are the steps to install this widget.

demo example you can click here

1) Like usual, login to blogger account, Dashboards> Design> Page Elements> Add a Widget> HTML / Java Script

2) Next copy the code below
<style type="text/css">. backtotop a: hover {background: none;} </ style> <div class="backtotop"> <a style = "display: scroll; position: fixed; BOTTOM: 5px; right: 5px; "class =" backtotop "href =" # "rel =" nofollow "title =" Back to Top "> <img style =" border: 0; "src =" http://www3.picturepush.com / photo/a/9132936/640/9132936.png "/> </ a> </ div>

notes:
Green: you can change either want to put this widget or the right
Red: Url back to top button that you upload, if you want to use the default, simply disregard the

3) Done .. easy right?

07.58 0

From Youtube: Convert Video Player to MP3 Player

Excited by the title above? Probably many already know but this time tutorial dedicated to those of you who still do not know another trick ini.tanpa waste of time, let us see how to change the video player from youtube to MP3 player.

1) Get a video link (URL) of the website youtube
example for the above video
http://www.youtube.com/watch?v=ky9-CNgStqw

2) Remove 'watch?' and replace '=' to '/'
for example http://www.youtube.com/watch?v=ky9-CNgStqw
converted into http://www.youtube.com/v/ky9-CNgStqw

3) Enter the link you've altered the code below into the last
<embed width="425" height="25" type="application/x-shockwave-flash" allowscriptaccess="always" src="LINK DISINI"> </ embed>

example for the above code
<embed allowscriptaccess="always" height="25" src="http://www.youtube.com/v/ky9-CNgStqw" type="application/x-shockwave-flash" width="425"> </ embed>



07.56 0

Comment below Entering Space Entry

Installing the comment section of each blog entry to facilitate visitors to provide comments / opinions or questions for each post published on your blog.
Basically, the blogger has provided an easy way to allow comments on your blog system appear like this.

What you should do is this comment system enablekan following way.

1. Login to your blogger account, from the dashboard> settings> comments
In the comments form placement, select 'embedded below post'

2. Save the settings and see the result ..

IF not successful.

3. Click on design> edit html> Expand widget templates
4. Backup your template by clicking 'download full template'.

5. Press ctrl + F to find the code below.

     <b:include data='post' name='comments'/>



6. Put this code below the code you see in step 5.

     <b:include data='post' name='comment-form'/>



7. Save your template.

07.53 1

Inserting Into Effect Snow Blog

Let enliven your blog with snow effects
For this tutorial will put two of code for snow white snow and black (some black snow ye. :)

Demo for snow black color can be seen here. DEMO

Way to put snow in the blog are as follows.
1) Login to your blogger account, dashboard> Design> Page Elements> Add a Gadget> HTML / Java Script
2) Copy one of the following codes in a column and then paste html / javascript

Code for snow white (suitable for dark background)

     <script type="text/javascript" src="http://www.yourjavascript.com/14104214083/snow-white.js"> </ script>



Code for snow black (suitable for white background)

     <script type="text/javascript" src="http://www.yourjavascript.com/03441140321/snow-black.js"> </ script>

3) Done :)
07.51 0

Parking Pictures Side Entry Title

Title entries are among the first things a person judged by visitors to a blog. Besides having the post titles GEMPAK ², presence decorator can also add to the draw on that entry.
Among one of the things to add glow to the entry title is to put a picture next to the entry title.

example:

Here are the steps that need to be done.


1.Login blogger account, from the dashboard> layout> edit html> expand widget templates

2.Tekan ctrl + F to activate the 'find' and then look for the following code.

     <a expr:href='data:post.url'> <data:post.title/> </ a>




3. Place the code below between the code and the code <a expr:href='data:post.url'> <data:post.title/> </ a>

     <img src="url gambar"/>



Example code should look something like this

Note:
a. Change the 'image url' with your desired image url
b. Commonly used image size is in the range of 20x20 to 30x30.


4. Done
(Tutorial by unwanted86)


07.48 0

Find out the number of visitors in Blog

whous.amung.us offers a widget that shows the number of visitors online in real time.
Among the advantages of using this widget is an attractive display, and also how to easily install on your blog. Can see a demo of this widget installed on blogs, HERE.

Here are the steps required to put this widget in your blog.


1. Open the web http://whos.amung.us/

2. Select the desired position of the widget (widget will be in a static state in your blog), then copy the code that is available.

3. Once the copy code, pastekan in html / javascript page element found in your blog.

Dashboard> Design> page element> add a gadget> html / javascript.

4.done
07.46 0

Changing the Original Sentence In Linkwithin

For anyone using linkwithin on the blog, will certainly appear a verse that has been set automatically while putting the gadget.

For the Malay language, will be out the verse, "You might as well take advantage of" and the english "You like These stories may also rates".

if it is converted into another below it feels right cool .. x?
To change the above verse is very easy

1) Login to your blogger account, then select dashboard> Design> Page Elements
2) Find the element to edit and then click LinkWithin

3) From the displayed code, add this code it is divided

     <script> linkwithin_text = 'WHATEVER YOU ARE HERE' </ script>


Your code should be like this

4.Done


07.41 0

Register and deposit linkwithin

to display related posts on the blog, one popular way is to use a service from linkwithin.Dengan use linkwithin it look more interesting because the display thumbnail view for related entries.
Among the advantages of using linkwithin is:
1.Paparan with a more eye-catching thumbnail visitors
2.Cara easy to post a blog without the need for complex conversion.

Way to memasing linkwithin to the blog are as follows: -
1) Open the page www.linkwithin.com

2) After that, fill in the information required
3) Click on the Get Widget!
4) Click the install widget

5) Select the blog you want to enter the linkwithin
6) Click save on the page elements anda.Done