<rss version='2.0'   xmlns:dc='http://purl.org/dc/elements/1.1/'>
	<channel xml:base='http://connect.myktm.com/sandip/'>
		<title><![CDATA[Sandip : Activity]]></title>
		<description><![CDATA[Activity for Sandip, hosted on Connect mYktm.]]></description>
		<link>http://connect.myktm.com/sandip/</link>		
		<item>
			<title><![CDATA[Recent Gallery Photos of trip to Atlanta...]]></title>
			<link>http://connect.myktm.com/sandip/weblog/578.html</link>
			<pubDate>Wed, 29 Mar 2006 15:34:59 GMT</pubDate>
		<dc:subject><![CDATA[georgia aquarium]]></dc:subject>
		<dc:subject><![CDATA[atlanta]]></dc:subject>
		<dc:subject><![CDATA[macon]]></dc:subject>
		<dc:subject><![CDATA[pics]]></dc:subject>
			<description><![CDATA[Here's photos of recent trip to <a target="_blank" title="Atlanta Trip 2006" href="http://gallery.nepalexpo.com/modules.php?set_albumName=album120&amp;op=modload&amp;name=Gallery&amp;file=index&amp;include=view_album.php">Macon and Atlanta</a>. The <a target="_blank" title="Georgia Aquarium" href="http://www.georgiaaquarium.org/">Georgia Aquarium</a> was cool...&nbsp; we couldn't make it to the Coke place... maybe next time!!<br />]]></description>
		</item>
				
		<item>
			<title><![CDATA[Drifting Mouse problem on Dells - Solution for Linux Fedora Core 4]]></title>
			<link>http://connect.myktm.com/sandip/weblog/537.html</link>
			<pubDate>Mon, 27 Mar 2006 16:04:25 GMT</pubDate>
		<dc:subject><![CDATA[linux]]></dc:subject>
			<description><![CDATA[<p><a href="http://linuxweblog.com/node/339">http://linuxweblog.com/node/339</a></p><p>I have had a Dell Latitude D800 for over a year now and recently had the dreaded "Drifting Mouse" problem as discussed in the <a href="http://delltalk.us.dell.com/supportforums/board/message?board.id=insp_input&#038;message.id=20305&#038;view=by_date_ascending&#038;page=1">Dell Support Forum</a>.</p><br />
<p>Fortunately, I also came across a <a href="http://forums.us.dell.com/supportforums/board/message?board.id=sw_linux&#038;message.id=7226">linux solution</a> which talks about disabling the "Stick Pointer" using the "Synaptics Driver" which comes default with FC4.</p><br />
<p>Here is the gist of it which worked for me:</p><br />
<blockquote><br />]]></description>
		</item>
				
		<item>
			<title><![CDATA[How to fix _Can't open file: 'sessions.MYI'_ in Drupal]]></title>
			<link>http://connect.myktm.com/sandip/weblog/186.html</link>
			<pubDate>Sat, 11 Mar 2006 05:16:47 GMT</pubDate>
		<dc:subject><![CDATA[linux]]></dc:subject>
			<description><![CDATA[<p><a href="http://linuxweblog.com/node/338">http://linuxweblog.com/node/338</a></p><p>This seems to occur if mysql crashes for some reason and corrupts the sessions table for Drupal.<br /><br />
Here is a quick way to resolve this and I have used it in the past...</p><br />
<pre><br />
mysql> REPAIR TABLE sessions QUICK;<br />
</pre><br />
<p>You can also use phpmyadmin to repair the table.</p><br />
<p><b>Related Reading:</b> <a href="/node/171#comment-51">MySQL Database Repair</a></p><br />]]></description>
		</item>
				
		<item>
			<title><![CDATA[Eliminate Command Line Histories with chattr (change attribute)...]]></title>
			<link>http://connect.myktm.com/sandip/weblog/187.html</link>
			<pubDate>Sat, 11 Mar 2006 02:55:28 GMT</pubDate>
		<dc:subject><![CDATA[linux]]></dc:subject>
			<description><![CDATA[<p><a href="http://linuxweblog.com/node/329">http://linuxweblog.com/node/329</a></p><p>If you use bash as the default shell, it keeps a history of commands accessed via the `history` command for convenience. This could end up being a security problem if someone were able to compromise a users' home directory. In some cases, this could expose improperly used passwords or special privileges available to the user such as sudo.</p><br />
<p>Consider disabling this by changing the attribute of the file to lock out the ability to update the file. As root:</p><br />
<pre><br />
# cat /dev/null > ~user/.bash_history<br /><br />
# chattr +i ~user/.bash_history<br />
</pre><br />
<p>The user will still have a command line history, but it will only apply to the current session. When the user logs out, the information will not be saved. To have this apply to all future users, make the changes in the "/etc/skel" directory.</p><br />]]></description>
		</item>
				
		<item>
			<title><![CDATA[Javascript Style Switcher]]></title>
			<link>http://connect.myktm.com/sandip/weblog/39.html</link>
			<pubDate>Wed, 22 Feb 2006 04:51:47 GMT</pubDate>
		<dc:subject><![CDATA[css style switcher]]></dc:subject>
		<dc:subject><![CDATA[javascript]]></dc:subject>
		<dc:subject><![CDATA[stylesheet]]></dc:subject>
		<dc:subject><![CDATA[theme]]></dc:subject>
		<dc:subject><![CDATA[css]]></dc:subject>
			<description><![CDATA[I was able to come up with a custom javascript style switcher for the themes... removed the styles embeded in the header and have links to the css files instead. (See Sidebar for Switch Styles on my <a title="Javascript Style Switcher" href="/sandip/weblog/">blog page</a>) !!]]></description>
		</item>
				
		<item>
			<title><![CDATA[Podcast using your blog...]]></title>
			<link>http://connect.myktm.com/sandip/weblog/37.html</link>
			<pubDate>Mon, 20 Feb 2006 03:58:55 GMT</pubDate>
		<dc:subject><![CDATA[mp3]]></dc:subject>
		<dc:subject><![CDATA[podcast]]></dc:subject>
		<dc:subject><![CDATA[music]]></dc:subject>
			<description><![CDATA[<p>All you have to do is upload some MP3s to your file repository and mark them public. Your main RSS feed will automatically work as a podcast feed which contains the files in the order you uploaded them.</p> <p>&nbsp;Also, if you include the mp3 file in your blog, it can be played directly using the embeded flash player. <a title="Sample media player" href="/sandip/weblog/16.html">See Sample</a>.</p>]]></description>
		</item>
				
		<item>
			<title><![CDATA[Custom Blog Theme Tip]]></title>
			<link>http://connect.myktm.com/sandip/weblog/29.html</link>
			<pubDate>Sat, 18 Feb 2006 04:16:16 GMT</pubDate>
		<dc:subject><![CDATA[custom]]></dc:subject>
		<dc:subject><![CDATA[theme]]></dc:subject>
		<dc:subject><![CDATA[header]]></dc:subject>
		<dc:subject><![CDATA[custom blog theme]]></dc:subject>
			<description><![CDATA[Here's a quick tip to personalize your blog theme header image if you are using the theme titled "myktm":<br />
<ul><br />
<li />Upload a new header image into your file repository. Make sure the image has the following dimensions: width='769px' and height='200px'<br />
<li />Once uploaded click on it and copy the URL from your browser's address bar.<br />
<li />Now you want to go to 'Account Settings' then select 'change theme'.<br />
<li />Where it says 'Create Theme' put in a name that you want to call your new theme and create it based upon the "myktm" theme (using the drop down menu).<br />
<li />Now you will see your theme listed - select 'edit'.<br />
<li />When the edit page opens up you will see the theme's CSS - find the section which says: <br />
<blockquote><br />
#header { background: url(/_templates/northern/totems_2.jpg); width: 769px; height: 180px; margin: 0; padding: 0; text-align: right; }<br />
</blockquote><br />
<li />Now you want to replace the url portion (between the brackets) with the URL you copied in step two.<br />
<li />Click save and you are done.<br />
<li />Select your personal theme as your current theme.<br />
</ul>]]></description>
		</item>
				
		<item>
			<title><![CDATA[Video of Swati, New Year Eve 2006]]></title>
			<link>http://connect.myktm.com/sandip/weblog/26.html</link>
			<pubDate>Fri, 17 Feb 2006 06:31:17 GMT</pubDate>
		<dc:subject><![CDATA[avi]]></dc:subject>
		<dc:subject><![CDATA[video]]></dc:subject>
		<dc:subject><![CDATA[Swati]]></dc:subject>
			<description><![CDATA[avi video of Swati at the Savannah River Front, New Years Eve 2006...<a href="http://connect.myktm.com/sandip/files/1/15/00008.avi" >Baby Swati</a>]]></description>
		</item>
				
		<item>
			<title><![CDATA[Posdcast testing]]></title>
			<link>http://connect.myktm.com/sandip/weblog/16.html</link>
			<pubDate>Wed, 15 Feb 2006 20:20:09 GMT</pubDate>
		<dc:subject><![CDATA[spider]]></dc:subject>
		<dc:subject><![CDATA[rhyme]]></dc:subject>
		<dc:subject><![CDATA[nursery]]></dc:subject>
		<dc:subject><![CDATA[itsy]]></dc:subject>
		<dc:subject><![CDATA[bitsy]]></dc:subject>
			<description><![CDATA[This is a test with the Itsy Bitsy Spider Nursery Rhyme for podcasting...<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="400" height="15" >
	<param name="allowScriptAccess" value="sameDomain"/>
	<param name="movie" value="http://connect.myktm.com/_files/mp3player/xspf_player_slim.swf?song_url=http://connect.myktm.com/sandip/files/1/1/spider.mp3&amp;song_title=Itsy+Bitsy+Spider"/>
	<param name="quality" value="high"/>
	<param name="bgcolor" value="#E6E6E6"/>
	<embed src="http://connect.myktm.com/_files/mp3player/xspf_player_slim.swf?song_url=http://connect.myktm.com/sandip/files/1/1/spider.mp3&amp;song_title=Itsy+Bitsy+Spider"
	quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain"
	type="application/x-shockwave-flash"
	pluginspage="http://www.macromedia.com/go/getflashplayer"
	align="center" height="15" width="400"> </embed>
</object>]]></description>
		</item>
				
		<item>
			<title><![CDATA[How to make OpenOffice start faster...]]></title>
			<link>http://connect.myktm.com/sandip/weblog/42.html</link>
			<pubDate>Mon, 10 Oct 2005 14:23:29 GMT</pubDate>
		<dc:subject><![CDATA[linux]]></dc:subject>
			<description><![CDATA[<p><a href="http://linuxweblog.com/node/315">http://linuxweblog.com/node/315</a></p><p>If you notice OpenOffice taking a while to start-up even with a 1GB memory for your desktop machine, then you are not alone. This is because by default the application only uses 9MB of the RAM for it's graphic cache. To increase the Graphic Cache, go to "Tools > Options > OpenOffice.org > Memory" and increase the "Graphics Cache" from 9M to about 128MB (Adjust this accordingly depending on your usage and available RAM). Restart OpenOffice and you will notice that the latency has now dissapeared...</p><br />
<p>While you are at it, the Memory per object setting allocates memory for each object. The default is 2.4 MB which may need to be increased if you are working with high quality images or decreased if you are not really using images and you need to save on memory resources.</p><br />]]></description>
		</item>
		
		<item>
			<title><![CDATA[style switcher]]></title>
			<link>http://connect.myktm.com/sandip/files/18/36/styleswitcher.js</link>
			<enclosure url="http://connect.myktm.com/sandip/files/18/36/styleswitcher.js" length="1904" type="application/x-javascript" />
			<pubDate>Tue, 21 Feb 2006 15:18:31 GMT</pubDate>
			<description><![CDATA[]]></description>
		</item>
		<item>
			<title><![CDATA[techno]]></title>
			<link>http://connect.myktm.com/sandip/files/17/35/techno.css</link>
			<enclosure url="http://connect.myktm.com/sandip/files/17/35/techno.css" length="13934" type="text/css" />
			<pubDate>Tue, 21 Feb 2006 15:16:49 GMT</pubDate>
			<description><![CDATA[]]></description>
		</item>
		<item>
			<title><![CDATA[stripe]]></title>
			<link>http://connect.myktm.com/sandip/files/15/34/stripe.gif</link>
			<enclosure url="http://connect.myktm.com/sandip/files/15/34/stripe.gif" length="91" type="image/gif" />
			<pubDate>Tue, 21 Feb 2006 15:11:39 GMT</pubDate>
			<description><![CDATA[]]></description>
		</item>
		<item>
			<title><![CDATA[default]]></title>
			<link>http://connect.myktm.com/sandip/files/17/33/default.css</link>
			<enclosure url="http://connect.myktm.com/sandip/files/17/33/default.css" length="13868" type="text/css" />
			<pubDate>Tue, 21 Feb 2006 15:10:56 GMT</pubDate>
			<description><![CDATA[]]></description>
		</item>
		<item>
			<title><![CDATA[bottom bit]]></title>
			<link>http://connect.myktm.com/sandip/files/15/31/bottom.png</link>
			<enclosure url="http://connect.myktm.com/sandip/files/15/31/bottom.png" length="6841" type="image/png" />
			<pubDate>Sat, 18 Feb 2006 20:30:36 GMT</pubDate>
			<description><![CDATA[]]></description>
		</item>
		<item>
			<title><![CDATA[header bit]]></title>
			<link>http://connect.myktm.com/sandip/files/15/30/full.png</link>
			<enclosure url="http://connect.myktm.com/sandip/files/15/30/full.png" length="18920" type="image/png" />
			<pubDate>Sat, 18 Feb 2006 20:29:17 GMT</pubDate>
			<description><![CDATA[]]></description>
		</item>
		<item>
			<title><![CDATA[top bit]]></title>
			<link>http://connect.myktm.com/sandip/files/15/29/top.png</link>
			<enclosure url="http://connect.myktm.com/sandip/files/15/29/top.png" length="3601" type="image/png" />
			<pubDate>Sat, 18 Feb 2006 20:27:27 GMT</pubDate>
			<description><![CDATA[]]></description>
		</item>
		<item>
			<title><![CDATA[Baby Swati]]></title>
			<link>http://connect.myktm.com/sandip/files/1/15/00008.avi</link>
			<enclosure url="http://connect.myktm.com/sandip/files/1/15/00008.avi" length="3776802" type="video/x-msvideo" />
			<pubDate>Fri, 17 Feb 2006 06:29:36 GMT</pubDate>
		<dc:subject><![CDATA[movie]]></dc:subject>
		<dc:subject><![CDATA[New Years Eve 2006]]></dc:subject>
		<dc:subject><![CDATA[Swati]]></dc:subject>
			<description><![CDATA[Swati at RiverSide Savannah with Mom during New Years Eve 2006]]></description>
		</item>
		<item>
			<title><![CDATA[Itsy Bitsy Spider]]></title>
			<link>http://connect.myktm.com/sandip/files/1/1/spider.mp3</link>
			<enclosure url="http://connect.myktm.com/sandip/files/1/1/spider.mp3" length="143640" type="audio/mpeg" />
			<pubDate>Wed, 15 Feb 2006 20:17:10 GMT</pubDate>
		<dc:subject><![CDATA[nursery]]></dc:subject>
		<dc:subject><![CDATA[spider]]></dc:subject>
		<dc:subject><![CDATA[rhyme]]></dc:subject>
			<description><![CDATA[Itsy Bitsy Spider Nursery Rhyme]]></description>
		</item>
	</channel>
</rss>