Every blogger wants to earn some revenue from their blogs. You can earn some money from your blogs by becoming an ad publisher, first we need to find a perfect publisher website for you. Below are top 5 advertising/publisher networks:
Google Adsense: Google Adsense is best publishing network, which is recommended by every blogger. Many bloggers are earning millions of dollars with Adsense. Adsense...
Home All posts
Sunday, 8 July 2012
Saturday, 7 July 2012
Advance CSS Tabs
It's cool and also you can do lots of crappy this with it :
CSS :
<style >#site { background: #FFF; }#tabs {border: 1px solid #DEDEDE;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;min-height: 200px;position: relative;overflow: hidden;margin: 25px;}.tabs-content {padding: 25px;height: 120px;overflow: hidden;position: absolute;bottom: 0;left: 0;display: none;}.tabs...
Friday, 6 July 2012
Thursday, 5 July 2012
Creating jQuery Show/Hide Panel
So today i'am going to teach you how to create jQuery Show/Hide Panel.....so let me start :
Java Script :
<script type="text/javascript" src="http://widcraft.googlecode.com/svn/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".flip").click(function(){
$(".panel").slideToggle("slow");
});
});
</script>
CSS :
<style>
div.panel,p.flip
{
margin:0px;
padding:5px;
width:600px;
text-align:center;
background:#e5eecc;
border:solid...
Wednesday, 4 July 2012
How To Get Free Google Adwords Coupon
The best way to try adwords advertising program is to use a voucher, but remember adwords coupons can be used only once. I will give you a list of website where you can request a free adwords coupon from google. Once you did, wait from 3 to 7 days, and check your email for voucher.
Do not request a coupon second time, because google will not send you another voucher, don’t try to fill in another...
Tuesday, 3 July 2012
Different Background In Each Post Of Blogger
So in this tutorial i'am gonna show you how to use different background in each post of your blogger......ok so here we go.....
Go To Your Blog > Settings > Posts And Comments
Paste this code at the top of the box :
<div style="background:url(Image_URL) no-repeat;">
And paste this code at the bottom of the box :
</div>
Click on Save Settings and then Create a...
Monday, 2 July 2012
Display/Hide Widget On Specific Pages In Blogger
When you add a widget (or a gadget as Blogger would call it) to your blog, by default the widget would appear on all pages –homepage, index, archive, post and static pages. But what if you want a certain widget to appear only on a certain page or pages, can it be done? In other words can you select on which page/pages the widget would or would not appear? The answer is yes you can -by using...
List Of Conditional Tags
List of conditional tags :
Below is a list of conditional tags that target specific pages. I only list the opening tags here. Just make sure you include the closing </b:if> tag when applying a conditional in your template.
1.Index (list) pages
Index pages include homepage, labels page and yearly archive page.
<b:if cond='data:blog.pageType == "index"'>
2.Post (item)...
Subscribe to:
Posts (Atom)
Popular Posts
-
Just a quick news before I start the stuff. Google Code has suspended my code account & all repositories I hosted there, so all my c...
-
Earlier this week, I wrote about installing CFW on your PSP to do some extra-ordinary PSP stuff. Playing ISO and CSO games in one of it. ...
-
Many PSP gamers wants to capture screenshots of their PSP games to share them with their friends and on tutorials. Even the above picture...
-
BWidgets is a blogsite about blogging, but why we're sharing PSP tutorials here? The answer is very simple. I recently bought a PSP 1...
-
Blogging world is getting large everyday as so many peoples are creating blogs and it's hard for all of them to capture their targets...
-
Overview A flash card is a data storage device with a flash memory, A USB flash card is a flash card with integrated Universal Serial ...
-
In this tutorial, I'm going to show how you can easily hide login errors in WordPress. It's a great way to protect from WordPress ...
-
Hi guys! I haven't published anything on this blog for at least an year now. All the posts that you see here are guest posts, and not by...
-
Creating a strong, specific and informational law blog is an excellent means of drawing potential clients to your website and keeping curr...
-
By default, WordPress only allows us to login to WordPress powered sites only with our username. But most of us prefer to enter our email ...