<?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>Mr weblog</title>
	<atom:link href="http://www.mrweblog.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.mrweblog.net</link>
	<description></description>
	<lastBuildDate>Thu, 04 Mar 2010 10:42:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Make Footnotes in Blogger?</title>
		<link>http://www.mrweblog.net/?p=8</link>
		<comments>http://www.mrweblog.net/?p=8#comments</comments>
		<pubDate>Sat, 05 Dec 2009 10:36:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[Anchor Link]]></category>
		<category><![CDATA[Footnote]]></category>

		<guid isPermaLink="false">http://www.mrweblog.net/?p=8</guid>
		<description><![CDATA[A Footnote is an explanatory note at the bottom of the page in a book which refers to a point in the text using a symbol like an asterisk or a number. When reading the page if you come upon such a symbol your gaze is automatically diverted to the foot of the page for [...]]]></description>
			<content:encoded><![CDATA[<p>A Footnote is an explanatory note at the bottom of the page in a book which refers to a point in the text using a symbol like an asterisk or a number. When reading the page if you come upon such a symbol your gaze is automatically diverted to the foot of the page for the detailed explanation.<br />
In the New Blogger every post is actually an independant page by default. You can also put Footnotes in your post using HTML1 tags. <span id="more-8"></span><br />
Have a look at the number &#8216;1&#8242; following the word &#8216;HTML&#8217; in the previous line. It is placed above the line using the superscript tag like this :<br />
&lt;sup&gt;1&lt;/sup&gt;</p>
<p>Type the above code in Edit Html tab of Post Editor when creating your post and you will get the letters enclosed ( in this case &#8211; the number &#8216;1&#8242; ) above your line.When the reader comes across such a superscript when reading a book he automatically looks at the bottom of the page for details on &#8216;HTML&#8217;. In a web page this is done by converting &#8216;1&#8242; into an anchor link2 pointing to the foot of the page. To do this we use this code :<br />
&lt;a href=&#8217;#HTML&#8217;&gt;1&lt;/a&gt;<br />
Now the number is converted into a link. The full code is :<br />
&lt;a href=&#8217;#HTML&#8217;&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;/a&gt;</p>
<p>The Last step is to provide a target for the link so that when the viewer clicks on &#8216;1&#8242; the page rolls down immediately to the Footnote at the bottom. At the bottom of your post type<br />
&lt;a name=&#8217;HTML&#8217;&gt;HTML&lt;/a&gt;<br />
Check this out by clicking on &#8216;1&#8242; at the top and the page will roll down immediately to the explanation at the bottom.<br />
1. HTML : Hypertext Markup Language.<br />
2. Anchor Link : A link which jumps directly to a specific point on a page, instead of letting the user scroll around to find what he/she is looking for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mrweblog.net/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Many Headers In One Blog</title>
		<link>http://www.mrweblog.net/?p=3</link>
		<comments>http://www.mrweblog.net/?p=3#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:27:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://www.mrweblog.net/?p=3</guid>
		<description><![CDATA[Would you like your blog to show more than one header? Perhaps you want to show off your creativity? Maybe you are bored with having only one header? Here is a solution tried and tested in Firefox browser which can show as many headers as you want simply by hovering the mouse over some buttons.I [...]]]></description>
			<content:encoded><![CDATA[<p>Would you like your blog to show more than one header? Perhaps you want to show off your creativity? Maybe you are bored with having only one header? Here is a solution tried and tested in Firefox browser which can show as many headers as you want simply by hovering the mouse over some buttons.I found this trick here and adapted it to suit the new layouts template but it can be applied on Classic Blogger templates also! The solution shows a default header picture which shows as the blog header until the viewer hovers the mouse cursor over the three buttons below the header when the other three header pictures are shown. Thus using this hack you can show four header pics without having the blog to be reloaded. You can also add as many headers as you like by extending the hack, which is left as an exercise to the reader.<span id="more-3"></span></p>
<p>CREATING THE GRAPHICS<br />
The first step requires you to have four graphics ready. If not you can head over to any online logo creator to create some graphics. I went to Cooltext.com and created four Logos. Then I loaded them into Irfanview ( a free image editor) and resized each of the graphics to 600 x 150 pixels.<br />
UPLOAD GRAPHICS TO A FREE HOST<br />
The next step is to upload all the graphics to a free host like Googlepages and copy down their URLs. For detailed information on this see How to Upload files.</p>
<p>MODIFYING THE CSS<br />
The next step is to modify the CSS in your blog. For this login to your Dashboard and click on Layouts of the blog you wish to modify. Then click on Edit Html subtab of Template tab at the top. First backup your template by clicking on the Download Full Template link on this page. Scroll down and add this code just after the &lt;title&gt; and &lt;/title&gt; tags :</p>
<p>&lt;!&#8211; compliance patch for microsoft browsers &#8211;&gt;<br />
&lt;!&#8211;[if lt IE 7]&gt;<br />
&lt;script src=&#8221;http://www.andyrutledge.com/ie7/ie7-standard-p.js&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;![endif]&#8211;&gt;</p>
<p>This is a compliance patch for microsoft browsers. Then scroll down and add the following code after the &lt;b:skin&gt;&lt;![CDATA[ and before the ]]&gt;&lt;/b:skin&gt; tags :</p>
<p>#picture {<br />
margin: 5px auto 0;<br />
width: 600px;<br />
height: 150px;<br />
background: url(&#8221;DEFAULT GRAPHIC HEADER URL&#8221;) no-repeat top left;<br />
clear: both;<br />
}<br />
#nav {</p>
<p>margin: 0 auto;<br />
margin-left:-10px !important;<br />
width: 660px;<br />
height: 40px;<br />
background: #fff;<br />
clear: both;<br />
}<br />
#nav ul {<br />
list-style: none;<br />
line-height: 40px;<br />
font-weight: bold;<br />
font-size: 12px;<br />
}<br />
#nav li {<br />
float: left;<br />
background: transparent;<br />
}<br />
#nav li a {<br />
width:200px;<br />
line-height: 40px;<br />
display: block;<br />
color: #fff;<br />
text-decoration: none;<br />
text-align: center;<br />
}<br />
#nav ul li a:hover {<br />
color: #fff;<br />
background: #000;<br />
}<br />
#nav li ul {<br />
position: absolute;<br />
background: #fff;<br />
left: -5000px;<br />
top: 50px;<br />
}<br />
#nav li li {<br />
width: 600px;<br />
}</p>
<p>li#blue a {<br />
background: #09f;<br />
}<br />
li#red a {<br />
background: #c00;<br />
}<br />
li#green a {<br />
background: #390;<br />
}<br />
li#blue:hover ul {<br />
left: auto;<br />
margin-left: -40px;<br />
width: 350px;<br />
height: 150px;<br />
}<br />
li#red:hover ul {<br />
margin-left: -240px;<br />
left: auto;</p>
<p>width: 600px;<br />
height: 150px;<br />
}<br />
li#green:hover ul {<br />
margin-left: -440px;<br />
left: auto;<br />
width: 600px;<br />
height: 150px;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mrweblog.net/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
