How to Add Fancy CSS3 & jQuery Lavalamp Menu For Blogger

In my previous tweak, I have shared to you on how to add Drop down menu and it is useful especially if you have many clutters that disturbed the eyes of your readers. Today , I will share a  menu bar which I hve learnt across my research in the web. I believe you will find it more interesting than before.This trick uses  an amazing CSS3 & jQuery lavalamp .You can use this menu in six (6) different colors by just changing the div class word in the HTML code.This menu is originally designed by Insidesigns and Helperblogger made it bloggerized  to work perfectly with any blogger templates. With no so much word, let's us now go to the tutorial and see how to add this menu to your blogger blog.
jquery lavalamp menubar


How to Add Fancy CSS3 & jQuery Lavalamp Menu For Blogger


Step 1.  Adding the Script

A. Go to your Blogger Dashboard >> Template Click
B. Hit the  Edit HTML button
C. Find or Control F the code below in your template
</head>
D. After finding the above code, place the code below code just above the code in Step 1 C.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="http://code.helperblogger.com/lavalamp-menu.js" type="text/javascript"></script>

If you have already added a jQuery library to your blog then delete the highlighted code in orange)

Step 2. Adding Cascading Style Sheet (CSS)

A. Look for the code below
]]></b:skin>
B. Add the following code below just above the code in Step 2 A.


/*LAVALAMP MENU BY http://www.bloggingtipsandtrix.blogspot.com/ STARTS here*/ 

.lavalamp { position: relative; border: 1px solid #d6d6d6; background: #fff; padding: 15px; -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25); border-radius : 10px; -moz-border-radius : 10px; -webkit-border-radius : 10px; background : -webkit-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204))); background : -moz-gradient(linear, left top, left bottom, from(rgb(240,240,240)), to(rgb(204,204,204))); height: 18px; font-family: calibri; 
}
.magenta { background : rgb(190,64,120); background : -webkit-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91))); background : -moz-gradient(linear, left top, left bottom, from(rgb(190,64,120)), to(rgb(177,24,91))); border: 1px solid #841144; 
}
 .cyan { background : rgb(64,181,197); background : -webkit-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187))); background : -moz-gradient(linear, left top, left bottom, from(rgb(64,181,197)), to(rgb(7,165,187))); border: 1px solid #2f8893;
 }
 .yellow { background : rgb(255,199,79); background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43))); background : -moz-gradient(linear, left top, left bottom, from(rgb(255,199,79)), to(rgb(255,188,43))); border: 1px solid #c08c1f;
 } 
.orange { background : rgb(255,133,64); background : -webkit-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24))); background : -moz-gradient(linear, left top, left bottom, from(rgb(255,133,64)), to(rgb(255,107,24))); border: 1px solid #c04f11; 
}
 .dark { background : rgb(89,89,89); background : -webkit-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54))); background : -moz-gradient(linear, left top, left bottom, from(rgb(89,89,89)), to(rgb(54,54,54))); border: 1px solid #272727;
 }
 .magenta li a , .cyan li a, .yellow li a , .orange li a, .dark li a{ color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.40); 

.lavalamp a { text-decoration: none; color: #262626; line-height: 20px; 
}
 .lavalamp ul { margin: 0; padding: 0; z-index: 300; position: absolute; 
}
 .lavalamp ul li { list-style: none; float:left; text-align: center; 
} .lavalamp ul li a { padding: 0 20px; text-align: center;
 } .floatr { position: absolute; top: 10px; z-index: 50; width: 70px; height: 30px; border-radius : 8px; -moz-border-radius : 8px; -webkit-border-radius : 8px; background : rgba(0,0,0,.20); -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; 

/*LAVALAMP MENU BY http://www.bloggingtipsandtrix.blogspot.com/ ENDS here*/ 
C. You may now save your template

Step 3. Adding this widget on your blog

A. Now go back to your Blogger Dashboard
B. Click Lay-out  button >> Add a Gadget. Choose HTML/JavaScript
C. Copy the code below and paste it inside the empty space and drag it below Header section.


<div class="lavalamp dark">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Free Templates</a></li>
<li><a href="#">Recipes</a></li>
<li><a href="#">Sitemap</a></li>
</ul>
<div class="floatr"></div>
</div>

Customizations:


  • Replace # with your (URL) link
  • Replace Home, About, Contact. etc. with your link text which you want to appear on the menu.
  • If you want to change background color of the menu then replace <div class="lavalamp dark">  with one of the code below.
<div class="lavalamp dark">
<div class="lavalamp magenta dark">
<div class="lavalamp cyan">
<div class="lavalamp yellow">
<div class="lavalamp orange">
D. Click Save Arrangement

Adding Expandable Recent Comments Widget In Blogger

It's been a couple of days when  I was out in my blogging career and now I'm back with my computer's table to make another great post. Today, I will share to you a trick on how to make your recent comments more attractive and professional in its looks. I would say that the code that I am going to share with you is credited to helplogger and I made some sort of innovations in order to present it in a more unique manner.

This Expandable Recent Comments widget is a very accessible  for it can be collapsed or expanded through  your user's interaction, so that now, we don't have to click on the commenter or post title link in order to see the content of a comment.

The expanding content  of the comment can be shown or hidden by clicking on the plus/minus icon or by hitting the "Show all" or "Hide all" button at run time.
expadable recent comment widget


How To Add The Expandable Recent Comments Widget to Blogger


Step 1. Log in to your Blogger dashboard
Step 2. Hit the  Layout  button
Step 3. Click on "Add a Gadget" link
Step 4. In the pop-up window, scroll down and click on the HTML/JavaScript widget
Step 5. Copy and paste the code below and paste it inside the empty box
<style type="text/css" media="screen">
.row-aa {        background: #f2f2f3; }
.row-bb {        background: #F8F5F1; }
.row-div {
  margin:0px;
  padding:5px;
}
.comment-header {
  font-size:0.9em;
//  border:1px solid #E0E0E0;
//  background-color:#F3F3F3;
  padding:4px;
  margin-top:10px;
  margin-bottom:5px;
}
.comment-box {
  margin:0px;
  padding:0px;
  font-size:0.9em;
  height:500px;
  overflow:auto;
}
.comments1  {
//  background: #F3F3F3;
  padding:3px;
  border-left:1px dashed #A6A6A6;
  color: #888888;
  font-style: italic;
  padding-top:4px;
  margin-bottom:5px;
}
.comment-footer {
  text-align:center;
  font-size:0.9em;
  padding:4px;
  margin-top:5px;
}
</style>

<div style="text-align: center" class="comment-header"><input class="comment-button" id="commshowall" type="button" onclick="if (this.value == &#39;Show all&#39;) { unfold_all(this); this.value=&#39;Hide all&#39;; } else { fold_all(this); this.value=&#39;Show all&#39;; }" style="width:8em;font-size:1em;font-family:Verdana,sans" value="Show all" /></div>

<div class="comment-box">
<script type="text/javascript" src="http://helplogger.googlecode.com/svn/trunk/expandable-recent-comments.js"></script>
<script type="text/javascript"  src="http://bloggingtipsandtrix.blogspot.com/feeds/posts/default?start-index=1&max-results=999999&alt=json-in-script&callback=showrecentposts">
</script>
<script type="text/javascript"  src="http://bloggingtipsandtrix.blogspot.com/feeds/comments/default?start-index=1&max-results=999999&alt=json-in-script&callback=showrecentcomments">
</script>
</div>


Customizations:


  • Replace http://bloggingtipsandtrix.blogspot.com with your blog/site address.
  • Replace 1px  (font size) with your own desired font size, bigger number means bigger size of the font
  • Replace dashed  with your desired border styles, click link to see different border styles.
  • Replace #A6A6A6 with another hexadecimal color that would most fit your blog's theme.
  • And lastly, change the phrase Hide all and Show all with another synonyms related to that phrase. 



  • Step 6. Save your widget and you're done!
    Happy Blogging Buddies!!!

How to Upload New Template to Blogger

Blog customization to the professional bloggers will take a month depending on his desires and experiences to fully design his blog/site. For a newbie blogger, it is quiet impossible to do that within a short period of time since you need to understand and apply the basic of blogging language like HTML (Hypertext Mark-up Language), CSS (Cascading Style Sheet), Javascript, etc. However , there is a remedy on that problem since Blogger allows us to upload template from the external source and replace the Blogger default template. Furthermore, it is also necessary in restoring our previous template for  sometimes we did some mistakes or didn’t like the customization that we have done in our blog.
There are many sites like Rocking Template, Btemplates, etc. that could help you  choose the best template styles.
Before proceeding to the steps below be sure that you had already downloaded a template that would replace your old template  that you’re using now.

How to Upload New Template to Blogger


Also check:
How to use the new Blogger template

Step 1. Go to Blogger Dashboard >> Hit the  Template button
how to upload template

Step 2. Upon clicking the Template button, you will see a pop –up dialog box wherein you can choose to Back- up/Restore, CustomizeEdit HTML and close it if you want. Click first the Back-up/Restore button.

replace template in blogger

Step 3. Upon clicking the Backup/Restore button you will see a pop-up dialog box like in the screenshot below. Choose the  Download template button to have a back-up of your  current (being used) template and store it in a safe place. This is important for your reference.
change template in blogger


Step 4. Click the Choose File button and you will be directed to the document panel of your PC.
how to replace template

Choose from that panel where you  had stored your template which you had downloaded from the other sites. In  my case, I stored it in the download section of  that panel. See the screenshot below
how to upload template


Then click the template that you want to replace to your current template and hit the Open  and you will be directed back to  the dialog box in Blogger. Click now the Upload button  and wait for few seconds until you see the note Uploaded Successfully.
how to back up template


View your blog and see its new look. Enjoy!

How to Add Recommended For You In Blogger

Most the times visitors will tend to read only one post per blog  and jump to another site to look for another informations. In order to let them stay longer with your blog you need some gadget or widget like "Other People are Reading Version 1 and 2 " and "Recommended for You" in order to boast also your pageviews everyday. Today in this tutorial, I will share to you on how to add recommended for you Widget. Don't worry for the process are very simple, just follow the steps below.You can see the live demo when you scroll down at the bottom of this page.
adding recommended for you

Adding Recommended For You In Blogger


Step 1. Go to Blogger Dasboard
Step 2. Click Lay- out
Step 3. Hit the Add  Gadget button
Step 4. Select HTML/Javascript gadget
Step 5. Copy the code below and paste it inside the blank page in your HTML/Javascript gadget in step 4
<div id="hlslidein" style="display:none;"> <div class="expand">*</div> <div class="close">X</div> <p>Recommended for you</p> <div id="hlslidein_image"></div> <div id="hlslidein_title">Loading..</div> </div> <script> if(document.location.href.split("/").length==6&&document.location.href.indexOf(".html")!=-1){if(typeof hl_onload_queue=='undefined')var hl_onload_queue=[];if(typeof hl_dom_loaded=='boolean')hl_dom_loaded=false;else var hl_dom_loaded=false;if(typeof hl_async_loader!='function'){function hl_async_loader(src,callback,id){var script=document.createElement('script');script.type="text/javascript";script.async=true;script.src=src;script.id=id;var previous_script=document.getElementById(id);if(previous_script)if(previous_script.readyState=="loaded"||previous_script.readyState=="complete"){callback();return}else{script=previous_script}if(script.onload!=null)previous_callback=script.onload;script.onload=script.onreadystatechange=function(){var newcallback;if(previous_script&&previous_callback)newcallback=function(){previous_callback();callback()};else newcallback=callback;if(hl_dom_loaded){newcallback()}else hl_onload_queue.push(newcallback);script.onload=null;script.onreadystatechange=null};var head=document.getElementsByTagName('head')[0];if(!previous_script)head.appendChild(script)}}if(typeof hl_domLoaded!='function')function hl_domLoaded(callback){hl_dom_loaded=true;var len=hl_onload_queue.length;for(var i=0;i<len;i ){hl_onload_queue[i]()}}hl_domLoaded();hl_async_loader("http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js",function(){hl_async_loader("http://helplogger.googlecode.com/svn/trunk/Recommended Post Slide Out For Blogger Blogspot.js",function(){},"hl-out-slide")},"jQueryjs")} </script> <a href="http://helplogger.blogspot.ro/2012/06/recommended-post-slide-out-widget-for.html" target="_blank"></a>

Step 6. Save your work.
Note: To be more effective, drag this gadget in your footer area 
how to add recommended for you


Enjoy And Happy blogging

How to Use Static Pages

Professional looking blog is always an ambition of a newbie blogger. As a newbie blogger  you should utilize static pages.  Before when I make my About, Contact, Privacy Policy, Disclaimer and Search Result Page, I used to treat them as post not as page. So when I make a sitemap in my blog, those documents appeared as one of my posts published. And that looks very unprofessional so I made another research  with  other professional blogs and I had found that  they are using pages with the items I’ve mentioned above. Today, I will share to you simple steps in making pages of your blog. Please follow the steps below.

Step 1. Go to Blogger Dashboard >> Click Pages (not post)
how to use static pages

















Step 2. New page >> Then hit the blank page button
how to make static pages

Step 3. Then type the title and the content as you normally do when make an article in your blog.
using static pages in blogger

Step 4. Publish your work

Step 5. Hide it your blog
utilizing static pages

Step 6. Copy the URL of that publish page and put that links in your menu tabs as one of the links or you can put it anywhere in your blog.
static pages in blogger

See my contact and about page in my menu tabs as one of the examples. You will notice the p in the URL as a distinguishing mark of a pages.

That’s all and  thank you for spending your precious time with us.
Hope you learn something from this post.
HAVE A NICE DAY AND PEACE TO ALL US BROTHERS!

How to Apply for Google Adsense and Get Approved ( A Newbie Must Follow)

Adsense is the number one advertising company across the internet. For this reason many bloggers want to be their ads publisher but the the problem is it is not as easy as what others are thinking. In order to win the heart of the Adsense team who will manually evaluate you and your blog you should follow some basic rules.
Below, I will share to you the ten (10 ) basic tips/rules which I have used when I applied for an adsense publisher.
how to make adsense approve


Publish Quality and Original Content


As per experienced as a newbie blogger, it is quiet hard to make such kind of content. You don’t know how start and end a certain post. But as a newbie blogger you should spend a lot of time in conducting a research studies in the web in order to power your self with the necessary informations. As time passes, you could accumulate many useful informations that are essentials to make such content that are rich in quality.

Age Matters


Entering business online requires a specific legal age which is 18 years old and above, so if you are not yet on this particular age bracket you better not to try because 100% you will not be approved.

Your blog age is an important aspect as well. In Asia like China and India, it requires for around six (6) months in order to get approved with adsense. Furthermore, six (6) months with 50 to 70 quality posts. But in order to double the chance of getting approved, much better if you apply with 100 -120 quality posts.

Use Accurate Informations in Filling the Adsense Application Form


Be true in putting your data in the said form like your name,  complete address, contact number and the like.

Copyrighted content must be avoided  especially if it doesn’t contain any attribution link from the source.


This is another thing which a newbie must face for duplicated content is NOT  SEO friendly.
Adsense  team hates those sites who copy other content and publish it in  their blogs. This is a ground for disapproval. Much better to make our own post and be original in our writing styles.

Be sure to have at least 30 well written  posts from your and  use SEO friendly words. Don't use idiomatic expressions in stressing your ideas be always natural in your mode.

Don’t link your site to any pornographic or  liquor, smoke, gambling or any adult content sites.


This is an important thing also for adsense restricts the placement of ads on gambling sites  and pornographic content. See adsense policies here.

Well Constructed Pages like About, Privacy Policy and Disclaimer.


You may use the links for help in constructing your Privacy Policy and Disclaimer Page.

Sufficient Blog Traffic


There is no specific blog traffic required by Google adsense in order for them to approve your application but as a personal advice, see to it that you’re blog is receiving 200 - 250 visitors a day.
Your store will be useless if nobody visits and buy goods from it.

Avoid Autogenerated Content


Those type of contents which are crawled  by robots from other sites and indexed it in you blog. This type of technique is unfair to other bloggers who spent many hours just to polish one (1) post in a day.

Custom Domain


Applying for adsense without custom domain name is also a ground for disapproval from Google adsense. You have to use top level domain like .com .org .net. Don’t apply for Google adsense if you have sub domain name like .blogspot.com. But as  an experienced, if you want to apply for adsense on sub domain name then you have MUST publish NEW CONTENTS in your blog .

Pray to God


Irregardless of what is your religion, ask God for help! I think this the best tip from all tips that I have read, wrote and used so far.

After reading this post try to assess your blog if  the above tips are being applied or used then try another shot to apply to Google Adsense.
Hope you make it NOW pal!