<?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/browser/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Blogger Tips And Tricks&#124;Latest Tips For Bloggers</description>
	<lastBuildDate>Mon, 28 Jul 2025 14:23:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Change or Disable Blogger Cookies Notification</title>
		<link>https://www.bloggertipandtrick.net/change-blogger-cookies-notification/</link>
					<comments>https://www.bloggertipandtrick.net/change-blogger-cookies-notification/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sat, 19 Jul 2025 15:52:04 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[cookies]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[java script]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6344</guid>

					<description><![CDATA[<p>Blogger automatically displays a cookies consent banner for European Union (EU) visitors to comply with GDPR regulations. This banner appears at the top of your blog and informs users that your site uses cookies, especially for Google services and personalized ads. If you're located outside the EU and want to preview the cookies notification, you [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/change-blogger-cookies-notification/">How to Change or Disable Blogger Cookies Notification</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/07/How-to-Change-or-Disable-Blogger-Cookies-Notification.jpg" alt="How to Change or Disable Blogger Cookies Notification" width="1536" height="806" class="singular-featured-image alignnone size-full wp-image-7280" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Change-or-Disable-Blogger-Cookies-Notification.jpg 1536w, https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/How-to-Change-or-Disable-Blogger-Cookies-Notification-768x403.jpg 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></p>
<p>Blogger automatically displays a cookies consent banner for <strong>European Union (EU)</strong> visitors to comply with GDPR regulations. This banner appears at the top of your blog and informs users that your site uses cookies, especially for Google services and personalized ads.</p>
<p><a href="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/Blogger-Cookies-Notification.png" target="_blank"><img decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/Blogger-Cookies-Notification.png" alt="Blogger Cookies Notification" width="1053" height="92" class="alignnone size-full wp-image-7283" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/Blogger-Cookies-Notification.png 1053w, https://www.bloggertipandtrick.net/wp-content/uploads/2025/07/Blogger-Cookies-Notification-768x67.png 768w" sizes="(max-width: 1053px) 100vw, 1053px" /></a></p>
<p>If you're located outside the EU and want to preview the cookies notification, you can no longer use region-specific domains like <strong>.co.uk</strong> as they now redirect to <strong>.com</strong>.</p>
<p>Instead, use a VPN, browser extension, or an online tool like "GeoPeeker" to simulate a visit from an EU country. This allows you to see how the cookie banner appears to EU-based visitors, regardless of whether your blog uses a *.blogspot.com address or a custom domain.</p>
<p>The cookie banner in Blogger is automatically managed by Google and is designed to inform visitors about the use of cookies on your site. It highlights how Google uses cookies for services such as personalized advertising and traffic analysis, while also fulfilling the legal requirement to obtain user consent under GDPR regulations.</p>
<p>However, the default message may not align with your blog's tone or design, and some users choose to customize or disable it entirely. This should be done with caution, as it may lead to compliance risks.</p>
<h2>How to Change the Blogger Cookies Notification Message</h2>
<p>You can customize the cookie banner text and buttons. Go to the theme's "<strong>Edit HTML</strong>" page and add this code just before the <strong>&lt;/head&gt;</strong> tag:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;script type=&quot;text/javascript&quot;&gt;
    cookieOptions = {
        msg: &quot;<span style='color:#ff0000'>This site uses cookies from Google to deliver its services, to personalize ads and to analyze traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</span>&quot;,
        link: &quot;https://policies.google.com/technologies/cookies&quot;,
        close: &quot;Got it&quot;,
        learn: &quot;Learn More&quot;
    };
&lt;/script&gt;</pre>
<p><strong>Note:</strong> You need to change the <span style="color:#0cb30c;"><strong>msg</strong></span> text to better fit your blog's language or tone.</p>
<h2>How to Disable the Blogger Cookies Notification</h2>
<p><strong>Important:</strong> Use this <strong>only if</strong> you fully understand your region's legal responsibilities. Disabling the banner may lead to <strong>non-compliance</strong> with privacy laws like GDPR.</p>
<p>To completely disable the banner, add the following code just before the closing <strong>&lt;/head&gt;</strong> tag in your theme's Edit HTML page:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;script type=&quot;text/javascript&quot;&gt;
    cookieOptions = {};
&lt;/script&gt;</pre>
<p><strong>Note:</strong> For most users, customizing the banner (rather than removing it) is the safest and most compliant choice.</p>
<p>For more information: <a href="https://support.google.com/blogger/answer/6253244" target="_blank" rel="nofollow">https://support.google.com/blogger/answer/6253244</a></p>
<p>The post <a href="https://www.bloggertipandtrick.net/change-blogger-cookies-notification/">How to Change or Disable Blogger Cookies Notification</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/change-blogger-cookies-notification/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Style Blogger Cookies Notification</title>
		<link>https://www.bloggertipandtrick.net/style-blogger-cookies-notification/</link>
					<comments>https://www.bloggertipandtrick.net/style-blogger-cookies-notification/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 12 Jul 2017 10:25:49 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[cookies]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6517</guid>

					<description><![CDATA[<p>When someone visit to your blogger blog from a country of European Union, he/she will see a notice that contains information about cookies is used on your blog. If you are living in a non-EU country, you can see this notification changing the country code. For example change http://YOURBLOG.blogspot.com to http://YOURBLOG.blogspot.co.uk. It contains a message [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/style-blogger-cookies-notification/">How to Style Blogger Cookies Notification</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>When someone visit to your blogger blog from a country of European Union, he/she will see a notice that contains information about cookies is used on your blog. If you are living in a non-EU country, you can see this notification changing the country code. For example change http://YOURBLOG.blogspot.com to http://YOURBLOG.blogspot.co.uk. It contains a message similar to this:</p>
<p><a href="https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Blogger-Cookies-Notification.png" target="_blank" title="Blogger Cookies Notification"><img decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Blogger-Cookies-Notification.png" alt="Blogger Cookies Notification" width="1034" height="76" class="alignnone size-full wp-image-6518" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Blogger-Cookies-Notification.png 1034w, https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Blogger-Cookies-Notification-768x56.png 768w" sizes="(max-width: 1034px) 100vw, 1034px" /></a></p>
<p>You can change the look of this Cookies Notification adding this code just before the <strong>&lt;/head&gt;</strong> tag of your blogger template.</p>
<pre style="border:1px solid black;overflow:auto;width:95%;">.cookie-choices-info {
    background-color: rgba(0, 0, 0, 0.9) !important;
    bottom: 0 !important;
    top: auto !important;
    z-index: 100000 !important;
}

.cookie-choices-info .cookie-choices-text {
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1.2em !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.cookie-choices-info .cookie-choices-button {
    font-weight: 700 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    text-transform: none !important;
    color: #fff !important;
    background-color: #FF5722 !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
}</pre>
<p><strong>Note:</strong> You can change colors and fonts of the above code as you like.</p>
<p>Final result will be look like this:</p>
<p><a href="https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Modified-Blogger-Cookies-Notification.png" target="_blank" title="Modified Blogger Cookies Notification"><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Modified-Blogger-Cookies-Notification.png" alt="Modified Blogger Cookies Notification" width="1034" height="73" class="alignnone size-full wp-image-6519" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Modified-Blogger-Cookies-Notification.png 1034w, https://www.bloggertipandtrick.net/wp-content/uploads/2017/07/Modified-Blogger-Cookies-Notification-768x54.png 768w" sizes="auto, (max-width: 1034px) 100vw, 1034px" /></a></p>
<p>The post <a href="https://www.bloggertipandtrick.net/style-blogger-cookies-notification/">How to Style Blogger Cookies Notification</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/style-blogger-cookies-notification/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Remove Horizontal (Bottom) Scroll Bar in Blogger</title>
		<link>https://www.bloggertipandtrick.net/remove-bottom-scrollbar-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/remove-bottom-scrollbar-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 16 Oct 2015 03:20:00 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/10/how-to-remove-bottom-scroll-bar-in-blogger.html</guid>

					<description><![CDATA[<p>Sometimes you will see a horizontal scroll bar on your browser window when you are viewing your website. The reason for this can be a problem of your layout, a widget or other. But if you don't like to see a bottom scroll bar on your blog, follow the simple steps given below. 1.Login to [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/remove-bottom-scrollbar-blogger/">How To Remove Horizontal (Bottom) Scroll Bar 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>Sometimes you will see a horizontal scroll bar on your browser window when you are viewing your website. The reason for this can be a problem of your layout, a widget or other. But if you don't like to see a bottom scroll bar on your blog, follow the simple steps given below.</p>
<p>1.Login to your blogger account and go to "Edit HTML".</p>
<p>2.Scroll down until you see <span style="font-weight: bold; color: #3333ff;">]]&gt;&lt;/b:skin&gt;</span> tag .</p>
<p>3.Copy below code and paste it <span style="color: #cc33cc;">just before</span> the <span style="color: #3333ff;">]]&gt;&lt;/b:skin&gt;</span> tag .</p>
<pre style="border: 1px solid black; overflow: auto; font-weight: bold; color: #ff0000; padding: 15px 10px;"><span style="font-size: 180%;">html {overflow-x: hidden;}</span></pre>
<p>4.Now save your template and refresh your website. You will no longer see a horizontal scroll bar on your website.</p>
<p><strong>Note:</strong> If you need to <span style="text-decoration: underline;">disable vertical scrolling</span> (hide vertical scroll bar) add this code <span style="color: #cc33cc;">just before</span> the <span style="color: #3333ff;">]]&gt;&lt;/b:skin&gt;</span> tag.</p>
<pre style="border: 1px solid black; overflow: auto; font-weight: bold; color: #ff0000; padding: 15px 10px;"><span style="font-size: 180%;">html {overflow-y: hidden;}</span></pre>
<p>The post <a href="https://www.bloggertipandtrick.net/remove-bottom-scrollbar-blogger/">How To Remove Horizontal (Bottom) Scroll Bar 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/remove-bottom-scrollbar-blogger/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Redirect Mobile Version to Non-Mobile in Blogger</title>
		<link>https://www.bloggertipandtrick.net/redirect-mobile-to-non-mobile-in-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/redirect-mobile-to-non-mobile-in-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 16 Sep 2015 11:54:27 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[change template]]></category>
		<category><![CDATA[java script]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=5485</guid>

					<description><![CDATA[<p>When someone viewing your blog using a mobile phone, he will be automatically redirected to the mobile version of your blog. If you see the web browser's address, you can see the "?m=1" part in your blog address. http://YOURBLGNAME.blogspot.com/?m=1 In mobile version, blogger will be applied one of their basic mobile themes to your site. [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/redirect-mobile-to-non-mobile-in-blogger/">How to Redirect Mobile Version to Non-Mobile 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>When someone viewing your blog using a mobile phone, he will be automatically redirected to the mobile version of your blog. If you see the web browser's address, you can see the "?m=1" part in your blog address. </p>
<pre>http://YOURBLGNAME.blogspot.com/?m=1</pre>
<p>In mobile version, blogger will be applied one of their basic mobile themes to your site. These themes are not looking nice. But if your custom blogger theme is mobile friendly, you do not want to use these blogger's basic mobile themes.</p>
<p>In this tutorial, I am going to explain how to display non-mobile (desktop) version, when someone browse your blog using a mobile phone. It will be useful if you are using a responsive blogger template.</p>
<p>Go to "Edit HTML" of your blog.</p>
<p>Add below code just after <strong>&lt;head&gt;</strong> tag of your blog:</p>
<pre style="overflow: auto; border: 1px solid black;">&lt;script type='text/javascript'&gt;//&lt;![CDATA[
var curl = window.location.href;if (curl.indexOf('m=1') != -1) {curl = curl.replace('m=1', 'm=0');window.location.href = curl;}
//]]&gt;&lt;/script&gt;</pre>
<p>After adding above code it will be look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2015/09/How-to-Redirect-Mobile-Version-to-Non-Mobile-in-Blogger.png" alt="How to Redirect Mobile Version to Non-Mobile in Blogger" width="700" height="289" class="alignnone size-full wp-image-5486" /></p>
<p>Save your template.</p>
<p>Now when someone visit to your blog using a mobile phone, "?m=0" will be added to the blog address instead of "?m=1".</p>
<pre>http://YOURBLGNAME.blogspot.com/?m=0</pre>
<p>The post <a href="https://www.bloggertipandtrick.net/redirect-mobile-to-non-mobile-in-blogger/">How to Redirect Mobile Version to Non-Mobile 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/redirect-mobile-to-non-mobile-in-blogger/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add HTML5 CSS3 Support for IE8 and Older Browsers</title>
		<link>https://www.bloggertipandtrick.net/how-to-add-html5-css3-support-for-ie8-and-older/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-add-html5-css3-support-for-ie8-and-older/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 30 Jan 2015 05:13:58 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[java script]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=5312</guid>

					<description><![CDATA[<p>Internet Explorer 8 and its earlier versions can not recognize the new "HTML5 elements". So we need to include the HTML5 Shim JavaScript Library to compatible these browsers with HTML5. Also IE 8 or its older versions doesn't support for "CSS3 Media Queries". You can enable CSS3 media queries support by adding the css3-mediaqueries.js Javascript [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-html5-css3-support-for-ie8-and-older/">How to Add HTML5 CSS3 Support for IE8 and Older Browsers</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>Internet Explorer 8 and its earlier versions can not recognize the new "HTML5 elements". So we need to include the HTML5 Shim JavaScript Library to compatible these browsers with HTML5. Also IE 8 or its older versions doesn't support for "CSS3 Media Queries". You can enable CSS3 media queries support by adding the css3-mediaqueries.js Javascript library.</p>
<p>To add "<strong>HTML5 Shim</strong>" and "<strong>css3-mediaqueries.js</strong>" JavaScript libraries into your website or blog, add below code <em>just before</em> <span style="color: #ff00ff;">&lt;/head&gt;</span> tag of your template. (If you are using Blogger, go to Edit HTML first)</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2015/01/CSS3-and-HTML5.png" alt="CSS3 and HTML5 Support for IE" width="512" height="331" class="alignnone size-full wp-image-5313" /></p>
<pre style="border: 1px solid black; overflow: auto; width: 90%;">&lt;!--[if lt IE 9]&gt;  
&lt;script src=&quot;http://html5shiv.googlecode.com/svn/trunk/html5.js&quot;&gt;&lt;/script&gt;  
&lt;script src=&quot;http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js&quot;&gt;&lt;/script&gt;
&lt;![endif]--&gt;</pre>
<p><strong>Note:</strong> "css3-mediaqueries.js" doesn't work on @import'ed CSS files. Also will not respond to the media attribute of the &lt;link&gt; and &lt;style&gt; elements.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-add-html5-css3-support-for-ie8-and-older/">How to Add HTML5 CSS3 Support for IE8 and Older Browsers</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-add-html5-css3-support-for-ie8-and-older/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Show Date and Time in Title Bar</title>
		<link>https://www.bloggertipandtrick.net/how-to-show-date-and-time-in-title-bar/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-show-date-and-time-in-title-bar/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 02 Apr 2010 13:43:00 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[java script]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2010/04/how-to-show-date-and-time-in-title-bar.html</guid>

					<description><![CDATA[<p>This tutorial will help you to show date and time to visitors who come to your site. Time and date is displayed in their browsers title bars.To add this feature to your site simply follow the steps below. 1.Login to your blogger dashboard and go to Layout --&#62; Page Elements. 2.Click on 'Add a Gadget' [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-show-date-and-time-in-title-bar/">How To Show Date and Time in Title Bar</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 show date and time to visitors who come to your site. Time and date is displayed in their browsers title bars.To add this feature to your site simply follow the steps below.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://2.bp.blogspot.com/_-j7_-ccACuU/S7XxzGlaxAI/AAAAAAAAB18/PQ6vrlwl_bg/s1600/Date+and+Time+in+Title+Bar2.png"><img decoding="async" id="BLOGGER_PHOTO_ID_5455532383872402434" style="cursor: pointer; width: 500px; height: 51px;" src="https://2.bp.blogspot.com/_-j7_-ccACuU/S7XxzGlaxAI/AAAAAAAAB18/PQ6vrlwl_bg/Date+and+Time+in+Title+Bar2.png" alt="" border="0" /></a></p>
<p>1.Login to your blogger dashboard and go to Layout --&gt; Page Elements.</p>
<p>2.Click on 'Add a Gadget' on the sidebar.</p>
<p>3.Select 'HTML/Javascript' and add the one of code given below and click save.</p>
<pre style="height: 250px; width: 90%; overflow: auto; border: 1px solid black;">&lt;Script Language="JavaScript" Type="Text/JavaScript"&gt;

var mytime1=24;
function mytime2() {
mytime3=mytime1+6;
mytime4=mytime1+mytime3;
timexx=mytime1+mytime3+mytime4;
timexxx=timexx/mytime4*mytime1; twelfth=mytime4*mytime1/12*mytime3;
timexxxx=mytime1+mytime3/timexxx-16*timexx;
timexxxxx=twelfth*(mytime1-5)/mytime4+timexx;
timexxxxxx=timexxxxx/timexxxx+mytime1*mytime4-timexx;
mytime5=(timexxxxxx+mytime1/mytime4*timexx+mytime3*timexxx)/twelfth+timexxxxx-timexxxxxx-1;
mytime6=Math.floor(mytime5);
mytime8=mytime6*mytime3/2+100;
mytime7 = window.setTimeout("mytime2()", mytime8);
var mytime9 = new Date();
var mytime10= mytime9.toLocaleString();
document.title = mytime10;}
function op(){mytime2()}
window.onload=op;

&lt;/script&gt;</pre>
<p>Now you are done.Now refresh your site and look at your browser status bar.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-show-date-and-time-in-title-bar/">How To Show Date and Time in Title Bar</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-show-date-and-time-in-title-bar/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How To Stop Showing Web Page Errors in Internet Explorer</title>
		<link>https://www.bloggertipandtrick.net/how-to-stop-showing-page-errors-in-ie/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-stop-showing-page-errors-in-ie/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Fri, 02 Apr 2010 10:19:00 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[java script]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2010/04/how-to-stop-showing-web-page-errors-in-internet-explorer.html</guid>

					<description><![CDATA[<p>If you are using internet explorer you can see that,Internet explorer show web page errors in its status Bar.This is not a good thing for your site.Look at the picture below: Here I show you how to stop these error messages using JavaScript. 1.Login to your blogger dashboard--&#62; layout- -&#62; Edit HTML 2.Scroll down to [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-stop-showing-page-errors-in-ie/">How To Stop Showing Web Page Errors in Internet Explorer</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>If you are using internet explorer you can see that,Internet explorer show web page errors in its status Bar.This is not a good thing for your site.Look at the picture below:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://4.bp.blogspot.com/_-j7_-ccACuU/S7XA6BLMpHI/AAAAAAAAB10/i_QGhzxyF4k/s1600/Show+Errors+in+Internet+Explorer+Browser2.png"><img decoding="async" id="BLOGGER_PHOTO_ID_5455478626609570930" style="cursor: pointer; width: 500px; height: 100px;" src="https://4.bp.blogspot.com/_-j7_-ccACuU/S7XA6BLMpHI/AAAAAAAAB10/i_QGhzxyF4k/Show+Errors+in+Internet+Explorer+Browser2.png" alt="" border="0" /></a></p>
<p>Here I show you how to stop these error messages using JavaScript.</p>
<p>1.Login to your blogger dashboard--&gt; layout- -&gt; 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.Now copy below code and paste it <span style="color: #3333ff;">just before</span> <span style="color: #ff0000;">&lt;/head&gt;</span> tag.</p>
<pre style="height: 110px; width: 60%; overflow: auto; border: 1px solid black;">&lt;script&gt;
function stoperrors()
{return true;}
window.onerror=stoperrors;
&lt;/script&gt;</pre>
<p>4.Now save your template and you are done.</p>
<p>Internet Explorer do not show errors of your website/blogger blog further.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-stop-showing-page-errors-in-ie/">How To Stop Showing Web Page Errors in Internet Explorer</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-stop-showing-page-errors-in-ie/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How To Save Flash Files of Websites using Mozilla Firefox</title>
		<link>https://www.bloggertipandtrick.net/save-flash-files-of-websites-mozilla/</link>
					<comments>https://www.bloggertipandtrick.net/save-flash-files-of-websites-mozilla/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Tue, 22 Dec 2009 05:40:00 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<category><![CDATA[flash]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/12/how-to-save-flash-files-of-websites-using-mozilla-firefox.html</guid>

					<description><![CDATA[<p>This article explains how to save flash files from a website using mozilla firefox. 1.Right click on web page and select "view page info" or click on tools and select "page info". 2.Now click the Media Tab on the Page Info Window. 3.The Media Tab will have complete list of Images, CSS Files and Shockwave [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/save-flash-files-of-websites-mozilla/">How To Save Flash Files of Websites using Mozilla Firefox</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 how to save flash files from a website using mozilla firefox.</p>
<p>1.Right click on web page and select "<span style="font-weight: bold; color: rgb(51, 51, 255);">view page info</span>" or click on tools and select "page info".</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://2.bp.blogspot.com/_-j7_-ccACuU/SzBfXg81BVI/AAAAAAAABVE/QNAhLW5fX4I/s1600-h/select+view+page+info.png" title="select view page info"><img decoding="async" style="cursor: pointer; width: 190px; height: 294px;" src="https://2.bp.blogspot.com/_-j7_-ccACuU/SzBfXg81BVI/AAAAAAAABVE/QNAhLW5fX4I/select+view+page+info.png" alt="select view page info" id="BLOGGER_PHOTO_ID_5417935209313404242" border="0" /></a></p>
<p>2.Now click the <span style="font-weight: bold; color: rgb(255, 0, 0);">Media Tab</span> on the Page Info Window.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://4.bp.blogspot.com/_-j7_-ccACuU/SzBbYasggVI/AAAAAAAABU8/YoVlHFiVfa8/s1600-h/select+Media+Tab.png" title="select Media Tab"><img decoding="async" style="cursor: pointer; width: 257px; height: 74px;" src="https://4.bp.blogspot.com/_-j7_-ccACuU/SzBbYasggVI/AAAAAAAABU8/YoVlHFiVfa8/select+Media+Tab.png" alt="select Media Tab" id="BLOGGER_PHOTO_ID_5417930826767696210" border="0" /></a></p>
<p>3.The Media Tab will have complete list of Images, CSS Files and Shockwave Flash files of the web page.</p>
<p>4.Scroll down the list and locate your <span style="font-weight: bold; color: rgb(51, 51, 255);">.swf</span>(flash) file.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://4.bp.blogspot.com/_-j7_-ccACuU/SzBfnzAiMHI/AAAAAAAABVM/yJrGAMjYxmQ/s1600-h/Locate+the+swf+file.png" title="Locate the swf file"><img decoding="async" style="cursor: pointer; width: 550px; height: 333px;" src="https://4.bp.blogspot.com/_-j7_-ccACuU/SzBfnzAiMHI/AAAAAAAABVM/yJrGAMjYxmQ/Locate+the+swf+file.png" alt="Locate the swf file" id="BLOGGER_PHOTO_ID_5417935489038692466" border="0" /></a></p>
<p>5.Click on "<span style="font-weight: bold; color: rgb(255, 0, 0);">Save As</span>" button. Choose some location on your hard drive and save the file.</p>
<p>you are done.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/save-flash-files-of-websites-mozilla/">How To Save Flash Files of Websites using Mozilla Firefox</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/save-flash-files-of-websites-mozilla/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Most Useful Mozilla Firefox Keyboard Shortcuts</title>
		<link>https://www.bloggertipandtrick.net/mozilla-firefox-keyboard-shortcuts/</link>
					<comments>https://www.bloggertipandtrick.net/mozilla-firefox-keyboard-shortcuts/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sun, 21 Jun 2009 05:11:00 +0000</pubDate>
				<category><![CDATA[browser]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/06/most-useful-mozilla-firefox-keyboard-shortcuts.html</guid>

					<description><![CDATA[<p>These are the Most Popular Keyboard Shortcuts for Firefox : Ctrl+N - It use for Open New Browser Window. Ctrl+T - It use for Open New Tab on Existing window. Ctrl+W or Ctrl+F4 - It use for Close the current window or Tab. Ctrl+R or F5 - For refresh The Page Ctrl+F5 orCtrl+Shift+R - Refresh [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/mozilla-firefox-keyboard-shortcuts/">Most Useful Mozilla Firefox Keyboard Shortcuts</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>These are the Most Popular Keyboard Shortcuts for Firefox :</p>
<p><a href="https://2.bp.blogspot.com/_-j7_-ccACuU/SuZ676h6X8I/AAAAAAAABBw/FUB07zkEC1g/s1600-h/mozilla-firefox-logo-1.jpg" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img decoding="async" id="BLOGGER_PHOTO_ID_5397136373192482754" style="cursor: pointer; width: 300px; height: 288px;" alt="" src="https://2.bp.blogspot.com/_-j7_-ccACuU/SuZ676h6X8I/AAAAAAAABBw/FUB07zkEC1g/s400/mozilla-firefox-logo-1.jpg" border="0" /></a></p>
<p>Ctrl+N - It use for Open New Browser Window.</p>
<p>Ctrl+T - It use for Open New Tab on Existing window.</p>
<p>Ctrl+W or Ctrl+F4 - It use for Close the current window or Tab.</p>
<p>Ctrl+R or F5 - For refresh The Page</p>
<p>Ctrl+F5 orCtrl+Shift+R - Refresh the page with override cache</p>
<p>Esc - Stop</p>
<p>Ctrl + O - It use for Open File</p>
<p>Alt+Home - Home</p>
<p>F1 - Firefox Help</p>
<p>F11 - Toggle Full Screen of Browser Window.</p>
<p>Ctrl+Tab - For Changing Tab between Existing window.</p>
<p>Ctrl+U - Open View Source Page of any webpage.</p>
<p>Ctrl+I or Ctrl+B - Open Bookmark window in left sidebar</p>
<p>Ctrl+P - For Print Command</p>
<p>Ctrl+A - Select All</p>
<p>Ctrl+S - Save Page As</p>
<p>Ctrl+D - Bookmark This Page</p>
<p>Ctrl+F - Find</p>
<p>Ctrl+G or F3 - Find Again</p>
<p>Ctrl+H - open History Window In left Sidebar.</p>
<p>Ctrl+J - Open Downloads Window</p>
<p>Ctrl+Z - Undo Your Process</p>
<p>Ctrl + Y or Ctrl + Shift + Z - Redo your Process</p>
<p>Ctrl+C - Copy</p>
<p>Ctrl+V - Paste</p>
<p>Ctrl + Shift + Delete - Clear your Private Data</p>
<p>F7 - To Open Browser in Caret mode</p>
<p>Backspace or Alt+Left Arrow - Back</p>
<p>Shift+Backspace or Alt+Right Arrow - Forward</p>
<p>Alt + Enter - Copy your existing window tab and Open It in New Tab</p>
<p>Ctrl + Tab or Ctrl + Shift + Tab — rotate forward to the next window tab</p>
<p>Down Arrow – Scroll down</p>
<p>Ctrl+ "+" or Ctrl+ Scroll up - Increase Text Size (Zoom In)</p>
<p>Ctrl+ "-" or Ctrl+ Scroll Down - Decrease text Size (Zoom Out)</p>
<p>Ctrl+ 0 (Zero) - Normal Text Size (Default Zoom Mode)</p>
<p>Alt+ Scroll Down - One step page go down</p>
<p>Alt+ Scroll Up - One step page go Up</p>
<p>Ctrl+Shift+I - DOM Inspector</p>
<p>Ctrl + L or ALT + D - Select Location Bar</p>
<p>Ctrl + Enter - To complete URL with .com</p>
<p>Ctrl + Shift + Enter - To complete URL with .org</p>
<p>Shift + Enter - To complete URL with .net</p>
<p>Ctrl + Up Arrow - Choose previous Search engines to search information</p>
<p>Ctrl + Down Arrow - Choose Next Search engines to search information</p>
<p>Alt + Up Arrow or Alt + Down Arrow - Open List of available Search Engine</p>
<p>The post <a href="https://www.bloggertipandtrick.net/mozilla-firefox-keyboard-shortcuts/">Most Useful Mozilla Firefox Keyboard Shortcuts</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/mozilla-firefox-keyboard-shortcuts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
