JQuery color picker plugin for selecting hex color code values. It can also be used to convert between HSL, HSV, RGB, Hex color code for the color you chose. It is also used for generating matching color schemes which makes it easy for you to select colors.
Sitemaps are text files containing a list of all web pages that exist on your website and are accessible to crawlers and users. These helps visitors and search engine bots to find pages on website. Sitemaps are a way to help Google indexing pages on your site which otherwise might not be discovered.
If your blog is hosted on blogspot.com (or if you are using a self-hosted version of Blogger with a custom domain) you will be surprised to find out that the default sitemap file, contains only the 26 most recent pages of your blog which in normal case should contain all URLs of a website.
Many webmaster pretend to teach others how to drive traffic to blogs or websites yet leaving out the most important factors like sitemaps. There are still other websites who keep on providing the old methods of generating a sitemap for blogger which are not any effective.
How to add a complete Sitemap for your Blogger Blog
2) Click on the “Add a site” button at the top of the screen.
3) Enter the URL address of your blog (for example http://my-site.blogspot.com/) and press Continue
4) Select the method you would like to use to verify ownership. You can either upload an HTML file with a name we specify (which is not possible with Google Blogger account), or you can add a META tag to your site's index file.
Choose Alternate Methods:
5) Under Alternative Methods Click Add a meta tag to your site’s home page.
6) Copy the Meta tag Code generated.
7) Open a new tab and login into your blogger account.
8) Go to Template > Edit HTML
...and search (CTRL + F) for the following tag:
<head>
9) Just below of it, paste the META code and then click on the Save Template button.
10) Switch to Google Webmaster Tools tab and press on the "Verify" button.
Now your site is added to sitemap account and the verification is done.
How to Add CSS codes to your blogger Blog easily. Sometimes you may want to add CSS codes to your blog for styling blog elements or blog widgets,Many of us adding CSS code by going to Edit HTML and add codes before ]]></b:skin> and save template, Using this method by mistake if any of the content in it deleted ,it my goes to your Template Crash.So there is a secure and alternate way to add CSS code as follows .Here is a simple way to add CSS codes.
Go to Design-> Template Designer (as shown in the figure)
Update [01/06/2012] : Select Template -> Customise in New Upgraded Blogger Interface
To change your blog's date header color and font style, you can do it with a very simple CSS adjustment that will make the date header to float on the left side of your post and to be partially out of the structure like a banner with a colorful appearance. See the result in the image below:
How to do it
Step 1. Login into your Blogger Dashboard, select Template option > click on Edit HTML
Step 2. Select Expand Blogger Templateand search (CTRL + F) for the following code:
date.header
Or...
.date-header
Step 3. Add the following code snippet just below of it
When there are no comments made to your posts, there's a link that says 'Be the First to comment!' and when there is just one comment it says '1 comment so far'. If you want to make your blog more stylish by replacing these texts with some cute small icons along with the default Author Name, Post Date, Labels and Comments... then just follow the next steps:
Steps: Step 1. From your Blogger Dashboard, click on the Template option, then press the Edit HTML button:
Step 2. Select the "Expand widgets templates" box
Step 3. Search for the below code (press the CTRL + F keys and paste the code in the search box):
<div class='post-header-line-1'>
If you can't find the code above, look for this one:
<div class='post-header'>
Step 4. Paste the following code below/after the code above:
<font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi8J0dpK_J8q86NDuI-YsvsA7zC6rKZO4P3_afdDNNB2nh0nlTBoRUGrDf-SiNL3peWwhhfHkpSPI11_q2OgbwjjXV3aWvksgOme05EvXM30tnYJOJHLmw3PSHk1RhgVHK1qgOaXyZpNClD/s1600/author.gif) no-repeat scroll top left;padding-left:25px;font-size:11px;'><data:post.author/></font> | <font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9xklFs37gyVKS0b5xKkm8804baFI1goTlD102WkPmbODlFb1dtWr6fIMceSTVJgNHOjuTXh2_tc2WYTUrGa7XE6GzkaDfbZ4uOMeq9QAexNlTav8Okl0hJQnFU2VPhR78_3uYTHlwODWE/s1600/clock_icon.gif) no-repeat scroll top left;padding-left:25px;font-size:11px;'><data:post.timestamp/></font> | <font style='background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRc6KvJnSPiU-Ds4Ie-SwSVRFSEKlXgWKD9fUFByIYRaQdjsobJhC98GytZlIhV8FMrVLSyKM4Et1OAmRx88D3j3e7CyzZ9qdn5igx9FR0FcmUNNis2BUoR0MPEq56Y11OfwbKUtU1FAcV/s1600/tag+icon.gif) no-repeat scroll top left;padding-left:25px;font-size:11px;'><b:if cond='data:post.labels'> <b:loop values='data:post.labels' var='label'> <a expr:href='data:label.url + "?max-results=8"' rel='tag'><data:label.name/></a> <b:if cond='data:label.isLast != "true"'>|</b:if> </b:loop> </b:if></font> <span class='post-comment-link' style='Float:right;'> <b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.allowComments'> <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick' style='background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja9H4Ncuw_c6iDQsXb9TBuKhwF13ZQFPZqOfPItX-jyc7tJo43Az68cOmAWfR953LqRKi_TxWg6AQe_mjrGYh6RRa6AUO_LTdowaC6lXp6BWMqqAO0nRnKeJ0Kvk2-lB4EU4LxPpWTo1wa/s1600/comment-icon.png) no-repeat;Padding-left:20px;'><b:if cond='data:post.numComments == 0'>Be the first to comment!<b:else/> <b:if cond='data:post.numComments == 1'><data:post.numComments/> Comment so far<b:else/><data:post.numComments/> Comments so far</b:if> </b:if></a> </b:if> </b:if> </span>
How to customize:
If you want to change the icons, just replace the URL addresses above colored with:
Many bloggers might find labels below posts (or post titles) unnecessary, as long as they are already in the blog's sidebar. In this tutorial we will learn how to remove them manually. To hide labels from the blogger post footer (or below post title), you could simply uncheck the "Labels" option, however, sometimes this setting might not work properly in certain templates and then we'll have to remove it manually from our template.
How we going do this?
Hide labels from Blogger
Step 1. Click on the 'Template' option and then go to the 'Edit HTML' button.
To ensure that you won't lose or delete something, it is advisable to make a backup of your current template. To do this, click on the Backup/Restore button on the right top corner:
...and then click on the Download full template button:
Step 2. After you clicked on the Edit HTML button, select the 'Expand Widget Templates' option for expanding the CSS code.
Step 3. Now find the following code snippet (press CTRL+F and paste the code in the search box):
WHAT IS BLOGGER NAVBAR? Blogger has got a Navigation Bar that appears by default at the top of every Blogger-powered blog. This navigation bar can be very useful when you are blogging, but sometimes, it can get in the way. The Blogger navbar is usually hidden in most of the third party templates.
The advantages of it are the following:
- when you click on the B icon, it will take you to blogger.com - a quick link to your Dashboard and "Sign in /Sign out" dialog - you can easily search for other blogs - you can "Flag Blog" (if you consider content of a blog objectionable) - NextBlog - takes you to a random, recently-updated Blogger blog
The only disadvantage is visual. If you have customized design, Navbar just doesn't fit in.
So how we get rid of it? It is very simple. Just follow the next steps...
Removing The Blogger Navbar:
1. Login to your Blogger account, click on your blog name and navigate to Layout;
2. Look for the Navbar text and click on the Edit link as shown in the picture below:
3. When the pop-up window appears, scroll down and select Off, then click on Save button:
I had developed a Facebook Static popout jquery effect Like box generator for you.This Widget Generator let's you easily generaate your favorite Facebook style Widget and also easily add to your Blogger Blog.In my previous Article (How to Add a Static Facebook jQuery Pop out Widget) I told you about Static Facebook POP OUT Widget installation manually.Use this Widget generator and Enjoy..!
Step 1: Add jQuery plugin (if your blog have a jquery plugin,ignore this step)
Go to Design->Edit HTML[Template->Edit HTML in new blogger interface]
Copy and paste the generated code inside it and save it.
This is my first widget generator,also expect more other awesome widget generators from us.If you enjoyed this widget Generator please please share n like us..
Here is a Simple Tip to Set a Button for Changing the Blog View to Dynamic Views.I added Smooth jquery Hover Effect to Button.You can set any template to your Blogger Blog.If you add this Button to your Blog.It lets your Blog visitors to View Blog in Dynamic Views when they Click this Button.
Here I am saying about How to Add a Stylish Flash Animated Clock to your Blogger Blog.Here is a huge collection of Clock widgets for your taste.Follow the Simple Steps below to make your Blog Stylish,Cool, and Smart looking Blog.
First of all SignIn to your Blogger Account
Select Design->Page Elements
Click on Add Gadget
Select HTML/javascript from it,then copy the code of clock you want.
Step 1: If you want a NON Static Clock Widget,then Just copy and paste the code to HTML/javascript content.
If you want a cool static clock,then first do the step above and Click HERE
Add Stylish Flash Clock 1
If you want to add this Clock,then Copy and paste the below code
Recently Google unveiled its new privacy policy. Privacy policy and Terms & Conditions are things which no one likes to read :) . So this blog post will explain you in short and simple terms what Google’s new privacy policy is all about and how will it affect you as a user of Google’s services.
According to Google’s new privacy policy it will centralize all your data or personal information and one service of Google can use your personal data related to another service.
Here is a Tutorial about how to add a static Pop out Like Box with Cool jQuery hover effect.This a Awesome Blogger Blog Widget that adds a little beauty to your blog.
After installing this Widget a Facebook Logo will appear on the right side of your Blog.When you Mouse over that Logo it Pop out with Smooth jQuery Effect.
Follow the instructions for installing this Widget.
Here is a post that helps you to easily convert the Blog posts/Blog/Website to a Pdf file.So you can easily refer that Blog Post without the connection of Internet.
Give the URL of Blog post you want to convert(Look the Fig. below)
Then Click the button P on the left side
That's all.You will get the PDF file.
Get PDF file of Blog post in this Blog.
Simply open the Blog post you want to Convert.
At the end of post there are some sharing buttons (Please share via Facebook,Twitter,etc) ,you will see an icon P that like you found on the http://pdfmyurl.com,(Shown in below Fig.) Click it
You will get the PDF file of that post.
I hope you had enjoyed this post....Please Share this
How to setup flying letters below mouse pointer.This a simple article that Spice your Blog.After inserting this Code,When you move mouse over your Blog, you will see that Letters you SET in the below code will flying like a Animation.
Find </body> (Find Easily Using Ctrl+F) and Copy and Paste the below Code above </body>
<script type="text/javascript"> var text=' ENTER YOUR FLYING TEXT HERE '; </script> <script src="http://netoopscodes.googlecode.com/svn/branches/Js%20files/mousetail.js" type="text/javascript"> </script>
Here is a color code Finder Tool for you to easily find the Hex,RGB code of the color you want. This is an important Tool that a Blogger Blog owner need. The Following Online Color Code Generator Help you when Design your Blog.
Google Friend Connect is an awesome Tool that lets your visitors to Follow your Blog and Increase your Blog Rank,gets Higher Traffic.
Here I am saying about how to add a Standalone Google Friend connect Button or Link to Your Blog/Page or anywhere in your Blog.
This Google Friend Connect Widget can only be place at Widget.This Standalone Friend connect button can place at anywhere also in the Post.
Follow the instructions below.
Add Follow button with Text
<a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi954txGq7Zr19DmJMtgWYjRX6B4SfZuNDx6TULZCfB_kiMZutE9p1r6zbo0E7fw78el3Hez58Lht6pQsatdLaL2nst2mM9NcaBFrndrIY2b8afSaoqMc0e1MYjAiC1TFRihHlQh-XLG6g/s1600/google+friend+connect+netoops.jpg" /></a> Preview
<a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhK5RrTL8mPSWDz0HbA6S7gkZiyB6Wmyq6OS9FPTALY3mXDKFkNz4PAXbAzz15wN1ddu09q-_hJxJZ1SJsFMMX7C1HL4L11nzUmE0xHFasuV1VtSaWXtOXJlXrMx82w0uge8XRKTPO7rU/s1600/google+friend+connect+style.jpg" /></a> Preview
Another Stylish Follow Button
<a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQ92KQfqlNT-s8hft-d-JXJv5Q9Jvu9iwPt9Lf6I7jzztL0zA9eSRzFvO_0Z5ilm0kf8XEfy5fan48p7BMrdCWnG9_zL9A1lgRfqyhOTnez4twjMMUAxPVjvdiPX6Gc9S8bemsqzSfKjw/s1600/google+friend+connect+style2+netoops.jpg" /></a> Preview
Another Water Blue Stylish Follow Button
<a href="http://www.blogger.com/follow-blog.g?blogID=PLACE YOUR BLOG ID HERE" target="_blank" title="Follow With Google Friend Connect"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbaJjxcxWMbzPpc861k9N1xEBPPCJa9tBnMFHvJwA-9pqgcnHjcvsR4xL_Lkbq4khZR3-T5mo9iYHi9FTTlR9Z5_WW2_af8VBPvzXmhhSFSFEvAY4c9GkS11EluEJMmDmQvX_XXvOoZW0/s1600/google+friend+connect+style3+netoops.jpg" /></a> Preview
How to Find your Blogger ID
Simply Go to Design or Settings or Posting or any other of the TAB
Watch the URL on Address Bar of the Browser and copy the Blog ID number and replace "PLACE YOUR BLOG ID HERE" with your blog id .