<?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>Stubborn Fanatic - Vivek Sanghi&#039;s Tech Blog &#187; software</title>
	<atom:link href="http://www.techblog.viveksanghi.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techblog.viveksanghi.com</link>
	<description>Documenting Tech Fanaticism</description>
	<lastBuildDate>Wed, 17 Mar 2010 12:43:52 +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>Disqus Comment System for WordPress</title>
		<link>http://www.techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/</link>
		<comments>http://www.techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 12:43:52 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[social]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[comment]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/?p=214</guid>
		<description><![CDATA[This blog is now using an interesting new comment system called DISQUS. I like Disqus for the following reasons: 1. It allows users to log in via multiple sites such as Twitter, Facebook, Open Id, Yahoo and Disqus itself 2. It allows users to track all their comments made across multiple sites, at a single [...]]]></description>
			<content:encoded><![CDATA[<p>This blog is now using an interesting new comment system called <a title="DISQUS Comments" href="http://disqus.com/" target="_blank">DISQUS</a>. I like Disqus for the following reasons:</p>
<p>1. It allows users to log in via multiple sites such as Twitter, Facebook, Open Id, Yahoo and Disqus itself</p>
<p>2. It allows users to track all their comments made across multiple sites, at a single place</p>
<p>3. When users manage their comments through Disqus and / or log into Disqus via one of their social networking accounts, the comment they make also gets published in their social networking feed resulting in greater propagation of the source post where the comment was made</p>
<p>4. Incredibly easy and smooth <a href="http://disqus.com/comments/wordpress/" target="_blank">integration</a> with wordpress</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>bbPress: Installation and Deep Integration with WordPress</title>
		<link>http://www.techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/</link>
		<comments>http://www.techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 17:00:07 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[bbpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[forum]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/?p=186</guid>
		<description><![CDATA[bbPress is a very easy to use forum or bulletin board software from the creators of wordpress. This article will cover installation of bbpress for a wordpress blog and its deep integration with wordpress blog such that the blog and the forum share common logins, cookies and user databases.]]></description>
			<content:encoded><![CDATA[<p>Hello friends. It&#8217;s been a long time since I have posted any new articles here. This is because I have been keeping very busy with my work life and find no time to research and explore blogger/wordpress code.</p>
<p>Recently I learnt about a forum software by name bbpress which can integrate well with wordpress blogs. I decided to squeeze time out of my schedule to try this software and write about it.</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbwp.jpg"><img class="aligncenter size-medium wp-image-203" title="bbPress is a forum software launched by makers of wordpress" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbwp-300x54.jpg" alt="" width="300" height="54" /></a></p>
<p>bbPress is a very easy to use forum or bulletin board software from the creators of wordpress. To quote their website:</p>
<p>&#8220;bbPress is focused on web standards, ease of use, ease of integration, and speed. We’re keeping things as small and light as possible while still allowing for great add-on features through our extensive plugin system.&#8221;</p>
<p>This article will cover installation of bbpress for a wordpress blog and its deep integration with wordpress blog such that the blog and the forum share common logins, cookies and user databases. Make a note of the versions used before you proceed to read the installation/integration tutorial:</p>
<p>bbPress version: 1.0.2<br />
WordPress version: 2.8.9</p>
<p><strong>bbPress download and server setup</strong></p>
<p>- As a first step you need to download bbpress from <a title="bbpress download" href="http://bbpress.org/download/" target="_blank">here</a>. Unzip and rename the folder to what ever you like. Whatever name you choose will also become a part of your forum URL in the following format:</p>
<p>&lt;wordpress blog URL&gt;/&lt;bbPress folder name&gt;</p>
<p>- Now upload this folder under you main wordpress directory on the server where you are hosting your blog. For example, I had renamed my bbPress directory to &#8220;forum&#8221; and uploaded it under the folder techblog.viveksanghi.com on the webserver such that my forum url become:</p>
<p>http://www.techblog.viveksanghi.com/forum</p>
<p><strong>WordPress Setup</strong></p>
<p><span style="text-decoration: underline;">bbPress Integration Plugin</span></p>
<p>- Now login into you wordpress admin panel, install the plugin <a title="bbPress Integration plugin for wordpress" href="http://wordpress.org/extend/plugins/bbpress-integration/" target="_blank">bbpress integration</a> into wordpress and activate the plugin. On the plugin’s configuration page enter the URL of your bbpress forum which will be in the following format as already explained earlier:</p>
<p>&lt;yourblog URL&gt;/&lt;bbpress folder name&gt;.</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbintegration-wpplugin.jpg" target="_blank"><img class="aligncenter size-medium wp-image-188" title="click to view an enlarged image" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbintegration-wpplugin-300x108.jpg" alt="" width="300" height="108" /></a></p>
<p>Do not change anything else and hit the save button. Scroll down on the same page and you will be shown some code that you need to enter into your wordpress config file. Make a note of this code as we will require it in the next step.</p>
<p><span style="text-decoration: underline;">WordPress Config</span></p>
<p>- Apart from the above-mentioned piece of code from the previous step, there are some additional changes that you need to make to your wordpress config file. Let’s looks are what additions are to be made to the wordpress configuration file. Download and edit your wordpress config file. This will be located under your main wordpress folder by the name <em>wp-config.php</em></p>
<p>You have to enter the following values in the wp-config.php file:</p>
<p>AUTH_KEY<br />
SECURE_AUTH_KEY<br />
LOGGED_IN_KEY</p>
<p>Go <a title="Generate random Secret keys" href="http://api.wordpress.org/secret-key/1.1/" target="_blank">here</a> to generate complex keys for the above mentioned items. Then paste these keys in the wp-config.php file as shown below:</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/wp-config-01.jpg"><img class="aligncenter size-medium wp-image-195" title="wp-config-01" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/wp-config-01-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p>Also paste the code we generated earlier from the bbpress integration plugin of wordpress as shown in the image above.</p>
<p>Now its time to start your bbPress installation. However make sure to have the following details about your wordpress database handy as we will use the same database for wordpress and bbpress.</p>
<p>- WordPress database name<br />
- WordPress database hostname (Note that it will not be “localhost” if you are hosting on dreamhost or other such hosting site)<br />
- WordPress database username<br />
- WordPress database password<br />
- WordPress table prefix</p>
<p>In case you are new to using databases and/or are not sure where to find the above mentioned details, then you might want to install the <a title="WP DB Manager" href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager</a> plugin in wordpress and should be able to view all these above details from within wordpress.</p>
<p>Once these details are ready, you may start the installation by proceeding to the following link:</p>
<p>[your bbPress forum URL]/bb-admin/options-wordpress.php</p>
<p><strong>Step 1 – Database configuration</strong></p>
<p>First you will be presented with the following screen:</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-01.jpg"><img class="aligncenter size-medium wp-image-190" title="Click on the image to view an enlarged image" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-01-300x210.jpg" alt="" width="300" height="210" /></a></p>
<p>Now enter the database details you collated earlier, as shown in the image below. You may also use the question mark symbols to learn more about each of these fields.</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-02.jpg"><img class="aligncenter size-medium wp-image-191" title="Click on the image to view an enlarged image" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-02-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>And then proceed to step 2.</p>
<p><strong>Step 2 – WordPress Integration Settings</strong></p>
<p>To fill in the details required for step 2, load the options screen of your wordpress blog using the following link:</p>
<p><a href="http://www.diary.viveksanghi.com/wp-admin/options.php"></a></p>
<p>[wordpress link]/wp-admin/options.php</p>
<p>On the bbpress installation page check integration and cookie integration settings as shown in the image. Now add the auth cookie, secure auth cookie and logged in key values (we created these values earlier before starting installation of bbpress) from the <em>wp-config.php</em> file. The salt values will be available from the wordpress options screen we loaded a while ago.</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-01.jpg"><img class="aligncenter size-medium wp-image-192" title="Click on the image to view an enlarged image" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-01-300x260.jpg" alt="" width="300" height="260" /></a></p>
<p>If you do not find the secure auth cookie salt value, you may leave it blank and it should not be a problem. Then scroll down and also check user database integration settings. Fill in the values from the database values that you noted earlier. Most of you will only require the wordpress database table prefix. Now save the integration settings and you will be prompted to proceed to step three.</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-02.jpg"><img class="aligncenter size-medium wp-image-193" title="Click on the image to view an enlarged image" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-02-300x129.jpg" alt="" width="300" height="129" /></a></p>
<p><strong>Step 3 &#8211; Site settings</strong></p>
<p>Fill in a name for your forum and the site URL as shown below. Site URL will depend on the folder name you gave to the bbpress folder before uploading it under wordpress folder.</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step03-01.jpg"><img class="aligncenter size-medium wp-image-194" title="Click on the image to view an enlarged version" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step03-01-300x205.jpg" alt="" width="300" height="205" /></a></p>
<p>Select the wordpress admin name from the drop down as the bbpress keymaster unless you wish to alot this supreme role to anyone else. Give a name for your first forum, then hit the save site settings button and you should be ready to proceed to your forum page.</p>
<p>Now go to the admin panel of your forum and select wordpress integration under the settings tab as shown in the image below.  Here you have to map user roles between wordpress and bbPress users as the user list is now synchronized and/or common between the two.</p>
<p><a href="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-integration.jpg"><img class="aligncenter size-medium wp-image-189" title="Click on the image to view an enlarged image" src="http://www.techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-integration-300x124.jpg" alt="" width="300" height="124" /></a></p>
<p>Once you save these settings, your wordpress and bbPress will be integrated and you are ready to go.</p>
<p>I am also planning to research into a system/plugin such that the wordpress posts become topics and the comments on each wordpress post become forum posts under these topics. If I find out some thing on these lines, I will definitely update this post or create a second post on this topic.</p>
<p><strong>References</strong>: I researched the bbPress forums extensively and did a lot of hands on tinkering to learn how to install bbPress and integrate it with wordpress. This <a title="bbPress Forums" href="http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101" target="_blank">link</a> was particularly helpful in my learning process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Contest Suggestion: 31 Days of the Dragon</title>
		<link>http://www.techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/</link>
		<comments>http://www.techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/#comments</comments>
		<pubDate>Wed, 14 May 2008 19:31:00 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[suggested]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/</guid>
		<description><![CDATA[&#8216;lo. After a long time I am posting some thing here for you guys. I hope until now you have enjoyed the existing set of Blogger mods that I had published. While this is not related to blogger mods, I am sure those of you who were unaware, will definitely love it. The other day [...]]]></description>
			<content:encoded><![CDATA[<p>&#8216;lo. After a long time I am posting some thing here for you guys. I hope until now you have enjoyed the existing set of Blogger mods that I had published. While this is not related to blogger mods, I am sure those of you who were unaware, will definitely love it. The other day I came across a big contest while browsing some of sites I read regularly, and simply could not resist sharing it with you.<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_XGtsagQTuUQ/SCs-XA8IRhI/AAAAAAAAAHY/eANxtSrJcY8/s1600-h/hp-pavilion-hdx-entertainment-notebook.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp1.blogger.com/_XGtsagQTuUQ/SCs-XA8IRhI/AAAAAAAAAHY/eANxtSrJcY8/s320/hp-pavilion-hdx-entertainment-notebook.jpg" alt="" id="BLOGGER_PHOTO_ID_5200318759839483410" border="0" /></a><br /><a href="http://www.hp.com/">HP</a> (in association with <a href="http://www.buzzcorps.com/">Buzz Corps</a>)is promoting its latest 20.1&#8243; notebook i.e. <a href="http://h10010.www1.hp.com/wwpc/ca/en/ho/WF05a/12139188-78299199-78299212-78299212-78299212-80247383.html">The HP HDX</a><a href="http://h10010.www1.hp.com/wwpc/ca/en/ho/WF05a/12139188-78299199-78299212-78299212-78299212-80247383.html"> Entertainment Notebook</a> using a contest called &#8220;The 31 Days of Dragon&#8221;. Before I proceed further note that this contest is open to everyone from any part of the world.</p>
<p>Contest Info: There are 31 participating web sites, with the sponsorship of HP where HP is working with them to offer 31 prize packages &#8211; one a day for 31 days during a period from  09 May through 08 June 2008. Here are the details of the price package (which btw is worth well over USD 5000 in retail value):
<ul>
<li>Display: 20.1″ diagonal WUXGA High-Definition HP Ultra Brightview Widescreen (1920×1200)  </li>
<li>Operating system: Windows Vista Ultimate (64-bit)  </li>
<li>Processor: Intel Core2 Extreme Processor X9000 (2.80GHz, 6MB L2 Cache, 800MHz FSB)  </li>
<li>Memory: 4GB DDR2 System Memory (2 Dimm)  </li>
<li>Graphics Card: 512MB NVIDIA GeForce 8800M GTS  </li>
<li>Personalization: HP Imprint Finish (Dragon) + Fingerprint Reader + Webcam + Microphone  </li>
<li>Networking: Intel(R) PRO/Wireless 4965AGN Network Connection and Bluetooth(TM)  </li>
<li>Hard Drive: 500GB 5400RPM SATA Dual Hard Drive (250GB x 2)  </li>
<li>Optical: Blu-Ray ROM with SuperMulti DVD+/-R/RW Double Layer  </li>
<li>TV &amp; Entertainment Experience: Integrated HP HDTV Hybrid TV Tuner and 4 Altec Lansing speakers + the HP Triple Bass Reflex subwoofer </li>
<li>Primary Battery: 9 Cell Lithium Ion Battery  </li>
<li>Productivity Applications: Microsoft Office 2007, Corel PaintShop Pro Photo X2, Corel Painter 4, Ulead VideoStudio 11.5 Plus  </li>
<li>Games: Viva Pinata, Microsoft Flight Simulator X, Microsoft Flight Simulator X Acceleration Expansion Pack, Gear of War  </li>
<li>Blu-Ray movies: The Pirates of the Caribbean Trilogy – The Curse of the Black Pearl, Dead Man&#8217;s Chest, At World&#8217;s End.</li>
</ul>
<p>And here is a list of websites <span class="style1">that are running/will run a seven day contest between the  following dates (begin &#8211; end)</span>:</p>
<p><span class="style1">13 May &#8211; 20 May <a mce_href="http://www.geekstogo.com/" href="http://www.geekstogo.com/"> www.geekstogo.com</a><br />14 May &#8211; 21 May <a mce_href="http://www.bink.nu/" href="http://bink.nu/">bink.nu</a></span> <span class="style1"><br />15 May &#8211; 22 May <a mce_href="http://www.mediablab.com/" href="http://www.mediablab.com/"> www.mediablab.com</a><br />16 May &#8211; 23 May <a href="http://www.last100.com/">www.last100.com</a></span> <span class="style1"><br />17 May &#8211; 24 May <a href="http://www.labnol.org/">www.labnol.org</a><br />18 May &#8211; 25 May <a mce_href="http://www.notebooks.com/" href="http://www.notebooks.com/"> www.notebooks.com</a><br />19 May &#8211; 26 May <a mce_href="http://www.slashdotreview.com/" href="http://www.slashdotreview.com/"> www.slashdotreview.com</a><br />20 May &#8211; 27 May <a mce_href="http://www.neowin.net/" href="http://www.neowin.net/"> www.neowin.net</a><br />21 May &#8211; 28 May <a mce_href="http://www.geek.com/" href="http://www.geek.com/"> www.geek.com</a><br />22 May &#8211; 29 Mau <a mce_href="http://www.lockergnome.com/" href="http://www.lockergnome.com/"> www.lockergnome.com</a></span> <span class="style1"><br />23 May &#8211; 30 May <a mce_href="http://www.planetx64.com/" href="http://www.planetx64.com/"> www.planetx64.com</a><br />24 May &#8211; 31 May <a mce_href="http://www.thegreenbutton.com/" href="http://www.thegreenbutton.com/"> www.thegreenbutton.com</a><br />25 May &#8211; 01 Jun <a mce_href="http://www.istartedsomething.com/" href="http://www.istartedsomething.com/"> www.istartedsomething.com</a><br />26 May &#8211; 02 Jun <a mce_href="http://www.bleepingcomputer.com/" href="http://www.bleepingcomputer.com/"> www.bleepingcomputer.com</a><br />27 May &#8211; 03 Jun <a mce_href="http://www.hardwaregeeks.com/" href="http://www.hardwaregeeks.com/"> www.hardwaregeeks.com</a><br />28 May &#8211; 04 Jun <a href="http://www.geeknewscentral.com/">www.geeknewscentral.com</a></span> <span class="style1"><br />29 May &#8211; 05 Jun <a mce_href="http://www.geekzone.co.nz/" href="http://www.geekzone.co.nz/"> www.geekzone.co.nz</a><br />30 May &#8211; 06 Jun <a mce_href="http://www.thetabletpc.net/" href="http://www.thetabletpc.net/"> www.thetabletpc.net</a><br />31 May &#8211; 07 Jun <a mce_href="http://www.gearlive.com/" href="http://www.gearlive.com/"> www.gearlive.com</a><br />01 Jun &#8211; 08 Jun <a mce_href="http://www.gottabemobile.com/" href="http://www.gottabemobile.com/"> www.gottabemobile.com</a></p>
<p>Some of the website site where the winners have already been declared are:</p>
<p></span><span class="style1">02 May &#8211; 09 May <a mce_href="http://www.absolutevista.com/" href="http://www.absolutevista.com/"> www.absolutevista.com</a><br />03 May &#8211; 10 May <a mce_href="http://www.arstechnica.com/" href="http://www.arstechnica.com/"> www.arstechnica.com</a><br />04 May &#8211; 11 May <a mce_href="http://www.osnn.net/" href="http://www.osnn.net/"> www.osnn.net</a><br />05 May &#8211; 12 May <a mce_href="http://www.jkontherun.com/" href="http://www.jkontherun.com/"> www.jkontherun.com</a><br />06 May &#8211; 13 May <a mce_href="http://digitalmediaphile.wordpress.com/" href="http://digitalmediaphile.wordpress.com/"> digitalmediaphile.wordpress.com</a></span> <span class="style1"><br />07 May &#8211; 14 May <a mce_href="http://www.bostonpocketpc.com/" href="http://www.bostonpocketpc.com/"> www.bostonpocketpc.com</a><br /></span><span class="style1"> 08 May &#8211; 15 May <a mce_href="http://www.the-gadgeteer.com/" href="http://www.the-gadgeteer.com/"> www.the-gadgeteer.com</a><br />09 May &#8211; 16 May <a href="http://www.thedigitallifestyle.com/">www.thedigitallifestyle.com</a> </span> <span class="style1"><br />10 May &#8211; 17 May <a mce_href="http://www.digitalhomethoughts.com/" href="http://www.digitalhomethoughts.com/"> www.digitalhomethoughts.com</a><br />11 May &#8211; 18 May <a mce_href="http://www.windows-now.com/" href="http://www.windows-now.com/"> www.windows-now.com</a><br />12 May &#8211; 19 May <a mce_href="http://www.windowsconnected.com/" href="http://www.windowsconnected.com/"> www.windowsconnected.com</a></span><br /><span class="style1"><br />So I suggest you to head over to these website and track them to win the super prize package. For details about the contest please visit <a href="http://www.31daysofthedragon.com/">here</a></span>. There is an RSS link and an OPML available so that you can track these sites conveniently.</p>
<p>In addition, most of these site have very good articles which techies and computer enthusiasts will definitely like. So go now and start participating, I am also competing <img src='http://www.techblog.viveksanghi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google page creator: headache</title>
		<link>http://www.techblog.viveksanghi.com/2006/12/google-page-creator-headache/</link>
		<comments>http://www.techblog.viveksanghi.com/2006/12/google-page-creator-headache/#comments</comments>
		<pubDate>Thu, 14 Dec 2006 18:37:00 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/2006/12/google-page-creator-headache/</guid>
		<description><![CDATA[Google&#8217;s Page Creator software is seriously pissing me off: I hope I don&#8217;t end up breaking my monitor, keyboard or mouse the next time I see this: BTW Google should hire someone who has written error messages for Microsoft ) Coz: &#8220;oops! I don&#8217;t like your error messages&#8221;. Better still don&#8217;t give me the donuts, [...]]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s Page Creator software is seriously pissing me off:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_XGtsagQTuUQ/RYGvmDsK_tI/AAAAAAAAABU/wo-b7-ssEp4/s1600-h/googleispissingmeoff.jpg"  target="_blank" title="Click to enlarge. Opens in a new window/tab"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_XGtsagQTuUQ/RYGvmDsK_tI/AAAAAAAAABU/wo-b7-ssEp4/s200/googleispissingmeoff.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5008477328973168338" /></a></p>
<p>I hope I don&#8217;t end up breaking my monitor, keyboard or mouse the next time I see this:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_XGtsagQTuUQ/RYGvmTsK_uI/AAAAAAAAABc/HVYqKaW1gCE/s1600-h/oops.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_XGtsagQTuUQ/RYGvmTsK_uI/AAAAAAAAABc/HVYqKaW1gCE/s200/oops.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5008477333268135650" /></a></p>
<p>BTW Google should hire someone who has written error messages for Microsoft <img src='http://www.techblog.viveksanghi.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ) Coz: &#8220;oops! I don&#8217;t like your error messages&#8221;. Better still don&#8217;t give me the donuts, just get the page working. Just a thought (pun intended)</p>
<p><b>Update:</b> Page creator behaves much better after I turned off the experimental features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2006/12/google-page-creator-headache/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Firefox extension and PurpleMoggy&#8217;s hacks</title>
		<link>http://www.techblog.viveksanghi.com/2006/11/a-firefox-extension-and-purplemoggys-hacks/</link>
		<comments>http://www.techblog.viveksanghi.com/2006/11/a-firefox-extension-and-purplemoggys-hacks/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 19:12:00 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[hacks news]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[suggested]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/2006/11/a-firefox-extension-and-purplemoggys-hacks/</guid>
		<description><![CDATA[Hello readers, I have been using a Firefox extension by name fasterfox. If slow browsing speed has been a problem for you, I recommend that you give it a shot. Coming to beta hack, this blog now uses two hacks which I picked up from PurpleMoggy&#8217;s blog. It appears that a tutorial has been put [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/fasterfox-2.0.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/fasterfox-2.0.jpg" alt="" border="0" /></a>Hello readers,</p>
<p>I have been using a Firefox extension by name <a href="https://addons.mozilla.org/firefox/1269/">fasterfox</a>. If slow browsing speed has been a problem for you, I recommend that you give it a shot.</p>
<p>Coming to beta hack, this blog now uses two hacks which I picked up from PurpleMoggy&#8217;s blog. It appears that a tutorial has been put up for the search box. Please find the tutorial on implementing a 4-in-1 search box (like I have) <a href="http://purplemoggy.blogspot.com/2006/11/search-box-4-in-1.html">here</a>.</p>
<p>The second hack I found in PurpleMoggy is a javascript based peek-a-boo system for linklists in sidebar. This is almost same as Blogger University&#8217;s expand-collapse <a href="http://bloggeruniversity.blogspot.com/2006/05/hideshow-expandcollapse-navigation.html">menu</a>. Just that the hack I am using was picked-up by PurpleMoggy from <a href="http://www.dynamicdrive.com/dynamicindex1/switchmenu.htm">here</a> and modified using CSS such that it blended very well with my template as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2006/11/a-firefox-extension-and-purplemoggys-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Docs &amp; Spreadsheets (updated)</title>
		<link>http://www.techblog.viveksanghi.com/2006/10/google-docs-spreadsheets-updated/</link>
		<comments>http://www.techblog.viveksanghi.com/2006/10/google-docs-spreadsheets-updated/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 08:03:00 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/2006/10/google-docs-spreadsheets-updated/</guid>
		<description><![CDATA[You might have come to know by now that Google has released a service called Google Docs &#038; Spreadsheets . In this service, one can use an online text editor (similar to Microsoft Word and others) to create posts and publish it to their blog.With this service, you can: - Have your documents published online [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/google-docs-logo.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/google-docs-logo.jpg" alt="" border="0" /></a>You might have come to know by now that Google has released a service called <a href="http://docs.google.com/">Google Docs &#038; Spreadsheets</a> . In this service, one can use an online text editor (similar to Microsoft Word and others) to create posts and publish it to their blog.<br /><span id="fullpost"><br /><b>With this service, you can:</b></p>
<p>-  Have your documents published online (as a webpage) to share it with others (dedicated URL to each document, as in Google pages)<br /><span><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/supported-formats.jpg" target="_blank" title="Click to enlarge the image (opens in a new window/tab)"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 331px; height: 149px;" src="http://photos1.blogger.com/blogger2/8166/3208/320/supported-formats.jpg" alt="" border="0" /></a></span><br />- Export your online documents in word, openoffice, HTML and PDF file formats to store it on your hard drive.</p>
<p>- Import various document (.htm, .doc, .txt, .rtf, .odt, .sxw) and spreadsheet (.csv, .xls, .ods) file formats into this service and publish them online instantly or save it to your hard drive in a different format. So if you want to convert a Microsoft Word file into Adobe PDF format, you can do it easily using this service.</p>
<p>- Collaborate and work with others on projects and set access permissions to files.</p>
<p>- Post to other blogging tools (other than Blogger) like wordpress, LiveJournal etc and also use with custom hosted sites.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/blogs-supported.jpg" target="_blank" title="Click to enlarge the image (opens in a new window/tab)"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/blogs-supported.jpg" alt="" border="0" /></a><br />To learn more about this service, you may visit this <a href="http://www.google.com/google-d-s/tour1.html" target="_blank" title="Google Docs &#038; Spreadsheets tour (opens in a new window/tab)">page</a>.</p>
<p><b>Problems</b></p>
<p><b>1.</b> Unable to Login to Blogger</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/Google%20Docs.jpg" target="_blank" title="Click to enlarge the image (opens in a new window/tab)"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/Google%20Docs.jpg" alt="" border="0" /></a><br />While editing my posts yesterday, I noticed that Blogger had even added a small side-box on the edit post pages to inform users of this service. That’s how I came to know about this service. However, when I used this service, it could not authenticate my blogger beta account (even after my providing the correct login credentials). I knew this was a bug and it was confirmed when in the evening, I noticed that the side-box no longer appeared on the edit post pages.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/publishing-error.jpg" target="_blank" title="Click to enlarge the image (opens in a new window/tab)"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/publishing-error.jpg" alt="" border="0" /></a><br />Once this service is ready for blogger beta, I need to check how this thing works with the tables. If you are used to copy-pasting text from Microsoft Word you might remember that tables cannot be pasted into the post editor in blogger.</p>
<p><b>2.</b> Formating issues with spreadsheets [<b>Updated</b> (14th Oct, 12:36)]</p>
<p><center><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/spreadsheet.1.jpg" target="_blank" title="Click to enlarge the image (opens in a new window/tab)"><img style="cursor: pointer; width: 246px; height: 221px;" src="http://photos1.blogger.com/blogger2/8166/3208/320/spreadsheet.1.jpg" alt="" border="0" /></a><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/importedingoogle.1.jpg" target="_blank" title="Click to enlarge the image (opens in a new window/tab)"><img style="cursor: pointer; width: 246px; height: 220px;" src="http://photos1.blogger.com/blogger2/8166/3208/320/importedingoogle.1.jpg" alt="" border="0" /></a></center><br />There are formatting issues with imported Excel files (as seen in the images above).</p>
<p><b>3.</b> Issues with Spellcheck</p>
<p>I noticed that the spell check is not up to the mark:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/Google%20Docs-spellcheck.jpg" target="_blank" title="Click to enlarge the image (opens in a new window/tab)"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/400/Google%20Docs-spellcheck.jpg" alt="" border="0" /></a>Google needs to fix this problem at the earliest, because if any bloggers were to use this service, the bare-minimum they will look for is proper functioning of basic features like spell-check.</p>
<p><b>Support</b></p>
<p>Other than the usual support by Google, there is a Google <a href="http://groups.google.com/group/GoogleDocsSpreadsheets">help group</a> for Google Docs &#038; Spreadsheets, where you can post you questions, concerns and suggestions regarding this service and share your experiences with other users.</p>
<p><b>Conclusion</b></p>
<p>Google Docs &amp; Spreadsheets is a powerful software/service but lots of errors and problems need to be ironed out before its ready for use (thats why its in beta stage). In a recent news article, I had read that Google&#8217;s CEO <a href="http://en.wikipedia.org/wiki/Eric_Schmidt">Eric Schmidt</a> wants his developers to focus on improving current software/services. I couldn&#8217;t agree with him more. In the recent years, Google has brought out a range of powerful softwares and services from its labs but its the continuing improvement, feature additions and support for these services that will win the day for it.</span></p>
<p><b>Update</b> (Nov 12, 2006 IST): It appears that the connectivity problems between Google Docs &#038; Spreadsheets and Blogger Beta is now fixed. So go ahead try using this service now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2006/10/google-docs-spreadsheets-updated/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Listen to your blog and blog podcasting</title>
		<link>http://www.techblog.viveksanghi.com/2006/09/listen-to-your-blog-and-blog-podcasting/</link>
		<comments>http://www.techblog.viveksanghi.com/2006/09/listen-to-your-blog-and-blog-podcasting/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 18:15:00 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[my hacks]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/2006/09/listen-to-your-blog-and-blog-podcasting/</guid>
		<description><![CDATA[I have recently added a “Listen to this article” link in my post footer and a link to my podcast feed in my blog’s sidebar. Using the link in my post footer, you can listen to my articles by way of streaming mp3 audio. Isn’t that cool? Yes. But how did you do that?I was [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently added a “Listen to this article” link in my post footer and a link to my podcast feed in my blog’s sidebar. Using the link in my post footer, you can listen to my articles by way of streaming mp3 audio. Isn’t that cool?</p>
<p><b>Yes. But how did you do that?</b><br /><span id="fullpost"><br />I was never into <a href="http://en.wikipedia.org/wiki/Podcast" target="_blank">podcasting</a> and had no clue about it. However, while browsing <a href="http://instabloke.blogspot.com/" target="_blank">instabloke</a>, I came across a link in its post footer which read “Listen to this post”. Through that link I found out about <a href="http://www.talkr.com/" target="_blank">Talkr</a>.</p>
<p>Talkr is a <a href="http://www.talkr.com/faq/what_is_podcasting.html" target="_blank">podcast</a> server that’s very easy and <b>free</b> to use. To learn more about Talkr click <a href="http://www.talkr.com/faq/what_is_talkr.html" target="_blank">here</a> registering at Talkr, you can submit your blog’s RSS feed to them and the. Aftery will create a podcast feed with your posts <a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/talkr_logo.1.jpg"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/talkr_logo.jpg" alt="" border="0" /></a> converted into speech perhaps using some “text-to-speech” software at their end and it’s pretty fast too. So you don’t have to use podcast creation software, host the prepared MP3 files somewhere and setup a feed to it. Talkr will take care of it all. Talkr will also contain instructions on how to add the “Listen to this article” link and a Talkr chicklet to your blog. However, you may use the following piece of code for setting up the post footer links in your blogger beta blogs. (To learn more about working with post footers refer to my <a href="http://stubborn-fanatic.blogspot.com/2006/09/how-to-add-some-thing-in-you-post.html" target="_blank">previous article</a></p>
<p>&lt;a expr:href=&#8217;&#8221;http://www.talkr.com/app/fetch.app?feed_id=<br />[Your Talkr Feed id]&amp;amp;perma_link=&#8221; + data:post.url&#8217; target=&#8217;_blank&#8217; title=&#8217;Click to listen&#8217;&gt;<br />Listen to this article&lt;/a&gt;</p>
<p>However, I have also faced certain problems. For example, even after setting up the feed over a day ago I still don’t see all of my articles in my podcast feed. Pronunciation of certain words by the automated voice it not very good (I love it when she pronounces my name <img src='http://www.techblog.viveksanghi.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</p>
<p>Moving on, once you have the podcast feed, you might want to use <a href="http://www.feedburner.com/" target="_blank">FeedBurner</a> to dress it up i.e. optimize it and publicize it using chicklets and other features that they offer. To publicize you podcast further, just submit its feed link to podcast feed crawlers. A quick search for “submit podcast feed” in Google will bring up a number of such crawlers/ search engines. When submitting you podcast feeds to crawlers or blogging communities etc I prefer using a well dressed feed like feed burner’s and not the source podcast link because clicking on a feed burner feed link displays a page that your potential readers might like to go through unlike the code gibberish that they would see when they click on the source feed’s link.</p>
<p><b>Why podcasts?</b></p>
<p>Podcast is one of the few technologies that entered main-stream from obscurity in a very quick fashion. It’s in and people use it to keep a track of whatever they like. In addition, podcast feeds, promise a wider reach for an average blogger by way of supplying readers with downloadable audio file which they can store in their MP3 player and listen to anywhere or share with others. Such audio files may also be shared on P2P networks, BitTorrents and IRC thus giving you a wider reach. So isn’t that a reason enough?</p>
<p><b>Podcast feed reader</b></p>
<p>Well I am pretty new to this stuff but I think I have found a good <a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/Juice.0.png"><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 194px; height: 58px;" src="http://photos1.blogger.com/blogger2/8166/3208/320/Juice.png" alt="" border="0" /></a> feed reader for myself and it seems this one is pretty popular too. I am talking about <a href="http://juicereceiver.sourceforge.net/" target="_blank">Juice</a>. Juice is a cross-platform podcast receiver which is available for free under the GPL open source. For more features of Juice, you may visit its <a href="http://juicereceiver.sourceforge.net/" target="_blank">website</a>.</p>
<p>Click <a href="http://radio.about.com/od/podcastin1/a/aa030805a.htm" target="_blank">here</a> to learn more about podcasts. If you find more examples of podcast servers (with text-to-speech ability) or a better podcast logo (see the subscribe section in the sidebar), please leave a comment about the same here. Thanks!</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2006/09/listen-to-your-blog-and-blog-podcasting/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Google Sketchup</title>
		<link>http://www.techblog.viveksanghi.com/2006/08/google-sketchup/</link>
		<comments>http://www.techblog.viveksanghi.com/2006/08/google-sketchup/#comments</comments>
		<pubDate>Sat, 26 Aug 2006 08:34:00 +0000</pubDate>
		<dc:creator>viveksanghi</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.techblog.viveksanghi.com/2006/08/google-sketchup/</guid>
		<description><![CDATA[Google does not stop fascinating me! Was checking out Google labs the other day, when I came across this software called Google Sketchup. It is a 3D-design software which is fairly powerful yet very simple and easy to use. And as usual (with Google) there is one version which is available for free. I downloaded [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/Television%20cupboard.0.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/Television%20cupboard.0.jpg" alt="" border="0" /></a><span id="fullpost"><br />Google does not stop fascinating me! Was checking out Google labs the other day, when I came across this software called Google Sketchup. It is a 3D-design software which is fairly powerful yet very simple and easy to use. And as usual (with Google) there is one version which is available for free.</p>
<p>I downloaded the software and the tutorials were easy to follow. I finished them in a jiffy. As I had no 3D-idead to put on screen I just created a model of our television cupboard that we got recently done. Though the fine wood carvings cannot be reproduced in this software, what ever I could make of the cupboard was fairly good I guess.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger2/8166/3208/1600/Nice%20building.0.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://photos1.blogger.com/blogger2/8166/3208/320/Nice%20building.0.jpg" alt="" border="0" /></a>Other than that I also made a crazy skyscraper. Crazy coz every thing in it is round <img src='http://www.techblog.viveksanghi.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> . I am sure it will be hell of a challenge for architects to created a skyscraper of that sort in real world <img src='http://www.techblog.viveksanghi.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  For more about this software check out <a href="http://sketchup.google.com/" target='_blank'>Google Sketchup</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techblog.viveksanghi.com/2006/08/google-sketchup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
