<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<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/"
	>

<channel>
	<title>TechBol</title>
	<link>http://www.techbol.com</link>
	<description>Daily tech-talk from Bangalore</description>
	<pubDate>Sun, 11 May 2008 20:53:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Recovering swap partition on Ubuntu</title>
		<link>http://www.techbol.com/2008/05/12/recovering-swap-partition-on-ubuntu/</link>
		<comments>http://www.techbol.com/2008/05/12/recovering-swap-partition-on-ubuntu/#comments</comments>
		<pubDate>Sun, 11 May 2008 20:53:02 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[ubuntu]]></category>

		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://www.techbol.com/2008/05/12/recovering-swap-partition-on-ubuntu/</guid>
		<description><![CDATA[While trying to increase the space on my primary Ubuntu partition, I had to delete and recreate the swap partition to make the Ubuntu partition contiguous with the available free space. After this, when I rebooted and logged on, I felt a slight sluggishness when I ran multiple applications. I ran free -mt to check [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to increase the space on my primary Ubuntu partition, I had to delete and recreate the swap partition to make the Ubuntu partition contiguous with the available free space. After this, when I rebooted and logged on, I felt a slight sluggishness when I ran multiple applications. I ran free -mt to check on memory usage, and found that the swap showed up as 0. As listed in several forums, I first checked /etc/fstab to see the device name of the swap partition (/dev/sda6) and then tried the following commands :</p>
<p>$ sudo mkswap /dev/sda6</p>
<p>$ sudo swapon -a</p>
<p>But the swapon -a threw up the following error :</p>
<p>swapon: cannot canonicalize /dev/disk/by-uuid/734bd422-231c-68c4-jc61-be0a6214ac18: No such file or directory<br />
swapon: cannot stat /dev/disk/by-uuid/734bd422-231c-68c4-jc61-be0a6214ac18: No such file or directory</p>
<p>After some more investigation, I found out that the UUID for the swap partition on /etc/fstab was old and did not reflect the new one which got created when I recreated the swap partition. I then used this command :</p>
<p>$ blkid</p>
<p>This showed the correct value for the UUID of the swap partition, which I then updated on /etc/fstab.</p>
<p>Now used the same method as earlier :</p>
<p>$ sudo mkswap /dev/sda6</p>
<p>$ sudo swapon -a</p>
<p>And it worked like a charm, with free -mt showing up the swap space as non-zero.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbol.com/2008/05/12/recovering-swap-partition-on-ubuntu/feed/</wfw:commentRss>
		</item>
		<item>
		<title>OpenSocial apps out of sandbox on Orkut India</title>
		<link>http://www.techbol.com/2008/04/22/opensocial-apps-out-of-sandbox-on-orkut-india/</link>
		<comments>http://www.techbol.com/2008/04/22/opensocial-apps-out-of-sandbox-on-orkut-india/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 07:03:30 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[opensocial]]></category>

		<category><![CDATA[orkut]]></category>

		<category><![CDATA[social networks]]></category>

		<guid isPermaLink="false">http://www.techbol.com/2008/04/22/opensocial-apps-out-of-sandbox-on-orkut-india/</guid>
		<description><![CDATA[OpenSocial (Google&#8217;s reply to Facebook apps), which was launched with much fanfare in late 2007 finally launched for the general users on Orkut in India last week. The initial launch hype watered down considerably over the last 6 months due to a rather long &#8217;sandbox&#8217; testing phase consisting of a limited number of users.
As of [...]]]></description>
			<content:encoded><![CDATA[<p>OpenSocial (Google&#8217;s reply to Facebook apps), which was launched with much fanfare in late 2007 finally launched for the general users on Orkut in India last week. The initial launch hype watered down considerably over the last 6 months due to a rather long &#8217;sandbox&#8217; testing phase consisting of a limited number of users.<br />
As of now, 24 applications are listed in the &#8216;app directory&#8217;, consisting of Facebook biggies like Flixster, ilike/iread etc and several India specific apps.<br />
Adoption numbers are low at the moment, with only about 2-3 % of my 200+ friends shown as having added apps in the newsfeed(another borrow from Facebook, though it seems to be showing friend&#8217;s updates instantly unlike Facebook which does a &#8217;sweep&#8217; over a period of time).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbol.com/2008/04/22/opensocial-apps-out-of-sandbox-on-orkut-india/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I got slashdotted!!!</title>
		<link>http://www.techbol.com/2008/03/06/i-got-slashdotted/</link>
		<comments>http://www.techbol.com/2008/03/06/i-got-slashdotted/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 21:00:23 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[algorithm]]></category>

		<category><![CDATA[slashdot]]></category>

		<guid isPermaLink="false">http://www.techbol.com/2008/03/06/i-got-slashdotted/</guid>
		<description><![CDATA[This was the very first time I put a story for inclusion in Slashdot home page, and it actually ended up on the Slashdot home page!
I first learnt about the Netflix prize in this book, which I was reading while researching on how to develop recommendation algorithm by correlating behaviour patterns of users (still on [...]]]></description>
			<content:encoded><![CDATA[<p>This was the very first time I put a story for inclusion in Slashdot home page, and it actually ended up on the Slashdot home page!<br />
I first learnt about the Netflix prize in <a href="http://www.amazon.com/Programming-Collective-Intelligence-Building-Applications/dp/0596529325/">this book</a>, which I was reading while researching on how to develop recommendation algorithm by correlating behaviour patterns of users (still on the drawing board for it though).Managed to find this story on wired&#8230;and submitted on slashdot&#8230;and 36 hours later someone tells me its on the homepage! Here it is, my moment of fame on the interwebs :D-<br />
<a href="http://www.techbol.com/wp-admin/This%20was%20the%20very%20first%20time%20I%20put%20a%20story%20for%20inclusion%20in%20Slashdot%20home%20page,%20and%20it%20actually%20ended%20up%20on%20the%20Slashdot%20home%20page%21%20I%20first%20learnt%20about%20the%20Netflix%20prize%20in%20%3Ca%20mce_thref=%27http://www.amazon.com/Programming-Collective-Intelligence-Building-Applications/dp/0596529325/%27%3Ethis%20book%3C/a%3E,%20which%20I%20was%20reading%20while%20researching%20on%20how%20to%20develop%20recommendation%20algorithm%20by%20correlating%20behaviour%20patterns%20of%20users%20%28still%20on%20the%20drawing%20board%20for%20it%20though%29.Managed%20to%20find%20this%20story%20on%20wired...and%20submitted%20on%20slashdot...and%2036%20hours%20later%20someone%20tells%20me%20its%20on%20the%20homepage%21%20Here%20it%20is,%20my%20moment%20of%20fame%20on%20the%20interwebs%20:D-%20http://developers.slashdot.org/article.pl?sid=08/03/04/2348257" target="_blank"> http://developers.slashdot.org/article.pl?sid=08/03/04/2348257</a></p>
<p>PS: s1d is me</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbol.com/2008/03/06/i-got-slashdotted/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to set up Symfony in XAMPP in Windows</title>
		<link>http://www.techbol.com/2008/02/13/how-to-set-up-symfony-in-xampp-in-windows/</link>
		<comments>http://www.techbol.com/2008/02/13/how-to-set-up-symfony-in-xampp-in-windows/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 09:51:57 +0000</pubDate>
		<dc:creator>Munim</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.techbol.com/2008/02/13/how-to-set-up-symfony-in-xampp-in-windows/</guid>
		<description><![CDATA[For aspiring web developers, the next step after learning PHP and MySQL is a framework which will greatly reduce the time of application development and provide important features such as Object Relational Mapping and Database Abstraction. Symfony is arguably the best php framework out there. In this how-to, I will explain how to install and [...]]]></description>
			<content:encoded><![CDATA[<p>For aspiring web developers, the next step after learning PHP and MySQL is a framework which will greatly reduce the time of application development and provide important features such as Object Relational Mapping and Database Abstraction. Symfony is arguably the best php framework out there. In this how-to, I will explain how to install and configure symfony in XAMPP using Windows Vista. If you have UAC (user account control) enabled, you will get dialog boxes whenever you try to edit system settings or try to Run as Administrator. You can click Continue to authorize the execution and continue.</p>
<p>First of all, install XAMPP in your Program Files directory. There are many sources on the internet that say that installing it elsewhere causes problems in Vista. You can download XAMPP here: <a href="http://www.apachefriends.org/en/xampp-windows.html">http://www.apachefriends.org/en/xampp-windows.html</a></p>
<p>For downloading symfony, you can do a PEAR install. But I prefer the manual installation because downloading the files can take a long time on a slow internet connection, apart from other reasons. You will need to download the tar.gz archive from the symfony download page. Extract the archive in your C: drive, for example c:\symfony.</p>
<p>Click the Start button/Orb and right click on computer. Go to Properties and then the advanced system settings tab. Click on the Environment Variables button. In the list of System Variables, click on the PATH variable and click Edit. Add the location of the php binary, the mysql binary and the symfony bin directory. Keep in mind that every item in the PATH variable string is seperated by a &#8220;;&#8221;. Depending on your installation, you may need to add something like this to the end of the PATH variable: &#8220;;C:\Program Files\xampp\php;C:\Program Files\xampp\mysql\bin;C:\symfony\data\bin&#8221;.</p>
<p>Start the Command Prompt (Orb-&gt;All Programs-&gt;Accessories). cd to the location where you want your project directory. In this example, I have just used &#8220;cd c:\&#8221;. Make a directory for your project using &#8220;mkdir myproject&#8221; command. Open this directory &#8220;cd myproject&#8221;. Type &#8220;symfony init-project myproject&#8221;. This will copy all the default symfony project files to your directory. Type &#8220;symfony init-app myapp&#8221;. This will create an application inside your symfony project. You can learn more about symfony applications in the Symfony documentation later. You can close the Command Prompt now.</p>
<p>Open the C:\Windows\System32\drivers\etc folder in explorer. Right click on hosts, and uncheck Read-only if its checked. Click OK. Start Notepad with Administrator priviledges (Orb-&gt;All Programs-&gt;Accessories-&gt; Right click Notepad and click Run as Administrator). Click File and Open and open this file: &#8220;C:\Windows\System32\drivers\etc\hosts&#8221;. You will need to change the file type to all files to see this file. Add this line under &#8220;127.0.0.1 localhost&#8221;: &#8220;127.0.0.1 myproject&#8221;. Save this file. Click File and open and open this file &#8220;C:\Program Files\xampp\apache\conf\extra\httpd-vhosts.conf&#8221;. Once again, you will need to change the file type to all files. Add the following to the end of the file.<br />
&lt;VirtualHost *:80&gt;<br />
ServerName myproject<br />
DocumentRoot “C:\myproject\web”<br />
DirectoryIndex index.php<br />
Alias /sf C:\symfony\data\web\sf<br />
&lt;Directory “C:\symfony\data\web\sf”&gt;<br />
AllowOverride All<br />
Allow from All<br />
&lt;/Directory&gt;<br />
&lt;Directory “C:\myproject\web”&gt;<br />
AllowOverride All<br />
Allow from All<br />
&lt;/Directory&gt;<br />
&lt;/VirtualHost&gt;</p>
<p>Restart Apache using the XAMPP control panel. Right click on the symfony folder in explorer and go to Properties. Go to the security tab. Choose your username and grant full control. Click Apply.</p>
<p>If all has gone well, your symfony installation is now ready to use. You can open &#8220;<a href="http://myproject/">http://myproject</a>&#8221; in your browser to test it out. To learn symfony, you can try the Askeet tutorial in the symfony documentation and you can read the official documentation or the &#8220;Symfony book&#8221; here: <a href="http://www.symfony-project.org/doc">http://www.symfony-project.org/doc</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbol.com/2008/02/13/how-to-set-up-symfony-in-xampp-in-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WIF 2008</title>
		<link>http://www.techbol.com/2008/01/20/wif-2008/</link>
		<comments>http://www.techbol.com/2008/01/20/wif-2008/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 11:10:51 +0000</pubDate>
		<dc:creator>sid</dc:creator>
		
		<category><![CDATA[webdesign]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[wif]]></category>

		<guid isPermaLink="false">http://www.techbol.com/2008/01/20/wif-2008/</guid>
		<description><![CDATA[Just got back after a hectic but thoroughly exciting 24 hour jam at the Indian preselections (http://www.webdesign-festival.com/2008/countries/india/index.html) of  Webdesign International Festival 2008 organised by the city of Limoges, France.
We landed at The Park yesterday evening at 5 o&#8217; clock, and the contest kicked off by 6.
We were given the theme- &#8220;Water is life&#8221; and asked to [...]]]></description>
			<content:encoded><![CDATA[<p>Just got back after a hectic but thoroughly exciting 24 hour jam at the Indian preselections (<a href="http://www.webdesign-festival.com/2008/countries/india/index.html">http://www.webdesign-festival.com/2008/countries/india/index.html</a>) of  Webdesign International Festival 2008 organised by the city of Limoges, France.<br />
We landed at The Park yesterday evening at 5 o&#8217; clock, and the contest kicked off by 6.<br />
We were given the theme- &#8220;Water is life&#8221; and asked to come up with a website which conveyed the idea. After some initial confusion, we finally arrived at decision post dinner and kicked off work at frenetic pace, which continued well past 5pm today. But apparently, we got a bit too ambitious with the idea and tried to do a bit too much :).<br />
I personally wrote over one thousand lines of code but it all went to vain as the templates our designer made were incompatible with my style, and we never managed to discuss as we were busy with our own work. Disappointed, we put up a static version of the site, which conveys the potential somewhat of what it could have been if we got it to work. And that we shall, ofcourse very soon, this effort shall not go in waste.<br />
You can check the static version of the site here-&gt;<br />
<a href="http://www.webdesign-festival.com/2008/equipes/preselections/bluenote/">http://www.webdesign-festival.com/2008/equipes/preselections/bluenote/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbol.com/2008/01/20/wif-2008/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why use Twitter??</title>
		<link>http://www.techbol.com/2007/12/30/why-use-twitter/</link>
		<comments>http://www.techbol.com/2007/12/30/why-use-twitter/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 10:59:33 +0000</pubDate>
		<dc:creator>Munim</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[social networking]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://www.techbol.com/?p=3</guid>
		<description><![CDATA[In the last few days, I have become addicted to Twitter! I knew about it for a long time, but I never bothered making an account and actively twittering.. I mean, its just a stupid application that lets you set a status message, right?
No, like most other social applications, Twitter may seem completely pointless unless [...]]]></description>
			<content:encoded><![CDATA[<p>In the last few days, I have become addicted to Twitter! I knew about it for a long time, but I never bothered making an account and actively twittering.. I mean, its just a stupid application that lets you set a status message, right?</p>
<p>No, like most other social applications, Twitter may seem completely pointless unless you start using it properly. You can let all your friends know what you are up to from their website, IM, or other services that use their API.<br />
I can chat from my phone, so I can easily twitter on the move. They also have a mobile website. And for users in UK and USA, you can also use SMS! (I know, they have an international number too, but you wouldn’t send an international SMS to update your status would you?)</p>
<p>You can connect to other friends by following their updates, meaning all their updates will appear on your page, and similarly your friends can follow you. If you are concerned about privacy, you can control who follows your tweets by making your updates private. And finally, you can use Twitter badges in social networks and your sites or blogs to display your status!</p>
<p>I know, it may still sound a bit silly (just a status message?!).. But its the fastest and easiest way to let everyone know what you are doing. Your twitter friends(who can also receive email and SMS notifications if they want to, by the way), your website visitors, and your friends in your social network.</p>
<p>If only they had a local SMS facility in India, it would help in making SMS communities and make communicating even more easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techbol.com/2007/12/30/why-use-twitter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
