Submit Blog Login Last Submitted Blogs RSS Archive Contact  
Free Blogger Templates
 
 
 
Free Blogger Templates
free blogger templates, free blogspot templates, blogger tips and tricks
Language: English
RSS Feeds for this Blog
Statistics
Unique Visitors: 0
Total Unique Visitors: 545930
Visitors Out: 2277
Total Visitors Out: 4700
 
 
Articles
How to disable right click in Blogger / Blogspot
2010-03-03 22:01:00
If you have quality content on your webpage and want to prevent people stealing your resources, you can add this script to disable the right-mouse click. This does not assure complete safety for your resources (there is always a way to copy them), but it is better than nothing.Sign in to your Blogger Dashboard -> Click on the Layout -> Add a Page Element -> Html/Javascript -> Paste the code below and Save the changes.<SCRIPT language=JavaScript><!-- http://www.spacegun.co.uk -->var message = "function disabled";function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which== 3){ alert(message); return false; }if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {alert(message); return false; } }document.onmousedown = rtclickcheck;...
 
How to Show Blogger Links ,Widgets in HomePage Only or Post Page Only
2010-03-03 20:40:00
Usually, by default when you add a widget item like Link Units, Archives, Adsense, Pictures, etc in Blogger / Blogspot, it will be displayed in every page of the blog including the home page, permalink pages. This post explains how to show the Blogger / Blogspot widgets on your blogspot blog Homepage Only or Post Page Only.Showing in only HomepageAs usual, if you want to add a new widget to your blog, just Sign into Blogger dashboard -> Layout -> Add a Gadget and select the type of gadget you need and Save the Changes. Go to the Edit HTML and click on the "Expand Widget Templates". Normally, the widgets in the template view starts with this one:<b:widget id=For example, the label widget looks something like this:<b:widget id='Label1' locked='false' title='Title' type='Label'>and h...
 
How to Add an 'Email Me' Link to Blogger / Blogspot
2010-03-02 03:53:00
Step 1: Choose the icon below that you like the best ~ mailbag or envelope? Each of these will fit into your sidebar (150x150).Step 2: Depending on which button you want to grab copy and paste the html code below. Be sure to replace the red text with the email address that you would like to direct your readers to.Mailbag html {with white background}:<center><a href="mailto:youremailhere@wherever.com"><imgsrc="http://i678.photobucket.com/albums/vv146/homeschoolcreations/EmailMeMailbagcopy.jpg"/></a></center>Envelope html {with white background}:<center><a href="mailto:youremailhere@wherever.com"><imgsrc="http://i678.photobucket.com/albums/vv146/homeschoolcreations/ContactMegeneric.jpg"/></a></center>Mailbag html {with transparent/s...
 
Submit Blogger / Blogspot to Blog Directories and Increase the Traffic
2010-03-02 03:14:00
Technorati: Technorati is the largest blog(weblog) directory currently tracking more than 112.8 million blogs. Join technorati and verify your authorship, then you will be provided with detailed statistics regarding your blog, how many blogs are linking to your blog,(they call it 'authority'). It is one of the best blog directory and will send tons of triffic if your blog is regularly updated. Topblogarea: This is another big blog directory which rates and rank the blogs interms of Unique visitors your blog gets. They start the counting from Zero every week, so that even newly submitted blog can have the chance to rank higher in the list.Topblogging.com: This is another source of weblogs which also rank the blogs according to the unique hits they get. Nice blog resource, bring you lots of ...
 
How to Add Youtube Videos to Blogger / Blogspot
2010-03-02 03:02:00
1. Go to youtube.com and search for your required video.2. Copy the embeded code(ctrl+c) and paste(ctrl+v) it in windows notepad.3. Sign in in to your Blogger acoount and click the New Post button and next, select the option 'Edit html' and paste the html code as shown below.4. Publish the post. That's it, as you can see now, the youtube video is embeded in your post properly....
 
Add Paypal Donate Button to Blogger / Blogspot
2010-03-02 02:15:00
1. First, Log in to your Paypal account.2. Click on the 'Merchant Services' tab (see at the top of the page).3. Scroll down the window and you will see an option 'Donations' in the right sidebar.Click on it.4. Now, you will see some options like Donation name/service, donation id, etc etc...The first field (Donation name/service) is the only thing that is required and all the remaining fields are optional.Enter that first field, choose a button style, scroll down the window and click on 'Create a button Now'5. Now, you will see some html code... Copy it and sign in to your Blogger Dashboard -> Click on the Layout -> Add a Page Element -> Html/Javascript -> Paste that html code and Save The Changes.By bloggertricks...
 
Add Scrolling Text (Marquee) to Blogger / Blogspot
2010-03-02 01:58:00
Adding simple scrolling text:<marquee>code to simple scrolling text</marquee>The output will be like:free-blogger-templates.comIf you want some more attraction, then try these:Add a background color to the text<marquee bgcolor="#99CCFF">code to simple scrolling text</marquee>The output will be like:free-blogger-templates.comHere are some mode attributes to learn:direction="left"direction="right"direction="up"direction="down"The above attributes tells the text which direction to scroll.Use the code below:<marquee direction="right" bgcolor="#99CCFF">code to simple scrolling text</marquee>The output will be like:free-blogger-templates.comThat's it! Now you can add this to your blogger sid...
 
Adding Meta Tags to Blogger / Blogspot
2010-03-02 01:18:00
1. Log in to blogger2. On your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.3. Add code below after <head><meta content='DESCRIPTIONHERE' name='description'/><meta content='KEYWORDS HERE'name='keywords'/><meta content='AUTHOR NAME HERE'name='author'/>...
 
Remove Showing Posts With Label Blogger
2009-11-02 12:30:00
1. Login to your Blogger Account2. Click on Layout3. Click on Edit HTML4. Tick on "Expand Widget"5. Search for below codes<b:includable id='status-message'><b:if cond='data:navMessage'><div class='status-msg-wrap'><div class='status-msg-body'><data:navMessage/></div><div class='status-msg-border'><div class='status-msg-bg'><div class='status-msg-hidden'><data:navMessage/></div></div></div></div><div style='clear: both;'/></b:if></b:includable>6. And now replace above codes with below<b:includable id='status-message'><b:if cond='data:navMessage'><div></div><div style='clear: both;'/></b:if></b:includable>...
 
Add Digg Button to Blogger Post
2009-10-23 12:58:00
1. Login to your Blogger Account2. Click on Layout3. Click on Edit HTML4. Tick on "Expand Widget"5. Now find:<p><data:post.body/></p> and copy the code below and replace the above code.<p><!-- DIGG --><div style='float:right; margin-left:10px;'><script type='text/javascript'>digg_url = '<data:post.url/>';</script><script src='http://digg.com/tools/diggthis.js' type='text/javascript'/></div><data:post.body/></p>...
 
 
 
 
eXTReMe Tracker