<?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 &#187; IE7</title>
	<atom:link href="http://www.walkernews.net/tag/ie7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.walkernews.net</link>
	<description>A capsule of walker's experience in life...</description>
	<lastBuildDate>Sun, 29 Jan 2012 16:29:08 +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>How To Fix IE 7 Print Error In Windows Vista?</title>
		<link>http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/</link>
		<comments>http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 16:20:47 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Low Integrity]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Protected Mode]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[Vista SP1]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1347</guid>
		<description><![CDATA[You may have deleted the low integrity folders that have caused IE 7 running in Protected Mode fail to print a web page.]]></description>
			<content:encoded><![CDATA[<span class="subhead2">Problem</span>: You cannot print web page in IE 7 that is running in Protected Mode on Windows Vista machine.<br />
<span id="more-1347"></span><br />
<span class="subhead2">Reason</span>: When IE 7 running <a href="http://www.walkernews.net/2007/05/25/office-2007-validation-failed-by-ie7-protected-mode/" title="Office 2007 genuine validation failed because of IE 7 running in Protected Mode on Windows Vista. " rel="bookmark">Protected Mode</a> in Windows Vista, the browser processes require &#8220;low integrity&#8221; folder to function properly. You might have deleted the low integrity folder accidentally (via <!--wgadh3--><a href="http://www.walkernews.net/2007/09/04/vista-performance-tool-restore-free-disk-space/" title="Why you should regularly run Disk Cleanup to housekeep unwanted, temporarily files keeps in Windows Vista?" rel="bookmark">disk cleanup</a> program) and this cause IE 7 printing error.<br />
<br /><span class="subhead2">Symptom</span>: IE 7 displays an error message similar to this:<br />
<br />Cannot find &#8220;file:///%userprofile%/AppData/Local/Temp/Low/NZ0LISWM.htm&#8221;. Make sure the path or Internet address is correct.<br />
<br />After OK button, another Script Error box appears to tell &#8220;object required at line 2069 of res://ieframe.dll/preview.dlg&#8221;.<br />
<br /><span class="subhead2">Solution</span>: To run IE 7 with Protected Mode off (less secure) or to recreate the missing low integrity folder (%userprofile%/AppData/Local/Temp/Low).<br />
<br /><span class="subhead">Turn off or disable IE 7 Protected Mode in Windows Vista</span><br />
<br />If the IE 7 status bar is set to display, there is a Protected Mode status on the right hand side. Just double click the status (as highlighted: &#8220;Internet | Protected Mode: On&#8221;) to bring up Internet Security Properties dialog box and disable Protected Mode option (as shown in the following screenshot). Then, restart IE 7 or open another new instance (with Protected Mode status shown as Off) to load the page and try to print again.<br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/11/ie7-protected-mode.jpg" alt="How to turn off or disable IE 7 Protected Mode?" title="How to turn off or disable IE 7 Protected Mode?" width="435" height="205" class="size-full wp-image-1348" /></div><sup>How to turn off or disable IE 7 Protected Mode?</sup><br />
<br />Note: The Internet Security Properties setting is also accessible by clicking Tools menu (on the Toolbars; at top-right corner), Internet Options, Security tab.<br />
<br /><span class="subhead">Recreate low integrity folder for IE 7 running in Protected Mode</span><br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/11/ie-print-error.jpg" alt="How to fix IE 7 print error? That is to recreate the low integrity folder for IE 7 running in Protected Mode." title="How to fix IE 7 print error? That is to recreate the low integrity folder for IE 7 running in Protected Mode." width="500" height="110" class="size-full wp-image-1349" /></div><sup>How to fix IE 7 print error? That is to recreate the low integrity folder for IE 7 running in Protected Mode.</sup><br />
<br />Open an <a href="http://www.walkernews.net/2007/05/21/open-command-prompt-here-with-elevated-privilege/" title="Create shortcut of an elevated Open Command Window Here in Windows Vista." rel="bookmark">elevated Command Prompt window</a> to create a folder named <span class="subhead2">low</span> in the Temp of your user profile folder:<br />
<pre>
mkdir %userprofile%\AppData\Local\Temp\Low
</pre>
<br />Then, execute this command to set integrity level to low for the folder created:<br />
<pre>
ICACLS %userprofile%\AppData\Local\Temp\Low /setintegritylevel (OI)(CI)low
</pre>
<br />Note: You may <a href="http://www.walkernews.net/2007/06/27/copy-and-paste-text-in-command-prompt/" title="How to enable copy and paste feature in Windows Command Prompt window?" rel="bookmark">turn on copy-paste feature of Command Prompt window</a> to cut down typing efforts.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/06/12/how-to-cut-mp3-as-mobile-phone-ringtone/" title="How To Cut MP3 As Mobile Phone Ringtone">How To Cut MP3 As Mobile Phone Ringtone</a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-completely-remove-or-uninstall-nokia-pc-suite/" title="How To Completely Remove Or Uninstall Nokia PC Suite? ">How To Completely Remove Or Uninstall Nokia PC Suite? </a></li><li><a href="http://www.walkernews.net/2009/04/12/how-to-fix-windows-vista-system-tray-icons-disabled-or-greyed-out-problem/" title="How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?">How To Fix Windows Vista System Tray Icons Disabled Or Greyed Out Problem?</a></li><li><a href="http://www.walkernews.net/2008/11/03/how-to-copy-or-backup-file-that-is-open-in-another-program/" title="How To Copy Or Backup File That Is Open In Another Program?">How To Copy Or Backup File That Is Open In Another Program?</a></li><li><a href="http://www.walkernews.net/2008/10/29/windows-vista-multiple-networks-wireless-to-public-wifi-and-wired-to-private-lan/" title="Windows Vista Multiple Networks: Wireless To Public WIFI and Wired To Private LAN">Windows Vista Multiple Networks: Wireless To Public WIFI and Wired To Private LAN</a></li><li><a href="http://www.walkernews.net/2008/10/25/how-to-use-infrared-to-send-files-from-windows-vista-to-nokia-n73/" title="How To Use Infrared To Send Files From Windows Vista To Nokia N73?">How To Use Infrared To Send Files From Windows Vista To Nokia N73?</a></li><li><a href="http://www.walkernews.net/2008/06/18/how-to-check-windows-last-boot-up-time/" title="How To Check Windows Last Boot Up Time">How To Check Windows Last Boot Up Time</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Chrome Memory Usage Is Better Than IE7 And Firefox</title>
		<link>http://www.walkernews.net/2008/11/11/google-chrome-memory-usage-is-better-than-ie7-and-firefox/</link>
		<comments>http://www.walkernews.net/2008/11/11/google-chrome-memory-usage-is-better-than-ie7-and-firefox/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 16:26:04 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=1335</guid>
		<description><![CDATA[Google Chrome memory diagnostic page shows memory usage of all active web browsers on your system, to suggest which of the active web browser is using more memory than the rest.]]></description>
			<content:encoded><![CDATA[Google Chrome is not only <a href="http://www.walkernews.net/2008/10/22/google-chrome-has-more-effective-flash-video-cache-technique-than-ie7-and-firefox-3/" title="Google Chrome is more efficient in handling flash video cache." rel="bookmark">efficient in handling flash video cache</a> but is also good in memory utilization.<br />
<span id="more-1335"></span><br />
If your system often runs out of free memory or you are habitually open many web links in new <a href="http://www.walkernews.net/2007/06/07/ctrl-q-speed-up-ie7-tabbed-browsing/" title="IE 7 hotkeys to navigate tabbed browser windows." rel="bookmark">tabbed browser window</a> (not bother to read and close it before open another URL in the current page, like a <!--wgadh3-->typical me), do consider to browse happily with <a href="http://www.walkernews.net/tag/google-chrome/" title="All posts related to Google Chrome in WalkerNews.net" rel="bookmark">Google Chrome</a>. It&#8217;s really worth to try, but no refund if you&#8217;re not happy with it (as it&#8217;s absolutely free of charge)!<br />
<br />To examine CPU and memory utilization of active web browsers, use the <span class="subhead2">Google Chrome Task Manager</span> or <span class="subhead2">Google Chrome memory diagnostic page</span>. <br />
<br />To access the browser&#8217;s Task Manager, right click on Google Chrome title bar or the task bar icon and select Task Manager option from the right-click menu. <br />
<br />To access the memory diagnostic page, type <code>about:memory</code> in Google Chrome Address bar and press ENTER. <br />
<blockquote>
Google Chrome Task Manager only reports processes related to Google Chrome itself. The memory diagnostic, however, provides summary of memory usage of all active web browsers.
</blockquote>
<br />While this following screenshot was taken, there are two Google Chrome open with a total of 52 tabbed windows (i.e. 52 web pages; each tabbed window = 1 web page), three <a href="http://www.walkernews.net/2007/12/28/vista-ie7-fail-to-print-web-page-to-xps/" title="How to resolve IE7 print error?" rel="bookmark">IE 7</a> with a total of 8 tabbed windows, and one <a href="http://www.walkernews.net/2007/06/03/where-is-firefox-internet-files-cache-folder/" title="Where is Firefox cache folder?" rel="bookmark">Firefox 3</a> with a total of 6 tabbed windows:<br />
<br /><div style="max-width:500px;"><img src="http://www.walkernews.net/wp-content/uploads/2008/11/google-chrome-memory-usage.jpg" alt="Google Chrome memory utilization is more efficient than IE 7 and Firefox 3.x" title="Google Chrome memory utilization is more efficient than IE 7 and Firefox 3.x" width="500" height="242" class="size-full wp-image-1338" /></div><sup>Google Chrome memory utilization is more efficient than IE 7 and Firefox 3.x</sup><br />
<br />Although not all three active browsers are opening the same web pages, all of them have been running more than 24 hours and used to browse all type of web pages.<br />
<br />According to tooltips, the Private Memory described as resident memory that is not shared with any other process and is <span class="subhead2">the best indicator of browser memory resource usage</span>.<br />
<br />Now, considering the number of pages open in respective web browsers, and the belief of memory usage reported by Google Chrome memory diagnostic page is without bias (i.e. the <code>about:memory</code>), do you agree that Google Chrome is more efficient in utilizing the memory (and thus suggest Google Chrome has better performance than IE 7 and Firefox 3.x)? <a href="#respond" rel="nofollow">Have you says</a>, please.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/" title="How To Fix IE 7 Print Error In Windows Vista?">How To Fix IE 7 Print Error In Windows Vista?</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><li><a href="http://www.walkernews.net/2007/07/04/what-is-that-user-agent-string-used-for/" title="What Is that User Agent String Used For">What Is that User Agent String Used For</a></li><li><a href="http://www.walkernews.net/2009/05/03/how-to-uninstall-ie8/" title="How To Uninstall IE8?">How To Uninstall IE8?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/11/11/google-chrome-memory-usage-is-better-than-ie7-and-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YouTube Downloader: Download YouTube Video For My Mom!</title>
		<link>http://www.walkernews.net/2008/08/16/youtube-downloader-download-youtube-video-for-my-mom/</link>
		<comments>http://www.walkernews.net/2008/08/16/youtube-downloader-download-youtube-video-for-my-mom/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 10:45:45 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Cache Folder]]></category>
		<category><![CDATA[Chad Hurley]]></category>
		<category><![CDATA[Direct Download]]></category>
		<category><![CDATA[Downloader]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[FLV]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Steve Chen]]></category>
		<category><![CDATA[TIF]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Youtube]]></category>
		<category><![CDATA[YouTuber]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/?p=895</guid>
		<description><![CDATA[What is the reason of downloading YouTube flash video and how could you do it?]]></description>
			<content:encoded><![CDATA[<span style="color:#F66;font-weight:bold;">UPDATE:</span> This post is outdated. Please use this <a href="http://www.walkernews.net/2010/09/12/where-does-youtube-and-facebook-cache-flash-or-mp4-videos-in-windows-7/" title="Where does Google Chrome, IE8, or Firefox cached flash video on Windows 7." rel="bookmark">alternate trick</a> for reference.<br />
<br />Steve Chen and Chad Hurley created the most wanted <a href="http://www.walkernews.net/2008/07/20/windows-movie-maker-fix-the-half-green-bar-problem-in-the-movie-made/" title="How to fix the green-bar problem in the video clips published by Windows Movie Maker of Windows Vista?" rel="bookmark">video clip</a> hosting site for sharing video collection easier on the Net, that&#8217;s YouTube!<br />
<span id="more-895"></span><br />
YouTuber, the users of YouTube (I call it), like it very much. The reasons are simple: it&#8217;s free; it&#8217;s really easy to share and really fun to interact with community about the posted video clip collections!<br />
<br /><!--wgadh-->So, active commenter (I am) prefer watching YouTube video clips online than having the <a href="http://www.walkernews.net/2007/04/07/ultimate-windows-vista-codec-pack-storm-codec/" title="Storm Codec is my favourite codec pack to playback most media files on Windows Vista." rel="bookmark">videos playback</a> at local hard disk.<br />
<br />However, there is another camp of people (me too), who occasionally would like to download YouTube videos and save them to <a href="http://www.walkernews.net/2007/03/22/how-to-configure-usb-sata-hard-disk/" title="How do I built a not good looking but working mobile hard disk for PC backup - USB-to-SATA hard disk converter and a 250GB SATA hard disk drive!" rel="bookmark">mobile hard disk</a> or the latest 8GB USB thumb drive.<br />
<br />The reasons? Well, as for me, those are for my mom and dad who are too old and reluctant to learn something about computer! You might want to download them for safekeeping, backup, playback on media server at home, saving the metered broadband usage at home, etc.<br />
<br />OK. For whatever reasons, how could you direct download YouTube video clips (or from any other video hosting sites)?<br />
<br /><span class="subhead">1) Native way &#8211; retrieve video clips from a Web browser cache folder</span><br />
<br />This native method works for most video hosting sites, as long as you know where is the web browser cache folder that used to temporarily keeping web page contents (including picture, MIDI, MP3, FLV, SWF, etc).<br />
<br /><span class="subhead2">Firefox cache folder:</span><br />
<br />Type the following Firefox URI in the Address bar, press ENTER, and look for the <strong>Cache Directory:</strong> path of <strong>Disk Cache Device</strong>:<br />
<pre>about:cache</pre>
<br /><span class="subhead2">Vista-IE7 cache folder:</span><br />
<br />By default installation, you could find the IE7 super-hidden cache folder in Windows Vista at this folder path:<br />
<pre>%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files\Low\Content.ie5</pre>
<br /><strong>Note</strong>: You might need to enable &#8220;<a href="http://www.walkernews.net/2008/02/25/turn-on-view-hidden-file-option-in-windows-vista/" title="How to view all hidden files and folders in Windows Vista?" rel="bookmark">view hidden files/folders</a>&#8221; option in Windows to locate all sub-folders or the browser cache folder itself.<br />
<br />For example, you could find YouTube video clips that finish playback in web browser leaving the cached video files with file name similar to <code>get_video</code>, <code>get_video[1]</code>, <code>get_video[2]</code>, etc.<br />
<br />Save all these cached file to another folder and rename them with a flash video file extension (i.e. FLV, e.g. get_video to be renamed as video1.flv) and you&#8217;re ready to play the YouTube video offline or <a href="http://www.walkernews.net/2007/09/03/video-converter-for-smart-phone-like-nokia-n73/" title="Xilisoft - one of the ultimate video converter software" rel="bookmark">convert them to other video format</a> as you like.<br />
<br />For more detail, you may refer to <a href="http://www.walkernews.net/2008/03/17/where-is-ie7-cache-folder/" title="Where is the IE7 cache folder in Windows XP and Windows Vista?" rel="bookmark">Where Is IE7 Cache Folder</a>, <a href="http://www.walkernews.net/2007/05/07/retrieve-flash-movie-in-ie7-cache-folder/" title="How to retrieve flash video from IE7 cache folder in Windows Vista?" rel="bookmark">Retrieve Flash Movie In IE7 Cache Folder Of Windows Vista</a>, <a href="http://www.walkernews.net/2007/11/19/how-to-save-flash-video-from-firefox-cache-folder/" title="How To retrieve flash video from Firefox cache folder" rel="bookmark">How to save flash video from Firefox cache folder</a>.<br />
<br /><span class="subhead">2) Techie way &#8211; retrieve the hidden YouTube video direct download link</span><br />
<br />This method is only applicable to YouTube video and it&#8217;s working at this time of writing.<br />
<br />It&#8217;s not really user-friendly but it&#8217;s good enough for those who wonder how YouTube Downloader extracts the YouTube video direct download link.<br />
<br />For the detail of this method, please refer to <a href="http://www.walkernews.net/2008/02/25/youtube-video-direct-download-link/" title="How to extract YouTube video direct download link" rel="bookmark">YouTube Video Direct Download Link</a><br />
<br /><span class="subhead">3) Easier way &#8211; retrieve the YouTube video download link with YouTube Downloader</span><br />
<br /><span style="text-decoration:line-through;">There are many YouTube downloader freeware that you could easily find one or two from Google search.<br />
<br />If you&#8217;re not serious about downloading YouTube video (to be frank, watching YouTube video online is more fun because of the interactive features), I&#8217;ve my friend developed this simple <a href="http://www.walkernews.net/2008/03/16/extract-url-to-direct-download-youtube-video/" title="Easier extract YouTube video direct download link with the one-click PHP button" rel="bookmark">one-click YouTube downloader</a>.<br />
<br />Enter YouTube video URL here and click Submit button<br />
And click your YouTube Video direct download link at here</span><br />
<br />Strictly speaking, it&#8217;s not a perfect downloader. For example, sometime it&#8217;s not working without hard forcing web browser to refresh (i.e. pressing <a href="http://www.walkernews.net/2007/11/18/useful-ctrl-hotkey-in-windows-vista-and-xp/" title="Some useful CTRL-related hotket for Windows" rel="bookmark">CTRL+F5 hotkey</a>). And, it doesn&#8217;t download the video. Indeed, it merely presents the YouTube video direct download link that described in previous method.<br />
<ul class="related_post"><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><li><a href="http://www.walkernews.net/2008/03/16/extract-url-to-direct-download-youtube-video/" title="Extract URL To Direct Download YouTube Video">Extract URL To Direct Download YouTube Video</a></li><li><a href="http://www.walkernews.net/2008/02/25/youtube-video-direct-download-link/" title="YouTube Video Direct Download Link">YouTube Video Direct Download Link</a></li><li><a href="http://www.walkernews.net/2007/11/19/how-to-save-flash-video-from-firefox-cache-folder/" title="How To Save Flash Video From Firefox Cache Folder">How To Save Flash Video From Firefox Cache Folder</a></li><li><a href="http://www.walkernews.net/2009/04/26/how-to-embed-swf-or-flv-file-in-microsoft-excel-2007/" title="How To Embed SWF or FLV File In Microsoft Excel 2007?">How To Embed SWF or FLV File In Microsoft Excel 2007?</a></li><li><a href="http://www.walkernews.net/2009/03/12/new-youtube-player-interface-to-view-hd-video-clip/" title="New YouTube Player Interface To View HD Video Clip">New YouTube Player Interface To View HD Video Clip</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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/08/16/youtube-downloader-download-youtube-video-for-my-mom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Where Is IE7 Cache Folder</title>
		<link>http://www.walkernews.net/2008/03/17/where-is-ie7-cache-folder/</link>
		<comments>http://www.walkernews.net/2008/03/17/where-is-ie7-cache-folder/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 23:24:34 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Cache Folder]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[TIF]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/2008/03/17/where-is-ie7-cache-folder/</guid>
		<description><![CDATA[Where is the Internet Explorer 7 cache folder in Windows XP and Windows Vista?]]></description>
			<content:encoded><![CDATA[You may or may not know that there are two version of IE7, a.k.a. <a href="http://www.walkernews.net/tag/ie7/" title="All posts related to IE7 in WalkerNews.net" rel="bookmark">Internet Explorer 7</a>.<br />
<span id="more-668"></span><br />
Basically, IE7 only run on XP SP2 and above, i.e. <a href="http://www.walkernews.net/2007/02/22/vista-flip-3d-windows-aero-for-xp/" title="Adding Vista effects to Windows XP" rel="bookmark">Windows XP</a>, Windows 2003 and <a href="http://www.walkernews.net/2007/08/26/how-to-reset-windows-vista-account-password/" title="How to reset the forgotten Vista administrator password?" rel="bookmark">Windows Vista</a>. However, the Vista version of IE7 is bundled with the Windows Vista installation. In addition, Vista-IE7 could not run on XP and Windows 2003, and vice-versa.<br />

The reason is that Vista-IE7 comes with extra security feature called <a href="http://www.walkernews.net/2007/05/25/office-2007-validation-failed-by-ie7-protected-mode/" title="Download Office 2007 updates failed when IE7 running in Protected Mode?" rel="bookmark">Protected Mode</a>, where the low privilege IE7 processes only allowed to write files and settings to a &#8220;low integrity&#8221; location, including the TIF folder (Temporarily Internet Files folder, or cache folder). <br />
<br />Thus, you may not find some of the cached files (e.g. YouTube video, JPEG, MP3, etc) in the normal cache folder path, as in earlier version of IE web browser.<br />
<br /><strong>Where Is IE7 Cache Folder in <span style="text-decoration:underline;">Windows Vista</span></strong><br />
<br /><em>Assuming the Protected Mode security is turned on by default.</em><br />
<ol>
<li>Open IE7 in Windows Vista,</li>
<li>Press ALT+T keyboard shortcut to bring up Tools menu</li>
<li>Click the Internet Options sub-menu,</li>
<li>In the Internet Options dialog box, click the Settings button of Browsing History section,</li>
<li>Click the View Files button in the Temporarily Internet Files and History Settings dialog box,</li>
<li>Press ALT+D to highlight the Windows Explorer address bar,</li>
<li>Then follow by pressing the right-arrow key on your keyboard,</li>
<li>APPEND this hidden path <code>\low\content.ie5</code> and press ENTER key.</li>
</ol>
<br />By appending <code>\low\content.ie5</code> to the traditional IE cache folder path, you&#8217;ll find most of the cached files in this &#8220;low integrity&#8221; folder (when IE7 is running in Protected Mode).<br />
<blockquote>Some or all of the folders in this &#8220;low integrity&#8221; folder might be in hidden mode, which can only be seen or accessed by turning on the <strong><a href="http://www.walkernews.net/2008/02/25/turn-on-view-hidden-file-option-in-windows-vista/" title="How to turn on the view hidden files option in Vista Windows Explorer?" rel="bookmark">view hidden files option</a></strong> in Windows Explorer.</blockquote>
<br /><strong>Where Is IE7 Cache Folder in <span style="text-decoration:underline;">Windows XP</span></strong><br />
<br />Because the XP and Windows 2003 don’t support Protected Mode as in Windows Vista, there is no so-called &#8220;low integrity&#8221; folder in these Windows.<br />
<br />However, IE7 running on XP and 2003 doesn&#8217;t cache all files in the traditional cache folder path as well.<br />
<br />In order to access the IE7 cache folder in XP / Windows 2003: <br />
<ol>
<li>Open IE7 in Windows XP or 2003,</li>
<li>Press ALT+T keyboard shortcut to bring up Tools menu</li>
<li>Click the Internet Options sub-menu,</li>
<li>In the Internet Options dialog box, click the Settings button of Browsing History section,</li>
<li>Click the View Files button in the Temporarily Internet Files and History Settings dialog box,</li>
<li>Press ALT+D to highlight the Windows Explorer address bar,</li>
<li>Then follow by pressing the right-arrow key on your keyboard,</li>
<li>APPEND this hidden path <code>\content.ie5</code> and press ENTER key.</li>
</ol>
<br />Similarly, you might need to turn on the view hidden files options in <a href="http://www.walkernews.net/2007/07/09/vista-preview-pane-vs-detail-pane-revisited/" title="The Preview Pane and Detail Pane in Vista Windows Explorer" rel="bookmark">Windows Explorer</a> before you could view / access all the web pages components cached by the web browser.<br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/" title="How To Fix IE 7 Print Error In Windows Vista?">How To Fix IE 7 Print Error In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2008/08/16/youtube-downloader-download-youtube-video-for-my-mom/" title="YouTube Downloader: Download YouTube Video For My Mom!">YouTube Downloader: Download YouTube Video For My Mom!</a></li><li><a href="http://www.walkernews.net/2007/06/07/ctrl-q-speed-up-ie7-tabbed-browsing/" title="CTRL+Q Speed Up IE7 Tabbed Browsing">CTRL+Q Speed Up IE7 Tabbed Browsing</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/11/11/google-chrome-memory-usage-is-better-than-ie7-and-firefox/" title="Google Chrome Memory Usage Is Better Than IE7 And Firefox">Google Chrome Memory Usage Is Better Than IE7 And Firefox</a></li><li><a href="http://www.walkernews.net/2007/11/18/useful-ctrl-hotkey-in-windows-vista-and-xp/" title="Useful CTRL Hotkey In Windows Vista and XP">Useful CTRL Hotkey In Windows Vista and XP</a></li><li><a href="http://www.walkernews.net/2007/06/16/direct-download-link-of-microsoft-product-update/" title="Direct Download Link of Microsoft Product Update">Direct Download Link of Microsoft Product Update</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/03/17/where-is-ie7-cache-folder/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>YouTube Video Direct Download Link</title>
		<link>http://www.walkernews.net/2008/02/25/youtube-video-direct-download-link/</link>
		<comments>http://www.walkernews.net/2008/02/25/youtube-video-direct-download-link/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 18:15:19 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Direct Download]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/2008/02/25/youtube-video-direct-download-link/</guid>
		<description><![CDATA[A manual way, no software installation, a simple trick to get the download link of YouTube Video...]]></description>
			<content:encoded><![CDATA[You like YouTube? I do. You want to download some of the nice YouTube video clip for offline leisure. So am I.<br />
<span id="more-667"></span><br />
Besides relying on freeware, you could also <a href="http://www.walkernews.net/2007/05/08/how-to-save-youtube-video-for-offline-playback/" title="How to save YouTube video from cache folder?" rel="bookmark">copy the YouTube video clips from browser&#8217;s cache folder</a>. Now, there is another trick where you could find a hidden <a href="http://www.walkernews.net/2007/06/16/direct-download-link-of-microsoft-product-update/" title="Direct download some of the popular Microsoft Update without WGA checking" rel="bookmark">direct download link</a> of each YouTube video clips.<br />

Best of all, you don&#8217;t have to worry about installing too many freeware (that potentially slow down Windows performance) nor you&#8217;ve to watch the video and then locate it from <a href="http://www.walkernews.net/2007/05/07/retrieve-flash-movie-in-ie7-cache-folder/" title="Where is IE7 cache folder in Vista?" rel="bookmark">cache folder</a>.<br />
<br /><strong>How to extract the hidden direct download link of YouTube video?</strong><br />
<br /><em>With this trick means you could directly download the YouTube video clips to local hard disk!</em><br />
<br />1) For example, click these links to open the <a href="http://www.youtube.com/watch?v=9rz5NekSUTM" target="_blank" rel="nofollow" title="Jumper trailer at YouTube">Jumper trailer</a> or the <a href="http://www.youtube.com/watch?v=WaIR9dAZRR0" target="_blank" rel="nofollow" title="Batman The Dark Knight trailer at YouTube">Batman The Dark Knight trailer</a> hosted at YouTube (you could just open any video clips hosted on YouTube) with your <a href="http://www.walkernews.net/2007/07/05/how-to-change-user-agent-string/" title="How to change User Agent String of your favorite web browser?" rel="bookmark">favorite web browser</a>.<br />
<br />2) Right-click on the empty / blank place to bring up the web browser context-menu, then click the View Source (<a href="http://www.walkernews.net/2007/12/28/vista-ie7-fail-to-print-web-page-to-xps/" title="How to fix IE7 XPS printing error?" rel="bookmark">IE7</a>) or View Page Source (<a href="http://www.walkernews.net/2007/11/20/how-to-view-rss-feed-in-xml-format-with-firefox/" title="How to view RSS or ATOM Feed in XML format with Firefox web browser?" rel="bookmark">Firefox</a> 2.0.0.12)<br />
<br /><img src='http://www.walkernews.net/wp-content/uploads/2008/02/direct-download-youtube-video.jpg' alt='Extract the hidden direct download link of YouTube video' /><br />
<br />3) Press CTRL+F <a href="http://www.walkernews.net/2007/05/16/list-of-windows-vista-keyboard-shortcut-or-hotkey/" title="Complete list of Windows Vista built-in hotkey" rel="bookmark">hotkeys</a> to bring up Find function dialog box and search for <code>watch_fullscreen</code><br />
<br />4) On the same line, copy all the text from <span style="color:#F00;font-weight:bold;text-weight:bold">video_id</span> up to <span style="color:#F00;font-weight:bold;text-weight:bold">title</span>.<br />
<br />E.g. Copy the red-color highlighted text only:<br />
<br />YouTube page source of Batman The Dark Knight trailer:<br />
<pre>var fullscreenUrl = '/watch_fullscreen?fs=1&#038;q=batman&#038;e=h&#038;sourceid=ys&#038;<span style="color:#F00;font-weight:bold;text-weight:bold">video_id=WaIR9dAZRR0&#038;l=127&#038;sk=VCaWxqmJZiKonU1nSiudlwC&#038;t=OEgsToPDskIruDrrzg8rrmEurgby4CAq&#038;hl=en&#038;plid=AARG6hg5eMe3TU0HAAAAoARKYAA&#038;tk=qFuW4Ccd3bcw0maq8nDIEhW4w-HlY7INZ_61k0CTk6utKedGb4Uveg%3D%3D&#038;title</span>=Batman - The Dark Knight Trailer HD';</pre>
<br />YouTube page source of the Jumper trailer:<br />
<pre>'/watch_fullscreen?fs=1&#038;e=h&#038;<span style="color:#F00;font-weight:bold;text-weight:bold">video_id=9rz5NekSUTM&#038;l=149&#038;sk=GJ-xz7O9MhF7a9YqeK9xQwC&#038;t=OEgsToPDskJfBx_V8_vxpGb1nnFNj6Ky&#038;hl=en&#038;plid=AARG6j6Dw6RqOq7AAAAAoAAYYAE&#038;title</span>=Jumper Trailer - World Premiere';</pre>
<br />5) Open another new browser window, type this URL<br />
<br /><code>www.youtube.com/get_video?</code><br />
<br />and then press CTRL+C <a href="http://www.walkernews.net/2007/11/18/useful-ctrl-hotkey-in-windows-vista-and-xp/" title="Some of the useful CTRL keyboard shortcut for Windows Vista and XP." rel="bookmark">keyboard shortcut</a> to APPEND the copied text in step 4.<br />
<br />E.g. these are how the hidden direct download links of YouTube videos look like:<br />
<br />The Jumper Trailer direct download link:<br />
<pre><span style="color:#F00;font-weight:bold;text-weight:bold">www.youtube.com/get_video?</span>video_id=9rz5NekSUTM&#038;l=149&#038;sk=GJ-xz7O9MhF7a9YqeK9xQwC&#038;t=OEgsToPDskJfBx_V8_vxpGb1nnFNj6Ky&#038;hl=en&#038;plid=AARG6j6Dw6RqOq7AAAAAoAAYYAE&#038;title</pre>
<br />Batman The Dark Knight Trailer direct download link:<br />
<pre><span style="color:#F00;font-weight:bold;text-weight:bold">www.youtube.com/get_video?</span>video_id=WaIR9dAZRR0&#038;l=127&#038;sk=VCaWxqmJZiKonU1nSiudlwC&#038;t=OEgsToPDskIruDrrzg8rrmEurgby4CAq&#038;hl=en&#038;plid=AARG6hg5eMe3TU0HAAAAoARKYAA&#038;tk=qFuW4Ccd3bcw0maq8nDIEhW4w-HlY7INZ_61k0CTk6utKedGb4Uveg%3D%3D&#038;title</pre>
<br />Now, just press ENTER key and you&#8217;ll prompted to save the <code>get_video</code> file. Before saving the file, you may rename it with a meaningful filename and append the <code>.flv</code> as the <a href="http://www.walkernews.net/2007/04/07/ultimate-windows-vista-codec-pack-storm-codec/" title="The Storm Codec - Get a super codec pack to play all multimedia formats in Windows Vista and XP" rel="bookmark">flash video</a> file extension.<br />

With reference: <a href="http://unlockforus.blogspot.com/2007/10/iunlockthis-youtube-hack.html" target="_blank">Lawrence@NextMile</a><br />
<ul class="related_post"><li><a href="http://www.walkernews.net/2008/08/16/youtube-downloader-download-youtube-video-for-my-mom/" title="YouTube Downloader: Download YouTube Video For My Mom!">YouTube Downloader: Download YouTube Video For My Mom!</a></li><li><a href="http://www.walkernews.net/2008/03/16/extract-url-to-direct-download-youtube-video/" title="Extract URL To Direct Download YouTube Video">Extract URL To Direct Download YouTube Video</a></li><li><a href="http://www.walkernews.net/2007/11/20/how-to-view-rss-feed-in-xml-format-with-firefox/" title="How To View RSS Feed In XML Format With Firefox">How To View RSS Feed In XML Format With Firefox</a></li><li><a href="http://www.walkernews.net/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/" title="Using TRK To Enable Vista SP1 Administrator Account And Reset Windows Password">Using TRK To Enable Vista SP1 Administrator Account And Reset Windows Password</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><li><a href="http://www.walkernews.net/2007/11/19/how-to-save-flash-video-from-firefox-cache-folder/" title="How To Save Flash Video From Firefox Cache Folder">How To Save Flash Video From Firefox Cache Folder</a></li><li><a href="http://www.walkernews.net/2007/09/24/how-to-download-streaming-video-from-asx-file/" title="How To Download Streaming Video From ASX File">How To Download Streaming Video From ASX File</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2008/02/25/youtube-video-direct-download-link/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Vista IE7 Fail To Print Web Page To XPS Format</title>
		<link>http://www.walkernews.net/2007/12/28/vista-ie7-fail-to-print-web-page-to-xps/</link>
		<comments>http://www.walkernews.net/2007/12/28/vista-ie7-fail-to-print-web-page-to-xps/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 19:18:54 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[2069]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[XPS]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/2007/12/28/vista-ie7-fail-to-print-web-page-to-xps/</guid>
		<description><![CDATA[Windows Vista IE7 doesn't print web page by pop up an error message after deleting the LOW integrity folder in temp folder!]]></description>
			<content:encoded><![CDATA[Not everyone needs a physical printer at home, so am I. Indeed, we should try not to print as many as we could, as a little contribution to the green environment!<br />
<span id="more-599"></span><br />
On many occasions, however, there is a need to &#8220;print&#8221; an electronic receipt / acknowledgement for reference / prove.<br />

In this case, a hard-copy printout is still not a must, but such receipt can be kept intact by printing to another electronic format &#8211; <a href="http://www.walkernews.net/2007/06/21/all-version-adobe-reader-direct-download/" title="Direct download all version of Adobe PDF Reader" rel="bookmark">Adobe PDF document</a>, Tagged Image File Format (TIFF printed by Microsoft Office Document Image Writer), Microsoft XPS Document, etc.<br />
<blockquote>Before XPS Document is introduced, I used to install PDF Creator to my XP machine for the same purpose.<br />
<br />With <a href="http://www.walkernews.net/tag/windows-vista/" title="All posts related to Windows Vista" rel="bookmark">Vista Ultimate</a> running now, I enjoy with the built-in XPS Document printing feature. At the same time, there is also <a href="http://www.walkernews.net/2007/08/27/direct-download-office-2007-from-microsoft/" title="Direct download Office 2007 installation CD file from genuine source!" rel="bookmark">Office 2007</a> with nice Add-in called <a href="http://www.walkernews.net/2007/06/16/direct-download-link-of-microsoft-product-update/" title="Direct download Microsoft product update, such as Office 2007 top Add-in SaveAsPDF" rel="bookmark">SaveAsPDF</a> to convert Office document into Adobe PDF format or the Office Document Image Writer for TIFF file.</blockquote>
<br />Now, a problem I&#8217;ve faced just now when I want to print an inter-bank fund transfer successfully acknowledgement, the lovely Vista IE7 pop up two error messages, one after another:<br />
<br /><img src='http://www.walkernews.net/wp-content/uploads/2007/12/vista-ie7-print-error.JPG' alt='Windows Vista IE7 fail to print a web page by showing cannot find file error message.' /><br />
<br />Vista IE7 doesn&#8217;t print a web page by pop up error message:<br />
<pre>Cannot find "file:///%userprofile%/AppData/Local/Temp/Low/NZ0LISWM.htm". Make sure the path or Internet address is correct.</pre>
<br />After clicking the OK button, there is another Internet Explorer Script Error window pop up:<br />
<br /><img src='http://www.walkernews.net/wp-content/uploads/2007/12/vista-ie7-error-2069.JPG' alt='Vista IE7 pop up Internet Explorer Script Error that object required is not exists at line 2069.' /><br />
<br />The error message seems to tell that an object required is not exists in line 2069 when processing res://ieframe.dll/preview.dlg (a print preview dialog box?).<br />
<br />Well, if you happen to have this similar problem, you might have done one of this:<br />
<ul>
<li>Too naughty to delete everything found in each Temp folders of Windows Vista, including the LOW integrity folder for read/write access of low integrity process (e.g. <a href="http://www.walkernews.net/2007/05/07/retrieve-flash-movie-in-ie7-cache-folder/" title="Where is Vista IE7 temporarily internet file or cache folder when IE7 running in Protected Mode?" rel="bookmark">IE7 running in Protected Mode</a>) &#8211; This is my case!</li>
<li>Install and run CCleaner 2.03.532 to clean useless temporarily files in Windows Vista,</li>
<li>Install and run CCleaner-like program that delete the LOW folder.</li>
</ul>
<br /><span style="font-weight:bold;">How to restore or recreate LOW folder in Windows Vista?</span><br />
<ol>
<li>Browse to the Temp folder of your user account, i.e.
<pre>C:\Users\&lt;User-Name&gt;\AppData\Local\Temp</pre>
</li>
<li>Create a new folder and name it as <code>Low</code><br />
&nbsp;</li>
<li><a href="http://www.walkernews.net/2007/05/21/open-command-prompt-here-with-elevated-privilege/" title="How to make yourself an elevated privilege version of Open Command Window Here shortcut in the context menu?">Open a command prompt with elevated privilege</a> and enter this command to set the LOW folder as low integrity folder:
<pre>ICACLS %userprofile%\AppData\Local\Temp\Low /setintegritylevel (OI)(CI)low</pre>
</li>
</ol>
<br />Once these similar message are seen,<br />
<pre>processed file: C:\Users\Joyride\AppData\Local\Temp\Low
Successfully processed 1 files; Failed processing 0 files</pre>
<br />then proceed to try printing in Vista IE7 again (which should be working now):<br />

Note: With reference to <a href="http://forum.piriform.com/index.php?showtopic=13563" title="Piriform forum" rel="nofollow" target="_blank">Piriform forum</a><br />
<ul class="related_post"><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/2008/12/07/using-trk-to-enable-vista-sp1-administrator-account-and-reset-windows-password/" title="Using TRK To Enable Vista SP1 Administrator Account And Reset Windows Password">Using TRK To Enable Vista SP1 Administrator Account And Reset Windows Password</a></li><li><a href="http://www.walkernews.net/2008/11/12/how-to-fix-ie-7-print-error-in-windows-vista/" title="How To Fix IE 7 Print Error In Windows Vista?">How To Fix IE 7 Print Error In Windows Vista?</a></li><li><a href="http://www.walkernews.net/2008/07/21/where-does-putty-keeps-ssh-host-key-fingerprint-in-windows-registry/" title="Where Does Putty Keeps SSH Host Key Fingerprint In Windows Registry?">Where Does Putty Keeps SSH Host Key Fingerprint In Windows Registry?</a></li><li><a href="http://www.walkernews.net/2008/06/09/configure-secured-private-key-for-password-less-ssh-login/" title="Configure Secured Private Key For Password-less SSH Login">Configure Secured Private Key For Password-less SSH Login</a></li><li><a href="http://www.walkernews.net/2008/06/05/configure-putty-to-support-password-less-ssh-login/" title="Configure Putty To Support Password-less SSH Login">Configure Putty To Support Password-less SSH Login</a></li><li><a href="http://www.walkernews.net/2008/04/10/direct-download-microsoft-product-service-packs/" title="Direct Download Microsoft Product Service Packs">Direct Download Microsoft Product Service Packs</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2007/12/28/vista-ie7-fail-to-print-web-page-to-xps/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How To View RSS Feed In XML Format With Firefox</title>
		<link>http://www.walkernews.net/2007/11/20/how-to-view-rss-feed-in-xml-format-with-firefox/</link>
		<comments>http://www.walkernews.net/2007/11/20/how-to-view-rss-feed-in-xml-format-with-firefox/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 16:50:09 +0000</pubDate>
		<dc:creator>Walker</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Trick]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.walkernews.net/2007/11/20/how-to-view-rss-feed-in-xml-format-with-firefox/</guid>
		<description><![CDATA[How to disable RSS Feed preview and show it in XML format with Firefox web browser?]]></description>
			<content:encoded><![CDATA[Similar to IE7, <a href="http://www.walkernews.net/2007/11/19/how-to-save-flash-video-from-firefox-cache-folder/" title="How to save YouTube flash video manually with Firefox 2.x" rel="bookmark">Firefox 2.x</a> built-in Feed Reader that understand RSS and Atom protocol.<br />
<span id="more-590"></span><br />
By default, both IE7 and Firefox are set to render the XML format of RSS / ATOM feed in human readable form.<br />

Although the default reader works well for majority users, developers might sometimes expect turn it off to inspect the underlying XML structure of a Feed.<br />
<br /><img src='http://www.walkernews.net/wp-content/uploads/2007/11/ie7-render-feed-in-xml.JPG' alt='Turn off IE7 Feed Reading View, i.e. disable the feed preview option to view or display the underlying XML code structure of a RSS or ATOM feed.' /><br />
<br />IE7 comes with an option to <a href="http://www.walkernews.net/2007/03/25/ie-7-xml-feed-display-rss-feed-validation/" title="Turn off IE7 Feed preview option" rel="bookmark">turn off or disable Feed preview function</a>. However, Firefox 2.x doesn&#8217;t have such explicit option to do so!<br />
<br />Though, <a href="http://moggy.laceous.com/2007/07/01/disabling-feed-previews-in-firefox-2/" title="Disabling Feed Preview in Firefox 2.x" target="_blank">Moggylaceous</a> posted a simply hack or trick to disable the Feed preview function in Firefox 2.x too. <br />
<br />All you need to do is edit the FeedConverter.js, a JavaScript file that comes with Firefox installation.<br />
<br />In my Windows Vista Ultimate, this FeedConverter.js is located at this path<br />
<pre>C:\Program Files\Mozilla Firefox\components\FeedConverter.js</pre>
<br />Open the FeedConverter.js, search for this block of code and remark it to become comment (refer to the screenshot below for reference)<br />
<pre>if (result.doc &#038;&#038; (!this._sniffed || (result.doc.title &#038;&#038; (result.doc.link || result.doc.id)))) {</pre>
<br />and add a new line, i.e. <code>if (0) {</code>, as a replacement to the remarked block of code.<br />
<br /><img src='http://www.walkernews.net/wp-content/uploads/2007/11/firefox-feed-preview-hack.JPG' alt='Simple hack to turn off Firefox 2.x Feed preview option.' /><br />
<blockquote>For Windows Vista, saving the FeedConverter.js file might be rejected with an error message that similar to &#8220;Please check whether if this file is opened in another program.&#8221;<br />
<br />In this case, you might wonder what other application using FeedConverter.js file while there is no active Firefox is running.<br />
<br />Well, it&#8217;s not because of Firefox, but this is likely due to <a href="http://www.walkernews.net/2007/06/27/how-to-tweak-or-disable-uac-in-vista/" title="How to disable or tweak Windows Vista UAC security feature." rel="bookmark">Windows Vista UAC</a> security feature! I&#8217;ve successfully save the change by using Notepad++ that was executed in <a href="http://www.walkernews.net/2007/05/21/open-command-prompt-here-with-elevated-privilege/" title="Add an elevated version of Open Command Window Here in Windows Vista" rel="bookmark">an elevated Command Prompt window</a>!</blockquote>
<br />Once the changes are saved, restart Firefox to get it renders the underlying structure of a Feed. (Though, this hack doesn&#8217;t work with ATOM feed).<br />
<br /><img src='http://www.walkernews.net/wp-content/uploads/2007/11/firefox-2009-xml-feed.JPG' alt='Firefox 2.0.0.9 turn off Feed preview to show underlying XML structure of a Feed.' /><br />

<ul class="related_post"><li><a href="http://www.walkernews.net/2008/08/16/youtube-downloader-download-youtube-video-for-my-mom/" title="YouTube Downloader: Download YouTube Video For My Mom!">YouTube Downloader: Download YouTube Video For My Mom!</a></li><li><a href="http://www.walkernews.net/2008/02/25/youtube-video-direct-download-link/" title="YouTube Video Direct Download Link">YouTube Video Direct Download Link</a></li><li><a href="http://www.walkernews.net/2007/07/05/how-to-change-user-agent-string/" title="How To Change User Agent String">How To Change User Agent String</a></li><li><a href="http://www.walkernews.net/2007/03/25/ie-7-xml-feed-display-rss-feed-validation/" title="IE 7 XML Feed Display &#038; RSS Feed Validation">IE 7 XML Feed Display &#038; RSS Feed Validation</a></li><li><a href="http://www.walkernews.net/2008/11/11/google-chrome-memory-usage-is-better-than-ie7-and-firefox/" title="Google Chrome Memory Usage Is Better Than IE7 And Firefox">Google Chrome Memory Usage Is Better Than IE7 And Firefox</a></li><li><a href="http://www.walkernews.net/2007/07/04/what-is-that-user-agent-string-used-for/" title="What Is that User Agent String Used For">What Is that User Agent String Used For</a></li><li><a href="http://www.walkernews.net/2011/03/14/how-to-change-firefox-backspace-button-response/" title="How To Change Firefox Backspace Button Response?">How To Change Firefox Backspace Button Response?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.walkernews.net/2007/11/20/how-to-view-rss-feed-in-xml-format-with-firefox/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

