<?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>Walker News</title>
	<atom:link href="http://www.walkernews.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Tue, 16 Mar 2010 17:14:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Registry Hack To Open Elevated Command Prompt With Right Click In Windows 7</title>
		<link>http://www.walkernews.net/2010/03/17/registry-hack-to-open-elevated-command-prompt-with-right-click-in-windows-7/</link>
		<comments>http://www.walkernews.net/2010/03/17/registry-hack-to-open-elevated-command-prompt-with-right-click-in-windows-7/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:14:53 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=4318</guid>
		<description><![CDATA[How to use right click to open elevated Command Prompt in Windows 7?]]></description>
			<content:encoded><![CDATA[How to open elevated command prompt in right click context menu? In Windows Vista and Windows 7, there is this &#8220;Open command window here&#8221; option to execute cmd.exe with normal privilege if you press and hold the SHIFT key followed by right click on a folder.<br />
<span id="more-4318"></span><br />
<img style="float:left;margin:0px 7px 0px 0px;" src="http://www.walkernews.net/wp-content/uploads/2010/03/Elevated-Command-Prompt1.jpg" alt="An admin-level Command Prompt in Windows Vista or Windows 7 shows Administrator keyword in the window title explicitly to denote it is running with elevated privilege." title="An admin-level Command Prompt in Windows Vista or Windows 7 shows Administrator keyword in the window title explicitly to denote it is running with elevated privilege." width="321" height="74" />However, there is a trick to open true administrator Command Prompt by just right click on the folder without having to press SHIFT key or whatever.<br />
<br /><span class="subhead2">Trick to open elevated Command Prompt with right click</span><br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Registry-Hack-For-Adding-Elevated-Command-Prompt-In-Right-Click.jpg" alt="A Windows Registry hack enable right click to open elevated Command Prompt in Windows Vista and Windows 7." title="A Windows Registry hack enable right click to open elevated Command Prompt in Windows Vista and Windows 7." width="470" height="134" /><br />
<br />The trick is tested on Windows Vista SP2 and Windows 7 (should be applicable to Windows Server 2008).<br />
<br />In addition, this trick is actually a Registry hack, i.e. you have to make change in Windows Registry (leave now if you are not comfortable with it):<br />
<br />1) Press Windows key or click the Start button, type <code>cmd</code> and press CTRL+SHIFT+ENTER key to open a elevated Command Prompt window. Not get it? Try this:<br />
<br /><img style="float:left;margin:0px 7px 0px 0px;" src="http://www.walkernews.net/wp-content/uploads/2010/03/Elevated-Command-Prompt.jpg" alt="How to open a true administrator, elevated privilege Command Prompt in Windows Vista or Windows 7?" title="How to open a true administrator, elevated privilege Command Prompt in Windows Vista or Windows 7?" width="264" height="111" />Alternative: Click Start button, type <code>cmd</code>, right click the cmd.exe shortcut appears atop the Start menu and select &#8220;Run as Administrator&#8221;.<br />
<br />2) Copy these lengthy reg.exe commands, one by one, paste it to the opened elevated Command Prompt and press ENTER key to execute (see also &#8220;<a href="http://www.walkernews.net/2009/11/22/windows-7-finetune-copy-and-paste-in-command-prompt/">How to enable copy and paste in Windows 7 Command Prompt</a>&#8220;):<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Command-Line-Windows-Registry-Utility-00.jpg" alt="Using command line tool to make change in Windows Registry." title="Using command line tool to make change in Windows Registry." width="490" height="172" /><br />
<br />To display new option in the right click context menu of directory:<br />
<pre>
reg add HKCR\Directory\shell\Runas /ve /t REG_SZ /d "open ELEVATED command prompt at this working directory" /f
</pre>
<br />The action or command to execute when that new option is selected:<br />
<pre>
reg add HKCR\Directory\shell\Runas\Command /ve /t REG_SZ /d "cmd.exe /k \"pushd %L ^&#038;^&#038; title Elevated Command Prompt Window\"" /f
</pre>
<br />To display new option when right click on a disk drive, CD/DVD-ROM drive, USB drive, etc:<br />
<pre>
reg add HKCR\Drive\shell\Runas /ve /t REG_SZ /d "open ELEVATED command prompt at this working directory" /f
</pre>
<br />The command to execute when that new option in right click context menu is selected:<br />
<pre>
reg add HKCR\Drive\shell\Runas\Command /ve /t REG_SZ /d "cmd.exe /k \"pushd %L ^&#038;^&#038; title Elevated Command Prompt Window\"" /f
</pre>
<br /><span class="subhead2">Easier one-click to apply Registry hack</span><br />
<br />If those commands look complicated to you, just download this Registration Entries (.reg) file and double it to run:<br />
<a href='http://www.walkernews.net/wp-content/uploads/2010/03/ElevatedCmd.zip'>ElevatedCmd.zip</a><br />
[ md5 checksum (.zip): e94fc460bf480265670330203cb0c3cc ]<br />
[ md5 checksum (.reg): 8a76ef862374e65bc9229ad6c32a58fe ]<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2010/03/14/how-to-add-program-shortcuts-to-send-to-menu-in-windows-7/" title="How To Add Program Shortcuts To Send To Menu In Windows 7?">How To Add Program Shortcuts To Send To Menu In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/03/10/how-to-add-playlist-to-windows-media-player-jump-list/" title="How To Add Playlist To Windows Media Player Jump List?">How To Add Playlist To Windows Media Player Jump List?</a></li><li><a href="http://www.walkernews.net/2010/02/22/how-to-uninstall-windows-live-photo-gallery-in-windows-7/" title="How To Uninstall Windows Live Photo Gallery In Windows 7?">How To Uninstall Windows Live Photo Gallery In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/22/how-to-uninstall-ie8-in-windows-7/" title="How To Uninstall IE8 In Windows 7?">How To Uninstall IE8 In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/21/no-sounds-from-audio-devices-in-windows-7/" title="No Sounds From Audio Devices In Windows 7?">No Sounds From Audio Devices In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/21/tips-to-control-program-sound-volume-in-windows-7/" title="Tips To Control Program Sound Volume In Windows 7">Tips To Control Program Sound Volume In Windows 7</a></li><li><a href="http://www.walkernews.net/2010/02/18/how-to-fix-facebook-or-youtube-video-volume-to-lower-level/" title="How To Fix Facebook Or YouTube Video Volume To Lower Level?">How To Fix Facebook Or YouTube Video Volume To Lower Level?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2010/03/17/registry-hack-to-open-elevated-command-prompt-with-right-click-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Record Wireless Router Connection Log?</title>
		<link>http://www.walkernews.net/2010/03/14/how-to-record-wireless-router-connection-log/</link>
		<comments>http://www.walkernews.net/2010/03/14/how-to-record-wireless-router-connection-log/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 15:54:47 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=4296</guid>
		<description><![CDATA[Automate a script in Windows 7 Task Scheduler to generate WIFI connection log from a wireless router modem.]]></description>
			<content:encoded><![CDATA[The trick to log wireless connection of router modem can be useful in securing WLAN, as the WIFI activities log allows network administrator (or broadband owner) to detect WIFI connection initiated from unknown clients or devices.<br />
<span id="more-4296"></span><br />
With that in mind, I developed a simple Windows-Bash shell script and run it repeatedly by Windows Task Scheduler to log WIFI connection activities on the D-LINK router modem.<br />
<br />For those who are using Linux, I think you will get the idea on how to do it after reading this post. For those who are using Windows (in my case, it is Windows 7 Ultimate x64-bit), you need the following to proceed:<br />
<ul>
<li>The D-LINK DSL-2640T Wireless ADSL Router modem. Although most router modems are running on Linux, there might be some differences on display wireless connection in the router. For my DSL-2640T, the Linux command used to check WLAN connection status is:
<pre>
cat /proc/wlan/mgmt/staStatistics
</pre>
<br />If you are kind to share, please leave a comment about the command for checking wireless connection in your router modem, if it is different than mine. Please specify the brand, model, and probably the firmware version too.<br />
&nbsp;</li>
<li><a href="http://sourceforge.net/projects/win-bash/files/win-bash/" target="_blank">win-bash</a>, the portable GNU bash shell for Microsoft Windows without relying on cygwin library or any other non-standard DLL and does not need any registry variables to run properly (even working fine on my Windows 7 Ultimate x64-bit).<br />
&nbsp;</li>
<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">plink</a>, the open source SSH client for Windows command line.<br />
&nbsp;</li>
<li><a href="http://gnuwin32.sourceforge.net/packages/coreutils.htm" target="_blank">CoreUtils for Windows</a> (download the <a href="http://gnuwin32.sourceforge.net/downlinks/coreutils-bin-zip.php" target="_blank" rel="nofollow">binaries zip file</a>) &#8211; the script requires date, wc, and tail program to run properly.</li>
</ul>
<br /><span class="subhead2">Trick to generate wireless ADSL router modem connection log</span><br />
<br />1) Create folder in C:\ drive to keep the GNU utilities, e.g. C:\GNUTool<br />
<br />2) Download and keep the win-bash.exe, Putty (plink.exe) and GNU CoreUtils for Windows (wc.exe, tail.exe, date.exe) in C:\GNUTool<br />
<br />3) Copy the following Windows-Bash shell script code to Notepad, change the text in red accordingly (to suit your case) and save it as WifiChk.sh in C:\GNUTool folder:<br />
<ul>
<li>Be careful when changing the Windows path, if necessary, as the path must use / (slash) and not the \ (backslash) when use in the Windows-Bash shell script.</li>
<li>The Windows-Bash shell script is case-sensitive, i.e. &#8220;A&#8221; is not equal to &#8220;a&#8221;.</li>
</ul>
<pre>
RouterIP="<span style="color:#FF6666;">192.168.1.1</span>"
RouterID="<span style="color:#FF6666;">admin</span>"
RouterPasswd="<span style="color:#FF6666;">Your_Router_Admin_Password</span>"
RouterCmd="cat /proc/wlan/mgmt/staStatistics"

GNUPath="<span style="color:#FF6666;">C:/GNUTool</span>"
WifiLog="<span style="color:#FF6666;">C:/GNUTool/WifiClient.log</span>"

TDate=`$GNUPath/date +"%d-%m-%y %H:%M:%S"`
WIFICnt=`$GNUPath/plink -l $RouterID -pw $RouterPasswd $RouterIP "$RouterCmd" | $GNUPath/wc -l`
RecCnt=$((WIFICnt-2))
OutRes=""

if [ $RecCnt -ne 0 ]
then
	OutRes=$TDate" :: "`$GNUPath/plink -l $RouterID -pw $RouterPasswd $RouterIP "$RouterCmd" | $GNUPath/tail -$RecCnt`
	echo $OutRes >> $WifiLog
fi
</pre>
<br />4) Setup Windows Task Scheduler to run the WifiChk.sh by win-bash.exe repeatedly, as this:<br />
<pre>
C:\GNUTool\win-bash.exe C:\GNUTool\WifiChk.sh
</pre>
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Router-Modem-Wireless-Connection-Log.jpg" alt="The trick to record router modem wireless connection for securing WLAN network." title="The trick to record router modem wireless connection for securing WLAN network." width="500" height="310" /><br />
<br />In my setup, the WifiChk.sh script is executed every 15 minutes, at every hour, 24&#215;7, and it doesn&#8217;t impair the router performance as well as broadband Internet experience.<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2009/05/24/is-there-a-reliable-cracked-software-why-use-genuine-software/" title="Is there A Reliable Cracked Software? Why Use Genuine Software?">Is there A Reliable Cracked Software? Why Use Genuine Software?</a></li><li><a href="http://www.walkernews.net/2009/05/22/how-to-configure-windows-update-proxy-server-settings-in-windows-vista-sp1/" title="How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?">How To Configure Windows Update Proxy Server Settings In Windows Vista SP1?</a></li><li><a href="http://www.walkernews.net/2009/05/11/how-to-use-putty-generated-rsa-key-to-login-linux-openssh-server/" title="How To Use Putty-generated RSA Key To Login Linux OpenSSH Server?">How To Use Putty-generated RSA Key To Login Linux OpenSSH Server?</a></li><li><a href="http://www.walkernews.net/2009/05/03/how-to-create-putty-based-rsa-public-key-for-openssh-server/" title="How To Create Putty-based RSA Public-key For OpenSSH Server?">How To Create Putty-based RSA Public-key For OpenSSH Server?</a></li><li><a href="http://www.walkernews.net/2009/05/02/how-to-regenerate-putty-based-rsa-public-key-from-its-private-key/" title="How To Regenerate Putty-based RSA Public-key From Its Private-key?">How To Regenerate Putty-based RSA Public-key From Its Private-key?</a></li><li><a href="http://www.walkernews.net/2009/04/26/better-way-to-enable-gmail-https-for-reading-email-securely/" title="Better Way To Enable Gmail Https For Reading Email Securely">Better Way To Enable Gmail Https For Reading Email Securely</a></li><li><a href="http://www.walkernews.net/2009/04/20/how-to-secure-or-encrypt-gmail-by-enforcing-https-connection/" title="How To Secure Or Encrypt Gmail By Enforcing HTTPS Connection?">How To Secure Or Encrypt Gmail By Enforcing HTTPS Connection?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2010/03/14/how-to-record-wireless-router-connection-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Program Shortcuts To Send To Menu In Windows 7?</title>
		<link>http://www.walkernews.net/2010/03/14/how-to-add-program-shortcuts-to-send-to-menu-in-windows-7/</link>
		<comments>http://www.walkernews.net/2010/03/14/how-to-add-program-shortcuts-to-send-to-menu-in-windows-7/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:07:24 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=4285</guid>
		<description><![CDATA[Windows 7 trick: Add more program shortcuts in the Send To menu.]]></description>
			<content:encoded><![CDATA[Just 2 simple steps to customize the Windows 7 Send To menu! To me, the Send To menu is one of the easiest ways to open a file with non-default program or application that is not associated with the file type.<br />
<span id="more-4285"></span><br />
For example, while double click a MP3 file is opened in Windows Media Player, I can also right click it and select VLC Player from the Send To menu for playback.<br />
<br /><span class="subhead2">Simple steps to customize Send To menu</span><br />
<br />This trick is demonstrated in Windows 7, but it is applicable for other Windows with little change (or should be no change at all in Windows Vista, Windows Server 2008).<br />
<br />1) Open Windows Explorer, type <code>shell:sendto</code> in Address bar and press ENTER:<br />
<br /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="492" height="232" id="Customize-Windows-7-Send-To-Menu-01"><param name="movie" value="http://www.walkernews.net/wp-content/uploads/2010/03/Sendto.swf" /><embed src="http://www.walkernews.net/wp-content/uploads/2010/03/Sendto.swf" width="492" height="232" name="Customize-Windows-7-Send-To-Menu-01" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object><br />
<br />2) Locate the program (that you want it to appear in Send To menu) from the Start button, right click and drag it to the sendto folder (opened in step 1), release the right-click and select &#8220;Create shortcut here&#8221;:<br />
<br /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="480" height="284" id="Customize-Windows-7-Send-To-Menu-02"><param name="movie" value="http://www.walkernews.net/wp-content/uploads/2010/03/Sendto-2.swf" /><embed src="http://www.walkernews.net/wp-content/uploads/2010/03/Sendto-2.swf" width="480" height="284" name="Customize-Windows-7-Send-To-Menu-02" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object><br />
<br />Now, just right click any file and select Send To option in the context menu, there you should see a program shortcut added in step 2:<br />
<br /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="480" height="188" id="Customize-Windows-7-Send-To-Menu-03"><param name="movie" value="http://www.walkernews.net/wp-content/uploads/2010/03/Sendto-3.swf" /><embed src="http://www.walkernews.net/wp-content/uploads/2010/03/Sendto-3.swf" width="480" height="188" name="Customize-Windows-7-Send-To-Menu-03" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object><br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2010/03/17/registry-hack-to-open-elevated-command-prompt-with-right-click-in-windows-7/" title="Registry Hack To Open Elevated Command Prompt With Right Click In Windows 7">Registry Hack To Open Elevated Command Prompt With Right Click In Windows 7</a></li><li><a href="http://www.walkernews.net/2010/03/10/how-to-add-playlist-to-windows-media-player-jump-list/" title="How To Add Playlist To Windows Media Player Jump List?">How To Add Playlist To Windows Media Player Jump List?</a></li><li><a href="http://www.walkernews.net/2010/02/22/how-to-uninstall-windows-live-photo-gallery-in-windows-7/" title="How To Uninstall Windows Live Photo Gallery In Windows 7?">How To Uninstall Windows Live Photo Gallery In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/22/how-to-uninstall-ie8-in-windows-7/" title="How To Uninstall IE8 In Windows 7?">How To Uninstall IE8 In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/21/no-sounds-from-audio-devices-in-windows-7/" title="No Sounds From Audio Devices In Windows 7?">No Sounds From Audio Devices In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/21/tips-to-control-program-sound-volume-in-windows-7/" title="Tips To Control Program Sound Volume In Windows 7">Tips To Control Program Sound Volume In Windows 7</a></li><li><a href="http://www.walkernews.net/2010/02/18/how-to-fix-facebook-or-youtube-video-volume-to-lower-level/" title="How To Fix Facebook Or YouTube Video Volume To Lower Level?">How To Fix Facebook Or YouTube Video Volume To Lower Level?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2010/03/14/how-to-add-program-shortcuts-to-send-to-menu-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Google Chrome And Firefox To Play OGV and MP4 Video</title>
		<link>http://www.walkernews.net/2010/03/14/using-google-chrome-and-firefox-to-play-ogv-and-mp4-video/</link>
		<comments>http://www.walkernews.net/2010/03/14/using-google-chrome-and-firefox-to-play-ogv-and-mp4-video/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 06:19:38 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Howto]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=4282</guid>
		<description><![CDATA[The latest Google Chrome and Firefox web browsers support OGV and MP4 video playback  ]]></description>
			<content:encoded><![CDATA[The latest Google Chrome 4.0.249.89 and Firefox 3.6 support HTML5 and allows one to play OGV and MP4 video as well as MP3 audio by just drag and drop the file to the web browser.<br />
<span id="more-4282"></span><br />
With a customized Windows Send To option menu, you can also right click those media files and open it with either Firefox or Google Chrome shortcut appears in the Send To menu.<br />
<br />Although not all MP4 / OGV video file format are supported, but those video encoded by avc1 and theo codec should be working just fine, as shown in the following screencast: <br />
<br /><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/6r-Gz7tOAEY&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/6r-Gz7tOAEY&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object><br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2009/09/27/change-google-chrome-user-agent-string-in-30-seconds/" title="Change Google Chrome User Agent String In 30 seconds?">Change Google Chrome User Agent String In 30 seconds?</a></li><li><a href="http://www.walkernews.net/2008/12/26/how-to-relocate-or-change-google-chrome-cache-folder-location/" title="How To Relocate Or Change Google Chrome Cache Folder Location?">How To Relocate Or Change Google Chrome Cache Folder Location?</a></li><li><a href="http://www.walkernews.net/2008/12/15/how-to-change-google-chrome-user-agent-string/" title="How To Change Google Chrome 1.0.154.36 User Agent String?">How To Change Google Chrome 1.0.154.36 User Agent String?</a></li><li><a href="http://www.walkernews.net/2008/11/09/how-easy-to-access-web-search-engine-in-google-chrome/" title="How Easy To Access Web Search Engine In Google Chrome">How Easy To Access Web Search Engine In Google Chrome</a></li><li><a href="http://www.walkernews.net/2008/11/07/how-to-configure-or-disable-google-chrome-proxy-server-settings-independently/" title="How To Configure Or Disable Google Chrome Proxy Server Settings Independently?">How To Configure Or Disable Google Chrome Proxy Server Settings Independently?</a></li><li><a href="http://www.walkernews.net/2008/11/05/how-to-find-and-copy-swf-or-jpg-file-from-google-chrome-cache-folder/" title="How To Find and Copy SWF Or JPG File From Google Chrome Cache Folder?">How To Find and Copy SWF Or JPG File From Google Chrome Cache Folder?</a></li><li><a href="http://www.walkernews.net/2008/09/21/how-to-copy-youtube-video-or-flv-file-from-google-chrome-cache-folder/" title="How To Copy YouTube Video or FLV File From Google Chrome Cache Folder?">How To Copy YouTube Video or FLV File From Google Chrome Cache Folder?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2010/03/14/using-google-chrome-and-firefox-to-play-ogv-and-mp4-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Playlist To Windows Media Player Jump List?</title>
		<link>http://www.walkernews.net/2010/03/10/how-to-add-playlist-to-windows-media-player-jump-list/</link>
		<comments>http://www.walkernews.net/2010/03/10/how-to-add-playlist-to-windows-media-player-jump-list/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:35:14 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=4270</guid>
		<description><![CDATA[Make use Windows 7 Jump List feature to easily open playlist in Windows Media Player.]]></description>
			<content:encoded><![CDATA[One can customize Windows Media Player 12 Jump List in Windows 7 to include shortcuts of favourite songs or playlist, like the one shown in my screenshot.<br />
<span id="more-4270"></span><br />
<img style="float:left;margin:0px 9px 0px 0px;" src="http://www.walkernews.net/wp-content/uploads/2010/03/Customize-Windows-Media-Player-Jump-List.jpg" alt="Windows 7 tip: Customize Windows Media Player Jump List with playlist and songs." title="Windows 7 tip: Customize Windows Media Player Jump List with playlist and songs." width="272" height="327" />Whether you&#8217;re using touchscreen computer or a point-and-click mouse, it is easier to open and play songs or playlist in the Windows Media Player Jump List &#8211; just click and slide the Windows Media Player shortcut at Taskbar towards Windows Desktop, there you will get the Jump List :-)<br />
<br /><span class="subhead2">Windows 7 tip: Customize Windows Media Player Jump List</span><br />
<br />By default, there is one Windows Media Player shortcut at the Taskbar. If this is not your case, then locate Windows Media Player 12 shortcut from the Start menu and right click on it to select &#8220;Pin to Taskbar&#8221; option.<br />
<br />To add favourite songs to Windows Media Player Jump List, right click to select the song, drag it to the WMP shortcut at Taskbar and release mouse click when the &#8220;Pin to Windows Media Player&#8221; message appears:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Pin-Playlist-To-Windows-Media-Player-Jump-List.jpg" alt="Pin Song or Playlist to Windows Media Player Jump List." title="Pin Song or Playlist to Windows Media Player Jump List." width="303" height="147" /><br />
<br />Too bad, however, that it is only possible to click-and-drag one song at a time to the Jump List (maybe possible in SP2?). To add more than one song to Jump List at one go, you can use Playlist:<br />
<br />1) Open Windows Explorer and click the Music Library. Alternatively, click Windows Start button to type <code>shell:playlists</code> and press ENTER key.<br />
<br />2) Select and drag the playlist, one at a time, to the Windows Media Player shortcut at Taskbar.<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2010/03/17/registry-hack-to-open-elevated-command-prompt-with-right-click-in-windows-7/" title="Registry Hack To Open Elevated Command Prompt With Right Click In Windows 7">Registry Hack To Open Elevated Command Prompt With Right Click In Windows 7</a></li><li><a href="http://www.walkernews.net/2010/03/14/how-to-add-program-shortcuts-to-send-to-menu-in-windows-7/" title="How To Add Program Shortcuts To Send To Menu In Windows 7?">How To Add Program Shortcuts To Send To Menu In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/22/how-to-uninstall-windows-live-photo-gallery-in-windows-7/" title="How To Uninstall Windows Live Photo Gallery In Windows 7?">How To Uninstall Windows Live Photo Gallery In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/22/how-to-uninstall-ie8-in-windows-7/" title="How To Uninstall IE8 In Windows 7?">How To Uninstall IE8 In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/21/no-sounds-from-audio-devices-in-windows-7/" title="No Sounds From Audio Devices In Windows 7?">No Sounds From Audio Devices In Windows 7?</a></li><li><a href="http://www.walkernews.net/2010/02/21/tips-to-control-program-sound-volume-in-windows-7/" title="Tips To Control Program Sound Volume In Windows 7">Tips To Control Program Sound Volume In Windows 7</a></li><li><a href="http://www.walkernews.net/2010/02/18/how-to-fix-facebook-or-youtube-video-volume-to-lower-level/" title="How To Fix Facebook Or YouTube Video Volume To Lower Level?">How To Fix Facebook Or YouTube Video Volume To Lower Level?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2010/03/10/how-to-add-playlist-to-windows-media-player-jump-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Use Nokia Photo Browser?</title>
		<link>http://www.walkernews.net/2010/03/06/how-to-use-nokia-photo-browser/</link>
		<comments>http://www.walkernews.net/2010/03/06/how-to-use-nokia-photo-browser/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 15:01:14 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Nokia 5800]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=4231</guid>
		<description><![CDATA[How to use the Nokia Photo Browser in Nokia 5800 or compatible touchscreen-based smart phone running S60v5?]]></description>
			<content:encoded><![CDATA[The freeware <a href="http://www.walkernews.net/2010/02/12/nokia-photo-browser-a-must-have-s60v5-photo-browser/" rel="bookmark">Nokia Photo Browser</a> is more attractive than my Nokia 5800 default image browser. Besides intuitive touchscreen interface, the 3D image gallery and image partial magnification are cool features to play with.<br />
<span id="more-4231"></span><br />
<span class="subhead2">User Guide: Nokia Photo Browser cool features</span><br />
<br />Rotate the touchscreen to landscape mode and slide the image gallery towards the left or right, you will see the 3D Image Gallery:<br />
<br /><img style="float:right;" src="http://www.walkernews.net/wp-content/uploads/2010/03/Nokia-photo-browser-gallery-with-3d-effect-while-sliding.jpg" alt="Nokia Photo Browser with 3D gallery." title="Nokia Photo Browser with 3D gallery." width="250" height="141" /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Nokia-photo-browser-gallery-with-3d-effect.jpg" alt="Slide or swipe the Nokia Photo Browser gallery in landscape mode." title="Slide or swipe the Nokia Photo Browser gallery in landscape mode." width="250" height="141" /><br />
<br />While in image gallery mode,<br />
<ul>
<li>Tap once on the thumbnail to get a full screen view of the image;</li>
<li>Tap once on the maximized image again will revert to thumbnail mode shown in image gallery.</li>
<ul>
<li>Double tap (tapping twice continuously) the full screen image will switch to full resolution mode. Double tap again will switch full resolution image back to full screen mode.</li>
<li>To pan the full resolution image, just press and move finger on the touchscreen (the thumbnail appears on bottom-left as guide).</li>
</ul>
</ul>
<br /><object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/jTnwkfMOzPs&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jTnwkfMOzPs&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object><br />
<br />When an image is maximized to full screen view, press on the point where you would like to magnify, Nokia Photo Browser will enlarge that point of interest:<br />
<br /><img style="float:right;" src="http://www.walkernews.net/wp-content/uploads/2010/03/Nokia-Photo-Browser-fancy-image-zoom-01.jpg" alt="Nokia Photo Browser zoom in partially on the point of press." title="Nokia Photo Browser zoom in partially on the point of press." width="250" height="141" /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Nokia-Photo-Browser-fancy-image-zoom-02.jpg" alt="Nokia Photo Browser fancy zoom feature." title="Nokia Photo Browser fancy zoom feature." width="250" height="141" /><br />
<br />Besides, you can slide the maximized image towards right or left in order to see the next or previous image in full screen mode. Take a closer look on the left image (above), there are arrows on the left and right edge.<br />
<br />Looking for a S60v5 image browser with face detection feature? Well, the Nokia Photo Browser has the face recognition function, which makes it easier to see each faces of the group photo in full image resolution mode:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Face-Detection-freeware-For-Nokia-5800-Smartphone.jpg" alt="S60v5 freeware image browser with face detection feature - get the Nokia Photo Browser for Nokia 5800." title="S60v5 freeware image browser with face detection feature - get the Nokia Photo Browser for Nokia 5800." width="500" height="281" /><br />
<br /><img style="float:left;margin:0px 7px 0px 0px;" src="http://www.walkernews.net/wp-content/uploads/2010/03/Nokia-Photo-Browser-Face-Detection.jpg" alt="How to use the Nokia Photo Browser face detection feature?" title="How to use the Nokia Photo Browser face detection feature?" width="250" height="141" />While a group photo is maximized to full screen mode, double tap on one of the faces, Nokia Photo Browser will switch the image to full resolution mode and highlight all the human faces detected with green, square boxes.<br />
<br />To see the next face detected, just slide on the touchscreen towards left or right, Nokia Photo Browser will intelligently switch to display next detected faces in full resolution mode. <br />
<br />In the image gallery mode, press the thumbnail for 2-5 seconds will activate the pop-up menu with options to<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/Nokia-photo-browser-option-menu.jpg" alt="Activate and use the Nokia Photo Browser option menu to edit, send or delete the selected image easily." title="Activate and use the Nokia Photo Browser option menu to edit, send or delete the selected image easily." width="250" height="141" /><br />
<ul>
<li>Send the image via email, Bluetooth, or upload to Ovi, Flickr or Vox.</li>
<li>Rotate the image, i.e. change the image orientation.</li>
<li>View the image detail, e.g. image path, date and time, resolution</li>
<li>Display the thumbnails in image gallery according to folder name or time order</li>
<li>Delete the image</li>
</ul>
<br />Close the application properly or it will run at background and flat the battery faster. To close Nokia Photo Browser, just press the cancel call key (red button) or press the thumbnail for 2-5 seconds and then select &#8220;exit&#8221; option from the pop-up menu.<br />
<br /><span class="subhead2">Downside of Nokia Photo Browser</span><br />
<br />The freeware doesn&#8217;t scan all images stored in the phone memory and memory card. Indeed, Nokia Photo Browser v0.095 only scans the C:\Images (phone memory) and E:\Images (memory card).<br />
<br />To fix it, you have to keep or save all images in either one of the Images folder!<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2010/01/28/the-nokia-5800-v40-full-screen-qwerty-input-is-missing/" title="The Nokia 5800 v40 Full-screen QWERTY Input Is Missing?">The Nokia 5800 v40 Full-screen QWERTY Input Is Missing?</a></li><li><a href="http://www.walkernews.net/2010/01/26/how-to-stop-the-nokia-5800-v40-alarm-clock/" title="How To Stop The Nokia 5800 v40 Alarm Clock?">How To Stop The Nokia 5800 v40 Alarm Clock?</a></li><li><a href="http://www.walkernews.net/2010/01/26/nokia-5800-v40-alarm-clock-problem-solved/" title="Nokia 5800 v40 Alarm Clock Problem Solved!">Nokia 5800 v40 Alarm Clock Problem Solved!</a></li><li><a href="http://www.walkernews.net/2009/06/07/download-cambridge-talking-dictionary-for-nokia-5800-from-rapidshare/" title="Download Cambridge Talking Dictionary For Nokia 5800 From RapidShare">Download Cambridge Talking Dictionary For Nokia 5800 From RapidShare</a></li><li><a href="http://www.walkernews.net/2009/06/07/revised-method-to-install-cambridge-talking-dictionary-in-nokia-5800/" title="Revised Method To Install Cambridge Talking Dictionary In Nokia 5800">Revised Method To Install Cambridge Talking Dictionary In Nokia 5800</a></li><li><a href="http://www.walkernews.net/2009/05/16/how-to-enter-alphabet-lock-code-in-nokia-5800/" title="How To Enter Alphabet Lock Code In Nokia 5800?">How To Enter Alphabet Lock Code In Nokia 5800?</a></li><li><a href="http://www.walkernews.net/2009/05/16/how-to-hard-reset-or-format-nokia-5800-when-touchscreen-keypad-out-of-service/" title="How To Hard Reset Or Format Nokia 5800 When Touchscreen Keypad Out Of Service?">How To Hard Reset Or Format Nokia 5800 When Touchscreen Keypad Out Of Service?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2010/03/06/how-to-use-nokia-photo-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Bypass View Page Source Restriction?</title>
		<link>http://www.walkernews.net/2010/03/05/how-to-bypass-view-page-source-restriction/</link>
		<comments>http://www.walkernews.net/2010/03/05/how-to-bypass-view-page-source-restriction/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:21:42 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=4252</guid>
		<description><![CDATA[How to view page source if the web pages disallow the view source option in web browser?]]></description>
			<content:encoded><![CDATA[How to view page source if the webpage hides or blocks the view page source option? I just come across a website disables right click option in web browsers but then find out the Google Chrome cracks the restriction as if there is nothing.<br />
<span id="more-4252"></span><br />
Another example: Gmail disables the View Source option in Internet Explorer (but the View Page Source option is not blocked in Mozilla Firefox 3.5.8):<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/View-Gmail-HTML-Source.jpg" alt="Gmail disable view page source option in Internet Explorer." title="Gmail disable view page source option in Internet Explorer." width="439" height="359" /><br />
<br />In Google Chrome, however, you can view the webpage HTML source code by just adding prefix <code>view-source:</code> to the URL shown in Address bar:<br />
<br /><img src="http://www.walkernews.net/wp-content/uploads/2010/03/View-Page-Source-In-Google-Chrome-1.jpg" alt="The trick to view page source in Google Chrome when the right click option is disabled." title="The trick to view page source in Google Chrome when the right click option is disabled." width="440" height="234" />.<br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2009/09/28/using-html-css-to-align-image-to-centre-of-web-page/" title="Using HTML-CSS To Align Image To Centre Of Web Page">Using HTML-CSS To Align Image To Centre Of Web Page</a></li><li><a href="http://www.walkernews.net/2009/09/27/hwo-to-change-firefox-user-agent-string/" title="How To Change Firefox User Agent String?">How To Change Firefox User Agent String?</a></li><li><a href="http://www.walkernews.net/2009/07/18/how-to-embed-swf-in-html-code-or-wordpress-post/" title="How To Embed SWF In HTML Code Or WordPress Post?">How To Embed SWF In HTML Code Or WordPress Post?</a></li><li><a href="http://www.walkernews.net/2009/07/06/how-to-embed-swf-in-microsoft-office-2007-document/" title="How To Embed SWF In Microsoft Office 2007 Document">How To Embed SWF In Microsoft Office 2007 Document</a></li><li><a href="http://www.walkernews.net/2009/07/02/how-to-display-wordpress-exifs-shutter-speed-as-fraction/" title="How To Display WordPress EXIF&#8217;s Shutter Speed As Fraction?">How To Display WordPress EXIF&#8217;s Shutter Speed As Fraction?</a></li><li><a href="http://www.walkernews.net/2009/07/01/how-to-turn-off-or-disable-the-citrix-beep-sound/" title="How To Turn Off Or Disable The Citrix Beep Sound?">How To Turn Off Or Disable The Citrix Beep Sound?</a></li><li><a href="http://www.walkernews.net/2009/06/25/add-shutter-speed-aperture-exif-or-iptc-data-to-wordpress-gallery/" title="Add Shutter Speed, Aperture, EXIF, Or IPTC Data To WordPress Gallery">Add Shutter Speed, Aperture, EXIF, Or IPTC Data To WordPress Gallery</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2010/03/05/how-to-bypass-view-page-source-restriction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
