Wednesday, August 29, 2012

ব্লগ টাইটেলের স্টাইল পরিবর্তন করুন

আসসালামু আলাইকুম বন্ধুরা। সবাই কেমন আছেন ? আশা করি আল্লাহ'র অশেষ রহমতে সবাই ভাল আছেন।
আজ আমি আপনাদের কাছে হাজির হলাম একটি নতুন টিউন নিয়ে। এটা অনুসরণ করে আপনার ব্লগের টাইটেল  স্টাইল পরিবর্তন করতে পারবেন। এর জন্য আপনাকে কিছু সহজ Process অনুসরণ করতে হবে।


  •   প্রথমে আপনার ব্লগে লগ ইন করুন। (এতে আপনার ব্লগার আইডি ও পাসওয়ার্ড লাগবে।
  •  তারপর ব্লগারে ড্যাসবোর্ড (Dashboard) থেকে লেআউট (Layout) অপশন সিলেক্ট করুন।
  • এবার এবার Add a Gadget এ ক্লিক করে নতুন বক্স এলে Html/Javascript সিলেক্ট করুন।
  • এবার নতুনএকটি বক্স খুলবে। এখানে Title এর জায়গা খালি রেখে Content এর জায়গায় নিচের কোডসমুহ কপি করে পেস্ট করুন। এখানে Write Your Title লেখার জায়গায় আপনার পছন্দমত লেখা দিলে তা টাইটেল বারে প্রদর্শিত হবে।
 
<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand.
// Permission granted to use this script provided this credit
// remains intact. Visit my homepage
 <a href="http://www.chc.quik.co.nz/juggler/mikey.html" target="_blank">
www.chc.quik.co.nz/juggler/mikey.html</a>
// Script written for Internet Explorer 4.0+.
// *******************************************************************
var message="Write Your Title Here"    //specifys the title
var message=message+"          " //gives a pause at the end,1 space=1 speed unit, here I used 10
 spaces@150 each = 1.5seconds.
i="0"         //declares the variable and sets it to start at 0
var temptitle=""                 //declares the variable and sets it to have no value yet.
var speed="150"                  //the delay in milliseconds between letters
function titler(){
if (!document.all&&!document.getElementById)
return
document.title=temptitle+message.charAt(i)  //sets the initial title
temptitle=temptitle+message.charAt(i)       //increases the title by one letter
i++    //increments the counter
if(i==message.length)    //determines the end of the message
{
i="0"    //resets the counter at the end of the message
temptitle=""    //resets the title to a blank value
}
setTimeout("titler()",speed)   //Restarts. Remove line for no-repeat.
}
window.onload=titler
</script>
<script language="JavaScript1.2">
// *******************************************************************
// script by drevil_nz, Michael Dillon, Christchurch New Zealand. // 
Permission granted to use this script provided this credit        // 
remains intact. Visit my homepage <a href="http://www.chc.quik.co.nz/
juggler/mikey.html//
" target="_blank">www.chc.quik.co.nz/juggler/mikey.html//</a>
 Script written for Internet Explorer 4.0+.
// ******************************************************************* 
var message="Supernova Solar Systems"
     //specifys the titlevar message=message+"          "
 //gives a pause at the end,1 space=1 speed unit, here
 I used 10 spaces@150 each = 1.5seconds. i="0" 
        //declares the variable and sets it to start at 0var temptitle=""                
 //declares the variable and sets it to have no value yet.var speed="150"  
                //the delay in milliseconds between letters function titler()
{if (!document.all&&!document.getElementById)returndocument.title=temptitle+message
.charAt(i)  
//sets the initial titletemptitle=temptitle+message.charAt(i)       
//increases the title by one letteri++    
//increments the counterif(i==message.length)    
//determines the end of the message{i="0"    //resets the counter at the end
 of the messagetemptitle=""    
//resets the title to a blank value}setTimeout("titler()",speed) 
  //Restarts. Remove line for no-repeat.} window.onload=titler</script>
 
 
  • এবার Save বাটন ক্লিক করুন।
ভাল লাগলে কমেন্ট করবেন, আর কোন সমস্যা হলে জানাবেন।
Share this post
  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...

1 comments

  1. খারাপ হয় নাই। আমার কাজ হইছে :)

    ReplyDelete

:) :-) :)) =)) :( :-( :(( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ :-$ (b) (f) x-) (k) (h) (c) cheer

 
© 2011 ব্লগিং টিউনস | বাংলায় শিখুন ব্লগিং
Designed by BlogThietKe Cooperated with Duy Pham
Released under Creative Commons 3.0 CC BY-NC 3.0
Posts RSSComments RSS
Back to top