<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Blogger</title>
	<link>http://www.tipstree.com/blogger/</link>
	<description>Tips, tips, glorious tips!</description>
	<pubDate>Mon, 06 Oct 2008 16:39:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Gray</title>
		<link>http://www.tipstree.com/blogger/#comment-264</link>
		<author>Gray</author>
		<pubDate>Sat, 03 Nov 2007 21:14:03 +0000</pubDate>
		<guid>http://www.tipstree.com/blogger/#comment-264</guid>
		<description>&lt;p&gt;Did you know you can post text and photos to your blog from your cell/mobile phone? It's real easy too. Here is the page with more info: http://www.blogger.com/mobile-start.g &lt;/p&gt;
&lt;p&gt;Could be very handy for people with phones that have a qwerty keypad, don't fancy doing it with my ordinary keypad though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Did you know you can post text and photos to your blog from your cell/mobile phone? It&#8217;s real easy too. Here is the page with more info: <a href="http://www.blogger.com/mobile-start.g" rel="nofollow">http://www.blogger.com/mobile-start.g</a> </p>
<p>Could be very handy for people with phones that have a qwerty keypad, don&#8217;t fancy doing it with my ordinary keypad though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.tipstree.com/blogger/#comment-262</link>
		<author>Andy</author>
		<pubDate>Fri, 02 Nov 2007 21:50:32 +0000</pubDate>
		<guid>http://www.tipstree.com/blogger/#comment-262</guid>
		<description>The default Blogger themes aren't the greatest or most attractive. That's why you should spice up your blog with &lt;a href="http://blogger-templates.blogspot.com/" rel="nofollow"&gt;some of these&lt;/a&gt;. There are quite a few themes available so check 'em out.  :grin:</description>
		<content:encoded><![CDATA[<p>The default Blogger themes aren&#8217;t the greatest or most attractive. That&#8217;s why you should spice up your blog with <a href="http://blogger-templates.blogspot.com/" rel="nofollow">some of these</a>. There are quite a few themes available so check &#8216;em out.  <img src='http://www.tipstree.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':grin:' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F8soldier</title>
		<link>http://www.tipstree.com/blogger/#comment-239</link>
		<author>F8soldier</author>
		<pubDate>Wed, 10 Oct 2007 14:50:14 +0000</pubDate>
		<guid>http://www.tipstree.com/blogger/#comment-239</guid>
		<description>Do you ever sit down with the intention of blogging but can't think of anything to write about then try out &lt;a href="http://www.google.com/trends" rel="nofollow"&gt;google trends&lt;/a&gt;. This program shows the latest hot topics to write about, which is great if you have a general blog, if you have a more specific blog it can still be useful if your in a popular niche.


</description>
		<content:encoded><![CDATA[<p>Do you ever sit down with the intention of blogging but can&#8217;t think of anything to write about then try out <a href="http://www.google.com/trends" rel="nofollow">google trends</a>. This program shows the latest hot topics to write about, which is great if you have a general blog, if you have a more specific blog it can still be useful if your in a popular niche.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F8soldier</title>
		<link>http://www.tipstree.com/blogger/#comment-195</link>
		<author>F8soldier</author>
		<pubDate>Fri, 14 Sep 2007 21:08:58 +0000</pubDate>
		<guid>http://www.tipstree.com/blogger/#comment-195</guid>
		<description>Im sorry but it seems the code won't show up when I type it in comments, sorry guys. Maybe someone knows whats going on?</description>
		<content:encoded><![CDATA[<p>Im sorry but it seems the code won&#8217;t show up when I type it in comments, sorry guys. Maybe someone knows whats going on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: F8soldier</title>
		<link>http://www.tipstree.com/blogger/#comment-191</link>
		<author>F8soldier</author>
		<pubDate>Fri, 14 Sep 2007 13:37:34 +0000</pubDate>
		<guid>http://www.tipstree.com/blogger/#comment-191</guid>
		<description>At one time or another you have probably wished for an easy option to implement expandable posts in your blogger posts but no blogger can be rather awkward and doesn't make it quite that easy, however I have discovered some easy code for expanding posts in the new version of blogger. Follow these tips craefully and you shouldn't go wrong:

Step 1:

To start with click on the edit HTML tab in the template section and download your full template, as it is very easy to edit the worng code, thus ruining your template.

Step 2:

paste the following code above the  tag and below the ]]&#62;&lt;/b&gt; tag:


&lt;b&gt; 
span.fullpost {display:inline;}
&lt;b&gt;
span.fullpost {display:none;} 
&lt;/b&gt;


No save the template. 

Step 3:

What we do now is add the continue article links, which will appear at the end of your paragraph summary. Note: you can replace "continue article" with whatever you see fit. Now scroll down until you see the following code:




Please add the below code immediately after the above line:

&lt;b&gt;
&lt;a&gt;Read more!&lt;/a&gt;
&lt;/b&gt;

I recommend saving your template here. 

Step 4:

Now we want to actually modify the post template itself. We can do this by going to settings, formatting and scrolling down the bottom, we should then notice a text box with the title post template, the paste the following:

Here is the beginning of my post. And here is the rest of it.

Every post you make from now on will be expandible. Just put your summary before the  and the rest of the post before the .</description>
		<content:encoded><![CDATA[<p>At one time or another you have probably wished for an easy option to implement expandable posts in your blogger posts but no blogger can be rather awkward and doesn&#8217;t make it quite that easy, however I have discovered some easy code for expanding posts in the new version of blogger. Follow these tips craefully and you shouldn&#8217;t go wrong:</p>
<p>Step 1:</p>
<p>To start with click on the edit HTML tab in the template section and download your full template, as it is very easy to edit the worng code, thus ruining your template.</p>
<p>Step 2:</p>
<p>paste the following code above the  tag and below the ]]&gt; tag:</p>
<p><b><br />
span.fullpost {display:inline;}<br />
</b><b><br />
span.fullpost {display:none;}<br />
</b></p>
<p>No save the template. </p>
<p>Step 3:</p>
<p>What we do now is add the continue article links, which will appear at the end of your paragraph summary. Note: you can replace &#8220;continue article&#8221; with whatever you see fit. Now scroll down until you see the following code:</p>
<p>Please add the below code immediately after the above line:</p>
<p><b><br />
<a>Read more!</a><br />
</b></p>
<p>I recommend saving your template here. </p>
<p>Step 4:</p>
<p>Now we want to actually modify the post template itself. We can do this by going to settings, formatting and scrolling down the bottom, we should then notice a text box with the title post template, the paste the following:</p>
<p>Here is the beginning of my post. And here is the rest of it.</p>
<p>Every post you make from now on will be expandible. Just put your summary before the  and the rest of the post before the .</p>
]]></content:encoded>
	</item>
</channel>
</rss>
