<?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>Digital Derby &#187; blogging</title>
	<atom:link href="http://www.digitalderby.com/tag/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalderby.com</link>
	<description>The race is on</description>
	<lastBuildDate>Fri, 27 Nov 2009 05:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Claiming my blog</title>
		<link>http://www.digitalderby.com/2008/11/claiming-my-blog/</link>
		<comments>http://www.digitalderby.com/2008/11/claiming-my-blog/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 11:13:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[professional]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[mybloglog]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.digitalderby.com/?p=53</guid>
		<description><![CDATA[MyBlogLog is a service provide by yahoo to maintain ones identity. Now a days we have some many internet application so many profiles. This site provides one unified place to manage all these. MyBloglog was recently acquired by yahoo. And it started allowing users to link there yahoo account to there myblog account. I did [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mybloglog.com">MyBlogLog</a> is a service provide by yahoo to maintain ones identity. Now a days we have some many internet application so many profiles. This site provides one unified place to manage all these.</p>
<p>MyBloglog was recently acquired by yahoo.  And it started allowing users to link there yahoo account to there myblog account. I did some mistake and ended up deleting my original myblog account.</p>
<p>I created a new one.. and tried to register my blog but it said.. I have to claim it. As it is owned by another user. This is bad.. (Deleting my earlier account should have deleted my blog info too)</p>
<p>Any way myblog log allows 2 ways 2 claim the blog.. one via a link in post and another via a meta tag. I am using the link . and here it is ..</p>
<p>Will be deleting it once the verification is done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalderby.com/2008/11/claiming-my-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The best blog editing tool so far</title>
		<link>http://www.digitalderby.com/2008/10/the-best-blog-editing-tool-so-far/</link>
		<comments>http://www.digitalderby.com/2008/10/the-best-blog-editing-tool-so-far/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 23:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[professional]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://digitalderby.wordpress.com/2008/10/24/the-best-blog-editing-tool-so-far/</guid>
		<description><![CDATA[Just downloaded the new Windows Live Blog Writer. Am not a big Microsoft fan but this shows why Microsoft is so good when it comes to User Interface. The design is sleek and its loaded with features. The one feature which really got me was the preview pane. I have been using lots of other [...]]]></description>
			<content:encoded><![CDATA[<p>Just downloaded the new <a href="http://get.live.com/writer/overview">Windows Live Blog Writer</a>. Am not a big Microsoft fan but this shows why Microsoft is so good when it comes to User Interface. The design is sleek and its loaded with features.</p>
<p>The one feature which really got me was the preview pane. I have been using lots of  other Blog editing tools but none of them had this. The preview pane actually shows how the blog will look when its posted not just a simple mockup.</p>
<p>The other feature like inserting links, pictures, videos etc are common among all the blog editors. But windows takes it a step further by providing a plug-in framework. Using this framework developers can provide custom built insert options. Whole <a href="http://gallery.live.com/results.aspx?bt=9&amp;pl=8">galary</a> of plug-in have already been created and they are all pretty useful.</p>
<p>One Plug-in which I have been looking was the <a href="http://gallery.live.com/liveItemDetail.aspx?li=1f57bd9b-a692-4593-9e9e-e2962d9c0eee&amp;bt=9&amp;pl=8">Code formatter</a>, And here it is in all its glory.</p>
<div class="csharpcode">
<pre class="alt"><span class="lnum">   1:  </span><span class="kwrd">class</span> MyClass {</pre>
<pre><span class="lnum">   2:  </span>    <span class="kwrd">public</span> <span class="kwrd">static</span> main(String[] args) {</pre>
<pre class="alt"><span class="lnum">   3:  </span>        System.<span class="kwrd">out</span>.println(<span class="str">"Hello world"</span>);</pre>
<pre><span class="lnum">   4:  </span>    }</pre>
<pre class="alt"><span class="lnum">   5:  </span>}</pre>
</div>
<p>.csharpcode, .csharpcode pre<br />
{<br />
font-size: small;<br />
color: black;<br />
font-family: consolas, &#8220;Courier New&#8221;, courier, monospace;<br />
background-color: #ffffff;<br />
/*white-space: pre;*/<br />
}<br />
.csharpcode pre { margin: 0em; }<br />
.csharpcode .rem { color: #008000; }<br />
.csharpcode .kwrd { color: #0000ff; }<br />
.csharpcode .str { color: #006080; }<br />
.csharpcode .op { color: #0000c0; }<br />
.csharpcode .preproc { color: #cc6633; }<br />
.csharpcode .asp { background-color: #ffff00; }<br />
.csharpcode .html { color: #800000; }<br />
.csharpcode .attr { color: #ff0000; }<br />
.csharpcode .alt<br />
{<br />
background-color: #f4f4f4;<br />
width: 100%;<br />
margin: 0em;<br />
}<br />
.csharpcode .lnum { color: #606060; }</p>
<p>.csharpcode, .csharpcode pre<br />
{<br />
font-size: small;<br />
color: black;<br />
font-family: consolas, &#8220;Courier New&#8221;, courier, monospace;<br />
background-color: #ffffff;<br />
/*white-space: pre;*/<br />
}<br />
.csharpcode pre { margin: 0em; }<br />
.csharpcode .rem { color: #008000; }<br />
.csharpcode .kwrd { color: #0000ff; }<br />
.csharpcode .str { color: #006080; }<br />
.csharpcode .op { color: #0000c0; }<br />
.csharpcode .preproc { color: #cc6633; }<br />
.csharpcode .asp { background-color: #ffff00; }<br />
.csharpcode .html { color: #800000; }<br />
.csharpcode .attr { color: #ff0000; }<br />
.csharpcode .alt<br />
{<br />
background-color: #f4f4f4;<br />
width: 100%;<br />
margin: 0em;<br />
}<br />
.csharpcode .lnum { color: #606060; }<span style="font-style:italic;">UPDATE : Looks like my blogger theam doesn&#8217;t like the code generated by the code formatter plugin. It looked nice in Windows Blog writer.</span></p>
<p>Looking forward to more useful plugins which can enrich the blogging experience. I remember the days when I used to edit the blogs on blogger website. <img src='http://www.digitalderby.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .  It was one of the biggest turn off during my initial blogging days.</p>
<p>And here is the screen shot of the preview pane.</p>
<p><a href="http://lh4.ggpht.com/kumaresan.manickavelu/SQIA9MsJoNI/AAAAAAAAAJk/vSxNwa3zEE4/s1600-h/BlogWritter%5B6%5D.jpg"><img style="display:inline;border-width:0;" title="BlogWritter" src="http://lh5.ggpht.com/kumaresan.manickavelu/SQIBR7EvsCI/AAAAAAAAAJo/aM_GKuFUt7w/BlogWritter_thumb%5B4%5D.jpg?imgmax=800" border="0" alt="BlogWritter" width="499" height="314" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalderby.com/2008/10/the-best-blog-editing-tool-so-far/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comments not working in iTheam Blogger Template</title>
		<link>http://www.digitalderby.com/2008/10/comments-not-working-in-itheam-blogger-template/</link>
		<comments>http://www.digitalderby.com/2008/10/comments-not-working-in-itheam-blogger-template/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 00:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[professional]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[iTheam]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://digitalderby.wordpress.com/2008/10/23/comments-not-working-in-itheam-blogger-template/</guid>
		<description><![CDATA[Looks like blogger has released a new feature, where in users can comment on a blog from the same page. They will not be redirected to a separate blogger style page. Full story here. This is really a great feature. This will make the user experience uniform across the whole blog. The comments section can [...]]]></description>
			<content:encoded><![CDATA[<div>Looks like blogger has released a new feature, where in users can comment on a blog from the same page. They will not be redirected to a separate blogger style page. Full story <a href="http://buzz.blogger.com/2008/10/commenting-made-easier.html">here</a>.</p>
<p>This is really a great feature. This will make the user experience uniform across the whole blog. The comments section can now gel with the post.</p>
<p>I had actually searched a lot for a blogger templates which has this feature. This feature is readily available in all the WordPress templates.</p>
<p>Unfortunately this has broken the Commenting feature in the iTheam blogger template I use <img src='http://www.digitalderby.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>To fix the issue I had to change &#8220;<strong>Comment Form Placement</strong>&#8221; setting to &#8220;<strong>Pop-up Window</strong>&#8221; which enables the old style commenting.</p>
<p><span style="color: #ff6666;">Blogger Dashboard -&gt; {Blog Name} -&gt; Settings -&gt; comments -&gt; Comment Form Placement.</span></p>
<p>Will try / search for a better fix till then &#8220;Old is Gold&#8221;.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalderby.com/2008/10/comments-not-working-in-itheam-blogger-template/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
