Music

https://noupdate24.blogspot.com/search/label/Blog

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Saturday, September 21, 2013

বর্তমানেনতুনযতকম্পিউটারব্যবহারকারীআছেনতারবিরাটঅংশই Laptop অথবা Notebook/Netbook  PC ব্যবহারকরেনকোনকারনেযদিকম্পিউটারের CD/DVD Rom নষ্টহয়েযায়তখনকম্পিউটারেঅপারেটিংসিস্টেমসেটাপেরপ্রয়োজনহলেব্যবহারকারীরমাথায়পড়েহাত, আরসেটাযদিহয়নোটবুকতবেতআরকথায়নাই
আজএইসমস্যারসমাধানদেবআপনাদেরকে।আমিআপনাদেরকেশেখাবকিভাবেকোন software ব্যবহারনাকরেও Pen-drive দ্বরা Windows setup দেওয়াযায়
এরজন্যআপনারপ্রয়োজনহবেএকটি 8 GB (৮জিবি) Pen drive. windows 7 PC.
কার্যপ্রণালী:
. প্রথমে৮ GB Pen-drive টাকেপিসির USB port-এলাগান। Pen-drive কে NTFS format করুন।অর্থাৎযখনপেনড্রাইভটাকেফরমেটকরবেনতখনমেনুথেকে FAT এরপরিবর্তে NTFS সিলেক্টকরুনএবং format করুন


    

. এখন Windows এর Command Prompt মনেুতেযান। Start menu >>  All Programs>> Accessories>> Command Prompt (Open it). নিচেরমতছবিআসবে
এখননিচেরহলুদদাগদেওয়াকমান্ডগুলোফলোকরুন
. এখনলিখুন>diskpart  এবং enter চাপুন
. DISKPART> list disk  লিখে enter চাপুন
. DISKPART> select disk 1  লিখে enter চাপুন।(এখানেআপনার Pen-driveকে select করুন, এটিসাধারনত disk 1 হয়েথাকে
. DISKPART> clean   লিখে enter চাপুন।লক্ষরাখুন Clean করারসময়প্রথমবার error দেখাতেপারেসেক্ষের্তেআবার clean লিখে enter চাপুন
. DISKPART> Create partition primary   লিখে enter চাপুন
. DISKPART> active    লিখে enter চাপুন
9. DISKPART> format quick লিখে enter চাপুন
       100% হওয়াপর্যন্তঅপেক্ষাকরুন
১০. DISKPART> assign  লিখে enter চাপুন। Successful দেখালেবরেহয়েআসুন
এখনএই Pen-driveএসিডিথেকে Setup file গুলোকপিকরুন।তাহলেইকাজশেষ
এখনএটিদিয়েযেকোনপিসিতে Windows setup দিতেপারবেন
কোনসমস্যাহলেযানাবেন
নেটেলাইভটিভিদেখতেযান http://media24online.blogspot.com/

Sunday, September 8, 2013

Facebook pop up like box

Follow these Two simple steps given below

  • Got to blogger>>Layout:
  • Add a Gadget>>Html JavaScript Gadget:
  • Inside Html/JavaScript Gadget Past below code
Step 1:

<script type="text/javascript">
//<!--
$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.w2bslikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBTrCOyf9ZdI-6Bh7QyZc4Pl_DebD-0d3azxoonsTXWQgoy0bNWBlLF6OUQ0eo9a2KLsDmR11QywW5Y8MSzK4qOU_eSvT2rcYL7DyUB6y13JkqwSL7YEpv3H7TnXGWYcjG2xInCNHl-39a/s150/w2b_facebookbadge.pn") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: #808080;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style><div class="w2bslikebox" style=""><div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2FProBloggertrick&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp; connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe></div></div>
Step 2:

Now you have done step one comes here what the next:

  • After adding the above code in layout html JavaScript Gadget:
  • Now go to dashboard >>Edit html
  • Find </head> tag and just before it past the below code.
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js' type='text/javascript'/>