<?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"
	>

<channel>
	<title>Ramesh Bhaskar</title>
	<atom:link href="http://blog.rameshbhaskar.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rameshbhaskar.com</link>
	<description>Nomadic Browser - Scouring the Internet For Nothing In Particular</description>
	<pubDate>Thu, 05 Jun 2008 04:02:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Unlocker - Unlock your locked files</title>
		<link>http://blog.rameshbhaskar.com/2008/06/05/unlocker-unlock-your-locked-files/</link>
		<comments>http://blog.rameshbhaskar.com/2008/06/05/unlocker-unlock-your-locked-files/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 04:02:19 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/?p=76</guid>
		<description><![CDATA[Windows is not particularly friendly with resources and there are many programs that don&#8217;t release them. Files get stuck with programs and when you want to delete them Windows throws up an ugly message which looks something like this.

&#8220;Cannot Delete XYZ-File: The files are being used by the following program: Program Name. You must close [...]]]></description>
			<content:encoded><![CDATA[<p>Windows is not particularly friendly with resources and there are many programs that don&#8217;t release them. Files get stuck with programs and when you want to delete them Windows throws up an ugly message which looks something like this.</p>
<p><img src="http://blog.rameshbhaskar.com/wp-content/uploads/unlockererror.jpg" alt="unlockererror" /></p>
<p>&#8220;Cannot Delete XYZ-File: The files are being used by the following program: Program Name. You must close the file before proceeding&#8221;</p>
<p>You know that you don&#8217;t have the file open, but according to Windows, you do. That&#8217;s where this handy little utility called unlocker comes in. It isn&#8217;t guaranteed to work all the time, but most of the time it will get you out of the jam, or at the least tell you what it is that&#8217;s holding Windows back from operating on the file/folder.</p>
<p>When such an error message pops up, Unlocker brings up this dialog which allows you to do a couple of things. You could take no action, copy the file, delete the file or unlock the file. You could also kill the process that currently is holding the file.</p>
<p><img src="http://blog.rameshbhaskar.com/wp-content/uploads/unlocker.jpg" alt="unlocker" /></p>
<p>I&#8217;ve run in to problems many times myself and have had this utility save me. One more good tool to add to the tool chest.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/06/05/unlocker-unlock-your-locked-files/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Dependancy - Google is down</title>
		<link>http://blog.rameshbhaskar.com/2008/05/29/google-dependancy-google-is-down/</link>
		<comments>http://blog.rameshbhaskar.com/2008/05/29/google-dependancy-google-is-down/#comments</comments>
		<pubDate>Thu, 29 May 2008 21:52:17 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/?p=113</guid>
		<description><![CDATA[As of this posting (May 29th 2008 4:51 PM), Google is down and has been that way for probably the past 45 minutes as I&#8217;ve noticed it. I Yahoo&#8217;d to find out any news about Google going down, but to no avail. I decided to then write to Techcrunch/ReadWriteWeb, because they are people who have [...]]]></description>
			<content:encoded><![CDATA[<p>As of this posting (May 29th 2008 4:51 PM), Google is down and has been that way for probably the past 45 minutes as I&#8217;ve noticed it. I Yahoo&#8217;d to find out any news about Google going down, but to no avail. I decided to then write to Techcrunch/ReadWriteWeb, because they are people who have sources to obtain such information (at least far better than what I can).  Probably will be up on their blogs in a while.</p>
<p>What I wanted to point out is, we are so Google dependant that in the time it was down, I had no way to contact either blogs to let them know it is down (although I think they already do know it, since a lot of their work requires some kinds of research and they would most probably be using Google for it).</p>
<p>As of now, I can&#8217;t get access to my feeds, my e-mail, my notebook, orkut, or regular good old search. Is this time to start Yahooing or Liv(e)ing? What is surprising though is that even though Gmail is not working, GTalk is, and it even reports the number of e-mails I have unread.</p>
<p>Update (May 29th 2008 5:05 PM): Google is back up but behaving very erratically.</p>
<p>Update (May 29th 2008 5:30 PM): Google seems to be back up and at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/05/29/google-dependancy-google-is-down/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Problems with TreeView within an UpdatePanel</title>
		<link>http://blog.rameshbhaskar.com/2008/05/14/problems-with-treeview-within-an-updatepanel/</link>
		<comments>http://blog.rameshbhaskar.com/2008/05/14/problems-with-treeview-within-an-updatepanel/#comments</comments>
		<pubDate>Wed, 14 May 2008 04:26:20 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[asp.net]]></category>

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

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/?p=109</guid>
		<description><![CDATA[If you have ever tried working with a TreeView within an UpdatePanel, you would notice that it takes forever to render and on postback the whole application seems to be very sluggish.
The reason this occurs is because the javascript that is emitted by the TreeView does not play well with the Update Panel. This is [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever tried working with a TreeView within an UpdatePanel, you would notice that it takes forever to render and on postback the whole application seems to be very sluggish.</p>
<p>The reason this occurs is because the javascript that is emitted by the TreeView does not play well with the Update Panel. This is a known issue, but for some reason is not getting a fix.</p>
<p>One way around this is to disable the scripts emitted by the TreeView control and let the UpdatePanel take care of not causing postbacks via the partial page rendering mechanism. This can be done by setting &#8216;EnableClientScripts=&#8221;false&#8221;&#8216; on the TreeView.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/05/14/problems-with-treeview-within-an-updatepanel/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Debut - Create videos from your webcam for free</title>
		<link>http://blog.rameshbhaskar.com/2008/04/11/debut-create-videos-from-your-webcam-for-free/</link>
		<comments>http://blog.rameshbhaskar.com/2008/04/11/debut-create-videos-from-your-webcam-for-free/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 03:21:33 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/04/11/debut-create-videos-from-your-webcam-for-free/</guid>
		<description><![CDATA[Debut is more than a web cam video capture utility. It is a software that allows you to capture video from most any source. For my purpose however, I needed to find a good, free software that would allow me to capture videos via my web cam.
Other features include encoding into various formats (.avi, .wmv, [...]]]></description>
			<content:encoded><![CDATA[<p>Debut is more than a web cam video capture utility. It is a software that allows you to capture video from most any source. For my purpose however, I needed to find a good, free software that would allow me to capture videos via my web cam.</p>
<p>Other features include encoding into various formats (.avi, .wmv, .asf .mpg and more), capture from external devices and the screen, and quite a few other nifty features.</p>
<p>For a more detailed description check out the website of <a href="http://www.nchsoftware.com/capture/index.html">Debut</a>, including for the download.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/04/11/debut-create-videos-from-your-webcam-for-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GMail Notifier</title>
		<link>http://blog.rameshbhaskar.com/2008/04/09/gmail-notifier/</link>
		<comments>http://blog.rameshbhaskar.com/2008/04/09/gmail-notifier/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 16:09:04 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Google]]></category>

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

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

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/04/09/gmail-notifier/</guid>
		<description><![CDATA[I&#8217;ve been looking around for a small application that would sit in my taskbar and update me whenever new mail comes in. I don&#8217;t know how I missed it, but Google themselves have a tiny application (which seems like a portion out of gtalk) called Gmail Notifier. Small useful application.
Gmail Notifier: Download
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking around for a small application that would sit in my taskbar and update me whenever new mail comes in. I don&#8217;t know how I missed it, but Google themselves have a tiny application (which seems like a portion out of gtalk) called <a href="http://toolbar.google.com/gmail-helper/notifier_windows.html">Gmail Notifier</a>. Small useful application.</p>
<p>Gmail Notifier: <a href="http://toolbar.google.com/gmail-helper/notifier_windows.html">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/04/09/gmail-notifier/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Access resize window events from within an iFrame</title>
		<link>http://blog.rameshbhaskar.com/2008/03/12/access-resize-window-events-from-within-an-iframe/</link>
		<comments>http://blog.rameshbhaskar.com/2008/03/12/access-resize-window-events-from-within-an-iframe/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 20:47:43 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/12/access-resize-window-events-from-within-an-iframe/</guid>
		<description><![CDATA[If you have ever tried to perform an action within an iFrame when a window is resized then you would notice that using the &#8220;onresize&#8221; event of the body element within the iFrame is useless. For some reason, the &#8220;onresize&#8221; event of the page within the iFrame does not fire when the window itself is [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever tried to perform an action within an iFrame when a window is resized then you would notice that using the &#8220;onresize&#8221; event of the body element within the iFrame is useless. For some reason, the &#8220;onresize&#8221; event of the page within the iFrame does not fire when the window itself is resized, so attaching a &#8220;onresize&#8221; event to the body tag of the page doesn&#8217;t work.</p>
<p>So basically this is the structure of your page:</p>
<p><code><br />
&lt;html&gt;<br />
&lt;head&gt;&lt;/head&gt;<br />
&lt;body&gt;</p>
<p>&lt;iframe id="myIframe" src="iframepage.html"&gt;&lt;/iframe&gt;</p>
<p>&lt;/body&gt;<br />
&lt;/html&gt;<br />
</code></p>
<p>Now you want to capture the &#8220;onresize&#8221; event of the window in your iframe so you can manipulate your interface or do something when it occurs. On a regular page (which has no iframes), placing this in your &#8216;body&#8217; tag would help.</p>
<p>However, in your iFrame page, using the following will allow you to capture the &#8216;onresize&#8217; event.</p>
<p>&lt;script&gt;<br />
self.parent.window.attachEvent(&#8221;onresize&#8221;, myFunction);<br />
&lt;/script&gt;</p>
<p>Place the script tag on your page and it will attach the function to the event.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/03/12/access-resize-window-events-from-within-an-iframe/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fixing modalpopupextender position problems</title>
		<link>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/</link>
		<comments>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 16:18:49 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Programming]]></category>

		<category><![CDATA[asp.net]]></category>

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

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

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/</guid>
		<description><![CDATA[Most problems with regards to the modalpopupextender not displaying at the center of your page when co-ordinates are not specified arise due to an incorrect DOCTYPE. Usually changing this DOCTYPE will help (as I have pointed out in a previous post of mine). However sometimes it is not possible to change the DOCTYPE as it [...]]]></description>
			<content:encoded><![CDATA[<p>Most problems with regards to the modalpopupextender not displaying at the center of your page when co-ordinates are not specified arise due to an incorrect DOCTYPE. Usually changing this DOCTYPE will help (as I have pointed out in a <a href="http://blog.rameshbhaskar.com/2008/01/08/modalpopupextender-does-not-display-at-the-center/">previous</a> post of mine). However sometimes it is not possible to change the DOCTYPE as it affects other portions of your page.</p>
<p>In order to fix that you may have to perform a custom build of the AjaxControlToolkit by modifying some of the source.</p>
<p>I&#8217;ve tested this out with version 1.0.10920.0 of the AjaxControlToolkit, however I&#8217;m sure it works with later versions.</p>
<p>Download the source of the toolkit from <a href="http://www.codeplex.com/AtlasControlToolkit">codeplex</a> and open the solution using Visual Studio.</p>
<p>The first file you will have to modify is the &#8216;Common.js&#8217; which is located in &#8216;AjaxControlToolkit\Common\Common.js&#8217; .</p>
<p>Within this search for the function &#8216;getClientBounds&#8217;. Replace the switch statement with the following one:</p>
<p><code><br />
        switch(Sys.Browser.agent) {<br />
            case Sys.Browser.InternetExplorer:<br />
                 if (document.documentElement &#038;&#038; document.documentElement.clientWidth)<br />
                    clientWidth = document.documentElement.clientWidth;<br />
                else if (document.body)<br />
                    clientWidth = document.body.clientWidth;<br />
                //clientWidth = document.documentElement.clientWidth;<br />
                if (document.documentElement &#038;&#038; document.documentElement.clientHeight)<br />
                    clientHeight = document.documentElement.clientHeight;<br />
                else if (document.body)<br />
                    clientHeight = document.body.clientHeight;<br />
                //clientHeight = document.documentElement.clientHeight;<br />
                break;<br />
            case Sys.Browser.Safari:<br />
                clientWidth = window.innerWidth;<br />
                clientHeight = window.innerHeight;<br />
                break;<br />
            case Sys.Browser.Opera:<br />
                clientWidth = Math.min(window.innerWidth, document.body.clientWidth);<br />
                clientHeight = Math.min(window.innerHeight, document.body.clientHeight);<br />
                break;<br />
            default:  // Sys.Browser.Firefox, etc.<br />
                clientWidth = Math.min(window.innerWidth, document.documentElement.clientWidth);<br />
                clientHeight = Math.min(window.innerHeight, document.documentElement.clientHeight);<br />
                break;<br />
        }<br />
</code></p>
<p>The next set of changes to be made are to the &#8216;initialize&#8217; function of the ModalPopupExtender which is located in the &#8216;AjaxControlToolkit\ModalPopupExtender\ModalPopupBehavior.js&#8217; file.</p>
<p>Within the &#8216;initialize&#8217; function search for</p>
<p><code><br />
        this._backgroundElement.style.position = 'fixed';<br />
</code></p>
<p>and change it to this</p>
<p><code><br />
        this._backgroundElement.style.position = 'absolute';//'fixed';<br />
</code></p>
<p>A few lines below that is another change that has to be made from:</p>
<p><code><br />
        this._foregroundElement.style.position = 'fixed';<br />
</code></p>
<p>to:</p>
<p><code><br />
        this._foregroundElement.style.position = 'absolute';//'fixed';<br />
</code></p>
<p>Once you have made the changes compile the source and you should be able to use your new AjaxControlToolkit.dll in order to resolve most of the centering issues known to occur with the ModalPopupExtender.</p>
<p>Make sure to backup your original files before you attempt this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/03/03/fixing-modalpopupextender-doctype-problems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Pep Boys - Houston Review</title>
		<link>http://blog.rameshbhaskar.com/2008/02/29/pep-boys-houston-review/</link>
		<comments>http://blog.rameshbhaskar.com/2008/02/29/pep-boys-houston-review/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 18:14:20 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Reviews]]></category>

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

		<category><![CDATA[pep boys]]></category>

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

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/02/29/pep-boys-houston-review/</guid>
		<description><![CDATA[Locating a good mechanic for your car is a big hassle. One would hope that the big name shops like &#8216;Pep Boys&#8217; would live up to their names in customer service. This is however a review of my  experience with &#8216;Pep Boys&#8217; located on the feeder of US-59 in Houston. I know that stores [...]]]></description>
			<content:encoded><![CDATA[<p>Locating a good mechanic for your car is a big hassle. One would hope that the big name shops like <a href="http://www.pepboys.com/">&#8216;Pep Boys&#8217;</a> would live up to their names in customer service. This is however a review of my  experience with &#8216;Pep Boys&#8217; located on the feeder of US-59 in Houston. I know that stores like &#8216;Pep Boys&#8217; are franchised and hence service from one store to another varies. Which is why I&#8217;m being specific to this location when I write my review.</p>
<p>What: Automobile Repair<br />
Who: <a href="http://www.pepboys.com/">Pep Boys</a><br />
Address: 7525 Southwest Fwy, Houston, TX - (713) 779-8600‎</p>
<p>Ever since coming to Houston and I have been going to Pep Boys for all my automotive repairs. Needless to say I&#8217;m not a &#8220;happy&#8221; customer when I come out, but they manage to do a fair job, or so I thought, up until now.</p>
<p>I own a 1999 Pontiac Grand Am and recently my battery lights came on on the dashboard. Being the kinds who doesn&#8217;t like things not in working order, I immediately made my way to a nearby <a href="http://www.autozone.com/home.htm">Autozone</a> to get it checked out. After a few minutes of checking the battery, the guy at Autozone told me that my battery was fine, but my alternator was close to failing. It wasn&#8217;t pushing out the required volts needed in order to charge the battery. Autozone has friendly customer service.</p>
<p>So Pep Boys being my usual auto repair shop, I called them and asked them if they could fix up the alternator if I had bought it elsewhere. They said they would, but only if I&#8217;d gotten it from O&#8217;Reilly&#8217;s or a couple of other places (but NOT from Autozone). Luckily I hadn&#8217;t purchased on yet and I did get one from O&#8217;Reilly&#8217;s. I&#8217;m not sure why people do not like Autozone for parts (I&#8217;ve heard its because they are no up to the mark in terms of quality, but I have not validated that yet).</p>
<p>Either ways, dropped off my car and the alternator at Pep Boys, after they told me it would cost me $130 for labor alone ($230 if I&#8217;d purchased the alternator from them. I picked up the alternator from O&#8217;Reilly&#8217;s for much cheaper and the whole thing came to $170). I didn&#8217;t shop around for prices, and no one else was willing to fit an alternator that was purchased from outside, so I decided to go with it (like I had another choice).</p>
<p>The next day they called me to tell me that there was some &#8216;pig tail&#8217; like contraption that was broken and they needed to replace it. They also told me that it cost $40 (so there goes all the savings I thought I was making). Having no other choice, I told them to go ahead anyways.</p>
<p>That afternoon while picking up the car, I asked them if I had warranty on everything and they said the parts warranty would be from whom I bought the alternator (O&#8217;Reilly), but because I never bought the parts from them they could not give me a warranty on the labor.</p>
<p>Paid up, walked out, drove my car and then about 10 miles out a whole lot of lights came on. The airbag light was the first to come up. I never knew why, but I decided to check that out later. In the evening on the way home, I started the car and shifted it into gear it jerked like crazy. It was almost as though the whole engine shifted. This jerking effect would kick in everytime the automatic gears would shift up.</p>
<p>Besides the airbag lights and the jerking, the next things that gave problem were that the traction control and abs lights switched on. It was as though the car was having a total breakdown and I wasn&#8217;t sure why because all I had replaced was the alternator which I figured was relatively easy to replace.</p>
<p>A day or two later I took it back to PepBoys to ask them why thinks were working that way and they told me that it might be a problem with the engine and they would have to take a look, but taking a look would cost $$$&#8217;s.</p>
<p>Having screwed up the first time I did NOT want to leave it with them. Who knows what they might do or charge me for next.</p>
<p>So I spent the next week attempting to find a good mechanic. Got info about one through my friend and showed it to him. The moment he looked at it he told me I was ripped off and that was the worst alternator job he&#8217;d seen. He couldn&#8217;t believe it when I told him &#8216;Pep Boys&#8217; did this job. He was like &#8220;Pep Boys did this!!?!?!&#8221;.</p>
<p>According to him, what they charged me $130 bucks to do, should have actually cost me $40. And he didn&#8217;t know about no pig tailed crap. By the time the check engine light had come on, so I decided to give it in for an engine tune up as well.</p>
<p>Another $239 bucks later and a fixed alternator job and engine tune up and my car is running like spiffy new :). I asked the mechanic what had happened and apparently the &#8220;pig tailed&#8221; thing they were refering to was the wires connecting to the alternator (a set of 4 wires). They spliced it up and tried to fix it back together and got all the connections mixed up.</p>
<p>So the reason for all the lights going on and the engine jerks and everything that was happening was because they screwed up fixing in the alternator.</p>
<p>This is not the first time something like this has happened. Previously someone I know had their car fixed up there and everytime it would come back with a new problem until it just totalled almost.</p>
<p>In my opinion, these guys really don&#8217;t know what they are doing half the time or get in-experienced staff to work on things and mess them up.</p>
<p>Conclusion: The staff at PepBoys are fairly irresponsible, do not perform a check once they fix things up, probably don&#8217;t even fix things up right, overcharge for their services and just make life miserable for the customer. This has been a harrowing experience and has lasted more than a week. I would NOT go back to this Pep Boys store and would NOT recommend that anyone goes there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/02/29/pep-boys-houston-review/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE Developer Toolbar does not work</title>
		<link>http://blog.rameshbhaskar.com/2008/02/25/ie-developer-toolbar-does-not-work/</link>
		<comments>http://blog.rameshbhaskar.com/2008/02/25/ie-developer-toolbar-does-not-work/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 18:17:49 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Programming]]></category>

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

		<category><![CDATA[add-ons]]></category>

		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/02/25/ie-developer-toolbar-does-not-work/</guid>
		<description><![CDATA[The IE Developer Toolbar is similar to Firebug for Firefox. It provides you with a set of tools for troubleshooting pages efficiently (helps a whole lot with those positioning/css issues).
Downloading and installing the toolbar is straightforward and works without a hitch. However, when I tried to use it, It would never work. I tried installing/uninstalling [...]]]></description>
			<content:encoded><![CDATA[<p>The IE Developer Toolbar is similar to Firebug for Firefox. It provides you with a set of tools for troubleshooting pages efficiently (helps a whole lot with those positioning/css issues).</p>
<p>Downloading and installing the toolbar is straightforward and works without a hitch. However, when I tried to use it, It would never work. I tried installing/uninstalling a couple of times with no luck. Clicking on the IE Developer toolbar icon does nothing and if you reach it via the menu Tools-Toolbars-Explorer Bar->IE Developer toolbar, it brings up the toolbar which does not help you in any manner.</p>
<p><img src='http://blog.rameshbhaskar.com/wp-content/uploads/iedeveloper.jpg' alt='IE Developer Toolbar' /></p>
<p>After a little hunting around I found that the reason it does not work is because 3rd party extensions are not enabled.</p>
<p>This can be enabled via &#8216;Tools->Internet Options->Advanced->Browsing->Enable third-party browser extensions&#8217;. Check that, apply your changes and restart IE. The toolbar should now show up with the DOM elements and their corresponding styles and attributes.</p>
<p>Its a good tool to have at your disposal.</p>
<p>Link to download: <a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038">Microsoft IE Developer Toolbar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/02/25/ie-developer-toolbar-does-not-work/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Yawcam - Free webcam software</title>
		<link>http://blog.rameshbhaskar.com/2008/02/13/yawcam-free-webcam-software/</link>
		<comments>http://blog.rameshbhaskar.com/2008/02/13/yawcam-free-webcam-software/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 02:22:20 +0000</pubDate>
		<dc:creator>Ramesh Bhaskar</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

		<guid isPermaLink="false">http://blog.rameshbhaskar.com/2008/02/13/yawcam-free-webcam-software/</guid>
		<description><![CDATA[After recently purchasing a laptop, I mistakingly removed the webcam software that came with it. After hunting for a software that would help me capture pictures, I came across Yawcam. It is a simple software that lets you capture pictures to a file, stream it, motion detection etc.
Its a nice replacement for the stock software [...]]]></description>
			<content:encoded><![CDATA[<p>After recently purchasing a laptop, I mistakingly removed the webcam software that came with it. After hunting for a software that would help me capture pictures, I came across <a href="http://www.yawcam.com/">Yawcam</a>. It is a simple software that lets you capture pictures to a file, stream it, motion detection etc.</p>
<p>Its a nice replacement for the stock software that comes with your computer (might not have all the same functionality).</p>
<p>You can reach the Yawcam website via this link: <a href="http://www.yawcam.com/">Yawcam</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rameshbhaskar.com/2008/02/13/yawcam-free-webcam-software/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
