<?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>Burad&#039;s Blog &#187; blog</title>
	<atom:link href="http://www.aburad.com/blog/category/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aburad.com/blog</link>
	<description>A computer nerd who would soon be an MBA</description>
	<lastBuildDate>Thu, 28 Oct 2010 15:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Long time no see</title>
		<link>http://www.aburad.com/blog/2010/10/long-time-no-see.html</link>
		<comments>http://www.aburad.com/blog/2010/10/long-time-no-see.html#comments</comments>
		<pubDate>Wed, 27 Oct 2010 23:02:02 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://www.aburad.com/blog/?p=279</guid>
		<description><![CDATA[Long since I posted something. Past few months have been quite hectic. The rigors of IIMs . Note to self.. keep the dying blog alive. In the mean time enjoy my google reader links: http://www.google.com/reader/shared/ABurad]]></description>
			<content:encoded><![CDATA[<p>Long since I posted something. Past few months have been quite hectic. The rigors of IIMs <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
Note to self.. keep the dying blog alive. </p>
<p>In the mean time enjoy my google reader links: <a href="http://www.google.com/reader/shared/ABurad">http://www.google.com/reader/shared/ABurad</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2010/10/long-time-no-see.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Latex on wordpress blog</title>
		<link>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html</link>
		<comments>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html#comments</comments>
		<pubDate>Sun, 25 May 2008 09:15:49 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[hostmonster]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=229</guid>
		<description><![CDATA[Some time back I came to know that wordpress blogs hosted at wordpress.com supports latex. But no such default functionality for self hosted wordpress blogs. But there are plugins (latexrender, wp-latex) which can facilitate similar things. But for these to work you will need to install latex on your hosting account. (I have intalled latex [...]]]></description>
			<content:encoded><![CDATA[<p>Some time back I came to know that wordpress blogs hosted at <a href="http://faq.wordpress.com/2007/02/18/can-i-put-math-or-equations-in-my-posts/">wordpress.com supports latex</a>. But no such default functionality for self hosted wordpress blogs. But there are plugins (<a href="http://sixthform.info/steve/wordpress/index.php?p=13">latexrender</a>, <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex</a>) which can facilitate similar things.<br />
But for these to work you will need to install latex on your hosting account. (<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">I have intalled latex on my hostmonster account some time back.</a>). </p>
<p>For installing latexrender wordpress plugin you can <a href="http://sixthform.info/steve/wordpress/index.php?p=13">find guidelines here</a><br />
One more thing to remember while setting $latexrender_path_http in latex.php give full http path to latexrender folder like <em><code>$latexrender_path_http = "http://your blog addr/latexrender";</code> </em><br />
Now you are set to go. To include [tex]\LaTeX[/tex] in your posting, use the following:<br />
<center><strong><code>&#91;tex&#93; your latex code here &#91;/tex&#93; </code></strong></center><br />
For example:  </p>
<blockquote><p>&#91;tex&#93; (a+b)^3 = (a+b)^2(a+b) &#91;/tex&#93; </p></blockquote>
<p>produces :</p>
<blockquote><p>[tex](a+b)^3 = (a+b)^2(a+b)[/tex]</p></blockquote>
<p>But after setting up latexrender plugin, the png image was still not generated. Error that I got was:</p>
<blockquote><p>I can&#8217;t find the format file &#8216;latex.fmt&#8217;! </p></blockquote>
<p>But when I tried similar command (<em>latex sample.tex</em>) from shell prompt, It was working fine.<br />
So I thought that problem is in calling latex from php file using <a href="http://in.php.net/function.exec">exec</a>. So when I copied the latex.fmt file to directory containing .tex file  it started working fine. May be some problem in setting environment variable.<br />
You can look for latex.fmt file using :</p>
<blockquote><p><code>find -name latex.fmt</code></p></blockquote>
<p>For latexrender you can copy latex.fmt file to latexrender/tmp/  folder inside your wordpress installation.<br />
I&#8217;m still working on how to set environment variable in php so that I don&#8217;t have to copy latex.fmt again and again.<br />
But for now I gave got working latex on my blog <img src='http://www.aburad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Now I can write math equations in my blog posts.<br />
You can try latex formulas in comment too.</p>
<p>And if you want to publish LaTeX equation in WordPress blog without installing any software, try jsTeXrender: <a href="http://yourequations.com/">http://yourequations.com/</a>. Thanks <a href="http://www.mcuprogramming.com/blog">Doug</a> for the tip.</p>
<p>Related Posts:<br />
<a href="http://aburad.com/blog/2005/06/latex-beamer.html">Latex Beamer</a><br />
<a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">Installing latex on hostmonster</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/latex-on-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress plugins you should install</title>
		<link>http://www.aburad.com/blog/2008/05/wordpress-plugins-you-should-install.html</link>
		<comments>http://www.aburad.com/blog/2008/05/wordpress-plugins-you-should-install.html#comments</comments>
		<pubDate>Thu, 22 May 2008 18:31:15 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=247</guid>
		<description><![CDATA[Few months back I have shifted my blog to self hosted wordpress blog at this location. I have passed few months trying new things on this blog like themes, plugins and its been fun playing with it. During this time I have tried several plugins, so wanted to share some of the plugins that I [...]]]></description>
			<content:encoded><![CDATA[<p>Few months back I have <a href="http://aburad.com/blog/2008/02/new-webpage.html">shifted my blog</a> to self hosted wordpress blog at this location. I have passed few months trying new things on this blog like themes, plugins and its been fun playing with it. During this time I have tried several plugins, so wanted to share some of the plugins that I liked the most:</p>
<ul>
<li><a href="http://akismet.com/">Aksimet</a>: filters spam comments and tracksbacks. You don&#8217;t want your post to be filled with useless comments.</li>
<li><a href="http://wordpress.org/extend/plugins/stats/">WordPress.com Stats</a>: Its a light weight plugin but still provides detailed representation of important statistics</li>
<li><a href="http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/">Google Sitemap Generator</a>:  Generates  sitemap for your wordpress blog which  is by Ask.com, Google, YAHOO and MSN Search.</li>
<li><a href="http://wordpress.org/extend/plugins/get-recent-comments/">Get Recent Comments:</a> Display the most recent comments or trackbacks with your own formatting in the sidebar.</li>
<li><a href="http://www.feedburner.com/fb/a/help/wordpress_quickstart">FeedBurner FeedSmith</a>: It redirects your wordpress feeds to feedburner so that you can easily track your subscribers.</li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/plugin-central">Plugin Central</a>: Automatically installs and updates WordPress plugins.</li>
<li><a href="http://www.ilfilosofo.com/blog/wp-db-backup">WordPress Data backup</a>: Its a necessary plugin to backup your blog. I still haven&#8217;t restoring posts from backup though.</li>
</ul>
<p>For some specific users plugins like <a href="http://wordpress.org/extend/plugins/wp-latex/">wp-latex</a>, are also useful. It generates PNG images from inline $\LaTeX$ code in your posts and comments. I have <a href="http://aburad.com/blog/2008/05/installing-latex-on-hostmonster.html">installed latex on my hosting service( hostmonster)</a> and still working on making simliar plugins(<a href="http://sixthform.info/steve/wordpress/index.php">LatexRender</a>) to work.</p>
<p>You can  find many more such list on web if you do a google search. But Lorelle has a nice compilation of <a href="http://lorelle.wordpress.com/2007/02/02/lists-of-your-favorite-wordpress-plugins/">list of favorite wordpress plugins</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/wordpress-plugins-you-should-install.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Evolution of a blogger</title>
		<link>http://www.aburad.com/blog/2008/05/evolution-of-a-blogger.html</link>
		<comments>http://www.aburad.com/blog/2008/05/evolution-of-a-blogger.html#comments</comments>
		<pubDate>Tue, 20 May 2008 20:20:14 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[movie search tricks]]></category>
		<category><![CDATA[on internet]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=245</guid>
		<description><![CDATA[It has been almost 3 year, When I started blogging. Looking back to see how my blogging style has changed, change in content of blog post or change in my motivation for blogging to sum up how I am evolved as a blogger. First I&#8217;ll tell you how my reasoning behind blogging has changed: Why [...]]]></description>
			<content:encoded><![CDATA[<p>It has been almost 3 year, When I started blogging. Looking back to see how my blogging style has changed, change in content of blog post or change in my motivation for blogging  to sum up how I am evolved as a blogger. First I&#8217;ll tell you how my reasoning behind blogging has changed:</p>
<p>Why do I Blog ?</p>
<ul>
<li>Because I wanted to blog, seeing so many on internet.</li>
<li>Then as catalog of stuff I&#8217;m doing, for me and may be for others to know.</li>
<li>And with time it changed to showcasing what I like, what I&#8217;m doing, sharing tips and then taking readers opinion, discussing with them. (at leasts thats the aim)</li>
</ul>
<p style="text-align: center;"><a href="http://www.gapingvoid.com/Moveable_Type/archives/000700.html"><img class="aligncenter size-full wp-image-246" title="zzzzazzdggg09" src="http://aburad.com/blog/wp-content/uploads/2008/05/zzzzazzdggg09.jpg" alt="" width="400" height="222" /></a></p>
<p>In all above cases common things can be to pass time and share experience plus along with we are (I am) also always looking for recognition and admiration.</p>
<p>And about change in my blog content:</p>
<ul>
<li><a href="http://aburad.com/blog/2005/05">May 2005</a>, Posted some pictures, wanted to avoid much writing.</li>
<li><a href="http://aburad.com/blog/2005/06">June 2005</a>, Just write about your projects, so that you don&#8217;t have to dwell for blog content.</li>
<li><a href="http://aburad.com/blog/2005/11">November 2005</a>, You try to write some good posts(<a rel="bookmark" href="http://aburad.com/blog/2005/11/solving-rubiks-cube.html">Solving Rubik’s Cube</a>, <a rel="bookmark" href="http://aburad.com/blog/2005/11/speed-up-firefox.html">Speed up firefox</a>) but you end with posts like <a href="http://aburad.com/blog/2005/11/unnatural-laws.html">Unnatural laws</a> whose content is generally a email forward or similar.</li>
<li><a href="http://aburad.com/blog/2006/02">February 2006</a>, You try your best looking for good content to post but most of post were result of &#8220;submit to blog&#8221; button on <a href="http://digg.com">digg.</a></li>
<li><a href="http://aburad.com/blog/2006/07">July 2006</a>, Most of blog post consists of linking to stories of others blogs or quoting parts of posts from other blogs.</li>
<li><a href="http://aburad.com/blog/2006/09">September 2006</a>, Now blog posts are mixture of posts from above categories.</li>
<li><a href="http://aburad.com/blog/2007/01">January 2007</a>, Now You are improving with some good posts (sharing knowledge <a href="http://aburad.com/blog/2007/01/firefox-about-pages.html">firefox: about pages)</a>. Also tried covering some events in IITB (<a rel="bookmark" href="http://aburad.com/blog/2007/01/techfest-2007-feeding-the-fish.html">Techfest 2007: Feeding the Fish</a>, <a rel="bookmark" href="http://aburad.com/blog/2007/01/creative-commons-india-launched-on-26th-jan-at-iit-bombay.html">Creative Commons, India launched on 26th Jan at IIT Bombay)</a></li>
<li>Then there is also a time when you stop blogging for some time   (for me this hibernation period was from May 2007 to Nov 2007)</li>
<li><a href="http://aburad.com/blog/2007/12">Decemeber 2008</a>, <a href="http://aburad.com/blog/2008/01">January 2008</a>: You are trying to get back in form and you want to write good posts now)</li>
<li><a href="http://aburad.com/blog/2008/02">February 2008</a>, Some good posts which includes what new you tried <a rel="bookmark" href="http://aburad.com/blog/2008/02/adobe-air-web-to-desktop.html">Adobe AIR: Web to Desktop</a>, <a rel="bookmark" href="http://aburad.com/blog/2008/02/trying-hands-on-google-gadgets.html">Trying hands on Google gadgets</a>) or tips you want to share(<a href="http://aburad.com/blog/2008/02/google-movie-search-tricks.html">Google movie search tricks</a>).</li>
<li>Now I feel, I have a good enough blog which people (atleast some) want to read. And I&#8217;m always ready to try, explore new things and share with my viewers and always waiting for there feedback. (Check <a href="http://aburad.com/blog/2008/05">my posts for this month</a>)</li>
</ul>
<p>In all these time periods you will always have some good posts and some just blog posts.</p>
<p>Share with your motivation behind blogging and how you pick up content for your blog. I&#8217;m not a good writer (I try to share mostly technical, geeky stuff through my blog) so any suggestion/feedback to writing style are always welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/evolution-of-a-blogger.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to share notes across multiple machines</title>
		<link>http://www.aburad.com/blog/2008/05/how-to-share-notes-across-multiple-machines.html</link>
		<comments>http://www.aburad.com/blog/2008/05/how-to-share-notes-across-multiple-machines.html#comments</comments>
		<pubDate>Fri, 16 May 2008 14:20:25 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=239</guid>
		<description><![CDATA[Throughout the day, I am working on multiple machines. And sometimes I need to a way to note down some ideas, links, articles in whome I&#8217;ll be looking later on, and at that time I could be on different machine. Its also important that its an OS independent solution. Earlier I used backpackit to write [...]]]></description>
			<content:encoded><![CDATA[<p>Throughout the day, I am working on multiple machines. And sometimes I need to a way to note down some ideas, links, articles in whome I&#8217;ll be looking later on, and at that time I could be on different machine. Its also important that its an OS independent solution.</p>
<p>Earlier I used <a href="http://www.backpackit.com">backpackit</a> to write down notes, links etc. But It was cumbersome, I had to go to my backpackit page and than add the required thing still It allowed you to add notes, check lists, links etc.<br />
Now a days I&#8217;m using <a href="http://www.google.com/notebook/">Google Notebook</a>. It allows you to add text clippings, images and links to your notebook. And you can access it on any machines. It becomes more useful and productive with the help of <a href="http://www.google.com/tools/firefox/">firefox extension for google notebook</a> where you just <strong>select the text (or link, image) and right click and <a href="http://googleblog.blogspot.com/2006/05/note-this.html">Note this!</a></strong> (<em><strong>Or Clip it</strong></em>) And you are done. Now you can access the notes on any other machines.</p>
<p>It also allows you to comment, tag your ideas along with providing the functionality of sharing the notebook and <a href="http://googleblog.blogspot.com/2006/09/google-notebook-improvements.html">many new improvements</a>.</p>
<p style="text-align: center;"><a href="http://aburad.com/blog/wp-content/uploads/2008/05/google_notebook1.png"><img class="aligncenter size-full wp-image-241" title="google_notebook1" src="http://aburad.com/blog/wp-content/uploads/2008/05/google_notebook1.png" alt="" width="527" height="195" /></a></p>
<p>Tell me how do you share notes when working across multiple machines.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2008/05/how-to-share-notes-across-multiple-machines.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Power of RSS reader</title>
		<link>http://www.aburad.com/blog/2007/04/power-of-rss-reader.html</link>
		<comments>http://www.aburad.com/blog/2007/04/power-of-rss-reader.html#comments</comments>
		<pubDate>Thu, 26 Apr 2007 09:04:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=202</guid>
		<description><![CDATA[I saw this on Kshitij&#8217;s blog and later on Amit&#8217;s blog: How Do You Subscribe to Blog Feeds ? RSS in plain English: Watch video You may need a flv player to view it.]]></description>
			<content:encoded><![CDATA[<p>I saw this on <a href="http://kshitijb.blogspot.com/">Kshitij&#8217;s blog</a> and later on <a href="http://labnol.blogspot.com/2007/04/rss-10-rss-20-or-atom-how-do-you.html">Amit&#8217;s blog: How Do You Subscribe to Blog Feeds ?</a><br />
<blockquote><a href="http://blip.tv/file/get/Leelefever-RSSInPlainEnglish369.flv">RSS in plain English: Watch video</a></p></blockquote>
<p>You may need a <a href="http://www.download.com/FLV-Player/3000-2139_4-10467082.html">flv player</a> to view it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/04/power-of-rss-reader.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Double century of posts : A comic break</title>
		<link>http://www.aburad.com/blog/2007/04/double-century-of-posts-a-comic-break.html</link>
		<comments>http://www.aburad.com/blog/2007/04/double-century-of-posts-a-comic-break.html#comments</comments>
		<pubDate>Tue, 24 Apr 2007 06:54:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[india]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=201</guid>
		<description><![CDATA[I found this Best of Blaugh through webyantra. So enjoy&#8230; Here are the other webcomics that i love: Dilbert xkcd.com .pOINT_bLANK: Cartoons, India Explosm.net gapingvoid: &#8220;cartoons drawn on the back of business cards&#8221; bLaugh &#8211; The (un)Official Comic of the Blogosphere We Blog Cartoons My collection of dilbert comics: Dilbert, IIT and Linux Related Posts: [...]]]></description>
			<content:encoded><![CDATA[<p>I found this <a href="http://www.slideshare.net/marketingfacts/the-best-of-blaugh">Best of Blaugh </a>through <a href="http://www.webyantra.net/2007/04/23/time-for-a-comic-break-on-webyantra/">webyantra</a>. So enjoy&#8230;</p>
<p><object data="https://s3.amazonaws.com:443/slideshare/ssplayer.swf?id=7197&amp;doc=the-best-of-blaugh-4198" width="425" height="348" type="application/x-shockwave-flash"></object><br />
Here are the other webcomics that i love:</p>
<ul>
<li><a target="_top" href="http://www.dilbert.com/">Dilbert</a></li>
<li><a target="_top" href="http://www.xkcd.com/">xkcd.com</a></li>
<li><a target="_top" href="http://pointblank2006.blogspot.com/index.html">.pOINT_bLANK: Cartoons, India</a></li>
<li><a target="_top" href="http://www.explosm.net/">Explosm.net</a></li>
<li><a target="_top" href="http://www.gapingvoid.com/">gapingvoid: &#8220;cartoons drawn on the back of business cards&#8221;</a></li>
<li><a target="_top" href="http://blaugh.com/">bLaugh &#8211; The (un)Official Comic of the Blogosphere</a></li>
<li><a target="_top" href="http://www.weblogcartoons.com/">We Blog Cartoons</a></li>
</ul>
<p>My collection of dilbert comics: <a href="http://www.aburad.com/dilbert.html">Dilbert, IIT and Linux</a><br />
Related Posts:<br />
<a href="http://aburad.com/blog/2006/11/great-amul-ads.html">Great Amul Ads !</a><br />
<a href="http://aburad.com/blog/2006/09/damned-funny-unix-humor.html">Damned funny Unix humor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/04/double-century-of-posts-a-comic-break.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2000 Blogger list</title>
		<link>http://www.aburad.com/blog/2007/02/2000-blogger-list.html</link>
		<comments>http://www.aburad.com/blog/2007/02/2000-blogger-list.html#comments</comments>
		<pubDate>Wed, 07 Feb 2007 10:24:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=174</guid>
		<description><![CDATA[Tino Buntic is trying to compile a list 2000 bloggers with linked mugshots. I&#8217;m in there somewhere too. You can try and get on the list too&#8230;. Read more>>]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_qhHaEAh26gI/RcmqZBmHgFI/AAAAAAAAACs/xcpWr0mjAbw/s1600-h/2000Bloggers.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_qhHaEAh26gI/RcmqZBmHgFI/AAAAAAAAACs/xcpWr0mjAbw/s400/2000Bloggers.jpg" alt="" id="BLOGGER_PHOTO_ID_5028737805837631570" border="0" /></a><br /><a href="http://tinobuntic.blogspot.com/">Tino Buntic</a> is trying to compile a list <a href="http://www.2kbloggers.com/">2000 bloggers</a> with linked mugshots. I&#8217;m in there somewhere too. You can try and <a href="http://tinobuntic.blogspot.com/2007/01/2000-bloggers.html" target="2000-bloggers.html">get on the list</a> too&#8230;.</p>
<p><a href="http://tinobuntic.blogspot.com/2007/01/2000-bloggers.html">Read more>></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2007/02/2000-blogger-list.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger in beta</title>
		<link>http://www.aburad.com/blog/2006/08/blogger-in-beta.html</link>
		<comments>http://www.aburad.com/blog/2006/08/blogger-in-beta.html#comments</comments>
		<pubDate>Tue, 15 Aug 2006 10:00:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=120</guid>
		<description><![CDATA[Try it at : beta.blogger.comWith the beta you can: Categorize your posts with labels Control who can read your blog Change the appearance and content of your blog with your mouse instead of HTML Read more : Techcrunch buzz.bloggerSource : Techcrunch]]></description>
			<content:encoded><![CDATA[<p><img style="width: 372px; height: 306px;" src="http://buzz.blogger.com/uploaded_images/beta_buzz-706883.png" alt="" border="0" /><br />Try it at : <a href="http://beta.blogger.com/">beta.blogger.com</a><br />With the beta you can:
<ul>
<li>Categorize your posts with <a href="http://help.blogger.com/bin/answer.py?answer=44498">labels</a></li>
<li><a href="http://help.blogger.com/bin/answer.py?answer=42673">Control who can read</a> your blog</li>
<li><a href="http://help.blogger.com/bin/answer.py?answer=43708">Change the appearance</a> and content of your blog with your mouse instead of HTML</li>
</ul>
<p>Read  more : <a href="http://www.techcrunch.com/2006/08/14/bloggercom-unveils-new-beta-version/">Techcrunch</a><br />                          <a href="http://buzz.blogger.com/2006/08/blogger-in-beta.html">buzz.blogger</a><br />Source : <a href="http://www.techcrunch.com/2006/08/14/bloggercom-unveils-new-beta-version/">Techcrunch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/08/blogger-in-beta.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the Blogosphere</title>
		<link>http://www.aburad.com/blog/2006/04/state-of-the-blogosphere.html</link>
		<comments>http://www.aburad.com/blog/2006/04/state-of-the-blogosphere.html#comments</comments>
		<pubDate>Wed, 19 Apr 2006 05:20:00 +0000</pubDate>
		<dc:creator>burad</dc:creator>
				<category><![CDATA[blog]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://aburad.com/blog/?p=70</guid>
		<description><![CDATA[David Sifry posted Sifry&#8217;s Alerts: State of the Blogosphere, April 2006 Part 1: On Blogosphere Growth at technorati weblog: The State of the Blogosphere is strong. The blogosphere is over 60 times bigger than it was only 3 years ago.The Facts: Technorati now tracks over 35.3 Million blogs The blogosphere is doubling in size every [...]]]></description>
			<content:encoded><![CDATA[<p>David Sifry posted  <a href="http://www.sifry.com/alerts/archives/000432.html">Sifry&#8217;s Alerts: State of the Blogosphere, April 2006 Part 1: On Blogosphere Growth</a> at <a href="http://technorati.com/weblog/">technorati weblog</a>:</p>
<p>The State of the Blogosphere is strong. The blogosphere is over 60 times bigger than it was only 3 years ago.<br />The Facts:
<ul>
<li>Technorati now tracks over 35.3 Million blogs </li>
<li>The blogosphere is doubling in size every 6 months</li>
<li>It is now over 60 times bigger than it was 3 years ago </li>
<li>On average, a new weblog is created every second of every day </li>
<li>19.4 million bloggers (55%) are still posting 3 months after their blogs are created</li>
<li>Technorati tracks about 1.2 Million new blog posts each day, about 50,000 per hour </li>
</ul>
<p>The blogosphere tracked by technorati is doubling about every 6 months, as the chart below shows:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.sifry.com/alerts/Slide0002-3.gif"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 420px;" src="http://www.sifry.com/alerts/Slide0002-3.gif" alt="" border="0" /></a><a href="http://www.sifry.com/alerts/archives/000432.html">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aburad.com/blog/2006/04/state-of-the-blogosphere.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

