<?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>Shutter Bug on Wheels &#187; Hacks</title>
	<atom:link href="http://blogs.nagwani.in/category/technical/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nagwani.in</link>
	<description>My travels, clicks, views and everything else...</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:11:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>BugZilla filtering script in Greasemonkey &amp; jQuery</title>
		<link>http://blogs.nagwani.in/2011/06/17/bugzilla-filtering-script-in-greasemonkey-jquery/</link>
		<comments>http://blogs.nagwani.in/2011/06/17/bugzilla-filtering-script-in-greasemonkey-jquery/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 05:18:41 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=433</guid>
		<description><![CDATA[<p>We&#8217;ve been using BugZilla for a while now and one thing that had me irritated is the ability to filter the list of bugs that I&#8217;ve searched for. My options were to re-run the search with the parameters that I wanted to have filtered, or export the entire search into a CSV file and process <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2011/06/17/bugzilla-filtering-script-in-greasemonkey-jquery/">BugZilla filtering script in Greasemonkey &#038; jQuery</a></span>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been using BugZilla for a while now and one thing that had me irritated is the ability to filter the list of bugs that I&#8217;ve searched for. My options were to re-run the search with the parameters that I wanted to have filtered, or export the entire search into a CSV file and process it into a spreadsheet application like Excel.</p>
<p>There had to be a better way. Downloaded <a title="Greasemonkey" href="http://www.greasespot.net/" target="_blank">Greasemonkey</a> and got to work with <a title="jQuer.com" href="http://jquery.com/" target="_blank">jQuery</a>. Hacking away at the pages in BugZilla for a couple of hours and I was done.</p>
<p>This script allows you to filter the bugs from the list of displayed bugs. Filtering works on all columns visible in the list.</p>
<p><del datetime="2011-06-17T10:23:28+00:00">To user the script, you need to setup the include (@include) URL to point to your bugzilla installation root, e.g., http://bugzilla.server.com.or.ip/*</del><del datetime="2011-06-17T10:23:28+00:00"></del></p>
<p>The script currently works on any URL that has string &#8220;bugzilla&#8221; in the setup. The @include URL in the source points to http://*bugzilla.*. If you don&#8217;t have this string in the URL, modify the @include URL in the script.</p>
<p>After installing, open up BugZilla and list bug in your browser. Click on any column (the actual value in the table and not the header) to filter. Click on the column value again to un-filter.</p>
<p align='center' width='100%' height='80px' style='background-color: #858585; border: 1px solid black'>Download &#038; Install</p>
<p>Download the script <a href="http://blogs.nagwani.in/wp-content/uploads/2011/06/bugzilla.filtering.0.3.user.js">here</a>. If you have already installed the <a title="Greasemonkey" href="http://www.greasespot.net/" target="_blank">Greasemonkey</a> <a title="Greasemonkey Add-On" href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/" target="_blank">FireFox Add-On</a>, the Install Script dialog should come up when you click the link.</p>
<p align='center' width='100%' height='80px' style='background-color: #858585; border: 1px solid black'>Features</p>
<ol>
<li>Filters on any visible coloumn.</li>
<li>Removes filter on clicking of the filtered column.</li>
<li>Filter multiple columns.</li>
<li>Filtering/Restoring works independently for all columns.</li>
<li>Updates the bug count after filtering.</li>
<li>Highlights the filtered columns so that you don&#8217;t loose track of what has been filtered.</li>
</ol>
<p align='center' width='100%' height='80px' style='background-color: grey; border: 1px solid black'>Revision History</p>
<h4>Version 0.3</h4>
<ol>
<li>Changed the @include url to http://*bugzilla.* which will make it work any bugzilla setup that has &#8220;bugzilla&#8221; in the host part.</li>
</ol>
<hr />
<p>I have tested the script with FireFox 3.6.x, 4 and BugZilla 3.4.5</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2011/06/17/bugzilla-filtering-script-in-greasemonkey-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &amp; XP Pro Dual Boot (Both already installed)</title>
		<link>http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/</link>
		<comments>http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 07:16:47 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[dual boot]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=86</guid>
		<description><![CDATA[<p>Recently I had to install XP on top of my Windows 7 install to be able to update by Nokia E71 as I did not want to run NSU on 7 and risk bricking my phone! However, in the process I realized that I had lost the ability to boot into Windows 7!! Thank you <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/">Windows 7 &#038; XP Pro Dual Boot (Both already installed)</a></span>]]></description>
			<content:encoded><![CDATA[<p>Recently I had to install XP on top of my Windows 7 install to be able to update by Nokia E71 as I did not want to run NSU on 7 and risk bricking my phone! However, in the process I realized that I had lost the ability to boot into Windows 7!! Thank you Microsoft!<br />
<span id="more-86"></span><br />
Did some googling around and found that Microsoft had changed the boot configuration format and I cannot simply edit boot.ini and add an entry for Windows 7. More googling followed, but all I found was how to install one on top of the other and nothing that showed how to restore the Windows 7&#8242;s boot menu.</p>
<p>Atlast, I found and entry at <a href="http://forums.techarena.in/operating-systems/1142651.htm" target="_blank">TechArena forums</a> that helped me do what I wanted to do!</p>
<p>I had installed Windows 7 and XP on different hard drives and hence both systems&#8217; boot files were already in place and all I had to do was execute the following commands.</p>
<p><code>bcdedit /create {ntldr} /d “Windows XP Pro”<br />
bcdedit /set {ntldr} device boot<br />
bcdedit /set {ntldr} path \ntldr<br />
bcdedit /displayorder {ntldr} /addlast<br />
</code></p>
<p>Thank you Devasis @ TechArena Forums.</p>
<p><strong>UPDATE: </strong>You have to run the above commands on a command prompt (&#8220;cmd&#8221;) which itself, you need to run as an administrator. Else you will get the &#8220;Access Denied&#8221; error.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2009/07/07/windows-7-xp-pro-dual-boot-both-already-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DVP 3007 Region Unlocking Procedure</title>
		<link>http://blogs.nagwani.in/2005/10/19/dvp-3007-region-unlocking-procedure/</link>
		<comments>http://blogs.nagwani.in/2005/10/19/dvp-3007-region-unlocking-procedure/#comments</comments>
		<pubDate>Wed, 19 Oct 2005 07:03:16 +0000</pubDate>
		<dc:creator>DeeJay</dc:creator>
				<category><![CDATA[Hacks]]></category>

		<guid isPermaLink="false">http://blogs.nagwani.in/?p=4</guid>
		<description><![CDATA[Region unlocking procedure for DVP 3007/69 <span style="color:#777"> . . . &#8594; Read More: <a href="http://blogs.nagwani.in/2005/10/19/dvp-3007-region-unlocking-procedure/">DVP 3007 Region Unlocking Procedure</a></span>]]></description>
			<content:encoded><![CDATA[<p>Imagine this, you have just bought a DVD Player (mine happens to be a Philips DVP 3007/69) and are excited about it. No more changing discs. No more &#8220;Please insert Disc 2&#8243; screens!!! I did the same and was happily watching movies away to glory, all this only till the last weekend.<br />
<span id="more-4"></span><br />
I rented a couple of DVDs of some old classic movies that I have wanted to watch for quite sometime now. In a mood to relax on a saturday afternoon watching &#8220;Sea Wolves&#8221;, I power on my DVD Player and chuck the disc in and wait for it to load. After sometime it shows me a &#8220;Wrong Region Error&#8221; on the screen!!! I am baffled, as the sales rep at Viveks had told me that this player can play all region DVDs without any problem. I still wanted to watch a movie and not wanting to be dissapointed, I tried the other two movies which I had rented. Both of them show the same error. Dissapointed, I called the DVD rental shop and told him that the DVDs were being sent back and to send some other movies and make sure that those played in my DVD player. It was then that he asked me to contact Philips support guys and ask for the Region unlock code and enter that on my DVD player&#8217;s system console and these DVDs would play without any problem.</p>
<p>There was a ray of hope, I could finally watch the movies after all!!! Not wasting a single moment, I got hold of the Philips support center phone number and called them up. To my dissappointment, they told me that its a very complex procedure and if anything is done wrong, my DVD player could end up useless and even the warranty would not cover it. So I asked about their location so that I could take down my player to their shop and get it unlocked. I was in for a surprise again this time, the only Philips support center is in Malleswaram (almost 45 minutes ride on my RX135 from my house). That is not all, they told me that they do not provide doorstep support for my DVD player model!!! Just the thought of going all that way and coming back in the hot sun put my grey cells into action. I knew for sure that I&#8217;m not the first guy to face this problem and somebody would have been kind enough to log his exprience and unlock code on the Internet. Well, I found some threads discussing the same issue, but not the same DVD player model!!! Just to be sure, I tried out the codes given for other Philips DVD player models on mine but none worked.</p>
<p>I was almost losing hope and thought that the only option would be to go spend 2-3 hours traveling to the Philips support center and getting my player unlocked. Just as I was about to log off and get ready to go, my eye caught a glimpse of a Region unlock hack for a Philips DVP 3005 model. After so many trials and dissappointments, I was not ready to try this out as I was almost sure of it to fail!!! Nonetheless, just to avoid the journey that lay ahead of me, I tried it and WHOA!!!! IT WORKED!!!!</p>
<p>It took me at most 20 minutes to unlock my player, this is from the time I found that it was region locked till I unlocked it. Here  comes the most frustrating part &#8211; Philips wanted me to come down to their shop, just to tap 10 (TEN) keys on my remote to unlock the player. It would just take seconds to accomplish the task, for which I was asked to travel to the other end of the town. Is that what we call customer service!!!</p>
<p>Atlast, I finally got to watch &#8220;Sea Wolves&#8221; and what a wonderful movie it was. Gregory Peck and Roger Moore were amazing in that movie. Will write about the movie some other time.</p>
<p>For those who have faced a similar problem, here is the hack to make your DVP 3007 to read all region DVDs.</p>
<p>1. Power on the DVP 3007.<br />
2. Bring up the System Menu.<br />
3. Navigate to the Preferences page.<br />
4. Press the following combination of keys on your remote in this order to bring up the secret menu showing the Region Code.<br />
135566.<br />
5. Use the arrow keys on the remote control to change the Region. To make it region free, set the Region code to &#8220;0&#8243; (zero).<br />
6. Exit the System Menu.</p>
<p>Source of this hack: http://www.videohelp.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.nagwani.in/2005/10/19/dvp-3007-region-unlocking-procedure/feed/</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
	</channel>
</rss>

