<?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>| Blogger Tips And Tricks|Latest Tips For Bloggers</title>
	<atom:link href="https://www.bloggertipandtrick.net/tutorials/jquery/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Blogger Tips And Tricks&#124;Latest Tips For Bloggers</description>
	<lastBuildDate>Tue, 16 Sep 2025 04:12:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Add jQuery to Blogger</title>
		<link>https://www.bloggertipandtrick.net/add-jquery-to-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/add-jquery-to-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sun, 24 Aug 2025 03:08:00 +0000</pubDate>
				<category><![CDATA[html]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/07/how-to-add-jquery-on-blogger-blogspot-blogs.html</guid>

					<description><![CDATA[<p>Some Blogger templates or gadgets require jQuery to work properly. If your theme does not already load it, you can easily add it by following these steps. Steps Open your Blogger Dashboard and go to Theme. Click Edit HTML to open the code editor. Search for the closing tag &#60;/head&#62;. Paste the script below just [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-jquery-to-blogger/">How to Add jQuery to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2025/08/How-to-Add-jQuery-to-Blogger.jpg" alt="How to Add jQuery to Blogger" width="1536" height="806" class="alignnone size-full wp-image-7460 singular-featured-image" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2025/08/How-to-Add-jQuery-to-Blogger.jpg 1536w, https://www.bloggertipandtrick.net/wp-content/uploads/2025/08/How-to-Add-jQuery-to-Blogger-768x403.jpg 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></p>
<p>Some Blogger templates or gadgets require jQuery to work properly. If your theme does not already load it, you can easily add it by following these steps.</p>
<h2>Steps</h2>
<ol>
<li>Open your <strong>Blogger Dashboard</strong> and go to <strong>Theme</strong>.</li>
<li>Click <strong>Edit HTML</strong> to open the code editor.</li>
<li>Search for the closing tag <strong>&lt;/head&gt;</strong>.</li>
<li>Paste the script below <em>just before</em> <strong>&lt;/head&gt;</strong>.</li>
<li>Click <strong>Save</strong> to update your theme.</li>
</ol>
<h2>jQuery Script</h2>
<pre><code>&lt;script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"&gt;&lt;/script&gt;</code></pre>
<h2>Optional: Add jQuery Migrate</h2>
<p>If your template or old gadgets stop working after adding the latest jQuery, you can also include jQuery Migrate. Place it <em>immediately after</em> the jQuery script tag:</p>
<pre><code>&lt;script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"&gt;&lt;/script&gt;
&lt;script src="https://code.jquery.com/jquery-migrate-3.4.1.min.js"&gt;&lt;/script&gt;</code></pre>
<p><strong>Tip:</strong> Only add jQuery Migrate if you notice errors with older scripts. For most modern templates, the main jQuery script is enough.</p>
<h2>Final Step</h2>
<p>After saving your theme, refresh your blog and check if everything works correctly. If you see errors in the console, consider adding the optional jQuery Migrate script.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-jquery-to-blogger/">How to Add jQuery to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/add-jquery-to-blogger/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add jQuery Easy Tooltip to Blogger</title>
		<link>https://www.bloggertipandtrick.net/jquery-easy-tooltip-to-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/jquery-easy-tooltip-to-blogger/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 02 Jul 2025 16:58:00 +0000</pubDate>
				<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/08/how-to-add-jquery-tooltips-effect-to-blogger-links.html</guid>

					<description><![CDATA[<p>This tutorial explains how to add tooltips to the links of your website or blog using "Easy Tooltip" jQuery plugin. A Tooltip is a hint that appears when an user hovers the pointer over an item that contains a brief text message identifying the object. Follow the steps given below to add Easy Tooltip to [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/jquery-easy-tooltip-to-blogger/">How to Add jQuery Easy Tooltip to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Add-jQuery-Easy-Tooltip-to-Blogger.jpg" alt="How to Add jQuery Easy Tooltip to Blogger" width="1536" height="1024" class="singular-featured-image alignnone size-full wp-image-7212" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Add-jQuery-Easy-Tooltip-to-Blogger.jpg 1536w, https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Add-jQuery-Easy-Tooltip-to-Blogger-768x512.jpg 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></p>
<p>This tutorial explains how to add tooltips to the links of your website or blog using "<strong>Easy Tooltip</strong>" jQuery plugin. A Tooltip is a hint that appears when an user hovers the pointer over an item that contains a brief text message identifying the object. Follow the steps given below to add Easy Tooltip to your website.</p>
<p>1.If you are using Blogger, go to "Edit HTML" of your blog.</p>
<p>2.Add this code just before <span style="color: #ff0000;"><strong>&lt;/head&gt;</strong></span> tag:</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;!-- jQuery : remove these 2 lines if jQuery already included --&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.4.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt;
  
&lt;script type='text/javascript'&gt;
//&lt;![CDATA[
(function($){$.fn.easyTooltip=function(options){var defaults={xOffset:20,yOffset:45,tooltipId:&quot;easyTooltip&quot;,clickRemove:false,content:&quot;&quot;,useElement:&quot;&quot;};var options=$.extend(defaults,options);var content;this.each(function(){var title=$(this).attr(&quot;title&quot;);$(this).hover(function(e){content=(options.content!=&quot;&quot;)?options.content:title;content=(options.useElement!=&quot;&quot;)?$(&quot;#&quot;+options.useElement).html():content;$(this).attr(&quot;title&quot;,&quot;&quot;);if(content!=&quot;&quot;&amp;&amp;content!=undefined){$(&quot;body&quot;).append(&quot;&lt;div id='&quot;+options.tooltipId+&quot;'&gt;&quot;+content+&quot;&lt;/div&gt;&quot;);$(&quot;#&quot;+options.tooltipId).css(&quot;position&quot;,&quot;absolute&quot;).css(&quot;top&quot;,(e.pageY-options.yOffset)+&quot;px&quot;).css(&quot;left&quot;,(e.pageX+options.xOffset)+&quot;px&quot;).css(&quot;display&quot;,&quot;none&quot;).fadeIn(&quot;fast&quot;)}},function(){$(&quot;#&quot;+options.tooltipId).remove();$(this).attr(&quot;title&quot;,title)});$(this).mousemove(function(e){$(&quot;#&quot;+options.tooltipId).css(&quot;top&quot;,(e.pageY-options.yOffset)+&quot;px&quot;).css(&quot;left&quot;,(e.pageX+options.xOffset)+&quot;px&quot;)});if(options.clickRemove){$(this).mousedown(function(e){$(&quot;#&quot;+options.tooltipId).remove();$(this).attr(&quot;title&quot;,title)})}})}})(jQuery);
//]]&gt;
&lt;/script&gt;
&lt;!-- end tooltips --&gt;
  
&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

jQuery(document).ready(function($) {
  $('a.easytooltip').easyTooltip();
});

//]]&gt;
&lt;/script&gt;

&lt;style type='text/css'&gt;
#easyTooltip{
padding:5px 10px;
border:1px solid #000;
background: #333;
color:#fff;
}
&lt;/style&gt;</pre>
<p>3.Save your template.</p>
<p>4.Now when you adding a HTML link, "<span style="color: #ff0000;"><strong>easytooltip</strong></span>" CSS class and title attribute should add like this:</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;a <span style="color: #ff00ff;"><strong>class='easytooltip'</strong></span> <span style="color: #008000;"><strong>title='ENTER-LINK-TITLE-HERE'</strong></span> href='ENTER-LINK-URL-HERE'&gt;ENTER-LINK-NAME-HERE&lt;/a&gt;</pre>
<p>Look at this example:</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;a <span style="color: #ff00ff;"><strong>class='easytooltip'</strong></span> <span style="color: #008000;"><strong>title='How to Create NoFollow Link List Widget in Blogger'</strong></span> href='https://www.bloggertipandtrick.net/nofollow-link-list-widget-blogger/'&gt;Create NoFollow Link List Widget in Blogger&lt;/a&gt;</pre>
<p>Final result will look like this:</p>
<p><img decoding="async" class="alignnone size-full wp-image-6449" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/04/jQuery-Easy-Tooltip.jpg" alt="jQuery Easy Tooltip" width="600" height="120" /></p>
<p>The post <a href="https://www.bloggertipandtrick.net/jquery-easy-tooltip-to-blogger/">How to Add jQuery Easy Tooltip to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/jquery-easy-tooltip-to-blogger/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add Christmas Snow Falling Effect For Blogger</title>
		<link>https://www.bloggertipandtrick.net/christmas-snow-falling-effect-for-blogger-blogspot/</link>
					<comments>https://www.bloggertipandtrick.net/christmas-snow-falling-effect-for-blogger-blogspot/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Mon, 04 Dec 2017 04:01:41 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=5194</guid>

					<description><![CDATA[<p>Christmas is very near, so you may need to give special feeling about the Christmas to your website visitors. This tutorial tell you how to add jQuery based Christmas snow falling effect for your blogger blog or any other normal website. You can see a DEMO of this snow falling effect. To display snows on [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/christmas-snow-falling-effect-for-blogger-blogspot/">How to Add Christmas Snow Falling Effect For Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Christmas is very near, so you may need to give special feeling about the Christmas to your website visitors. This tutorial tell you how to add jQuery based Christmas snow falling effect for your blogger blog or any other normal website.</p>
<p>You can see a <strong><a href="https://videoblog-pbt.blogspot.com/" target="_blank" rel="nofollow">DEMO</a></strong> of this snow falling effect.</p>
<p>To display snows on you web page, add below code just before <span style="color: #ff0000;">&lt;/head&gt;</span> tag of your website. (If you using Blogger, go to "Edit HTML" page to add this code.)</p>
<pre style="border:1px solid black;overflow:auto;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/JQuery-Snowfall/1.7.4/snowfall.jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

jQuery(document).ready(function($) {

    $(document).snowfall({
        flakeCount : <span style="color: #ff00ff;">400</span>,
        flakeColor : &quot;<span style="color: #ff00ff;">#ffffff</span>&quot;,
        flakeIndex: <span style="color: #ff00ff;">999999</span>,
        minSize : <span style="color: #ff00ff;">1</span>,
        maxSize : <span style="color: #ff00ff;">4</span>,
        minSpeed : <span style="color: #ff00ff;">2</span>,
        maxSpeed : <span style="color: #ff00ff;">8</span>,
        round : <span style="color: #ff00ff;">true</span>,
        shadow : <span style="color: #ff00ff;">false</span>,
    });

});

//]]&gt;
&lt;/script&gt;</pre>
<p>Note:</p>
<p>1. If jQuery is already have been added into your theme, remove these 2 lines from the above code:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt;</pre>
<p>2. You can change pink colored values of above code as you like. But it is optional.</p>
<p>Save your template and refresh your blog/website to see the snow falling effect.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/christmas-snow-falling-effect-for-blogger-blogspot/">How to Add Christmas Snow Falling Effect For Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/christmas-snow-falling-effect-for-blogger-blogspot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Create Expandable Post Summaries</title>
		<link>https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Thu, 23 Feb 2017 10:40:00 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[post]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/04/how-to-create-expandable-post-summaries.html</guid>

					<description><![CDATA[<p>This tutorial will help you to add expandable post summaries to your blogger blog. After following the steps given here, you can hide (collapse) a portion of each post content and add a "read more" link so that the text can be viewed by the user if he or she wishes. By default, the expanded [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/">How To Create Expandable Post Summaries</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This tutorial will help you to add <strong>expandable post summaries</strong> to your blogger blog. After following the steps given here, you can hide (collapse) a portion of each post content and add a "read more" link so that the text can be viewed by the user if he or she wishes. By default, the expanded content is followed by a "read less" link that the user can click to re-collapse it.</p>
<p>1. Go to "Edit HTML" of your blog.</p>
<p>2. Add this code into the head section of your template. (It is better to add it just after &lt;/b:skin&gt; tag)</p>
<pre style="border:1px solid black;overflow:auto;width:95%;">&lt;b:if cond='data:blog.pageType != &quot;static_page&quot;'&gt;
&lt;b:if cond='data:blog.pageType != &quot;item&quot;'&gt;
&lt;b:if cond='data:blog.pageType != &quot;error_page&quot;'&gt;

&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt; 
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js' type='text/javascript'&gt;&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

jQuery(document).ready(function($) {

$('.post-body').expander({
    slicePoint: 280,
    expandText: 'read more',
    expandPrefix: '&amp;hellip; ',
    userCollapseText: 'read less',
    userCollapsePrefix: ' ',
    summaryClass: 'post-body-summary',
    detailClass: 'post-body-details',
    moreClass: 'post-body-read-more',
    lessClass: 'post-body-read-less',
});
  
});

//]]&gt;
&lt;/script&gt;

&lt;/b:if&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;</pre>
<p>If you have already added jQuery into your template, you can remove below lines from the above code:</p>
<pre style="border:1px solid black;overflow:auto;width:95%;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt;</pre>
<p>Note:<br />
<strong>slicePoint</strong>: the number of characters at which the contents will be sliced into two parts.</p>
<p>3. Now save your template and refresh your site. Final result will look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/02/Expandable-Post-Summaries-for-Blogger.gif" alt="Expandable Post Summaries for Blogger" width="669" height="322" class="alignnone size-full wp-image-6331" /></p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/">How To Create Expandable Post Summaries</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How To Disable Right Click Using jQuery</title>
		<link>https://www.bloggertipandtrick.net/disable-right-click-using-jquery/</link>
					<comments>https://www.bloggertipandtrick.net/disable-right-click-using-jquery/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 28 Oct 2015 06:00:00 +0000</pubDate>
				<category><![CDATA[java script]]></category>
		<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2010/02/how-to-disable-right-click-using-jquery.html</guid>

					<description><![CDATA[<p>This article explains to you how to disable right click function using a simple jQuery code snippet. If you like to add this feature to your site, then follow the steps below. 1.Login to your blogger account and go to "Edit HTML". 2.Scroll down to where you see &#60;/head&#62; tag . 3.Copy below code and [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/disable-right-click-using-jquery/">How To Disable Right Click Using jQuery</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This article explains to you how to disable right click function using a simple jQuery code snippet. If you like to add this feature to your site, then follow the steps below.</p>
<p>1.Login to your blogger account and go to "Edit HTML".</p>
<p>2.Scroll down to where you see <span style="font-weight: bold; color: #ff0000;">&lt;/head&gt;</span> tag .</p>
<p>3.Copy below code and paste it <span style="color: #3333ff;">just before</span> the <span style="color: #ff0000;">&lt;/head&gt;</span> tag.</p>
<pre style="width: 95%; overflow: auto; border: 1px solid black;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://code.jquery.com/jquery-migrate-1.2.1.js'&gt;&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

jQuery(document).ready(function($) {
    $(document).bind(&quot;contextmenu&quot;, function(e) {
        return false;
    });
});

//]]&gt;
&lt;/script&gt;</pre>
<p><span style="font-weight: bold;">NOTE :</span> If jQuery is already included into your theme remove these lines from the above code:</p>
<pre style="overflow: auto; border: 1px solid black;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://code.jquery.com/jquery-migrate-1.2.1.js'&gt;&lt;/script&gt;</pre>
<p>4.Now save the template. Refresh your site and try to right click on your website or blog.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/disable-right-click-using-jquery/">How To Disable Right Click Using jQuery</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/disable-right-click-using-jquery/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>How To Add Social Sexy Bookmarks v2 to Blogger</title>
		<link>https://www.bloggertipandtrick.net/add-social-sexy-bookmarks-v2-to-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/add-social-sexy-bookmarks-v2-to-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sun, 18 Oct 2015 06:00:00 +0000</pubDate>
				<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[widget]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2010/06/how-to-add-social-sexy-bookmarks-v2-to-blogger.html</guid>

					<description><![CDATA[<p>This is the second version of "Sexy Social Bookmark for Blogger".The creator of Sexy Social Bookmarks is http://www.cssreflex.com/.For second version of sexy social bookmarks, you have to use jQuery. I hosted sexy bookmarks images(2 images) in Blogger. Below I explain how to add this sexy bookmarks v2 for your blogspot blog. If you like to [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-social-sexy-bookmarks-v2-to-blogger/">How To Add Social Sexy Bookmarks v2 to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is the second version of "<a href="https://www.bloggertipandtrick.net/how-to-add-sexy-social-bookmark-to/" target="_blank">Sexy Social Bookmark for Blogger</a>".The creator of Sexy Social Bookmarks is <span style="font-weight: bold; text-decoration: underline;">http://www.cssreflex.com/</span>.For second version of sexy social bookmarks, you have to use jQuery. I hosted sexy bookmarks images(2 images) in Blogger. Below I explain how to add this sexy bookmarks v2 for your blogspot blog. If you like to add it to your blog then follow the steps given below.</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2015/10/Share-and-Love-Sexy-Bookmarks-Version-2.png" alt="Share and Love - Sexy Bookmarks - Version 2" width="512" height="263" class="alignnone size-full wp-image-5528" /></p>
<p>Tutorial updated: 2015/10/18</p>
<p>1.Log in to your Blogger account and go to "Edit HTML".</p>
<p>2.Scroll down to where you see <strong><span style="color: #ff0000;">&lt;/head&gt;</span></strong> tag.</p>
<p>3.Now add below code <span style="color: #3333ff;">before</span> <span style="color: #ff0000;">&lt;/head&gt;</span> tag.</p>
<pre style="height: 450px; overflow: auto; border: 1px solid black;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://code.jquery.com/jquery-migrate-1.2.1.js'&gt;&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

jQuery(document).ready(function() {
	// xhtml 1.0 strict way of using target _blank
	jQuery('.sexy-bookmarks a.external').attr(&quot;target&quot;, &quot;_blank&quot;);
	// this block sets the auto vertical expand when there are more than
	// one row of bookmarks.
	var sexyBaseHeight = jQuery('.sexy-bookmarks').height();
	var sexyFullHeight = jQuery('.sexy-bookmarks ul.socialsbtt').height();
	if (sexyFullHeight &gt; sexyBaseHeight) {
		jQuery('.sexy-bookmarks-expand').hover(
			function() {
				jQuery(this).animate({
					height: sexyFullHeight + 'px'
				}, {
					duration: 400,
					queue: false
				});
			},
			function() {
				jQuery(this).animate({
					height: sexyBaseHeight + 'px'
				}, {
					duration: 400,
					queue: false
				});
			}
		);
	}
	// autocentering
	if (jQuery('.sexy-bookmarks-center')) {
		var sexyFullWidth = jQuery('.sexy-bookmarks').width();
		var sexyBookmarkWidth = jQuery('.sexy-bookmarks:first ul.socialsbtt li').width();
		var sexyBookmarkCount = jQuery('.sexy-bookmarks:first ul.socialsbtt li').length;
		var numPerRow = Math.floor(sexyFullWidth / sexyBookmarkWidth);
		var sexyRowWidth = Math.min(numPerRow, sexyBookmarkCount) * sexyBookmarkWidth;
		var sexyLeftMargin = (sexyFullWidth - sexyRowWidth) / 2;
		jQuery('.sexy-bookmarks-center').css('margin-left', sexyLeftMargin + 'px');
	}
});

//]]&gt;
&lt;/script&gt;

&lt;style type='text/css'&gt;
div.sexy-bookmarks{margin:20px 0 20px 0; border: 0;outline: none;clear:both !important;-webkit-box-sizing:content-box !important;-moz-box-sizing:content-box !important;box-sizing:content-box !important;}
div.sexy-bookmarks-expand{height:29px; overflow:hidden}
.sexy-bookmarks-bg-sexy, .sexy-bookmarks-bg-love{background-image:url('http://2.bp.blogspot.com/-x0M4XT4hAy4/ViMtGjT-51I/AAAAAAAAM-8/_rnU2cOKDI4/s1600/sexytrans.png') !important; background-repeat:no-repeat}
div.sexy-bookmarks-bg-love{padding:26px 0 0 10px; background-position:left -1148px !important}
div.sexy-bookmarks ul.socialsbtt{width:100% !important; margin:0 !important; padding:0 !important; float:left}
div.sexy-bookmarks ul.socialsbtt li{display:inline !important; float:left !important; list-style-type:none !important; margin:0 !important; height:29px !important; width:60px !important; cursor:pointer !important; padding:0 !important}
div.sexy-bookmarks ul.socialsbtt li:before, div.sexy-bookmarks ul.socialsbtt li:after, div.sexy-bookmarks ul.socialsbtt li a:before, div.sexy-bookmarks ul.socialsbtt li a:after{content:none !important}
div.sexy-bookmarks ul.socialsbtt a{display:block !important; width:60px !important; height:29px !important; text-indent:-9999px !important; background-color:transparent !important}
div.sexy-bookmarks ul.socialsbtt a:hover{background-color:transparent !important}
.sexy-digg, .sexy-digg:hover, .sexy-reddit, .sexy-reddit:hover, .sexy-stumbleupon, .sexy-stumbleupon:hover, .sexy-delicious, .sexy-delicious:hover, .sexy-yahoobuzz, .sexy-yahoobuzz:hover, .sexy-blinklist, .sexy-blinklist:hover, .sexy-technorati, .sexy-technorati:hover, .sexy-facebook, .sexy-facebook:hover, .sexy-twitter, .sexy-twitter:hover, .sexy-myspace, .sexy-myspace:hover, .sexy-mixx, .sexy-mixx:hover, .sexy-scriptstyle, .sexy-scriptstyle:hover, .sexy-designfloat, .sexy-designfloat:hover, .sexy-comfeed, .sexy-comfeed:hover, .sexy-newsvine, .sexy-newsvine:hover, .sexy-linkedin, .sexy-linkedin:hover, .sexy-google, .sexy-google:hover, .sexy-friendfeed, .sexy-friendfeed:hover{background:url('http://3.bp.blogspot.com/-6HwqVMwZniw/ViMtHInF-AI/AAAAAAAAM_A/TBybj65pIKI/s0/sexy-sprite-new.png') no-repeat !important;border: 0;outline: none;}
.sexy-digg{background-position:-980px bottom !important}
.sexy-digg:hover{background-position:-980px top !important}
.sexy-reddit{background-position:-700px bottom !important}
.sexy-reddit:hover{background-position:-700px top !important}
.sexy-stumbleupon{background-position:-630px bottom !important}
.sexy-stumbleupon:hover{background-position:-630px top !important}
.sexy-delicious{background-position:-1190px bottom !important}
.sexy-delicious:hover{background-position:-1190px top !important}
.sexy-yahoobuzz{background-position:-1120px bottom !important}
.sexy-yahoobuzz:hover{background-position:-1120px top !important}
.sexy-blinklist{background-position:-1260px bottom !important}
.sexy-blinklist:hover{background-position:-1260px top !important}
.sexy-technorati{background-position:-560px bottom !important}
.sexy-technorati:hover{background-position:-560px top !important}
.sexy-myspace{background-position:-770px bottom !important}
.sexy-myspace:hover{background-position:-770px top !important}
.sexy-twitter{background-position:-490px bottom !important}
.sexy-twitter:hover{background-position:-490px top !important}
.sexy-facebook{background-position:-1330px bottom !important}
.sexy-facebook:hover{background-position:-1330px top !important}
.sexy-mixx{background-position:-840px bottom !important}
.sexy-mixx:hover{background-position:-840px top !important}
.sexy-scriptstyle{background-position:-280px bottom !important}
.sexy-scriptstyle:hover{background-position:-280px top !important}
.sexy-designfloat{background-position:-1050px bottom !important}
.sexy-designfloat:hover{background-position:-1050px top !important}
.sexy-newsvine{background-position:left bottom !important}
.sexy-newsvine:hover{background-position:left top !important}
.sexy-google{background-position:-210px bottom !important}
.sexy-google:hover{background-position:-210px top !important}
.sexy-comfeed{background-position:-420px bottom !important}
.sexy-comfeed:hover{background-position:-420px top !important}
.sexy-linkedin{background-position:-70px bottom !important}
.sexy-linkedin:hover{background-position:-70px top !important}
.sexy-friendfeed{background-position:-1750px bottom !important}
.sexy-friendfeed:hover{background-position:-1750px top !important}
.sexy-link{ margin-left:25px; float:left}
.sexy-link A{padding:10px 0; width:470px; text-align:right; border:0; outline:none}
&lt;/style&gt;</pre>
<p><span style="font-weight: bold;">NOTE :</span><br />
1. <a style="font-weight: bold;" href="http://www.box.net/shared/j80ns3cp7d" rel="nofollow" target="_blank">Download Image Files</a> if you need to host images yourself.<br />
2. If jQuery is already included into your theme remove this from above code:</p>
<pre style="overflow: auto; border: 1px solid black;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://code.jquery.com/jquery-migrate-1.2.1.js'&gt;&lt;/script&gt;</pre>
<p>4.Scroll down to where you see <span style="font-weight: bold; color: #009900; font-size: 130%;">&lt;data:post.body/&gt;</span> tag.</p>
<p>5.Copy below code and paste it <span style="color: #3333ff;">just after</span> <span style="font-weight: bold;">&lt;data:post.body/&gt;</span>.</p>
<pre style="height: 310px; overflow: auto; border: 1px solid black;">&lt;b:if cond='data:blog.pageType == &quot;item&quot;'&gt;
&lt;div class='sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-bg-love' style='margin:20px 0 20px 0 !important; padding:25px 0 0 10px !important; height:29px;/*the height of the icons (29px)*/ display:block !important; clear:both !important;'&gt;
&lt;ul class='socialsbtt'&gt;
&lt;li class='sexy-delicious'&gt;&lt;a class='external' expr:href='&amp;quot;http://del.icio.us/post?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on del.icio.us'&gt;Share this on del.icio.us&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-digg'&gt;&lt;a class='external' expr:href='&amp;quot;http://digg.com/submit?phase=2&amp;amp;url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Digg this!'&gt;Digg this!&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-stumbleupon'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.stumbleupon.com/submit?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Stumble upon something good? Share it on StumbleUpon'&gt;Stumble upon something good? Share it on StumbleUpon&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-reddit'&gt;&lt;a class='external' expr:href='&amp;quot;http://reddit.com/submit?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Reddit'&gt;Share this on Reddit&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-google'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.google.com/bookmarks/mark?op=add&amp;amp;bkmk=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Add this to Google Bookmarks'&gt;Add this to Google Bookmarks&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-twitter'&gt;&lt;a class='external' expr:href='&amp;quot;http://twitter.com/home?status=Reading: &amp;quot; + data:blog.title + &amp;quot; - &amp;quot; + data:post.url + &amp;quot; (@NAME)&amp;quot;' rel='nofollow' title='Tweet This!'&gt;Tweet This!&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-facebook'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.facebook.com/share.php?u=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Facebook'&gt;Share this on Facebook&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-mixx'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.mixx.com/submit?page_url=&amp;quot; + data:post.url' rel='nofollow' title='Share this on Mixx'&gt;Share this on Mixx&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-comfeed'&gt;&lt;a class='external' expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' rel='nofollow' title='Subscribe'&gt;Subscribe&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-yahoobuzz'&gt;&lt;a class='external' expr:href='&amp;quot;http://buzz.yahoo.com/submit/?submitUrl=&amp;quot; + data:post.url' rel='nofollow' title='Buzz up!'&gt;Buzz up!&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-linkedin'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.linkedin.com/shareArticle?mini=true&amp;amp;url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Linkedin'&gt;Share this on Linkedin&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-designfloat'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.designfloat.com/submit.php?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Submit this to DesignFloat'&gt;Submit this to DesignFloat&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-technorati'&gt;&lt;a class='external' expr:href='&amp;quot;http://technorati.com/faves?add=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Technorati'&gt;Share this on Technorati&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-scriptstyle'&gt;&lt;a class='external' expr:href='&amp;quot;http://scriptandstyle.com/submit?url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Submit this to Script &amp;amp; Style'&gt;Submit this to Script &amp;amp; Style&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-myspace'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.myspace.com/Modules/PostTo/Pages/?u=http&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Post this to MySpace'&gt;Post this to MySpace&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-blinklist'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;Url=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on Blinklist'&gt;Share this on Blinklist&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-friendfeed'&gt;&lt;a class='external' expr:href='&amp;quot;http://friendfeed.com/?url=&amp;quot; + data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Share this on FriendFeed'&gt;Share this on FriendFeed&lt;/a&gt;&lt;/li&gt;
&lt;li class='sexy-newsvine'&gt;&lt;a class='external' expr:href='&amp;quot;http://www.newsvine.com/_tools/seed&amp;amp;save?u=&amp;quot;+ data:post.url + &amp;quot;&amp;amp;title=&amp;quot; + data:post.title' rel='nofollow' title='Seed this on Newsvine'&gt;Seed this on Newsvine&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style='clear:both;'/&gt;
&lt;/div&gt;
&lt;/b:if&gt;</pre>
<p>6.Now save your template and you are done.</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2010/06/Sexy-Social-Bookmarks-Blogger.gif" alt="Sexy Social Bookmarks Blogger" width="532" height="290" class="alignnone size-full wp-image-5526" /></p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-social-sexy-bookmarks-v2-to-blogger/">How To Add Social Sexy Bookmarks v2 to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/add-social-sexy-bookmarks-v2-to-blogger/feed/</wfw:commentRss>
			<slash:comments>21</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add Slidorion Featured Post Slider to Blogger</title>
		<link>https://www.bloggertipandtrick.net/add-slidorion-slider-to-blogger-website/</link>
					<comments>https://www.bloggertipandtrick.net/add-slidorion-slider-to-blogger-website/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Tue, 09 Dec 2014 04:49:27 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<category><![CDATA[widget]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=5171</guid>

					<description><![CDATA[<p>Slidorion Slider is a combination of an image slider and an accordion, the Slidorion displays beautiful images along with a variable length description. With slides linked to each tab, and accompanied by a large array of effects, the Slidorion slider is a great alternative to the traditional jQuery slider. This tutorial explains how to add [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-slidorion-slider-to-blogger-website/">How to Add Slidorion Featured Post Slider to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Slidorion Slider is a combination of an image slider and an accordion, the Slidorion displays beautiful images along with a variable length description. With slides linked to each tab, and accompanied by a large array of effects, the Slidorion slider is a great alternative to the traditional jQuery slider. </p>
<p>This tutorial explains how to add Slidorion jQuery slider to your blogger blog or any other website.</p>
<p>To add this slider, first go to "Edit HTML" of your blogger blog.</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/12/Slidorion-Slider-to-Blogger.jpg" alt="Slidorion Slider to Blogger" width="685" height="413" class="alignnone size-full wp-image-5173" /></p>
<p>Copy below code and paste it just before &lt;/head&gt; tag:</p>
<pre style="border: 1px solid black; overflow: auto; width: 90%;">&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js&quot;&gt;&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

/*!
 * Slidorion, An Image Slider and Accordion Combined
 * Intructions: http://www.slidorion.com
 * Created by Ben Holland - http://www.benholland.me
 * Version: 1.2.0
 * Copyright 2013 Ben Holland &lt;hi@benhlland.me&gt;
 */
!function($){&quot;use strict&quot;;$.fn.extend({slidorion:function(options){var defaults={autoPlay:!0,controlNav:!1,controlNavClass:&quot;slidorion-nav&quot;,easing:&quot;&quot;,effect:&quot;random&quot;,first:1,interval:5e3,hoverPause:!1,speed:1e3},opts=$.extend(defaults,options),firstSlide=window.location.hash.match(/slidorion/i)?location.hash.split(&quot;/&quot;)[1]-1:null;return this.each(function(){var current=firstSlide||opts.first-1,effect=(opts.first,opts.effect),interval=opts.interval,controlNav=opts.controlNav,controlNavClass=opts.controlNavClass,zPos=1,intervalPause=!1,active=!1,prevEffect=&quot;&quot;,obj=$(this),autoPlaying=null,$slider=$(&quot;.slider&quot;,obj),$accordion=$(&quot;.accordion&quot;,obj),$slides=$slider.find(&quot;.slide&quot;),$linkHeaders=$accordion.find(&quot;.header&quot;),$linkContent=$accordion.find(&quot;.content&quot;),effects=[&quot;fade&quot;,&quot;slideLeft&quot;,&quot;slideUp&quot;,&quot;slideRight&quot;,&quot;slideDown&quot;,&quot;overLeft&quot;,&quot;overRight&quot;,&quot;overUp&quot;,&quot;overDown&quot;],slideEffects=[&quot;slideLeft&quot;,&quot;slideUp&quot;,&quot;slideRight&quot;,&quot;slideDown&quot;],overEffects=[&quot;overLeft&quot;,&quot;overRight&quot;,&quot;overUp&quot;,&quot;overDown&quot;],animationOptions={queue:!0,duration:opts.speed,easing:opts.easingOption},sliderCount=$slides.length,accordionCount=$linkHeaders.length,randomEffectMap={random:effects,slideRandom:slideEffects,overRandom:overEffects},init=function(){sliderCount===accordionCount?(opts.autoPlay===!0&amp;&amp;(autoPlaying=setInterval(function(){playSlider(current,effect)},interval),obj.data(&quot;interval&quot;,autoPlaying)),opts.hoverPause===!0&amp;&amp;opts.autoPlay===!0&amp;&amp;obj.hover(function(){intervalPause=!0,stopAuto()},function(){intervalPause=!1,restartAuto()}),resetLayers(),$slides.eq(current).css(&quot;z-index&quot;,zPos),zPos++,$linkContent.hide(),$linkHeaders.eq(current).addClass(&quot;active&quot;).next().show(),controlNav&amp;&amp;(obj.append('&lt;div class=&quot;'+controlNavClass+&quot; &quot;+controlNavClass+'-left&quot;&gt;&lt;/div&gt;&lt;div class=&quot;'+controlNavClass+&quot; &quot;+controlNavClass+'-right&quot;&gt;&lt;/div&gt;'),$(&quot;.&quot;+controlNavClass+&quot;-left&quot;).click(leftNavigation),$(&quot;.&quot;+controlNavClass+&quot;-right&quot;).click(rightNavigation)),$linkHeaders.click(sectionClicked)):console.log(&quot;The number of slider images does not match the number of accordion sections.&quot;)},getRandomEffect=function(effect,arr){return effect=arr[~~(Math.random()*arr.length)],effect==prevEffect?getRandomEffect(effect,arr):effect},animation=function(current,section,effect){if(!active){active=!0,opts.autoPlay===!0&amp;&amp;opts.intervalPause===!1&amp;&amp;restartAuto();var $current=$slides.eq(current),$new=$slides.eq(section),currentWidth=$current.outerWidth(),currentHeight=$current.outerHeight();randomEffectMap[effect]&amp;&amp;(effect=getRandomEffect(effect,randomEffectMap[effect]));var changeSlideCSS=function($el,settings){var defs={left:&quot;0&quot;,top:&quot;0&quot;,zIndex:zPos};$el.css($.extend(defs,settings))},animateSlides=function($el,settings){if($el instanceof Array)return $.each($el,function(){animateSlides($(this),settings)}),void 0;var defs={left:&quot;0&quot;,top:&quot;0&quot;};$el.animate($.extend(defs,settings),animationOptions)};switch(prevEffect=effect,effect){case&quot;fade&quot;:$new.css({&quot;z-index&quot;:zPos,top:&quot;0&quot;,left:&quot;0&quot;,display:&quot;none&quot;}).fadeIn(opts.speed);break;case&quot;slideLeft&quot;:changeSlideCSS($new,{left:currentWidth,top:0}),animateSlides([$current,$new],{left:&quot;-=&quot;+currentWidth});break;case&quot;slideRight&quot;:changeSlideCSS($new,{left:&quot;-&quot;+currentWidth+&quot;px&quot;,top:0}),animateSlides([$current,$new],{left:&quot;+=&quot;+currentWidth});break;case&quot;slideUp&quot;:changeSlideCSS($new,{top:currentHeight,left:0}),animateSlides([$current,$new],{top:&quot;-=&quot;+currentHeight});break;case&quot;slideDown&quot;:changeSlideCSS($new,{top:&quot;-&quot;+currentHeight+&quot;px&quot;,left:0}),animateSlides([$current,$new],{top:&quot;+=&quot;+currentHeight});break;case&quot;overLeft&quot;:changeSlideCSS($new,{left:currentWidth}),animateSlides($new,{left:&quot;-=&quot;+currentWidth});break;case&quot;overRight&quot;:changeSlideCSS($new,{left:&quot;-&quot;+currentWidth+&quot;px&quot;}),animateSlides($new,{left:&quot;+=&quot;+currentWidth+&quot;px&quot;});break;case&quot;overUp&quot;:changeSlideCSS($new,{top:currentHeight}),animateSlides($new,{top:&quot;-=&quot;+currentHeight});break;case&quot;overDown&quot;:changeSlideCSS($new,{top:&quot;-&quot;+currentHeight+&quot;px&quot;}),animateSlides($new,{top:&quot;+=&quot;+currentHeight});break;case&quot;none&quot;:$new.css({&quot;z-index&quot;:zPos})}setTimeout(function(){active=!1,resetZpos($new)},opts.speed)}},sectionClicked=function(){if(!active){var section=$(this).index()/2;return section===current?!1:($linkHeaders.removeClass(&quot;active&quot;).next(&quot;.content&quot;).slideUp(),$linkHeaders.eq(section).addClass(&quot;active&quot;).next(&quot;.content&quot;).slideDown(),animation(current,section,effect),zPos++,current=section,!1)}},playSlider=function(current){$linkHeaders.eq(getNextSlide(current)).trigger(&quot;click&quot;,sectionClicked)},stopAuto=function(){clearInterval(obj.data(&quot;interval&quot;))},restartAuto=function(){clearInterval(obj.data(&quot;interval&quot;)),autoPlaying=setInterval(function(){playSlider(current,effect)},interval),obj.data(&quot;interval&quot;,autoPlaying)},leftNavigation=function(){$linkHeaders.eq(getNextSlide(current-2)).trigger(&quot;click&quot;,sectionClicked)},rightNavigation=function(){$linkHeaders.eq(getNextSlide(current)).trigger(&quot;click&quot;,sectionClicked)},getNextSlide=function(tempSection){return tempSection++,tempSection===sliderCount?0:0&gt;tempSection?accordionCount-1:tempSection},resetZpos=function($el){zPos&gt;3*sliderCount&amp;&amp;(zPos=2,$slides.css(&quot;z-index&quot;,&quot;1&quot;),$el.css(&quot;z-index&quot;,zPos),zPos++)},resetLayers=function(){for(var i=sliderCount-1;i&gt;0;i--)$slides.eq(i).css(&quot;z-index&quot;,zPos),zPos++};init()})}})}(jQuery);

//]]&gt;
&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

jQuery(document).ready(function($) {

	$('#slidorion').slidorion({
		autoPlay: true,
		effect: 'fade',
		hoverPause: true,
		interval: 3000,
		speed: 800,
		controlNav: false,
		controlNavClass: 'nav'
	});
	
});

//]]&gt;
&lt;/script&gt;
	
&lt;style type=&quot;text/css&quot;&gt;
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,700);

.slidorion {
	position: relative;
	width: <span style="color: #ff0000;">640px</span>;			/* Set to slidorion width. Is equal to .slider + .accordion width */
	height: <span style="color: #ff0000;">350px</span>;			/* Set to slidorion height. Is equal to .slider and .accordion height */
	background: #CBCBCB;
	padding: 10px;
	border: 1px solid #BBB;
	-webkit-box-shadow: 0 0 34px #bbb;
	-moz-box-shadow: 0 0 34px #bbb;
	box-shadow: 0 0 34px #bbb;
	line-height: 20px;
}

.slider {
	width: 62.5%;
	height: 100%;
	position: relative;
	float: left;
	overflow: hidden;		/* Hides the animations */
}

.slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.accordion {
	width: 37.5%;
	height: 100%;
	font-family: Verdana;
	background: #eee;
	box-shadow: -3px 0px 3px -1px rgba(51,51,51,0.3);
	position: relative;
	z-index:999;
	overflow: hidden;
	float: left;
}

.accordion .header {
	padding: 8px 14px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background: #ededed;
	background: -moz-linear-gradient(top, #ededed 59%, #dcdcdc 100%);
	background: -webkit-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -o-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: -ms-linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	background: linear-gradient(top, #ededed 59%,#dcdcdc 100%);
	border-top: 1px solid #ccc;
}

.accordion .header:first-child {
	border-top: none;
}

.accordion .header:hover {
	background: #EDEDED;
	cursor: pointer;
}

.accordion .header.active {
	border-bottom: none;
	background: #676767 !important;
	color: #FFF;
}

.accordion .content {
	height: 208px;			/* This height needs to be changed as it depends on the accordion height and number of tabs */
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 16px;
	border: none;
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #ffffff 10%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -o-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: -ms-linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	background: linear-gradient(top, #d6d6d6 0%,#ffffff 10%);
	overflow:auto;
}

.accordion .content p {
	margin-bottom: 10px;
}

.slidorion .slidorion-nav {
    position: absolute;
    top: 200px;
    width: 16px;
    height: 27px;
    z-index: 9999;
    background: url('../img/arrows.png') 0 0 no-repeat;
    cursor: pointer;
}

.slidorion .slidorion-nav-left {
	left: 30px;
}

.slidorion .slidorion-nav-right {
	right: 310px;
	background-position: -16px 0;
}
&lt;/style&gt;</pre>
<p>Save your blogger template.</p>
<p>Now go to "Layout" and click on "Add a Gadget" from the area you need to display slider.</p>
<p>Click on "HTML/JavaScript" and add below code:</p>
<pre style="border: 1px solid black; overflow: auto; width: 90%;">&lt;div id=&quot;slidorion&quot; class=&quot;slidorion&quot;&gt;

	&lt;div class=&quot;slider&quot;&gt;
	    &lt;!-- slide images --&gt;
		&lt;div class=&quot;slide&quot;&gt;&lt;a href=&quot;<span style="color: #ff00ff;">ENTER-SLIDE-1-LINK-HERE</span>&quot;&gt;&lt;img src=&quot;http://3.bp.blogspot.com/-dPr3ZxSx1wI/VIZ3DeaBeCI/AAAAAAAANx4/wF41ObBsZa8/s1600/slide-1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
		&lt;div class=&quot;slide&quot;&gt;&lt;a href=&quot;<span style="color: #ff00ff;">ENTER-SLIDE-2-LINK-HERE</span>&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-rE5YSN-mShk/VIZ3Bcw9yfI/AAAAAAAANxw/8o0MO5WJEF0/s1600/slide-2.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
		&lt;div class=&quot;slide&quot;&gt;&lt;a href=&quot;<span style="color: #ff00ff;">ENTER-SLIDE-3-LINK-HERE</span>&quot;&gt;&lt;img src=&quot;http://1.bp.blogspot.com/-48n-5XgVtc8/VIZ3DVMtryI/AAAAAAAANx8/OPiQRGudiX4/s1600/slide-3.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
		&lt;!-- slide images end --&gt;
	&lt;/div&gt;

	&lt;div class=&quot;accordion&quot;&gt;
	
	    &lt;!-- slide 1 content --&gt;
		&lt;div class=&quot;header&quot;&gt;<span style="color: #0f47d0;">Muhammad Ali</span>&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;p&gt;<span style="color: #03be3f;">Muhammad Ali (born Cassius Marcellus Clay, Jr.) is an American former professional boxer, philanthropist and social activist. Nicknamed &quot;The Greatest&quot;, and widely considered the best heavyweight of all-time, Ali was involved in several historic boxing matches.</span>&lt;/p&gt;
		&lt;/div&gt;
		&lt;!-- slide 1 content end --&gt;
		
		&lt;!-- slide 2 content --&gt;
		&lt;div class=&quot;header&quot;&gt;<span style="color: #0f47d0;">Usain Bolt</span>&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;p&gt;<span style="color: #03be3f;">Usain Bolt is a Jamaican sprinter widely regarded as the fastest person ever. He is the first man to hold both the 100 and 200 metres world records since automatic time measurements became mandatory in 1977.</span>&lt;/p&gt;
		&lt;/div&gt;
		&lt;!-- slide 2 content end --&gt;
		
		&lt;!-- slide 3 content --&gt;
		&lt;div class=&quot;header&quot;&gt;<span style="color: #0f47d0;">Michael Jordan</span>&lt;/div&gt;
		&lt;div class=&quot;content&quot;&gt;
			&lt;p&gt;<span style="color: #03be3f;">Michael Jeffrey Jordan (MJ), is an American former professional basketball player, entrepreneur, and majority owner and chairman of the Charlotte Bobcats.</span>&lt;/p&gt;
		&lt;/div&gt;
		&lt;!-- slide 3 content end --&gt;
		
	&lt;/div&gt;
	
&lt;/div&gt;</pre>
<p>There are 3 slides in slider.<br />
Change each slide image address with your 400px width and 350px height images. (<span style="color: #ff00ff;">pink</span> colored codes)<br />
Change each slide title with your slide title. (<span style="color: #0f47d0;">blue</span> colored codes)<br />
Change each slide description with your slide description. (<span style="color: #03be3f;">green</span> colored codes)</p>
<p>Click save and refresh your site.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-slidorion-slider-to-blogger-website/">How to Add Slidorion Featured Post Slider to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/add-slidorion-slider-to-blogger-website/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How To Add Featured Post Content Slider to Blogger</title>
		<link>https://www.bloggertipandtrick.net/featured-post-content-slider-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/featured-post-content-slider-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 14 Nov 2014 02:27:00 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[widget]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2010/01/how-to-add-featured-post-content-slider-to-blogger.html</guid>

					<description><![CDATA[<p>This is very smart featured post content slider for your blogger blog or any other site.You can easily add or remove slides to this slider. Also it is very easy to configure. To add this content slider to your web site or blogger blog, follow the steps given below. You can see the demo of [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/featured-post-content-slider-blogger/">How To Add Featured Post Content Slider to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This is very smart featured post content slider for your blogger blog or any other site.You can easily add or remove slides to this slider. Also it is very easy to configure. To add this content slider to your web site or blogger blog, follow the steps given below. You can see the <span style="font-weight: bold; color: #3333ff;">demo</span> of this widget <span style="font-size: 130%;"><a style="font-weight: bold;" href="http://www.demo.bloggertipandtrick.net/2010/08/featured-post-content-slider-to-blogger.html" rel="nofollow" target="_blank">HERE</a></span>.</p>
<p><strong>Tutorial Updated (2014/11/14) :</strong> Now slider was updated to scroll automatically.</p>
<p>1.First go to "Edit HTML" of your Blogger blog.</p>
<p>2.Scroll down to where you see <span style="font-weight: bold; color: #ff0000;">&lt;/head&gt;</span> tag .</p>
<p>3.Copy below code and paste it <span style="color: #3333ff;">just before</span> the <span style="font-weight: bold; color: #ff0000;">&lt;/head&gt;</span> tag .</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2013/01/Featured-Post-Content-Slider.jpg" alt="Featured Post Content Slider" width="700" height="251" class="alignnone size-full wp-image-5092" /></p>
<pre style="border: 1px solid black; overflow: auto; height: 400px; width: 90%;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.2.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='http://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.12/jquery.mousewheel.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;link href='http://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'/&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

/*!
 * jCarouselLite - v1.1 - 2014-09-28
 * http://www.gmarwaha.com/jquery/jcarousellite/
 * Copyright (c) 2014 Ganeshji Marwaha
 * Licensed MIT (https://github.com/ganeshmax/jcarousellite/blob/master/LICENSE)
*/

!function(a){a.jCarouselLite={version:&quot;1.1&quot;},a.fn.jCarouselLite=function(b){return b=a.extend({},a.fn.jCarouselLite.options,b||{}),this.each(function(){function c(a){return n||(clearTimeout(A),z=a,b.beforeStart&amp;&amp;b.beforeStart.call(this,i()),b.circular?j(a):k(a),m({start:function(){n=!0},done:function(){b.afterEnd&amp;&amp;b.afterEnd.call(this,i()),b.auto&amp;&amp;h(),n=!1}}),b.circular||l()),!1}function d(){if(n=!1,o=b.vertical?&quot;top&quot;:&quot;left&quot;,p=b.vertical?&quot;height&quot;:&quot;width&quot;,q=B.find(&quot;&gt;ul&quot;),r=q.find(&quot;&gt;li&quot;),x=r.size(),w=x&lt;b.visible?x:b.visible,b.circular){var c=r.slice(x-w).clone(),d=r.slice(0,w).clone();q.prepend(c).append(d),b.start+=w}s=a(&quot;li&quot;,q),y=s.size(),z=b.start}function e(){B.css(&quot;visibility&quot;,&quot;visible&quot;),s.css({overflow:&quot;hidden&quot;,&quot;float&quot;:b.vertical?&quot;none&quot;:&quot;left&quot;}),q.css({margin:&quot;0&quot;,padding:&quot;0&quot;,position:&quot;relative&quot;,&quot;list-style&quot;:&quot;none&quot;,&quot;z-index&quot;:&quot;1&quot;}),B.css({overflow:&quot;hidden&quot;,position:&quot;relative&quot;,&quot;z-index&quot;:&quot;2&quot;,left:&quot;0px&quot;}),!b.circular&amp;&amp;b.btnPrev&amp;&amp;0==b.start&amp;&amp;a(b.btnPrev).addClass(&quot;disabled&quot;)}function f(){t=b.vertical?s.outerHeight(!0):s.outerWidth(!0),u=t*y,v=t*w,s.css({width:s.width(),height:s.height()}),q.css(p,u+&quot;px&quot;).css(o,-(z*t)),B.css(p,v+&quot;px&quot;)}function g(){b.btnPrev&amp;&amp;a(b.btnPrev).click(function(){return c(z-b.scroll)}),b.btnNext&amp;&amp;a(b.btnNext).click(function(){return c(z+b.scroll)}),b.btnGo&amp;&amp;a.each(b.btnGo,function(d,e){a(e).click(function(){return c(b.circular?w+d:d)})}),b.mouseWheel&amp;&amp;B.mousewheel&amp;&amp;B.mousewheel(function(a,d){return c(d&gt;0?z-b.scroll:z+b.scroll)}),b.auto&amp;&amp;h()}function h(){A=setTimeout(function(){c(z+b.scroll)},b.auto)}function i(){return s.slice(z).slice(0,w)}function j(a){var c;a&lt;=b.start-w-1?(c=a+x+b.scroll,q.css(o,-(c*t)+&quot;px&quot;),z=c-b.scroll):a&gt;=y-w+1&amp;&amp;(c=a-x-b.scroll,q.css(o,-(c*t)+&quot;px&quot;),z=c+b.scroll)}function k(a){0&gt;a?z=0:a&gt;y-w&amp;&amp;(z=y-w)}function l(){a(b.btnPrev+&quot;,&quot;+b.btnNext).removeClass(&quot;disabled&quot;),a(z-b.scroll&lt;0&amp;&amp;b.btnPrev||z+b.scroll&gt;y-w&amp;&amp;b.btnNext||[]).addClass(&quot;disabled&quot;)}function m(c){n=!0,q.animate(&quot;left&quot;==o?{left:-(z*t)}:{top:-(z*t)},a.extend({duration:b.speed,easing:b.easing},c))}var n,o,p,q,r,s,t,u,v,w,x,y,z,A,B=a(this);d(),e(),f(),g()})},a.fn.jCarouselLite.options={btnPrev:null,btnNext:null,btnGo:null,mouseWheel:!1,auto:null,speed:200,easing:null,vertical:!1,circular:!0,visible:3,start:0,scroll:1,beforeStart:null,afterEnd:null}}(jQuery);

//]]&gt;
&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

/*!
 * Featured Post Content Slider to Blogger
 * http://www.bloggertipandtrick.net/featured-post-content-slider-blogger/
*/
jQuery(document).ready(function ($) {

$(&quot;.btt-slider&quot;).jCarouselLite({
	
	btnPrev: &quot;.btt-next&quot;,       // CSS Selector for the previous button
	btnNext: &quot;.btt-prev&quot;,       // CSS Selector for the next button
	btnGo: null,                // CSS Selector for the go button
	mouseWheel: true,           // Set &quot;true&quot; if you want the carousel scrolled using mouse wheel
	auto: 2000,                 // Set to a numeric value (800) in millis. Time period between auto scrolls

	speed: 1000,                // Set to a numeric value in millis. Speed of scroll
	easing: &quot;easeOutBounce&quot;,               // Set to easing (bounceout) to specify the animation easing

	vertical: false,            // Set to &quot;true&quot; to make the carousel scroll vertically
	circular: true,             // Set to &quot;true&quot; to make it an infinite carousel
	visible: 1,                 // Set to a numeric value to specify the number of visible elements at a time
	start: 0,                   // Set to a numeric value to specify which item to start from
	scroll: 1,                  // Set to a numeric value to specify how many items to scroll for one scroll event

	beforeStart: null,          // Set to a function to receive a callback before every scroll start
	afterEnd: null              // Set to a function to receive a callback after every scroll end	
	
});
  
});

//]]&gt;
&lt;/script&gt;

&lt;style type='text/css'&gt;
#btt-slidearea {
  width: 680px;
  height: 230px;
  background: #242424;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#btt-slidercover {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.btt-slider {
  overflow: hidden;
  position: relative;
}

.btt-slidecontent {
  position: relative;
  margin: 0px 0px;
  height: 200px;
  width: 680px;
  float: left;
  display: inline;
  color: #ccc;
  font: 13px/18px 'Roboto',Georgia,century gothic,Verdana, sans-serif;
}

.btt-slidecontent img {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  background: #000000;
  border: 1px solid #383838;
  width: 270px;
  height: 170px;
}

.btt-slidecontent ul {
  list-style-type:none;
  list-style:none;
  margin:0px;
  padding:0px;
}

.btt-slidecontent ul li {
  list-style-type:none;
  list-style:none;
  margin:0px;
  padding:0px;
  height: 200px;
}

.btt-slidecontent a:link, .btt-slidecontent  a:visited {
  color: #fff;
}

.btt-slidecontent h2 {
  font: 18px/22px Georgia,century gothic,Verdana, sans-serif;
  margin: 15px 0px 5px 305px;
  padding: 0;
  font-weight: normal;
  width: 350px;
  height: 24px;
  overflow: hidden;
}

.btt-slidecontent h2 a {
  color: #fff;
  text-decoration: none;
}

.btt-slidecontent h2 a:hover {
  color: #eee;
  text-decoration: none;
}

.btt-slidecontent p {
  width: 350px;
  margin: 0px 0px 5px 305px;
  padding: 0;
  max-height: 130px;
  overflow: hidden;
}

.btt-slnav {
  padding: 3px 0px;
  background: #000;
}

.btt-prev {
  float: left;
  width: 24px;
  height: 24px;
  z-index: 200;
  margin-left: 5px;
  background: url(<span style="color: #008000;">http://1.bp.blogspot.com/_4HKUHirY_2U/S2FVY1DGRHI/AAAAAAAAAtc/BZkCromQU-I/prev.png</span>);
}

.btt-next {
  float: right;
  width: 24px;
  height: 24px;
  z-index: 200;
  background: url(<span style="color: #008000;">http://4.bp.blogspot.com/_4HKUHirY_2U/S2FVWGJQahI/AAAAAAAAAtU/l-hiX3uOqBo/nxt.png</span>);
  display: block;
}

.clear{
  clear:both;
}
&lt;/style&gt;</pre>
<p><span style="font-weight: bold;">Note</span> : If you need, <span style="font-weight: bold; color: #ff0000;">Host</span> <span style="font-weight: bold; color: #009900;">prev.png</span> and <span style="font-weight: bold; color: #009900;">nxt.png</span> images yourself.</p>
<p><a href="https://2.bp.blogspot.com/_-j7_-ccACuU/S2Fp1DzO4LI/AAAAAAAABc8/wPtkkr78LYM/s1600-h/nxt.png"><img decoding="async" style="cursor: pointer; width: 22px; height: 24px;" src="https://2.bp.blogspot.com/_-j7_-ccACuU/S2Fp1DzO4LI/AAAAAAAABc8/wPtkkr78LYM/nxt.png" alt="" border="0" /></a></p>
<p><a href="https://1.bp.blogspot.com/_-j7_-ccACuU/S2Fp48raFDI/AAAAAAAABdE/sflTOaNrpIQ/s1600-h/prev.png"><img decoding="async" style="cursor: pointer; width: 22px; height: 24px;" src="https://1.bp.blogspot.com/_-j7_-ccACuU/S2Fp48raFDI/AAAAAAAABdE/sflTOaNrpIQ/prev.png" alt="" border="0" /></a></p>
<p>4.Now go to "Layout" page and click on "Add a gadget".</p>
<p>5.Select "html/java script" and add the code given below and click save.</p>
<pre style="border: 1px solid black; overflow: auto; height: 300px; width: 90%;">&lt;div id=&quot;btt-slidearea&quot;&gt;
&lt;div id=&quot;btt-slidercover&quot;&gt;
&lt;div class=&quot;btt-slider&quot;&gt;
&lt;ul&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;<span style="font-weight: bold; color: #3333ff;">URL-of-Post-1</span>&quot; title=&quot;#&quot;&gt;<span style="font-weight: bold; color: #ff0000;">Title-of-Post-1</span>&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;<span style="font-weight: bold; color: #009900;">Slide 1 Description [...]</span>&lt;/p&gt;
&lt;img src=&quot;<span style="font-weight: bold; color: #ff6600;">Slide-1-Image-Address</span>&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;<span style="font-weight: bold; color: #3333ff;">URL-of-Post-2</span>&quot; title=&quot;#&quot;&gt;<span style="font-weight: bold; color: #ff0000;">Title-of-Post-2</span>&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;<span style="font-weight: bold; color: #009900;">Slide 2 Description [...]</span>&lt;/p&gt;
&lt;img src=&quot;<span style="font-weight: bold; color: #ff6600;">Slide-2-Image-Address</span>&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;<span style="font-weight: bold; color: #3333ff;">URL-of-Post-3</span>&quot; title=&quot;#&quot;&gt;<span style="font-weight: bold; color: #ff0000;">Title-of-Post-3</span>&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;<span style="font-weight: bold; color: #009900;">Slide 3 Description [...]</span>&lt;/p&gt;
&lt;img src=&quot;<span style="font-weight: bold; color: #ff6600;">Slide-3-Image-Address</span>&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;<span style="font-weight: bold; color: #3333ff;">URL-of-Post-4</span>&quot; title=&quot;#&quot;&gt;<span style="font-weight: bold; color: #ff0000;">Title-of-Post-4</span>&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;<span style="font-weight: bold; color: #009900;">Slide 4 Description [...]</span>&lt;/p&gt;
&lt;img src=&quot;<span style="font-weight: bold; color: #ff6600;">Slide-4-Image-Address</span>&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;<span style="font-weight: bold; color: #3333ff;">URL-of-Post-5</span>&quot; title=&quot;#&quot;&gt;<span style="font-weight: bold; color: #ff0000;">Title-of-Post-5</span>&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;<span style="font-weight: bold; color: #009900;">Slide 5 Description [...]</span>&lt;/p&gt;
&lt;img src=&quot;<span style="font-weight: bold; color: #ff6600;">Slide-5-Image-Address</span>&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;/ul&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;btt-slnav&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;btt-prev&quot;&gt;&lt;/a&gt;&lt;a href=&quot;#&quot; class=&quot;btt-next&quot;&gt;&lt;/a&gt;&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
<p><span style="font-size: 130%;">Note</span> : <span style="font-weight: bold; color: #3333ff; font-size: 130%;">Replace URL-of-Post-X</span> , <span style="font-weight: bold; color: #ff0000; font-size: 130%;">Title-of-Post-X</span> , <span style="font-weight: bold; color: #009900; font-size: 130%;">Slide X Description [...]</span> , <span style="font-weight: bold; color: #ff6600; font-size: 130%;">Slide-X-Image-Address</span> with your content.</p>
<p>Use <span style="font-weight: bold; color: #993399;">width=270px</span> and <span style="font-weight: bold; color: #993399;">height=170px</span> images for your slides.</p>
<p>And also you can add more slide to this slider.</p>
<p><span style="color: #cc33cc;">For example</span>look at the code below:</p>
<pre style="border: 1px solid black; overflow: auto; height: 250px; width: 90%;">&lt;div id=&quot;btt-slidearea&quot;&gt;
&lt;div id=&quot;btt-slidercover&quot;&gt;
&lt;div class=&quot;btt-slider&quot;&gt;
&lt;ul&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;#&quot; title=&quot;#&quot;&gt;Avatar (2009 film)&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;James Cameron's epic motion picture, Avatar - in cinemas December 18th worldwide. In the epic action adventure AVATAR, James Cameron, the director of &quot;Titanic,&quot; takes us to a spectacular new world beyond our imagination. On the distant moon Pandora, a reluctant hero embarks on a journey of redemption and discovery as he leads a heroic battle to save a civilization. [...]&lt;/p&gt;
&lt;img src=&quot;http://1.bp.blogspot.com/_4HKUHirY_2U/S2FWzuNvBBI/AAAAAAAAAts/ijNwX4Ei-O4/avatar.jpg&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;#&quot; title=&quot;#&quot;&gt;2012 Movie&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The film briefly references Mayanism, the Mesoamerican Long Count calendar, and the 2012 phenomenon in its portrayal of cataclysmic events unfolding in the year 2012. Because of solar flare bombardment the Earth's core begins heating up at an unprecedented rate, eventually causing crustal displacement[...]&lt;/p&gt;
&lt;img src=&quot;http://3.bp.blogspot.com/_4HKUHirY_2U/S2FYyPWHTJI/AAAAAAAAAt0/kNXA5auZ65k/2012+movie.jpg&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;#&quot; title=&quot;#&quot;&gt;I am Legend Movie&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The film briefly references Mayanism, the Mesoamerican Long Count calendar, and the 2012 phenomenon in its portrayal of cataclysmic events unfolding in the year 2012. Because of solar flare bombardment the Earth's core begins heating up at an unprecedented rate, eventually causing crustal displacement[...]&lt;/p&gt;
&lt;img src=&quot;http://1.bp.blogspot.com/_4HKUHirY_2U/S2FdlLmVmsI/AAAAAAAAAt8/ERw6PcL-tsE/iamlegend1.jpg&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;#&quot; title=&quot;#&quot;&gt;Transformer Movie&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Transformers is a 2007 live-action-thriller film adaptation of the Transformers franchise, directed by Michael Bay and written by John Rogers, Roberto Orci and Alex Kurtzman. It stars Shia LaBeouf as Sam Witwicky, a teenager involved in a war between the heroic Autobots and the evil Decepticons[...]&lt;/p&gt;
&lt;img src=&quot;http://4.bp.blogspot.com/_4HKUHirY_2U/S2Fdo2TdCpI/AAAAAAAAAuE/txvdowislx8/transformer11.jpg&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;li&gt;
&lt;div class=&quot;btt-slidecontent&quot;&gt;
&lt;h2&gt;&lt;a href=&quot;#&quot; title=&quot;#&quot;&gt;Max Payne Game&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Max Payne is a BAFTA award winning[1] third-person shooter video game developed by Finnish Remedy Entertainment, produced by 3D Realms and published by Gathering of Developers in July 2001 for Windows. Ports later in the year for the Xbox, PlayStation 2 and the GameBoy Advance were published by Rockstar Games[...]&lt;/p&gt;
&lt;img src=&quot;http://4.bp.blogspot.com/_4HKUHirY_2U/S2FfKKAoNMI/AAAAAAAAAuM/bzIRya9LZBI/Max_Payne1.jpg&quot; alt=&quot;&quot; /&gt;
&lt;/div&gt;
&lt;/li&gt;

&lt;/ul&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;btt-slnav&quot;&gt;&lt;a href=&quot;#&quot; class=&quot;btt-prev&quot;&gt;&lt;/a&gt;&lt;a href=&quot;#&quot; class=&quot;btt-next&quot;&gt;&lt;/a&gt;&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;</pre>
<p>Now you are done.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/featured-post-content-slider-blogger/">How To Add Featured Post Content Slider to Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/featured-post-content-slider-blogger/feed/</wfw:commentRss>
			<slash:comments>83</slash:comments>
		
		
			</item>
		<item>
		<title>Top 10 Web Development Books For Beginners</title>
		<link>https://www.bloggertipandtrick.net/top-10-web-development-books-beginners/</link>
					<comments>https://www.bloggertipandtrick.net/top-10-web-development-books-beginners/#respond</comments>
		
		<dc:creator><![CDATA[Keerthi Bandara]]></dc:creator>
		<pubDate>Thu, 07 Aug 2014 14:15:45 +0000</pubDate>
				<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[templates]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=4715</guid>

					<description><![CDATA[<p>Web development is the very popular subject in these days. More and more people are trying to learn web development. Lot of books wrote about it in different different title. It is not only about codes but also very powerful media. Now, billions of websites running on internet. Further, The number of websites are increasing [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/top-10-web-development-books-beginners/">Top 10 Web Development Books For Beginners</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Web development is the very popular subject in these days. More and more people are trying to learn web development. Lot of books wrote about it in different different title. It is not only about codes but also very powerful media. Now, billions of websites running on internet. Further, The number of websites are increasing everyday. So, It is very important to learn about web development. I listed very popular and best selling web development books in here. I am sure, this is very helpful to you learn about web development.</p>
<h3 class="infohead" style="text-align: left">#1: Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics</h3>
<div id="iframeContent">
<div>
<p>Are you beginner of web development? or you have zero knowledge about it. Don't worry, this is the excellent book for beginners who love to learn web development. This friendly book is perfect place to start web development. You can learn step by step, how web pages build and create perfect web site.</p>
<p>Also, Using this book you can Learn how to use the latest techniques, best practices, and current web standards—including HTML5 and CSS3. Each chapter provides exercises to help you to learn various techniques, and short quizzes to make sure you understand key concepts.</p>
<p>This is ideal book for beginners, student as well as professionals.</p>
<ul>
<li>Build HTML pages with text, links, images, tables, and forms</li>
<li>Use style sheets (CSS) for colors, backgrounds, formatting text, page layout, and even simple animation effects</li>
<li>Learn about the new HTML5 elements, APIs, and CSS3 properties that are changing what you can do with web pages</li>
<li>Make your pages display well on mobile devices by creating a responsive web design</li>
<li>Learn how JavaScript works—and why the language is so important in web design</li>
<li>Create and optimize web graphics so they’ll download as quickly as possible</li>
</ul>
</div>
</div>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title=" Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Learning-Web-Design-A-Beginner-s-Guide-to-HTML-CSS-JavaScript-and-Web-Graphics.jpg" alt=" Learning Web Design: A Beginner's Guide to HTML, CSS, JavaScript, and Web Graphics" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/UYfXI4" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#2: JavaScript and JQuery: Interactive Front-End Web Development</h3>
<div id="iframeContent">
<div>This book was written for anyone who wants to use JavaScript to make their websites a little more interesting, engaging, interactive, or usable. In particular, it is aimed at people who do not have a degree in computer science. If you have ever struggled to get a script working on your web pages, want a better idea of how to customize scripts, or want to write your own scripts from scratch, this book was written for you.</div>
</div>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="JavaScript and JQuery: Interactive Front-End Web Development" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/JavaScript-and-JQuery-Interactive-Front-End-Web-Development.jpg" alt="JavaScript and JQuery: Interactive Front-End Web Development" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/1szyFlZ" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#3: HTML and CSS: Design and Build Websites</h3>
<div id="iframeContent">
<div>
<p>Now a days, Many peoples interest to learn about  HTML and CSS. Because, it is very important to modify their  web sites. Lot of books teach HTML ans CSS. But, I found this book, It help you to understand HTML and CSS very easily.</p>
</div>
</div>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="HTML and CSS: Design and Build Websites" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/HTML-and-CSS-Design-and-Build-Websites.jpg" alt="HTML and CSS: Design and Build Websites" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/1moTStI" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#4:PHP and MySQL Web Development (4th Edition)</h3>
<p>PHP and MySQL are popular open-source technologies that are ideal for quickly developing database-driven Web applications. PHP is a powerful scripting language designed to enable developers to create highly featured Web applications quickly, and MySQL is a fast, reliable database that integrates well with PHP and is suited for dynamic Internet-based applications.</p>
<p>This book shows, how to use these tools together to produce effective, interactive Web applications. It clearly describes the basics of the PHP language, explains how to set up and work with a MySQL database, and then shows how to use PHP to interact with the database and the server.</p>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="PHP and MySQL Web Development (4th Edition) " src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/PHP-and-MySQL-Web-Development-4th-Edition.jpg" alt="PHP and MySQL Web Development (4th Edition)" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/V0f2HI" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#5:Learning PHP, MySQL, JavaScript, CSS &amp; HTML5: A Step-by-Step Guide to Creating Dynamic Websites</h3>
<div id="iframeContent">
<div>If you don't have any previous programming experience, This will help you to learn how to build interactive, data-driven websites. If you know how to build static sites with HTML, this popular guide will help you tackle dynamic web programming. You can learn:  PHP, MySQL, JavaScript, CSS, and now HTML5.</div>
</div>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="Learning PHP, MySQL, JavaScript, CSS &amp; HTML5: A Step-by-Step Guide to Creating Dynamic Websites" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Learning-PHP-MySQL-JavaScript-CSS-HTML5-A-Step-by-Step-Guide-to-Creating-Dynamic-Websites.jpg" alt="Learning PHP, MySQL, JavaScript, CSS &amp; HTML5: A Step-by-Step Guide to Creating Dynamic Websites" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/1kKykgf" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#6:Web Development and Design Foundations with HTML5 (6th Edition)</h3>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="Web Development and Design Foundations with HTML5 (6th Edition)" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Web-Development-and-Design-Foundations-with-HTML5-6th-Edition.jpg" alt="Web Development and Design Foundations with HTML5 (6th Edition)" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/V4sp9v" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#7:A Smarter Way to Learn JavaScript: The new approach that uses technology to cut your effort in half</h3>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="A Smarter Way to Learn JavaScript: The new approach that uses technology to cut your effort in half" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/A-Smarter-Way-to-Learn-JavaScript-The-new-approach-that-uses-technology-to-cut-your-effort-in-half.jpg" alt="A Smarter Way to Learn JavaScript: The new approach that uses technology to cut your effort in half" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/1otKkxx" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#8: Web Development Recipes</h3>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="Web Development Recipes" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Web-Development-Recipes.jpg" alt="Web Development Recipes" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/V4unqd" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#9:Fundamentals of Web Development</h3>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="Fundamentals of Web Development" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/Fundamentals-of-Web-Development.jpg" alt="Fundamentals of Web Development" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/V0GYes" target="_blank" rel="nofollow">Buy it Now </a></p>
<h3 class="infohead" style="text-align: left">#10:The Modern Web: Multi-Device Web Development with HTML5, CSS3, and JavaScript</h3>
<p style="text-align: left"><img loading="lazy" decoding="async" class="infoimg alignnone" title="The Modern Web: Multi-Device Web Development with HTML5, CSS3, and JavaScript" src="https://www.bloggertipandtrick.net/wp-content/uploads/2014/08/The-Modern-Web-Multi-Device-Web-Development-with-HTML5-CSS3-and-JavaScript.jpg" alt="The Modern Web: Multi-Device Web Development with HTML5, CSS3, and JavaScript" width="590" height="720" /></p>
<p style="text-align: left"><a class="infobt" href="http://amzn.to/1nvOJzO" target="_blank" rel="nofollow">Buy it Now </a></p>
<p>The post <a href="https://www.bloggertipandtrick.net/top-10-web-development-books-beginners/">Top 10 Web Development Books For Beginners</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/top-10-web-development-books-beginners/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Host jQuery in Blogger</title>
		<link>https://www.bloggertipandtrick.net/how-to-host-jquery-in-blogger-blogspot/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-host-jquery-in-blogger-blogspot/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sat, 21 Jun 2014 01:28:00 +0000</pubDate>
				<category><![CDATA[jquery]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/09/how-to-host-jquery-in-blogger-blogspot.html</guid>

					<description><![CDATA[<p>jQuery is the most popular JavaScript library available today. With its features, jQuery has changed the way that millions of people write JavaScript. To use jquery, we need to host "jquery.min.js" file in our server or we can use a CDN like Google Hosted Libraries. But if you do not need to host jQuery as [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-host-jquery-in-blogger-blogspot/">How To Host jQuery in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>jQuery is the most popular JavaScript library available today. With its features, jQuery has changed the way that millions of people write JavaScript. To use jquery, we need to host "jquery.min.js" file in our server or we can use a CDN like Google Hosted Libraries. But if you do not need to host jQuery as a external file, follow the steps below:</p>
<p>1.Login to your Blogger account and go to "Edit HTML" of your blog.</p>
<p>2.Scroll down to where you see this (or use Ctrl+F to find that code):</p>
<pre><span style="font-size: 120%;"><strong>&lt;/b:skin&gt;</strong></span></pre>
<p>3.<a href="https://www.bloggertipandtrick.net/wp-content/uploads/2014/06/jquery-code.txt" target="_blank" rel="nofollow"><strong>Copy this code</strong></a> and paste it <span style="color: #3333ff;">just after</span> the <span style="color: #ff0000;">&lt;/b:skin&gt;</span> tag .</p>
<p>4.Now save your template.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-host-jquery-in-blogger-blogspot/">How To Host jQuery in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-host-jquery-in-blogger-blogspot/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
