Creating paging navigation on Blogger

Creating paging navigation on Blogger


How to add next and previous pagination on blogger?
We divide into two part tutorial to enable you to understand and perform its corresponding tutorial. First we need is a function of pagination and the second is to give the look or design.


1. Install the paging function

Log in to Blogger >> Templates >> Back up Template (This is a precaution in case of error).
Click Edit HTML >> looking for the <body>
Then apply the following code before the </ body>

<b:if cond=’data:blog.pageType != &quot;item&quot;’>
<b:if cond=’data:blog.pageType != &quot;static_page&quot;’>
<script type=’text/javascript’>
/*<![CDATA[*/
var postperpage=5;
var numshowpage=2;
var upPageWord =’« Previous Page’;
var downPageWord =’Next Page »’;
var urlactivepage=location.href;
var home_page=”/”;
/*]]>*/
</script>
<script type=’text/javascript’>
/*<![CDATA[*/
var nopage;var jenis;var nomerhal;var lblname1;halamanblogger();function loophalaman(banyakdata){var html=”;nomerkiri=parseInt(numshowpage/2);if(nomerkiri==numshowpage-nomerkiri){numshowpage=nomerkiri*2+1}mulai=nomerhal-nomerkiri;if(mulai<1)mulai=1;maksimal=parseInt(banyakdata/postperpage)+1;if(maksimal-1==banyakdata/postperpage)maksimal=maksimal-1;akhir=mulai+numshowpage-1;if(akhir>maksimal)akhir=maksimal;html+=”<span class=’showpageOf’>Page “+nomerhal+’ of ‘+maksimal+”</span>”;var prevnomer=parseInt(nomerhal)-1;if(nomerhal>1){if(nomerhal==2){if(jenis==”page”){html+='<span class=”showpage”><a href=”‘+home_page+'”>’+upPageWord+'</a></span>’}else{html+='<span class=”showpageNum”><a href=”/search/label/’+lblname1+’?&max-results=’+postperpage+'”>’+upPageWord+'</a></span>’}}else{if(jenis==”page”){html+='<span class=”showpageNum”><a href=”#” onclick=”redirectpage(‘+prevnomer+’);return false”>’+upPageWord+'</a></span>’}else{html+='<span class=”showpageNum”><a href=”#” onclick=”redirectlabel(‘+prevnomer+’);return false”>’+upPageWord+'</a></span>’}}}if(mulai>1){if(jenis==”page”){html+='<span class=”showpageNum”><a href=”‘+home_page+'”>1</a></span>’}else{html+='<span class=”showpageNum”><a href=”/search/label/’+lblname1+’?&max-results=’+postperpage+'”>1</a></span>’}}if(mulai>2){html+=’ … ‘}for(var jj=mulai;jj<=akhir;jj++){if(nomerhal==jj){html+='<span class=”showpagePoint”>’+jj+'</span>’}else if(jj==1){if(jenis==”page”){html+='<span class=”showpageNum”><a href=”‘+home_page+'”>1</a></span>’}else{html+='<span class=”showpageNum”><a href=”/search/label/’+lblname1+’?&max-results=’+postperpage+'”>1</a></span>’}}else{if(jenis==”page”){html+='<span class=”showpageNum”><a href=”#” onclick=”redirectpage(‘+jj+’);return false”>’+jj+'</a></span>’}else{html+='<span class=”showpageNum”><a href=”#” onclick=”redirectlabel(‘+jj+’);return false”>’+jj+'</a></span>’}}}if(akhir<maksimal-1){html+=’…’}if(akhir<maksimal){if(jenis==”page”){html+='<span class=”showpageNum”><a href=”#” onclick=”redirectpage(‘+maksimal+’);return false”>’+maksimal+'</a></span>’}else{html+='<span class=”showpageNum”><a href=”#” onclick=”redirectlabel(‘+maksimal+’);return false”>’+maksimal+'</a></span>’}}var nextnomer=parseInt(nomerhal)+1;if(nomerhal<maksimal){if(jenis==”page”){html+='<span class=”showpageNum”><a href=”#” onclick=”redirectpage(‘+nextnomer+’);return false”>’+downPageWord+'</a></span>’}else{html+='<span class=”showpageNum”><a href=”#” onclick=”redirectlabel(‘+nextnomer+’);return false”>’+downPageWord+'</a></span>’}}var pageArea=document.getElementsByName(“pageArea”);var blogPager=document.getElementById(“blog-pager”);for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=”}if(blogPager){blogPager.innerHTML=html}}function hitungtotaldata(root){var feed=root.feed;var totaldata=parseInt(feed.openSearch$totalResults.$t,10);loophalaman(totaldata)}function halamanblogger(){var thisUrl=urlactivepage;if(thisUrl.indexOf(“/search/label/”)!=-1){if(thisUrl.indexOf(“?updated-max”)!=-1){lblname1=thisUrl.substring(thisUrl.indexOf(“/search/label/”)+14,thisUrl.indexOf(“?updated-max”))}else{lblname1=thisUrl.substring(thisUrl.indexOf(“/search/label/”)+14,thisUrl.indexOf(“?&max”))}}if(thisUrl.indexOf(“?q=”)==-1&&thisUrl.indexOf(“.html”)==-1){if(thisUrl.indexOf(“/search/label/”)==-1){jenis=”page”;if(urlactivepage.indexOf(“#PageNo=”)!=-1){nomerhal=urlactivepage.substring(urlactivepage.indexOf(“#PageNo=”)+8,urlactivepage.length)}else{nomerhal=1}document.write(“<script src=””+home_page+”feeds/posts/summary?max-results=1&alt=json-in-script&callback=hitungtotaldata”></script>”)}else{jenis=”label”;if(thisUrl.indexOf(“&max-results=”)==-1){postperpage=20}if(urlactivepage.indexOf(“#PageNo=”)!=-1){nomerhal=urlactivepage.substring(urlactivepage.indexOf(“#PageNo=”)+8,urlactivepage.length)}else{nomerhal=1}document.write(‘<script src=”‘+home_page+’feeds/posts/summary/-/’+lblname1+’?alt=json-in-script&callback=hitungtotaldata&max-results=1″ ></script>’)}}}function redirectpage(numberpage){jsonstart=(numberpage-1)*postperpage;nopage=numberpage;var nBody=document.getElementsByTagName(‘head’)[0];var newInclude=document.createElement(‘script’);newInclude.type=’text/javascript’;newInclude.setAttribute(“src”,home_page+”feeds/posts/summary?start-index=”+jsonstart+”&max-results=1&alt=json-in-script&callback=finddatepost”);nBody.appendChild(newInclude)}function redirectlabel(numberpage){jsonstart=(numberpage-1)*postperpage;nopage=numberpage;var nBody=document.getElementsByTagName(‘head’)[0];var newInclude=document.createElement(‘script’);newInclude.type=’text/javascript’;newInclude.setAttribute(“src”,home_page+”feeds/posts/summary/-/”+lblname1+”?start-index=”+jsonstart+”&max-results=1&alt=json-in-script&callback=finddatepost”);nBody.appendChild(newInclude)}function finddatepost(root){post=root.feed.entry[0];var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);var timestamp=encodeURIComponent(timestamp1);if(jenis==”page”){var alamat=”/search?updated-max=”+timestamp+”&max-results=”+postperpage+”#PageNo=”+nopage}else{var alamat=”/search/label/”+lblname1+”?updated-max=”+timestamp+”&max-results=”+postperpage+”#PageNo=”+nopage}location.href=alamat}
/*]]>*/
</script>
</b:if>
</b:if>
Click Save Template
You managed to do a part / section first.
Now we get into the second part is the design.
We have 4 colors for paging and you can apply it directly on your paging.

The first entry Blogger Template >> Backup >>
Search code:]]> </ b: skin>
Before the code:]]> </ b: skin> to apply the code below.


//* Red Style —————————————- *//
#blog-pager{float:left;font-size:16px;line-height:normal;margin:0 20px;padding:2em 0}
.showpageNum a,.showpage a,.showpagePoint{background:#e74c3c;border:none;border-bottom:3px solid #862B20;color:#FFF;font-size:15px;font-family:open sans;font-weight:700;margin-left:10px;border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px;-o-border-radius:5px 5px 5px 5px;transition:background 400ms;-webkit-transition:background 400ms;-moz-transition:background 400ms;-o-transition:background 400ms;padding:10px 20px}
.showpageNum a:hover,.showpage a:hover,.showpagePoint,.blog-pager-newer-link,.blog-pager-older-link,.home-link{background:#c0392b;color:#FFF}
.showpageOf{display:none!important}
@font-face{font-family:’font-style:normal;font-weight:700;src:local(‘OpenSansBold’), local(‘OpenSans-Bold’), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format(‘woff’)}
//* Blue Style ————————————————— *//
#blog-pager{float:left;font-size:16px;line-height:normal;margin:0 20px;padding:2em 0}
.showpageNum a,.showpage a,.showpagePoint{background:#3498db;border:none;border-bottom:3px solid #246EA0;color:#FFF;font-size:15px;font-family:open sans;font-weight:700;margin-left:10px;border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px;-o-border-radius:5px 5px 5px 5px;transition:background 400ms;-webkit-transition:background 400ms;-moz-transition:background 400ms;-o-transition:background 400ms;padding:10px 20px}
.showpageNum a:hover,.showpage a:hover,.showpagePoint,.blog-pager-newer-link,.blog-pager-older-link,.home-link{background:#2980b9;color:#FFF}
.showpageOf{display:none!important}
@font-face{font-family:’font-style:normal;font-weight:700;src:local(‘OpenSansBold’), local(‘OpenSans-Bold’), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format(‘woff’)}
// * Green Style —————————————— *//
#blog-pager{float:left;font-size:16px;line-height:normal;margin:0 20px;padding:2em 0}
.showpageNum a,.showpage a,.showpagePoint{background:#2ecc71;border:none;border-bottom:3px solid #208C4D;color:#FFF;font-size:15px;font-family:open sans;font-weight:700;margin-left:10px;border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px;-o-border-radius:5px 5px 5px 5px;transition:background 400ms;-webkit-transition:background 400ms;-moz-transition:background 400ms;-o-transition:background 400ms;padding:10px 20px}
.showpageNum a:hover,.showpage a:hover,.showpagePoint,.blog-pager-newer-link,.blog-pager-older-link,.home-link{background:#27ae60;color:#FFF}
.showpageOf{display:none!important}
@font-face{font-family:’font-style:normal;font-weight:700;src:local(‘OpenSansBold’), local(‘OpenSans-Bold’), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format(‘woff’)}
//* Dark Style ———————————————– *//
#blog-pager{float:left;font-size:16px;line-height:normal;margin:0 20px;padding:2em 0}
.showpageNum a,.showpage a,.showpagePoint{background:#34495e;border:none;border-bottom:3px solid #202D3A;color:#FFF;font-size:15px;font-family:open sans;font-weight:700;margin-left:10px;border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-moz-border-radius:5px;-o-border-radius:5px 5px 5px 5px;transition:background 400ms;-webkit-transition:background 400ms;-moz-transition:background 400ms;-o-transition:background 400ms;padding:10px 20px}
.showpageNum a:hover,.showpage a:hover,.showpagePoint,.blog-pager-newer-link,.blog-pager-older-link,.home-link{background:#2c3e50;color:#FFF}
.showpageOf{display:none!important}
@font-face{font-family:’font-style:normal;font-weight:700;src:local(‘OpenSansBold’), local(‘OpenSans-Bold’), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format(‘woff’)}
Then Save Template
And the final section was completed.
Read More

Trafficmonsoon থেকে দৈনিক 10$ আয়ের উপায়

Trafficmonsoon থেকে দৈনিক 10$ আয়ের উপায়



এর আগে আপনাদেরকে Traffic monsoon সম্পর্কে ধারনা দিয়েছিলাম। অনেকে হয়ত কাজ করছেন আবার অনেকেই হয়ত ভাবছেন কিভাবে কাজ করব। তাই আজ আপনাদেরকে sign up করা এবং কিভাবে কাজ করে দৈনিক 10$ আয় করা যায় সে সম্পর্কে বলব।

sign up করাঃ প্রথমে এখানে click করুন তাহলে সরাসরি registration পেজ ওপেন হবে।





আপনার নাম এবং মোবাইল নাম্বার লিখুন । আপনার ইমেইল লিখুন। অবশ্যই yahoo অথবা gmail ব্যবহার করবেন। তারপর আপনার ইচ্ছামত username দিন। এখন আপনাকে একটি withdraw code দিতে হবে। এটি একটি pin code এর মত যখন money withdraw করবেন তখন এটি দিতে হবে। আপনার ইচ্ছামত একটি code দিন। তবে সংখ্যা এবং অক্ষর মিলিয়ে দিতে হবে যেমনঃ tmson456

এরপর আপনার paypal-এর ইমেইল টি লিখুন। যদি আপনার paypal account না থাকে তাহলে একটি account খুলে নিন। যেহেতু বাংলাদেশে paypal support করে না তাই অন্য দেশের ঠিকানা দিয়ে খুলে নিন। আপনি paypal-এ withdraw করতে পারবেন এবং সেটি online-এ খরচ করতে অথবা বিক্রি করতে পারবেন। এজন্ন্য account verified হবার দরকার নেই। এখানে অবশ্য আপনি payza অপশন দেখতে পাচ্ছেন কিন্তু আসলে payze  তে আপনি Traffcimonsoon থেকে টাকা তুলতে পারবেন না । যদি আপনি এখানে টাকা invest করেন তাহলে পারবেন। যেহেতু আমরা কোন টাকা invest করবো না সেহেতু paypal ব্যবহার করব। এখন registration ফর্ম টি sumit করার পরে আপনার ইমেইলে একটি মেইল আসবে যেখানে click করে আপনার আকাউন্ট টি  active করতে হবে।

কি কাজ করবেনঃ আপনার আকাউন্টে ঢুকলে আপনি cash link দেখতে পাবেন। এই cash link গুলো click করলেই আপনার আকাউন্টে টাকা জমা হবে।



চিত্রে দেখতে পাচ্ছেন কি করতে হবে।



কিভাবে দৈনিক 10$ আয় করা যায়ঃ নিচের হিসাবটি দেখুনঃ
 Your Daily Earning = $0.1
1 Referral = $0.1 Daily Earning 
100 Referrals = $10 Daily Earning
1000 Referrals = $100 Daily Earning
আশা করি বুঝতে পারছেন কিভাবে দৈনিক 10$ আয় করা যায়। এখন আপনি যত referral বানাবেন তত গুন আয় করতে পারবেন।
আমার ইনকামঃ আমিও কয়েকবার টাকা withdraw করেছি। কিছু screenshot দিলামঃ











মনে রাখবেনঃ  যতদিন free ইনকাম করা যায় ততদিন আপনার লাভ। কারন এখানে দৈনিক ১০মিনিট সময় দিলেই হবে। সর্বনিম্ন 2$ হলেই আপনি তুলতে পারবেন। এছাড়া এরা instant payment দেয় অর্থাৎ আপনি withdraw request করার সাথে সাথেই আপনার paypal/payza আকাউন্টে টাকা চলে যাবে।


Read More

সবচাইতে সহজ উপায়ে অনলাইনে আয় করুন আপনার সাইট থেকে Wapka সাইট হলেও হবে (Payout via Bkash,Bobil Recharge )

সবচাইতে সহজ উপায়ে অনলাইনে আয় করুন আপনার সাইট থেকে Wapka সাইট হলেও হবে (Payout via Bkash,Bobil Recharge )
আমরা অনেকেই নিজের web/wap সাইট বানাই…এটা করি,সেটা করি।
সময় আর টাকা নষ্ট করি।যারা শত শত ডলার আয় করেন তারা এঈ পোষ্ট থেকে দূরে থাকুন…কেননা এটা দিয়ে শত শত ডলার আয় করা খুবই কষ্টকর তবে দক্ষ হলে অনেক আয় করতে পারবেন।
কিন্তু আপনারা চাইলে সহজেই অনলাইনে মজা করার পাশাপাশি আয়ও করতে পারবেন।
আর সবার আগে বলে নেই,আমি যে পধতিতে আয় করা শেখাব এইটা ১০০% কাজ করে…আর উপায় টা খুবই সহজ আর যেই সাইট থেকে করবেন তা বিশ্বস্ত বাংলাদেশী website(wap4dollar)

তাহলে চলুন কথা না বাড়িয়ে কাজ শুরু করে দেই…
যেহেতু সব দায়ভার আমি নিয়েছি,সেহেতু একদম clear করে step by stepদিচ্ছি যাতে কাজ করতে কোন সমস্যা না হয়।

নিয়মাবলিঃ
১.একটা IP থেকে একটাই account খোলা যায়(একাধিক খুললে ব্লক হবেন,ওই ডিভাইস দিয়ে আর আয় করতে পারবন না)
২.আপনার একটা web/wap সাইট থাকতেই হবে।web/wap সাইট এ ভিজিটর যত বেশী হবে আপনার পয়েন্ট তত বারবে।
৩.প্রতিটি web/wap সাইট visitor এর click এ আপনি পাবেন ১ পয়েন্ট ।একজন visitor ২৪ ঘন্টায় ১টাই ক্লিক করতে পারবে।
৪. ১৫০পয়েন্ট = ১ডলার ( ৭৮ টাকা)
৫.আপনি 0.15$ হলেই payout করতে পারবেন।
৬.আপনি আপনার ডলার/টাকা PayPal,Money bookers, Payza , B kash,Mobil Recharge এর মাধ্যমে তুলতে পারবেন ।
৭.কারো Referrral link দিয়ে account খুললেই আপনি পাবেন ২০ পয়েন্ট বোনাস ।
৮.আপনার Referrral এ কেউ account খুললে আপনিও পাবেন ২০পয়েন্ট। যতজন কে Referr করবেন তত ২০ পয়েন্ট পাবেন।
৯.Request Payout করার পর ২৪ ঘন্টার মধ্যে আপনি টাকা/ডলার পেয়ে যাবেন।
১০.আইপি হাইড করে ক্লিক করলে সেই ক্লিক গ্রহনযোগ্য হবেনা।
কাজের ধাপঃ
১. প্রথমে   এখান থেকে  সাইন আপ করুন।




Tick দেওয়া গুলো অবশ্য পূরন করতে হবে


registration complete হলে সাইন ইন করলে এই রকম আসবে।



(ক,খ,গ,ঘ,ঙ,চ এর বিবরন নিচে এক এক করে দিলাম)

এখানে,

=আপনার পয়েন্ট(প্রথম registration complete হলে ২০পয়েন্ট হয়ে থাকবে)
=Publisher ADlink  html code যেটার যে কোন একটি আপনার web/wap site এ দিতে হবে…আপনি ব্যানার ও দিতে পারেন।
তবে আমি একটা Textlink ad code +যে কোন একটা ব্যানার দেওয়াই better মনে করি।






গ=refferal link
আপনি কাউকে রেফার করেতে চাইলে এই লিঙ্ক দিয়ে বা web/wap সাইটে  html কোড দিতে পারেন…আপনার Referral এ কেউ account খুললে আপনিও পাবেন ২০পয়েন্ট। যতজন কে Referr করবেন তত ২০ পয়েন্ট পাবেন।যেমন আপনি আমার Referr এ হলে আমি ২০পয়েন্ট পাবো।


=Earning Statistics
এখানে আপনি আপনার পয়েন্ট,আপনার ভিজিটরদের ক্লিক দেখতে পারবেন।



ঙ=Request Payout
আপনি এভাবে পে আউট করতে পারবেন।Request Payout করার পর ২৪ ঘন্টার মধ্যে আপনি টাকা/ডলার পেয়ে যাবেন।আপনার 0.15$ হলেই Request Payout দিতে পারবেন।।




=Payout History
আপনি আপনার payout এর সব history দেখতে পাবেন।
আশা করি সব বোঝাতে পারলাম।
এভাবে আপনি সবচাইতে সহজ উপায়ে অনলাইনে আয় করতে পারেন।
এজন্য আপনাকে সুন্দর একটা web/wap সাইট বানাতে হবে।আর আগে থেকে থাকলে তো কথাই নাই। wapka.mobi তেও হবে।
আপনার রেফারে যত বেশি মানুষ সাইন আপ করে সব কাজ শেষ করে ১০ পয়েন্ট আয় করবে কেবল তখনই আপনি সাথে সাথে ২০পয়েন্ট পাবেন।কাজেই যত বেশি রেফার তত আয়।
তবে লোভে পড়ে যেন আবার একটা ডিভাইস থেকে একাধিক আইডি খুলে নিজেকেই রেফার করবেন না।তাইলেই ধরা খাইবেন,এডমিন আপনাকে ব্লক করে দিবে আর আপনার আর আয় করা লাগবে না .


কোন সমস্যা হলে আমার সাথে যোগাযোগ করতে পারেন

Email : jafryking@gmail.com
Read More

How to Modify Headers Display Sidebar Blogger

How to Modify Headers Display Sidebar Blogger
Bro sist, Tips Tricks Bloggers back again ya with posts about CSS in a long while this blog is rarely updated because of busy taking care of some online stores.




Maybe my friend feel less satisfied with the look of your blog sidebar header title. Less of this, less of that, too gelaplah, or the color is less appealing. Or, perhaps also background on the title sidebar too intrusive and want to be removed. The following tips may be for my friend who had never tamper Utik CSS (intermediate), but there is no harm in anyway for my friend to learn CSS newbie blogger to start from changing the CSS rules in the sidebar title.

In Blogger, such as on the web in general, the entire display is set with CSS. So, as well as the title of the sidebar, zoom is set with CSS via a property and certain declarator. Before we take an important point on the CSS command header. CSS header has the same announcer HTML code (<h1> title </ h1>), which is h. Because it is a header, sidebar title also contains a declaratory h.

Title sidebar header is usually the type of header level 2, ie <h2> title </ h2>. Then, early in the edit HTML / Blogger template, look for the CSS rule containing h2, which is part of the CSS that governs all blog header level 2. CSS rules are in between <b: skin> <! [CDATA [and]]> </ b: skin>.
A simple example:

h2 {
background: #000;
margin:4px;
padding: 5px;
color: #f0f0f0;
line spacing: 1px;
line-height: 13px;
border: 1px solid #fff;
}
Obviously the rules vary in each template Blogger.

Before focusing on the conversion of the header view sidebar, note that h2 set the entire look of the blog header at level 2. While the CSS governing overall sidebar usually called sidebar-wrapper (or the like, for example sidebarwrapper, etc., looking similar), then title on the sidebar-wrapper is usually also characterized by an announcer with his id, the # sidebar-wrapper h2.

examples:

#sidebar-wrapper h2 {
background: #000;
margin:4px;
padding: 5px;
color: #f0f0f0;
line spacing: 1px;
line-height: 13px;
border: 1px solid #fff;
}

At a certain template, for example Minima template, the CSS rules do not exist, then the friend had to add their own. Later, created first and then put h2 or # sidebar-wrapper h2 between <b: skin> <! [CDATA [and]]> </ b: skin>. If no # sidebar-wrapper (or the like; namely wrapper element in the sidebar), then just use h2.

By modifying the CSS elements Sidebar Header (Title Sidebar)

To make modifications, there are several elements / CSS properties that need to be known. CSS positioning properties in general are: the margin and padding. Then the color is to set the font color. Line height is to set a high line spacing, and line spacing is the distance between letters. Background is to set the background color of the header. Buddy can add elements / other properties to add zoom. To test the change in value in a safe, backup template beforehand. Then please change the value of each property. Never in Crystal. See the results of zoom by clicking "Preview". If it has been done, the new "Save". To find out all elements / CSS styling properties, please see w3schools.com.

Adding Icon / Image Next Door Title / Title Header Sidebar
Through the CSS rules, my friend can enhance your appearance sidebar title with the image. This trick is done by adding elements background image and position it in such a way. Add url (alamatgambar.jpg) in the background.

For example:



h2 {background: url(http://www.alamaturlgambar/icon.jpg) #000:}

So that the image is not repeated (meet background):

h2 {background: url(http://www.alamaturlgambar/icon.jpg) no-repeat #000:} 

Furthermore, if you want the image to be on the left sidebar article title: 


h2 {background: url(http://www.alamaturlgambar/icon.jpg) no-repeat left center #000:}
 In order to be on the right sidebar title:

h2 {background: url(http://www.alamaturlgambar/icon.jpg) no-repeat right center #000:}
Then, set the large padding that writing does not collide with the icon / image. In some cases, written individually padding: padding-left, padding right, padding-top and padding-bottom. Change the value in the padding left if the image on the left. If the image on the right, change the value of padding-right. Padding value must be greater than the width (width) image / icon is used.

In other cases, written in shorthand CSS padding. examples:
h2 {padding: 3px 2px 4px 4px;}
Value right there on the second part, while the value of any part of the fourth left. Change one of the value is greater than the width of the image / icon.

There is also a shorthand like this:

h2 {padding: 4px 6px;}
The first value is for padding up and down while the second value is for the left and right padding. Changing the value of both will make writing more and have a narrow space. It's good buddy remove and replace rule independently padding (padding-right, padding-left, and so on) or by shorthand consisting of 4 values lined up as shorthand example above.

More examples of the use of a CSS rule to add the icon image on the sidebar header title:

#sidebar-wrapper h2 {
background: url (alamatgambar.jpg) no-repeat left center #000;
margin:4px;
padding: 5px 40px 5 40px;
color: #f0f0f0;
line spacing: 1px;
line-height: 13px;
border: 1px solid #fff; ...; ...; dst...
}
Change the value of each property as you wish.
After editing the CSS, preview first. If it is wrong, and will, save the template.

Read More

Ajbspot – Responsive MultiPurpose Blogger Template

Ajbspot – Responsive MultiPurpose Blogger Template


AjbSpot is a clean, stylish and professionally designed template for anyone who wants to make great website or internet businesses. This template is perfect choice for newspaper, magazine, editorial, personal blog, entertainment (movie, music and photography), and portfolio.. It is responsive and drag-drop to build your own home design. It allows you to customize and display the exactly what you want by shortcodes very quick and easy.

>>> ENJOY <<<
Read More

Download NCTB Books-All Class-Bangla And English Version

Download NCTB Books-All Class-Bangla And English Version

আপনার প্রয়োজনীয় বই ....... বাংলা বই পিডিএফ নীতিবাক্য ডাউনলোড. যে প্রতিশ্রুতি রাখার জন্য, বাংলা বই পিডিএফ ডাউনলোডের জন্য তার বই দোকান থেকে সব এনসিটিবি বই যোগ করতে যাচ্ছে. এই পোস্টে, আপনি ডাউনলোডের জন্য এক্সেস এনসিটিবি দ্বারা উপলব্ধ বর্গ 1-10 সব বই পাবেন.



কিভাবে এনসিটিবি বই ডাউনলোড করার জন্য?

নিচে স্ক্রোল করুন এবং প্রয়োজনীয় বইয়ের নাম জানতে -শুধু. বইএর নাম পর 'ডাউনলোড' টেক্সট ক্লিক করুন. নতুন তির্যক বক্স এবং পরিশেষে ডাউনলোড এনসিটিবি বইয়ের জন্য আপনার পছন্দসই বই অবিলম্বে শুরু করা হবে 'সংরক্ষণ' বাটনে ক্লিক করুন. এই সহজ সিস্টেম আপনার জন্য কাজ না করে, এই পোস্টের শেষে দেখানো হয়েছে যা এনসিটিবি টেক্সট বই ডাউনলোড করার জন্য অন্য উপায় নেই.

সব এনসিটিবি টেক্সট বই উপরোক্ত তালিকা থেকে, আপনার পছন্দসই টেক্সট বই ডাউনলোড করুন. এক বই ডাউনলোড করার জন্য, আপনার একটি ক্লিক যথেষ্ট. আরো এনসিটিবি টেক্সট বই ডাউনলোডের জন্য, আরো বই ক্লিক করুন.

দ্রষ্টব্য: আপনি যদি শুধুমাত্র "ডাউনলোড" লেখাতে ক্লিক করে সরাসরি ডাউনলোড করতে পারবেন না, তাহলে আপনি নীচের দেখানো ধাপ অনুসরণ করতে পারেন:

-1 ধাপ: আপনার পছন্দসই এনসিটিবি বই চয়ন করুন এবং টেক্সট "ডাউনলোড" ক্লিক করুন.
-2 ধাপ: ইমেজ নীচের দেখানো মতো ক্লিক



ধাপ -3: প্রথম ক্লিক >> পরে আপনি ইমেজ নীচের দেখানো মতো বক্স / একটি ড্রপ ডাউন মেনু পাবেন. "ডাউনলোড" ক্লিক করুন,


ধাপ -4: আপনি "ডাউনলোড" শীর্ষক টেক্সট উপর ক্লিক করা হলে, আপনি বা সংরক্ষণ ফাইল ডাউনলোড করার জন্য একটি অপশন পাবেন. মূলত, আপনি এনসিটিবি বাংলাদেশের সংরক্ষণ করার অনুমতি দিতে অনুরোধ জানানো হবে যা নিম্নলিখিত ডায়ালগবক্স পাবেন. এটা দেখানো ইমেজ ভালো হয় নীচের-



আপনি টেক্সট উপর ক্লিক করা হলে আপনার ডাউনলোড এনসিটিবি টেক্সট বই অবিলম্বে শুরু করবে, "ফাইল সংরক্ষণ". আপনি ডাউনলোডের জন্য আরো টেক্সট বই প্রয়োজন হলে, আপনি পৃষ্ঠাটি পুনরায় লোড করার প্রয়োজন হয়. আপনি ব্যবহার করে তা পুনরায় লোড করতে পারেন.......
Read More

Download Bangla Facebook Tips Ebook To Learn Facebook Browsing

Download Bangla Facebook Tips Ebook To Learn Facebook Browsing

এখন একটি দিন ফেসবুক ও অন্যান্য সোশ্যাল নেটওয়ার্কিং ঘটনার ব্যবহার আপ, প্রবণতা. বাঙালি শিক্ষিত ব্যক্তির সবচেয়ে ফেসবুক ব্যবহার করে এবং তারা দেশের প্রায় একে অপরের সাথে জড়িত হয়ে উঠছে তাদের স্ট্যাটাস আপডেট করা হয়. কিন্তু নিরাপত্তা এবং অ্যাকাউন্ট নিরাপত্তার জন্য Facebok ব্যবহারকারীদের জ্ঞান অনেক প্রায় খালি.

যেমন সমস্যা আবরণ করতে, এখানে ফেইসবুক টিপস শীর্ষক একটি  বাংলা বই. এই বাংলা ফেসবুক টিপস বই, আপনি আপনার অ্যাকাউন্ট নিরাপদ এবং দূরে কোন খারাপ প্রভাব থেকে থাকা, যাতে আপনার অ্যাকাউন্ট নিরাপদ কিভাবে পাবেন.

অন্য দিকে, ফেসবুক ব্যবহারকারীদের অনেক তাদের অ্যাকাউন্ট কারণে সঠিক জ্ঞানের স্বল্পতার নিষিদ্ধ হচ্ছে কেন জানি না. ফেসবুক কর্তৃপক্ষ কিছু নির্দিষ্ট নিয়মকানুন আছে. যেমন নিয়ম লঙ্ঘন আপনার ফেসবুক আইডি নিষিদ্ধ হতে পারে. আপনি ফেসবুক সার্ফিং করা হয় যখন আপনি যেমন নিয়ম বজায় রাখতে পারেন, তাই যদি আপনার অ্যাকাউন্ট নিরাপদ থাকবে এবং এটা কোনো খারাপ প্রভাব পেতে না. কিন্তু যে জন্য আপনি ফেসবুক সিস্টেম অনুযায়ী ফেসবুক অ্যাকাউন্ট বজায় কিভাবে জানা প্রয়োজন. রাইট?





আপনি আপনার অ্যাকাউন্ট নিরাপদ করতে সক্ষম হতে পারে, যাতে এই বই আপনি যেমন টিপস পাবেন. এছাড়া ফেসবুক একটি ব্যবহারকারী যেমন ফেসবুক পাতা, ফেসবুক গ্রুপ, ফেসবুক অ্যাপ্লিকেশন ও ফেসবুক গেম হিসাবে নিযুক্ত করতে পারেন, যাতে কিছু অসাধারণ বৈশিষ্ট্য আছে. আপনি ফেসবুকে গেম খেলতে পারেন. আপনি ফেসবুকে অ্যাপ্লিকেশন ব্যবহার করতে পারেন. আপনি একটি ফেসবুক ব্যবসা পাতা স্থাপনের মাধ্যমে আপনার ব্র্যান্ড নামের নির্মাণ করতে পারেন. আর হ্যাঁ অবশ্যই বন্ধ, আপনি ফেসবুকে একটি গ্রুপ গড়ে তুলতে পারেন.

অনুরূপভাবে, আপনি শুধুমাত্র তাহলে জানেন তাহলে আপনি ব্যবহার করতে পারেন, যা ফেসবুকে আরো এবং আরো বৈশিষ্ট্য আছে. এই ক্ষেত্রে, এই বাংলা ফেসবুক টিপস বই আপনাকে অনেক সাহায্য করতে পারে.

তাই বাংলায় ফেইসবুকে টিপস পেতে, আপনি ফেসবুক টিপস শীর্ষক এই বাংলা বই ডাউনলোড করতে পারেন.

বইয়ের নাম: ফেসবুক টিপস
লেখক: DEEP
বইয়ের ধরন: বাংলা সামাজিক নেটওয়ার্কিং বুক

বাংলা ফেসবুক টিপস শীর্ষক বই পেতে, click here!
Read More

Facebook Tips and Tricks : Latest Top 2015

Facebook Tips and Tricks : Latest Top 2015
n this guide we are discussing about latest Facebook tips and tricks. We regularly get emails from our visitors for 'how to' guide on Facebook. They are more interested to know about Facebook tips and tricks than other categories listed on our blog. Therefore, we have decided to write a single post in which you can find the latest Facebook tutorials at a glance. Everyone who are using internet knows Facebook very well. You should know the basic of Facebook terms and privacy by going to the official website. Here in this blog, we write about the Facebook tutorials with step by step guide that we think are difficult for the most Facebook users. Therefore, here is a list of latest Facebook tips and tricks.

latest facebook tips and tricks
Top Latest Facebook Tips and Tricks

Latest Facebook Tips and Tricks 2015

Here is a list for latest Facebook tips and tricks.
  • Read Facebook messages from the begging without scroll - If you have talked with someone many times then your conversion or chat history would be sort out by the list of pages and you can only see the latest or recent conversation page once you open it. What about to see the first message when your chat history has sorted out with so many list pages? You have to scroll many times to view the oldest message on desktop or tap many times on the previous messages on your mobile device. Therefore, in this guide you would be able to see the oldest message without scroll or tap many times on your mobile devices.
  • Accept/Reject all Facebook friend request - Many users get tons of Facebook friend requests. In this article you would be able to accept or reject all the friend requests with single click.
  • Upside Down text for Facebook status updates - Are you getting bored with the normal text? Here is a way to try something new. In this article, you would be able to post your status updates with different font formatting using upside down text generator. You can also enjoy more stylist text for social media. You can also write blue color text on Facebook.
  • Who unfriend or blocked me on Facebook - When someone on your Facebook friend list unfriend you or block you, you will never get any notification so you are hardly find them due to the higher no. of friend list. In this article, we have sort out this issue. Once you follow the article, you would be able to get notification when someone unfollow or block you. Therefore, track your friends who don't wanna track you.
  • Open more than one Facebook account on a browser - Have you more than one account on Facebook? If yes, each time you have to logout for login to other account. In this article, you would be able to login to both accounts on single browser.
  • Change the default Facebook theme - Can you take burger on daily basis without getting bored? Ofcourse not. If you are bored by using the default blue theme of your Facebook account, try using the different color and font on your Facebook account.
  • Read Facebook messages with disable seen feature for friends - When you read someone message on Facebook, Facebook notified to your friend that your message has been seen by your friend by "SEEN" feature. In this article, you would be able to read your Facebook messages without showing seen to the other side.
  • Create Facebook ID Card - This post is just for fun! You can create your own Facebook Identity Card.
  • Save all Facebook data to your Desktop - Make a copy of your Facebook data such as your status updates, friend lists, mobile no., photos and videos to your desktop.
  • Change Facebook Video Thumbnail - Once you upload any video to your Facebook account, Facebook generates a random thumbnail for your videos. But if you want to change your Facebook video thumbnail, you can follow this guide written by one of my Blogger friend Harsh Agrawal.
  • Without mouse, enjoy your Facebook account faster - In this article, we have listed the latest keyboard shortcut to surf your Facebook account faster. Try it!'
  • See online Facebook friends when you are offline - This is not an official Facebook tips or tricks. You need to use a third party application into your Facebook account that allows you to see who are online while being offline.
  • Italic/Underline or Bold Text using on Facebook - This is a post view by more than 100K+ users on this blog. You can now post your status updates or comments on Facebook with different font formatting such as bold, italic or underline.
  • Sort out to unwanted tagged photos on Facebook - Seriously, I am also a victim of this issue. Users tagged me on their photos while I was not present. Basically the tagging feature are now become a way to get your status update viral. In this post, you are allowed to deal with unwanted tagged photos on Facebook.
  • [India] Write Hindi on Facebook - If you are from India, you can now using Hindi on Facebook account in a simple way.
  • Mostly spoken slang words for Facebook - Use slangs, save your time. In this article, we have listed commonly use slang words for your conversation over social media.


We periodically update the above Facebook tips and tricks list. You may check our all Facebook tips tutorials by this page. Do not forget to check out our most funny Facebook timeline cover photos list. You may also subscribe us for free tips and tricks using our newsletter
Read More

এবার এক ক্লিকেই ডিলিট করুন ফেসবুকের সব মেসেজ

এবার এক ক্লিকেই ডিলিট করুন ফেসবুকের সব মেসেজ
সুপ্রিয় টেকটিউনস কমিউনিটি আসসালামু আলাইকুম। আশা করি সবাই ভালোই আছেন। জ্বি আপনাদের দোয়ায় আমিও ভাল আছি।

আজকের ফেসবুক টিউনে আমি আপনাদের দেখাব কিভাবে এক ক্লিকে ফেসবুক একাউন্টের সব মেসেজ ডিলিট করা যায়।
তাও আবার শুধু মাত্র একটা এক্সটেনশান এর মাধ্যমে।
এই এক্সটেনশান টি  শুধু মজিল্লা ফায়ারফক্স এবং  গূগোল ক্রমে কাজ করবে। তাহলে শুরু করা যাক।
প্রথমে নিচের লিংক হতে আপনার ওয়েব ব্রাউজার অনুযায়ী এক্সটেনশান টি ডাউনলোড করে ব্রাউজারে ইন্সটল করে নিন।
অথবা
ব্রাউজারে  ইন্সটল করার পর আপনার ফেসবুক একাউন্টে লগিন করুন। এখন এক্সটেনশান টি তে ক্লিক করুন। (নিচের ছবি তে দেখতে পারেন)


এক্সটেনশান এ ক্লিক করার পর আপনার মেসেজ গুলো লোড হতে কয়েক সেকেন্ড সময় লাগবে। তারপর ডিলিট করার জন্য  কনফার্ম  করুন।

এবার দেখুন ম্যাজিক  :mrgreen:  ২০ থেকে ২৫ সেকেন্ডের মধ্যেই আপনার সব মেসেজ ডিলিট হয়ে যাবে।
এই ২০ সেকেন্ড আপনি নাকে তেল ঘুমান।  :mrgreen:   :mrgreen:

ভাল লাগা গ্যারেন্টেড  😆

ধন্যবাদ সবাইকে। ফেসবুকের সব লেটেস্ট টিপস এবং ট্রিক্স পেতে  ঘুরে আসতে পারেন আমার  আমার সাদামাটা ব্লগ  থেকে।
Read More