<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Find out the last modified date of the web page you are viewing</title>
	<atom:link href="http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/feed/" rel="self" type="application/rss+xml" />
	<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/</link>
	<description>Educational Technology</description>
	<lastBuildDate>Thu, 12 Apr 2012 19:16:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Roelfke</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-27022</link>
		<dc:creator>Roelfke</dc:creator>
		<pubDate>Wed, 11 Aug 2010 18:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-27022</guid>
		<description>None of them work properly. All of them render the current date and time.</description>
		<content:encoded><![CDATA[<p>None of them work properly. All of them render the current date and time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samoik</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-27020</link>
		<dc:creator>samoik</dc:creator>
		<pubDate>Mon, 19 Jul 2010 19:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-27020</guid>
		<description>Lol, it does not work in general, it shows today date :)</description>
		<content:encoded><![CDATA[<p>Lol, it does not work in general, it shows today date <img src='http://ryancollins.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-27001</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 07 Jun 2010 06:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-27001</guid>
		<description>works with IE but not in Google Chrome</description>
		<content:encoded><![CDATA[<p>works with IE but not in Google Chrome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Small Business Helper</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-26970</link>
		<dc:creator>Small Business Helper</dc:creator>
		<pubDate>Wed, 26 May 2010 12:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-26970</guid>
		<description>Tested all your comments and they are in accurate...
1.I went to one of my own Underconstruction Pages which I know have not been updated in about a year + they are not dynamic in coding style.
2.I pasted this directly into my browser: javascript:alert(Date(Date.parse(document.lastModified)))
3.It came back with today&#039;s date.

CONCLUSION...
AnilVT is correct. All that code does is tell you the last modifed date of this file downloaded into your browser&#039;s cache directory - In my/this case Firefox v3.6.3.

Incidentally, all of the above is what you can already achieve via Firefox&#039;s &#039;Right Click&gt;View Page Info&gt;See modified info&#039;.

SOLUTION...
In my opinion this is the ONE THING THAT I.E. IS GOOD FOR...
One solution I&#039;ve found so far is to open the desired webpage in I.E. &gt; then view the Browser&#039;s actual downloaded files directory. There you can see the true Modifed Date of that File + the Last Accessed Date (your downloaded date).

Internet Explorer example:
IE&gt;Tools&gt;Internet Options&gt;General Tab&gt;Browsing History &#039;settings&#039;&gt;View Files.

The location should be something like... C:\Documents and Settings\Username\Local Settings\Temporary Internet Files

Firefox Example:
Unless I&#039;m just unaware, I find Firefox a let down with this; the file names are confusing and not much use.

To learn where your Firefox is storing web cache...
Copy&amp;Paste this into your Firefox addressbar: about:cache

You should be able to see the location of your Firefox&#039;s stored Cache - something like this:
C:\Documents and Settings\Username\Local Settings\Application Data\Mozilla\Firefox\Profiles\uifll7vx.default\Cache

Though, I think you&#039;ll find once there - Firefox file names are confusing and not much use.

Hope the my comments help you!
Steve Walters, Small Business Helper Limited.</description>
		<content:encoded><![CDATA[<p>Tested all your comments and they are in accurate&#8230;<br />
1.I went to one of my own Underconstruction Pages which I know have not been updated in about a year + they are not dynamic in coding style.<br />
2.I pasted this directly into my browser: javascript:alert(Date(Date.parse(document.lastModified)))<br />
3.It came back with today&#8217;s date.</p>
<p>CONCLUSION&#8230;<br />
AnilVT is correct. All that code does is tell you the last modifed date of this file downloaded into your browser&#8217;s cache directory &#8211; In my/this case Firefox v3.6.3.</p>
<p>Incidentally, all of the above is what you can already achieve via Firefox&#8217;s &#8216;Right Click&gt;View Page Info&gt;See modified info&#8217;.</p>
<p>SOLUTION&#8230;<br />
In my opinion this is the ONE THING THAT I.E. IS GOOD FOR&#8230;<br />
One solution I&#8217;ve found so far is to open the desired webpage in I.E. &gt; then view the Browser&#8217;s actual downloaded files directory. There you can see the true Modifed Date of that File + the Last Accessed Date (your downloaded date).</p>
<p>Internet Explorer example:<br />
IE&gt;Tools&gt;Internet Options&gt;General Tab&gt;Browsing History &#8216;settings&#8217;&gt;View Files.</p>
<p>The location should be something like&#8230; C:\Documents and Settings\Username\Local Settings\Temporary Internet Files</p>
<p>Firefox Example:<br />
Unless I&#8217;m just unaware, I find Firefox a let down with this; the file names are confusing and not much use.</p>
<p>To learn where your Firefox is storing web cache&#8230;<br />
Copy&amp;Paste this into your Firefox addressbar: about:cache</p>
<p>You should be able to see the location of your Firefox&#8217;s stored Cache &#8211; something like this:<br />
C:\Documents and Settings\Username\Local Settings\Application Data\Mozilla\Firefox\Profiles\uifll7vx.default\Cache</p>
<p>Though, I think you&#8217;ll find once there &#8211; Firefox file names are confusing and not much use.</p>
<p>Hope the my comments help you!<br />
Steve Walters, Small Business Helper Limited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cerniuk</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-26751</link>
		<dc:creator>Cerniuk</dc:creator>
		<pubDate>Sat, 05 Dec 2009 01:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-26751</guid>
		<description>try bookmarking this instead:

javascript:alert(Date(Date.parse(document.lastModified)))</description>
		<content:encoded><![CDATA[<p>try bookmarking this instead:</p>
<p>javascript:alert(Date(Date.parse(document.lastModified)))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Rcollins</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-24046</link>
		<dc:creator>Mr.Rcollins</dc:creator>
		<pubDate>Thu, 27 Mar 2008 12:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-24046</guid>
		<description>I don&#039;t think it works with dynamically generated pages, such as this blog, as a matter of fact! I tried it with wikipedia, and it shows a date modified of March 25th for the entry on volcano, but the history shows a date of the last modification as of March 22. 

That link uses javascript to get the last modified, I guess I&#039;ll need to research into where exactly that date comes from.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think it works with dynamically generated pages, such as this blog, as a matter of fact! I tried it with wikipedia, and it shows a date modified of March 25th for the entry on volcano, but the history shows a date of the last modification as of March 22. </p>
<p>That link uses javascript to get the last modified, I guess I&#8217;ll need to research into where exactly that date comes from.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AnilVT</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-24043</link>
		<dc:creator>AnilVT</dc:creator>
		<pubDate>Thu, 27 Mar 2008 07:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-24043</guid>
		<description>Ryan, this doesn&#039;t work at all. While it does show the date - IMO it&#039;s the date and time when this page was last downloaded on my system; and NOT the real last modified date of the webpage. I tested with a page on my site updated last year, but it shows current date. Does that make sense? Check it for yourself :)</description>
		<content:encoded><![CDATA[<p>Ryan, this doesn&#8217;t work at all. While it does show the date &#8211; IMO it&#8217;s the date and time when this page was last downloaded on my system; and NOT the real last modified date of the webpage. I tested with a page on my site updated last year, but it shows current date. Does that make sense? Check it for yourself <img src='http://ryancollins.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-21647</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 12 Jan 2008 15:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-21647</guid>
		<description>Works OK on Firefox but not on IE7</description>
		<content:encoded><![CDATA[<p>Works OK on Firefox but not on IE7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wendy Golski</title>
		<link>http://ryancollins.org/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/comment-page-1/#comment-21492</link>
		<dc:creator>Wendy Golski</dc:creator>
		<pubDate>Wed, 09 Jan 2008 03:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://ryancollins.org/wp/2007/12/20/find-out-the-last-modified-date-of-the-web-page-you-are-viewing/#comment-21492</guid>
		<description>works on Firefox... not on Safari</description>
		<content:encoded><![CDATA[<p>works on Firefox&#8230; not on Safari</p>
]]></content:encoded>
	</item>
</channel>
</rss>

