<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free Blog Themes, Blog Tutorials, Blog Templates, Blogger Tips, Blog Resources &#187; add</title>
	<atom:link href="http://www.blogbunker.com/tag/add/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogbunker.com</link>
	<description>Free blogger templates, blogger tutorials, blogger tips, blogger guildes, blogger widgets, free wordpress plugins, free wordpress theme, blogger resources</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:20:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How To: Add a Twitter Link to Your WordPress Blog</title>
		<link>http://www.blogbunker.com/wordpress-plugins/how-to-add-a-twitter-link-to-your-wordpress-blog/</link>
		<comments>http://www.blogbunker.com/wordpress-plugins/how-to-add-a-twitter-link-to-your-wordpress-blog/#comments</comments>
		<pubDate>Thu, 13 May 2010 22:28:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/wordpress-plugins/how-to-add-a-twitter-link-to-your-wordpress-blog/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/wordpress-plugins/how-to-add-a-twitter-link-to-your-wordpress-blog/"><img align="left" hspace="5" width="100" src="http://wphacks.com/?ak_action=api_record_view&amp;id=2591&amp;type=feed" class="alignleft wp-post-image tfe" alt="" title="" /></a>Twitter is all the rage these days and it doesn&#8217;t seem like it will be going anywhere any time soon.  With that said, it often surprises me that many WordPress blog owners  don&#8217;t offer a convenient way for their readers to retweet their content.  Anyone can grab a Twitter WordPress plugin to tweet their new content as [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter is all the rage these days and it doesn&#8217;t seem like it will be going anywhere any time soon.  With that said, it often surprises me that many WordPress blog owners  don&#8217;t offer a convenient way for their readers to retweet their content.  Anyone can grab a Twitter WordPress plugin to tweet their new content as it is published, but what about your older content?</p>
<p>Rather than passing up all that potential traffic, I&#8217;ve found that offering a link somewhere within your post (optimally at the bottom of each post) is a great way to help your readers and incoming search engine traffic to promote your content for you.  When people find great content they like to share it with others, so why not make it easy for them?</p>
<p>Not only is adding a &#8220;Tweet This!&#8221; link a great choice, but it is really easy to do.  Chances are if you do a search on Google for code to use you&#8217;ll find something <a href="http://wphacks.com/how-to-adding-a-twitter-link-wordpress-theme/">like the following</a>:</p>
<p><code>&lt;a href="http://twitter.com/home?status=Currently reading &lt;?php the_permalink(); ?&gt;" title="Click to send this page to Twitter!" target="_blank"&gt;Tweet This!&lt;/a&gt;</code></p>
<p>This code works just fine, but is not the most optimal solution in my opinion.  Depending on the permalink structure your WordPress blog uses, combined with the length of your domain name, it may be difficult to fit the link into a 140 character tweet.  It also doesn&#8217;t leave room for the person to add their own comments to the tweet.</p>
<p>As a proposed solution, I recommend using some WordPress code like the following:</p>
<p><code>&lt;a href="http://twitter.com/home?status=RT @HackWordPress &lt;?php the_title ();?&gt; &lt;?php echo get_settings('home'); ?&gt;/?p=&lt;?php the_ID(); ?&gt;"&gt;Tweet This&lt;/a&gt;</code></p>
<p>This code will automatically insert the &#8220;RT&#8221; and your Twitter account name (the above example uses our Twitter account, <a href="http://twitter.com/HackWordpress">@HackWordPress</a>) then use the ID form of your post with the tweet.  When people click the link in the tweet, they will then be redirected to the actual post using your blog&#8217;s selected permalink structure, making a convenient and typically short URL.</p>
<p>Have you integrated Twitter into your WordPress blog? Share your strategies in the comments!</p>
<p><img src="http://wphacks.com/?ak_action=api_record_view&amp;id=2591&amp;type=feed" alt="" />
<p>You are reading <a href="http://wphacks.com/add-twitter-link-to-wordpress-blog/">How To: Add a Twitter Link to Your WordPress Blog</a>  © 2010 | <a href="http://wphacks.com">WordPress Hacks</a> | <a href="http://wpnexus.com">WordPress Directory</a> | <a href="http://wpforums.com/">WordPress Forums</a> | <a href="http://wpebook.com/">WordPress eBook</a></p>
<p><small>Enjoy writing about WordPress?  Get your blog more exposure by joining the <a href="http://wphacks.com/write/">WordPress Hacks writing team</a>!</small></p>
<p><img src="http://feeds.feedburner.com/~r/HackWordpress/~4/Z2gX_k-h7Zk" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/wordpress-plugins/how-to-add-a-twitter-link-to-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Horizontal Dropdown Menu &#124; Blogger JQuery Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-dropdown-menu-blogger-jquery-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-dropdown-menu-blogger-jquery-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-dropdown-menu-blogger-jquery-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-dropdown-menu-blogger-jquery-tips/"><img align="left" hspace="5" width="100" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-1622069163000417458?l=www.bloggerhome.net" class="alignleft wp-post-image tfe" alt="" title="" /></a>If you want to add horizontal dropdown menu in template, follow the following blogger jquery tips. Recently I have written two posts about 3D horizontal linklist and Horizontal sub navigation. Before reading this, you may visit above posts. Lets start step by step on how to add horizontal dropdown menu. 1.Login to your blogger dashboard&#8211;&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to add horizontal dropdown menu in template, follow the following blogger jquery tips. Recently I have written two posts about <a href="http://www.bloggerhome.net/2010/04/how-to-add-3d-horizontal-link-list.html">3D horizontal linklist</a> and <a href="http://www.bloggerhome.net/2010/04/how-to-add-horizontal-sub-navigation.html">Horizontal sub navigation</a>. Before reading this, you may visit above posts. Lets start step by step on how to add horizontal dropdown menu.     <br />1.Login to your blogger dashboard&#8211;&gt; layout- -&gt; Edit HTML     <br />2.Scroll down to where you see &lt;/head&gt;tag .     <br />3.Copy below code and paste it just before the &lt;/head&gt; tag .</p>
<p> <a name='more'></a>
<pre>&lt;script src='<a href="http://code.jquery.com/jquery-latest.js">http://code.jquery.com/jquery-latest.js</a>' type='text/javascript'/&gt;&lt;script type='text/javascript'&gt;$(document).ready(function(){

$(&amp;quot;ul.subnav&amp;quot;).parent().append(&amp;quot;&lt;span/&gt;&amp;quot;); //Only shows drop down trigger when js is enabled - Adds empty span tag after ul.subnav

$(&amp;quot;ul.topnav li span&amp;quot;).click(function() { //When trigger is clicked...

//Following events are applied to the subnav itself (moving subnav up and down)$(this).parent().find(&amp;quot;ul.subnav&amp;quot;).slideDown(&#39;fast&#39;).show(); //Drop down the subnav on click

$(this).parent().hover(function() {}, function(){$(this).parent().find(&amp;quot;ul.subnav&amp;quot;).slideUp(&#39;slow&#39;); //When the mouse hovers out of the subnav, move it back up});

//Following events are applied to the trigger (Hover events for the trigger)}).hover(function() {$(this).addClass(&amp;quot;subhover&amp;quot;); //On hover over, add class &amp;quot;subhover&amp;quot;}, function(){ //On Hover Out$(this).removeClass(&amp;quot;subhover&amp;quot;); //On hover out, remove class &amp;quot;subhover&amp;quot;});

});&lt;/script&gt;&lt;style type='text/css'&gt;ul.topnav {list-style: none;padding: 0 20px;margin: 0;float: left;width: 100%;background: #222;font-size: 1.2em;background: url(<a href="http://1.bp.blogspot.com/_4HKUHirY_2U/SuvG9uqdygI/AAAAAAAAAGg/RGkds76x-Ks/topnav_bg.gif">http://1.bp.blogspot.com/_4HKUHirY_2U/SuvG9uqdygI/AAAAAAAAAGg/RGkds76x-Ks/topnav_bg.gif</a>) repeat-x;}ul.topnav li {float: left;margin: 0;padding: 0 15px 0 0;position: relative; /*--Declare X and Y axis base--*/}ul.topnav li a{padding: 10px 5px;color: #fff;display: block;text-decoration: none;float: left;}ul.topnav li a:hover{background: url(<a href="http://2.bp.blogspot.com/_4HKUHirY_2U/SuvHEn2GZ9I/AAAAAAAAAGo/s4ncczdnOd0/topnav_hover.gif">http://2.bp.blogspot.com/_4HKUHirY_2U/SuvHEn2GZ9I/AAAAAAAAAGo/s4ncczdnOd0/topnav_ho ver.gif</a>) no-repeat center top;}ul.topnav li span { /*--Drop down trigger styles--*/width: 17px;height: 35px;float: left;background: url(<a href="http://2.bp.blogspot.com/_4HKUHirY_2U/SuvHKqBeOXI/AAAAAAAAAGw/qGYlY4ckLWc/subnav_btn.gif">http://2.bp.blogspot.com/_4HKUHirY_2U/SuvHKqBeOXI/AAAAAAAAAGw/qGYlY4ckLWc/subnav_btn.gif</a>) no-repeat center top;}ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/ul.topnav li ul.subnav {list-style: none;position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/left: 0; top: 35px;background: #333;margin: 0; padding: 0;display: none;float: left;width: 170px;-moz-border-radius-bottomleft: 5px;-moz-border-radius-bottomright: 5px;-webkit-border-bottom-left-radius: 5px;-webkit-border-bottom-right-radius: 5px;border: 1px solid #111;}ul.topnav li ul.subnav li{margin: 0; padding: 0;border-top: 1px solid #252525; /*--Create bevel effect--*/border-bottom: 1px solid #444; /*--Create bevel effect--*/clear: both;width: 170px;}html ul.topnav li ul.subnav li a {float: left;width: 145px;background: #333 url(<a href="http://3.bp.blogspot.com/_4HKUHirY_2U/SuvHPYoc82I/AAAAAAAAAG4/3DDzBwklYpw/dropdown_linkbg.gif">http://3.bp.blogspot.com/_4HKUHirY_2U/SuvHPYoc82I/AAAAAAAAAG4/3DDzBwklYpw/dropdown_linkbg.gif</a>) no-repeat 10px center;padding-left: 20px;}html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/background: #222 url(<a href="http://3.bp.blogspot.com/_4HKUHirY_2U/SuvHPYoc82I/AAAAAAAAAG4/3DDzBwklYpw/dropdown_linkbg.gif">http://3.bp.blogspot.com/_4HKUHirY_2U/SuvHPYoc82I/AAAAAAAAAG4/3DDzBwklYpw/dropdown_linkbg.gif</a>) no-repeat 10px center;}#header img {margin: 20px 0 10px;}&lt;/style&gt;</pre>
<p>Please <a href="http://www.mydatanest.com/register/?r=6161">host image</a> here for free. </p>
<p>You can change width,height,color,&#8230; as your choice. </p>
<p>4.Now go to Layout&#8211;&gt;Page Element and click on &quot;Add a gadget&quot;. </p>
<p>5.Select &quot;html/java script&quot; and add the code given below and click save. </p>
<pre>&lt;ul class=&quot;topnav&quot;&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Tutorials&lt;/a&gt;&lt;ul class=&quot;subnav&quot;&gt;  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;HTML Tutorials&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;CSS Tutorials&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;PHP Tutorials&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;SQL Tutorials&lt;/a&gt;&lt;/li&gt;  &lt;li&gt;&lt;a href=&quot;#&quot;&gt;jQuery Tutorials&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Templates&lt;/a&gt; &lt;ul class=&quot;subnav&quot;&gt;   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;1 Column&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;2 Column&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;3 Column&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;4 Column&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Premium&lt;/a&gt;&lt;/li&gt;   &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Buy Now&lt;/a&gt;&lt;/li&gt;  &lt;/ul&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;About Us&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Advertise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Subscribe&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact Us&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>
<p>I hope you like this. Happy blogging&#8230;&#8230; </p>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-1622069163000417458?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/8b8NWlBy4WM_jjixBEaLWXy3rkU/0/da"><img src="http://feedads.g.doubleclick.net/~a/8b8NWlBy4WM_jjixBEaLWXy3rkU/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/8b8NWlBy4WM_jjixBEaLWXy3rkU/1/da"><img src="http://feedads.g.doubleclick.net/~a/8b8NWlBy4WM_jjixBEaLWXy3rkU/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/tBpfycgWyNE" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-dropdown-menu-blogger-jquery-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add jQuery’s hover functionality , Blogger Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-jquery%e2%80%99s-hover-functionality-blogger-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-jquery%e2%80%99s-hover-functionality-blogger-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[functionality]]></category>
		<category><![CDATA[hover]]></category>
		<category><![CDATA[jquerys]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-jquery%e2%80%99s-hover-functionality-blogger-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-jquery%e2%80%99s-hover-functionality-blogger-tips/"><img align="left" hspace="5" width="100" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-8176258836304181303?l=www.bloggerhome.net" class="alignleft wp-post-image tfe" alt="" title="" /></a>Following tutorial describes how to add hover functionality with JQuery. 1.Login to your blogger dashboard&#8211;&#62; layout- -&#62; Edit HTML 2.Scroll down to where you see &#60;/head&#62;tag . 3.Copy below code and paste it just before the &#60;/head&#62; tag . &#60;script type='text/javascript'&#62;window.onload = function() { var paras = document.getElementById(&#39;content&#39;).getElementsByTagName(&#39;p&#39;); if(paras.length) { paras[0].className = paras[0].className + &#39; [...]]]></description>
			<content:encoded><![CDATA[<p>Following tutorial describes how to add hover functionality with JQuery.    <br />1.Login to your blogger dashboard&#8211;&gt; layout- -&gt; Edit HTML     <br />2.Scroll down to where you see &lt;/head&gt;tag .     <br />3.Copy below code and paste it just before the &lt;/head&gt; tag .</p>
<p> <a name='more'></a>
<pre>&lt;script type='text/javascript'&gt;window.onload = function() { var paras = document.getElementById(&#39;content&#39;).getElementsByTagName(&#39;p&#39;); if(paras.length) {  paras[0].className = paras[0].className + &#39; intro&#39;; }};&lt;/script&gt; &lt;style type='text/css'&gt; #hover-me  { padding:50px 100px; border:2px solid #fc0; background:#d3ea74; }&lt;/style&gt;&lt;script src='<a href="http://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools.js">http://ajax.googleapis.com/ajax/libs/mootools/1.2.3/mootools.js</a>' type='text/javascript'/&gt;&lt;script type='text/javascript'&gt;

 /* usage */ window.addEvent(&#39;domready&#39;,function() {

  /* hover! */  Element.implement({   &#39;hover&#39;: function(fn1,fn2) {    this.addEvents({     &#39;mouseenter&#39;: function(e) {      fn1.attempt(e,this);     },     &#39;mouseleave&#39;: function(e) {      fn2.attempt(e,this);     }    })   }  });

  $(&#39;hover-me&#39;).hover(function(e) {   this.fade(&#39;out&#39;);  }, function(e) {   this.fade(&#39;in&#39;);  }); });

&lt;/script&gt;</pre>
<p>4.Whenever you have to write some codes or text,write it between the following tags : </p>
<pre>&lt;div id=&quot;hover-me&quot;&gt;

Your Text/Code

&lt;/div&gt;</pre>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-8176258836304181303?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/JYUm_NeuKrVee2T_TbPG2KfeubQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/JYUm_NeuKrVee2T_TbPG2KfeubQ/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/JYUm_NeuKrVee2T_TbPG2KfeubQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/JYUm_NeuKrVee2T_TbPG2KfeubQ/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/pOdxXt_jy4o" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-jquery%e2%80%99s-hover-functionality-blogger-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Horizontal Sub Navigation , Blogger JQuery Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-sub-navigation-blogger-jquery-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-sub-navigation-blogger-jquery-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-sub-navigation-blogger-jquery-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-sub-navigation-blogger-jquery-tips/"><img align="left" hspace="5" width="100" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-7631875340430796825?l=www.bloggerhome.net" class="alignleft wp-post-image tfe" alt="" title="" /></a>In my previous post I have shown the way to insert 3D Horizontal Navigation with JQuery. Now I am going to tell you how to add sub navigation to a blog. Just follow the instructions step by step. 1.Login to your blogger dashboard&#8211;&#62; layout- -&#62; Edit HTML 2.Scroll down to where you see &#60;/head&#62;tag . [...]]]></description>
			<content:encoded><![CDATA[<p>In my previous post I have shown the way to <a href="http://makeblogpopular.blogspot.com/2010/04/how-to-add-3d-horizontal-link-list.html">insert 3D Horizontal Navigation</a> with JQuery. Now I am going to tell you how to add sub navigation to a blog. Just follow the instructions step by step.     <br />1.Login to your blogger dashboard&#8211;&gt; layout- -&gt; Edit HTML     <br />2.Scroll down to where you see &lt;/head&gt;tag .     <br />3.Copy below code and paste it just before the &lt;/head&gt; tag .</p>
<p> <a name='more'></a>
<pre>&lt;style type='text/css'&gt;

ul#topnav {margin: 0; padding: 0;float: left;width: 100%;list-style: none;position: relative;font-size: 1.2em;background: #383838;}ul#topnav li {float: left;margin: 0; padding: 0;border-right: 1px solid #fff;}ul#topnav li a {padding: 10px 15px;display: block;color: #f0f0f0;text-decoration: none;}ul#topnav li:hover { background: #1376c9 url() repeat-x; }ul#topnav li span {float: left;padding: 15px 0;position: absolute;left: 0; top:35px;display: none;width: 100%;background: #1376c9;color: #fff;-moz-border-radius-bottomright: 5px;-khtml-border-radius-bottomright: 5px;-webkit-border-bottom-right-radius: 5px;-moz-border-radius-bottomleft: 5px;-khtml-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px;}ul#topnav li:hover span { display: block; }ul#topnav li span a { display: inline; }ul#topnav li span a:hover {text-decoration: underline;}&lt;/style&gt;&lt;script src='<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js">http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js</a>' type='text/javascript'/&gt;&lt;script type='text/javascript'&gt;$(document).ready(function() {

$(&amp;quot;ul#topnav li&amp;quot;).hover(function() { //Hover over event on list item$(this).css({ &#39;background&#39; : &#39;#1376c9 url() repeat-x&#39;}); //Add background color + image on hovered list item$(this).find(&amp;quot;span&amp;quot;).show(); //Show the subnav} , function() { //on hover out...$(this).css({ &#39;background&#39; : &#39;none&#39;}); //Ditch the background$(this).find(&amp;quot;span&amp;quot;).hide(); //Hide the subnav});

});&lt;/script&gt;</pre>
<p>You can change width,height,color,&#8230; as your choice. </p>
<p>4.Now go to Layout&#8211;&gt;Page Element and click on &quot;Add a gadget&quot;. </p>
<p>5.Select &quot;html/java script&quot; and add one of code below and click save. </p>
<pre>&lt;ul id=&quot;topnav&quot;&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Blogger&lt;/a&gt;&lt;span&gt;&lt;a href=&quot;#&quot;&gt;Widgets&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;Tip And Tricks&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;Basic&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Tutorials&lt;/a&gt;&lt;span&gt;&lt;a href=&quot;#&quot;&gt;HTML&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;Java Script&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;CSS&lt;/a&gt;&lt;a href=&quot;#&quot;&gt;jQuery&lt;/a&gt;&lt;a href=&quot;#&quot;&gt;MooTools&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Templates&lt;/a&gt;&lt;span&gt;&lt;a href=&quot;#&quot;&gt;1 Column&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;2 Column&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;3 Column&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;4 Column&lt;/a&gt; |&lt;a href=&quot;#&quot;&gt;Premium&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Subscribe&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Advertise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-7631875340430796825?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/fimTIgIBuQb_lKcfxNxBAlGYltc/0/da"><img src="http://feedads.g.doubleclick.net/~a/fimTIgIBuQb_lKcfxNxBAlGYltc/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/fimTIgIBuQb_lKcfxNxBAlGYltc/1/da"><img src="http://feedads.g.doubleclick.net/~a/fimTIgIBuQb_lKcfxNxBAlGYltc/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/tSqaf3t8QoI" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-sub-navigation-blogger-jquery-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add 3D Horizontal Link List , Blogger JQuery Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-3d-horizontal-link-list-blogger-jquery-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-3d-horizontal-link-list-blogger-jquery-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-3d-horizontal-link-list-blogger-jquery-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-3d-horizontal-link-list-blogger-jquery-tips/"><img align="left" hspace="5" width="100" src="http://4.bp.blogspot.com/_-j7_-ccACuU/Sur6m2Js26I/AAAAAAAABDw/Sg2OYD3L34U/navigation+menu.png" class="alignleft wp-post-image tfe" alt="" title="" /></a>If you want to beatify your navigation style, then you can use 3D Link List. In this tutorial, you will find a way to add 3D horizontal Link List to your blog. Just follow the instructions step by step. 1.Login to your blogger dashboard&#8211;&#62; layout- -&#62; Edit HTML 2.Scroll down to where you see &#60;/head&#62;tag [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to beatify your navigation style, then you can use 3D Link List. In this tutorial, you will find a way to add 3D horizontal Link List to your blog. Just follow the instructions step by step.    <br />1.Login to your blogger dashboard&#8211;&gt; layout- -&gt; Edit HTML     <br />2.Scroll down to where you see &lt;/head&gt;tag .     <br />3.Copy below code and paste it just before the &lt;/head&gt; tag .</p>
<p> <a name='more'></a>
<pre>&lt;style type='text/css'&gt;ul#topnav {margin: 10px 0 20px;padding: 0;list-style: none;font-size: 1.1em;clear: both;float: left;width: 99%;}ul#topnav li{margin: 0;padding: 0;overflow: hidden;float: left;height:40px;}ul#topnav a, ul#topnav span {padding: 10px 20px;float: left;text-decoration: none;color: #fff;text-transform: uppercase;clear: both;height: 20px;line-height: 20px;background: #1d1d1d;}ul#topnav a { color: #7bc441; }ul#topnav span {display: none;}

ul#topnav.v2 span{background: url(<a href="http://4.bp.blogspot.com/_ar9PeTUrwMY/SurvAv9Rh3I/AAAAAAAAAzg/6yumbEnfpmA/a_bg.gif">http://4.bp.blogspot.com/_ar9PeTUrwMY/SurvAv9Rh3I/AAAAAAAAAzg/6yumbEnfpmA/a_bg.gif</a>) repeat-x left top;}ul#topnav.v2 a{color: #555;background: url(<a href="http://4.bp.blogspot.com/_ar9PeTUrwMY/SurvAv9Rh3I/AAAAAAAAAzg/6yumbEnfpmA/a_bg.gif">http://4.bp.blogspot.com/_ar9PeTUrwMY/SurvAv9Rh3I/AAAAAAAAAzg/6yumbEnfpmA/a_bg.gif</a>) repeat-x left bottom;}&lt;/style&gt;&lt;script src='<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js">http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js</a>' type='text/javascript'/&gt;&lt;script type='text/javascript'&gt;

$(document).ready(function() {

$(&amp;quot;#topnav li&amp;quot;).prepend(&amp;quot;&lt;span/&gt;&amp;quot;); //Throws an empty span tag right before the a tag

$(&amp;quot;#topnav li&amp;quot;).each(function() { //For each list item...var linkText = $(this).find(&amp;quot;a&amp;quot;).html(); //Find the text inside of the a tag$(this).find(&amp;quot;span&amp;quot;).show().html(linkText); //Add the text in the span tag});

$(&amp;quot;#topnav li&amp;quot;).hover(function() { //On hover...$(this).find(&amp;quot;span&amp;quot;).stop().animate({marginTop: &amp;quot;-40&amp;quot; //Find the span tag and move it up 40 pixels}, 250);} , function() { //On hover out...$(this).find(&amp;quot;span&amp;quot;).stop().animate({marginTop: &amp;quot;0&amp;quot; //Move the span back to its original state (0px)}, 250);});

});&lt;/script&gt;</pre>
<p>Please host image yourself. </p>
<p>You can change width,height,color,&#8230; as your choice. </p>
<p>4.Now go to Layout&#8211;&gt;Page Element and click on &quot;Add a gadget&quot;. </p>
<p>5.Select &quot;html/java script&quot; and add one of code below and click save. </p>
<p>Code 1: </p>
<pre>&lt;div class=&quot;container&quot;&gt;

&lt;ul id=&quot;topnav&quot; class=&quot;v2&quot;&gt;

&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/search?max-results=999&quot;&gt;TOC&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggertipandtrick.blogspot.com/search/label/widget?max-results=1000&quot;&gt;Widgets&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/search/label/Templates?max-results=1000&quot;&gt;Templates&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/search/label/jQuery?max-results=1000&quot;&gt;jQuery&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/2009/01/blogger-tips-and-tricks-ads-details.html&quot;&gt;Advertise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/2009/01/contact-me.html&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;</pre>
<p>Result: </p>
<p><a href="http://4.bp.blogspot.com/_-j7_-ccACuU/Sur6m2Js26I/AAAAAAAABDw/Sg2OYD3L34U/s1600-h/navigation+menu.png"><img border="0" alt="" src="http://4.bp.blogspot.com/_-j7_-ccACuU/Sur6m2Js26I/AAAAAAAABDw/Sg2OYD3L34U/navigation+menu.png" /></a> </p>
<p>Code 2: </p>
<pre>&lt;div class=&quot;container&quot;&gt;

&lt;ul id=&quot;topnav&quot;&gt;

&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/search?max-results=999&quot;&gt;TOC&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.bloggertipandtrick.blogspot.com/search/label/widget?max-results=1000&quot;&gt;Widgets&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/search/label/Templates?max-results=1000&quot;&gt;Templates&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/search/label/jQuery?max-results=1000&quot;&gt;jQuery&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/2009/01/blogger-tips-and-tricks-ads-details.html&quot;&gt;Advertise&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://bloggertipandtrick.blogspot.com/2009/01/contact-me.html&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;

&lt;/div&gt;</pre>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-295076958592772714?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/cAM2eLEA8Gm1enwQVNBKrYmKIBQ/0/da"><img src="http://feedads.g.doubleclick.net/~a/cAM2eLEA8Gm1enwQVNBKrYmKIBQ/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/cAM2eLEA8Gm1enwQVNBKrYmKIBQ/1/da"><img src="http://feedads.g.doubleclick.net/~a/cAM2eLEA8Gm1enwQVNBKrYmKIBQ/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/O_xtrCd7SOU" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-3d-horizontal-link-list-blogger-jquery-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Scroll on Top Button &#124; Blogger JQuery Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-scroll-on-top-button-blogger-jquery-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-scroll-on-top-button-blogger-jquery-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[top]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-scroll-on-top-button-blogger-jquery-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-scroll-on-top-button-blogger-jquery-tips/"><img align="left" hspace="5" width="100" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-4606965880712695865?l=www.bloggerhome.net" class="alignleft wp-post-image tfe" alt="" title="" /></a>1.Login to your blogger dashboard&#8211;&#62; layout- -&#62; Edit HTML 2.Scroll down to where you see &#60;/head&#62;tag . 3.Copy below code and paste it just before the &#60;/head&#62; tag . &#60;script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js' type='text/javascript'/&#62; &#60;script type='text/javascript'&#62;//&#60;![CDATA[ $(function(){ $('a[href*=#top]').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')&#38;&#38; location.hostname == this.hostname) { var $target = $(this.hash); $target = $target.length &#38;&#38; $target &#124;&#124; [...]]]></description>
			<content:encoded><![CDATA[<p>1.Login to your blogger dashboard&#8211;&gt; layout- -&gt; Edit HTML     <br />2.Scroll down to where you see &lt;/head&gt;tag .      <br />3.Copy below code and paste it just before the &lt;/head&gt; tag .</p>
<p>   <a name='more'></a>
<pre>&lt;script src='<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js">http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js</a>' type='text/javascript'/&gt;

&lt;script type='text/javascript'&gt;//&lt;![CDATA[

$(function(){

$('a[href*=#top]').click(function() {

if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')&amp;&amp; location.hostname == this.hostname) {

var $target = $(this.hash);

$target = $target.length &amp;&amp; $target || $('[name=' + this.hash.slice(1) +']');

if ($target.length) {

var targetOffset = $target.offset().top;

$('html,body').animate({scrollTop: targetOffset}, 1000);

return false;

}

}

});

});//]]&gt;&lt;/script&gt;&lt;!-- end scrolltop --&gt;</pre>
<p>4.Now scroll down where you see &lt;body&gt; tag . </p>
<p>5.Replace &lt;body&gt; tag with &lt;body id=&#8217;top&#8217;&gt; . </p>
<p>6.Now again scroll down where you see &lt;/body&gt; tag . </p>
<p>7.Copy below code and paste it just before &lt;/body&gt; tag: </p>
<pre>&lt;div id='goingtop'&gt;&lt;a href='#top' title='Go Top'&gt;&lt;img src='<a href="http://1.bp.blogspot.com/_4HKUHirY_2U/Sujr21YfikI/AAAAAAAAAGM/mPXYFXAepV4/top.png">http://1.bp.blogspot.com/_4HKUHirY_2U/Sujr21YfikI/AAAAAAAAAGM/mPXYFXAepV4/top.png</a>' style='right:20px; bottom:20px; position: fixed;'/&gt;&lt;/a&gt;&lt;/div&gt;</pre>
<p>Now you can change your background image replacing above red colored code with your image URL. For getting image URL you can <a href="http://www.mydatanest.com/register/?r=6161">host free image here</a></p>
<p>8.Click on save template and you are done.</p>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-4606965880712695865?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/ynG1E6lI4ZrxX0kZM2b8z1-65NM/0/da"><img src="http://feedads.g.doubleclick.net/~a/ynG1E6lI4ZrxX0kZM2b8z1-65NM/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/ynG1E6lI4ZrxX0kZM2b8z1-65NM/1/da"><img src="http://feedads.g.doubleclick.net/~a/ynG1E6lI4ZrxX0kZM2b8z1-65NM/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/TNO3IXZX988" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-scroll-on-top-button-blogger-jquery-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add &quot;Contact Me&quot; Page &#124; Blogger JQuery Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-contact-me-page-blogger-jquery-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-contact-me-page-blogger-jquery-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mequot]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[quotcontact]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-contact-me-page-blogger-jquery-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-contact-me-page-blogger-jquery-tips/"><img align="left" hspace="5" width="100" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-7463956964103940777?l=www.bloggerhome.net" class="alignleft wp-post-image tfe" alt="" title="" /></a>This post describes how to create a contact me page for Blogger/BlogSpot. Blogger.com does not give any built-in option(gadget)which supports form submission. So you should borrow code from third party sites. One question arises why should one use a contact page for blog or site? There are some logics behind this. You may look contact [...]]]></description>
			<content:encoded><![CDATA[<p>This post describes how to create a contact me page for Blogger/BlogSpot. Blogger.com does not give any built-in option(gadget)which supports form submission. So you should borrow code from third party sites. One question arises why should one use a contact page for blog or site? There are some logics behind this. You may look contact me or contact us page at each renowned sites or blogs. Contact Page is used to for interaction between authors/owners and readers. One reader may want to share something with author about the post or he may suggest new idea for site&#8217;s owners on improvement the site or blog. <a name='more'></a>   <br />I am not good at English, I have tried to bring out the philosophy. I hopy you got it. You may look my <a href="http://makeblogpopular.blogspot.com/2009/01/contact-me.html">Contact Page</a> for this blog.     <br />1.Sign up in http://www.emailmeform.com     <br />2.Click on Create New Form     <br />3.Create your contact us form using web form creation wizard     <br />4.After creating your form, copy HTML CODE for your form.     <br />5.Now Convert your HTML code to XHTML code using <a href="http://www.cruto.com/resources/code-generators/code-converters/html-to-xhtml.asp">XHTML code Converter</a>.     <br />6.Login to your blogger dashboard&#8211;&gt; layout- -&gt; Edit HTML     <br />7.Scroll down to where you see &lt;/head&gt; tag .     <br />8.Copy below code and paste it just before the &lt;/head&gt; tag.</p>
<pre>&lt;!-- Import jQuery and SimpleModal source files --&gt;&lt;script src='<a href="http://h1.ripway.com/bns/lightbox-comment/jquery.js">http://h1.ripway.com/bns/lightbox-comment/jquery.js</a>' type='text/javascript'&gt;&lt;/script&gt;&lt;script src='<a href="http://h1.ripway.com/bns/lightbox-comment/jquery.simplemodal.js">http://h1.ripway.com/bns/lightbox-comment/jquery.simplemodal.js</a>' type='text/javascript'&gt;&lt;/script&gt;

&lt;!-- Contact Form JS and CSS files --&gt;&lt;script src='<a href="http://h1.ripway.com/bns/lightbox-comment/basic.js">http://h1.ripway.com/bns/lightbox-comment/basic.js</a>' type='text/javascript'&gt;&lt;/script&gt;&lt;link type='text/css' href='<a href="http://h1.ripway.com/bns/lightbox-comment/basic.css">http://h1.ripway.com/bns/lightbox-comment/basic.css</a>' rel='stylesheet' media='screen' /&gt;

&lt;!-- IE 6 hacks --&gt;&lt;!--[if lt IE 7]&gt;&lt;link type='text/css' href='<a href="http://h1.ripway.com/bns/lightbox-comment/basic_ie.css">http://h1.ripway.com/bns/lightbox-comment/basic_ie.css</a>' rel='stylesheet' media='screen' /&gt;&lt;![endif]--&gt;</pre>
<p>9.Now again scroll down to where you see &lt;/body&gt; tag . </p>
<p>10.Copy below code and paste it just before the &lt;/body&gt; tag and save your template. </p>
<pre>&lt;div id=&quot;basicModalContent&quot; style='display:none'&gt;

ENTER XHTML FORM CODE HERE(in step 5)

&lt;/div&gt;</pre>
<p>Now replace &quot;ENTER XHTML FORM CODE HERE&quot; with your XHTML Code. </p>
<p>11.Now Add below code Anywhere in your blog to bring contact us form. </p>
<pre>&lt;div id='basicModal'&gt;&lt;a href='#' class='basic'&gt;Contact US&lt;/a&gt;&lt;/div&gt;</pre>
<p>Now you are done. I hope you are enjoying it now. Let me know about your experience. Happy blogging.. </p>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-7463956964103940777?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/ncyh9ac8coFXmftktMUmVAkEimU/0/da"><img src="http://feedads.g.doubleclick.net/~a/ncyh9ac8coFXmftktMUmVAkEimU/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/ncyh9ac8coFXmftktMUmVAkEimU/1/da"><img src="http://feedads.g.doubleclick.net/~a/ncyh9ac8coFXmftktMUmVAkEimU/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/wY9lfCAdRoI" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-contact-me-page-blogger-jquery-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add  Horizontal LinkList Blogger Jquery Tips</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-linklist-blogger-jquery-tips/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-linklist-blogger-jquery-tips/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogger Widgets]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[linklist]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-linklist-blogger-jquery-tips/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-linklist-blogger-jquery-tips/"><img align="left" hspace="5" width="100" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-1584975387338305194?l=www.bloggerhome.net" class="alignleft wp-post-image tfe" alt="" title="" /></a>1.Log in to your dashboard&#8211;&#62; layout- -&#62; Edit HTML 2.Scroll down to where you see &#60;/b:skin&#62;tag. 3.Now copy below code and paste it just before &#60;/b:skin&#62; tag . #nav, #nav ul{margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;line-height:26px;}#nav a:link,#nav a:active,#nav a:visited{display:block;color:#FFF;text-decoration:none;background:#444;height:26px;line-height:26px;padding:0 6px;margin-right:1px;}#nav a:hover{background:#0066FF;color:#FFF;}#nav li{float:left;position:relative;}#nav ul {position:absolute;width:12em;top:26px;display:none;}#nav li ul a{width:12em;float:left;}#nav ul ul{width:12em;top:auto;}#nav li ul ul {margin:0 0 0 13em;}#nav li:hover ul ul,#nav li:hover [...]]]></description>
			<content:encoded><![CDATA[<p>1.Log in to your dashboard&#8211;&gt; layout- -&gt; Edit HTML    <br />2.Scroll down to where you see &lt;/b:skin&gt;tag.     <br />3.Now copy below code and paste it just before &lt;/b:skin&gt; tag .</p>
<pre>#nav, #nav ul{margin:0;padding:0;list-style-type:none;list-style-position:outside;position:relative;line-height:26px;}#nav a:link,#nav a:active,#nav a:visited{display:block;color:#FFF;text-decoration:none;background:#444;height:26px;line-height:26px;padding:0 6px;margin-right:1px;}#nav a:hover{background:#0066FF;color:#FFF;}#nav li{float:left;position:relative;}#nav ul {position:absolute;width:12em;top:26px;display:none;}#nav li ul a{width:12em;float:left;}#nav ul ul{width:12em;top:auto;}#nav li ul ul {margin:0 0 0 13em;}#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li:hover ul ul ul ul{display:none;}#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li li li li:hover ul{display:block;}</pre>
<p><a name='more'></a></p>
<p>Note: If you want you can change above code as you like. </p>
<p>4.Now again Scroll down to where you see &lt;/head&gt; tag. </p>
<p>5.Now Copy below code and paste it just before &lt;/head&gt; tag. </p>
<pre>&lt;script src='<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js">http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js</a>' type='text/javascript'/&gt;&lt;script type='text/javascript'&gt;function showmenu(){$(&amp;quot;#nav li&amp;quot;).hover(function(){$(this).find(&#39;ul:first&#39;).css({visibility:&amp;quot;visible&amp;quot;, display:&amp;quot;none&amp;quot;}).show();}, function(){$(this).find(&#39;ul:first&#39;).css({visibility:&amp;quot;hidden&amp;quot;});});}

$(document).ready(function(){showmenu();});&lt;/script&gt;</pre>
<p>6.Now save your template. </p>
<p>7.Go to Layout&#8211;&gt;Page Elements. </p>
<p>8.Click on &quot;Add a Gadget&quot; and select &#8216;HTML/Javascript&#8217; and add the code given below. </p>
<pre>&lt;ul id=&quot;nav&quot;&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 1&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 2&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 2.1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 2.2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 2.3&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 3&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 3.1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 3.2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 3.3&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 4&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 4.1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 4.2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 4.3&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 5&lt;/a&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 5.1&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 5.2&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 5.3&lt;/a&gt;&lt;/li&gt;&lt;ul&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Link 6&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>
<p>Replace # with your link urls and Link 1&#8230;.n with the text of links. </p>
<p>9.Now click save and you are done. </p>
<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/8685731215904055893-1584975387338305194?l=www.bloggerhome.net" alt="" /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/GmxcNOvVKmdBRomf6hmZ6Nev8dc/0/da"><img src="http://feedads.g.doubleclick.net/~a/GmxcNOvVKmdBRomf6hmZ6Nev8dc/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/GmxcNOvVKmdBRomf6hmZ6Nev8dc/1/da"><img src="http://feedads.g.doubleclick.net/~a/GmxcNOvVKmdBRomf6hmZ6Nev8dc/1/di" border="0"></img></a></p>
<p><img src="http://feeds.feedburner.com/~r/feed39/~4/kGAoTA2G6G0" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-horizontal-linklist-blogger-jquery-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add Adsense to WordPress Blog</title>
		<link>http://www.blogbunker.com/blogger-tutorials/how-to-add-adsense-to-wordpress-blog/</link>
		<comments>http://www.blogbunker.com/blogger-tutorials/how-to-add-adsense-to-wordpress-blog/#comments</comments>
		<pubDate>Thu, 13 May 2010 21:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogger Tutorials]]></category>
		<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[adsense]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.blogbunker.com/blogger-tutorials/how-to-add-adsense-to-wordpress-blog/</guid>
		<description><![CDATA[<a href="http://www.blogbunker.com/blogger-tutorials/how-to-add-adsense-to-wordpress-blog/"><img align="left" hspace="5" width="100" src="http://feeds.feedburner.com/~ff/bloggingtips786?d=yIl2AUoC8zA" class="alignleft wp-post-image tfe" alt="" title="" /></a>Hi Friends, Have you added Adsense to your wordpress blog? If your Ad’s placement is really good, you will get more clicks from the visitors and your earning will increase slightly. For WordPress cms, there are many very good and easy ways to integrate Adsense. here Im posting a random video which I found in [...]]]></description>
			<content:encoded><![CDATA[<p>Hi Friends,<br />
Have you added Adsense to your wordpress blog?<br />
If your Ad’s placement is really good, you will get more clicks from the visitors and your earning will increase slightly.<br />
 For WordPress cms, there are many very good and easy ways to integrate Adsense.<br />
here Im posting a random video which I found in youtube about adding [...]</p>
<p>Related posts:
<ol>
<li><a href="http://www.bloggingtips.co.in/get-a-wordpress-api-key-for-the-akismet-wordpress-plugin.html" rel="bookmark" title="Permanent Link: Get A WordPress API Key For The Akismet WordPress Plugin">Get A WordPress API Key For The Akismet WordPress Plugin</a></li>
<li><a href="http://www.bloggingtips.co.in/make-your-wordpress-blog-secure.html" rel="bookmark" title="Permanent Link: Make your WordPress blog secure !">Make your WordPress blog secure !</a></li>
<li><a href="http://www.bloggingtips.co.in/import-blogspotblogger-blog-to-wordpress.html" rel="bookmark" title="Permanent Link: import blogspot/blogger blog to wordpress">import blogspot/blogger blog to wordpress</a></li>
</ol>
<div>
<a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?i=85i2oeyJYow:Wn7aIwrl-ns:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?i=85i2oeyJYow:Wn7aIwrl-ns:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?i=85i2oeyJYow:Wn7aIwrl-ns:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?i=85i2oeyJYow:Wn7aIwrl-ns:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/bloggingtips786?a=85i2oeyJYow:Wn7aIwrl-ns:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/bloggingtips786?d=TzevzKxY174" border="0"></img></a>
</div>
<p><img src="http://feeds.feedburner.com/~r/bloggingtips786/~4/85i2oeyJYow" height="1" width="1" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogbunker.com/blogger-tutorials/how-to-add-adsense-to-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

