<?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: Web Site Mangement</title>
	<atom:link href="http://www.myloadtest.com/web-site-mangement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myloadtest.com/web-site-mangement/</link>
	<description>Performance Testing with a LoadRunner focus</description>
	<lastBuildDate>Sun, 25 Jul 2010 20:27:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Miyo</title>
		<link>http://www.myloadtest.com/web-site-mangement/#comment-33133</link>
		<dc:creator>Miyo</dc:creator>
		<pubDate>Mon, 01 Jun 2009 05:45:03 +0000</pubDate>
		<guid isPermaLink="false">/?p=31#comment-33133</guid>
		<description>This I think is the best site to validate your XHTML and CSS
http://validator.w3.org/</description>
		<content:encoded><![CDATA[<p>This I think is the best site to validate your XHTML and CSS<br />
<a href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.myloadtest.com/web-site-mangement/#comment-171</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 10 Jul 2005 10:25:37 +0000</pubDate>
		<guid isPermaLink="false">/?p=31#comment-171</guid>
		<description>This is a useful online tool to look at the HTTP headers that are returned from a page request. 

http://web-sniffer.net/

I found this useful to diagnose problems with my RSS feeds. I could not see them properly in my browser because I was getting a 304 response.</description>
		<content:encoded><![CDATA[<p>This is a useful online tool to look at the HTTP headers that are returned from a page request. </p>
<p><a href="http://web-sniffer.net/" rel="nofollow">http://web-sniffer.net/</a></p>
<p>I found this useful to diagnose problems with my RSS feeds. I could not see them properly in my browser because I was getting a 304 response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.myloadtest.com/web-site-mangement/#comment-170</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 10 Jul 2005 10:22:51 +0000</pubDate>
		<guid isPermaLink="false">/?p=31#comment-170</guid>
		<description>Some useful web services for validating various types of content are:

http://feedvalidator.org/ (validates RSS feeds)

http://jigsaw.w3.org/css-validator/ (W3C CSS validator)

http://validator.w3.org/ (W3C HTML/XHTML validator)

http://www.htmlhelp.com/tools/validator/batch.html.en (The WDG HTML Validator has a useful batch mode for validating multiple pages at once)</description>
		<content:encoded><![CDATA[<p>Some useful web services for validating various types of content are:</p>
<p><a href="http://feedvalidator.org/" rel="nofollow">http://feedvalidator.org/</a> (validates RSS feeds)</p>
<p><a href="http://jigsaw.w3.org/css-validator/" rel="nofollow">http://jigsaw.w3.org/css-validator/</a> (W3C CSS validator)</p>
<p><a href="http://validator.w3.org/" rel="nofollow">http://validator.w3.org/</a> (W3C HTML/XHTML validator)</p>
<p><a href="http://www.htmlhelp.com/tools/validator/batch.html.en" rel="nofollow">http://www.htmlhelp.com/tools/validator/batch.html.en</a> (The WDG HTML Validator has a useful batch mode for validating multiple pages at once)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.myloadtest.com/web-site-mangement/#comment-169</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 10 Jul 2005 10:18:25 +0000</pubDate>
		<guid isPermaLink="false">/?p=31#comment-169</guid>
		<description>Google PageRank calculators (that do not use the Google Toolbar)

http://pagerank.walidator.com/

http://www.top25web.com/pagerank.php

Note that with both of these, it is possible to check multiple pages at once.</description>
		<content:encoded><![CDATA[<p>Google PageRank calculators (that do not use the Google Toolbar)</p>
<p><a href="http://pagerank.walidator.com/" rel="nofollow">http://pagerank.walidator.com/</a></p>
<p><a href="http://www.top25web.com/pagerank.php" rel="nofollow">http://www.top25web.com/pagerank.php</a></p>
<p>Note that with both of these, it is possible to check multiple pages at once.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.myloadtest.com/web-site-mangement/#comment-15</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 03 Feb 2005 01:28:48 +0000</pubDate>
		<guid isPermaLink="false">/?p=31#comment-15</guid>
		<description>see http://mindprod.com/jgloss/htmlvalidator.html

CSE HTMLValidator is the HTML validator I use to check my *.html web pages for syntax errors. Starting with version 5, it also checks *.css style sheets. See the HTMLValidator FAQ to get a hint of what it can do, or download the free light version. One thing the validator will complain about is &amp;s in your CGI URLS; it wants you to spell them out as &amp;amp. The CGI server will still see them as plain &amp; since your browser converts them back to plain &amp;.

Although, as you are validating XML, it should be easy to do with a standard XML tool that will check an XML file against the DTD.</description>
		<content:encoded><![CDATA[<p>see <a href="http://mindprod.com/jgloss/htmlvalidator.html" rel="nofollow">http://mindprod.com/jgloss/htmlvalidator.html</a></p>
<p>CSE HTMLValidator is the HTML validator I use to check my *.html web pages for syntax errors. Starting with version 5, it also checks *.css style sheets. See the HTMLValidator FAQ to get a hint of what it can do, or download the free light version. One thing the validator will complain about is &#038;s in your CGI URLS; it wants you to spell them out as &#038;amp. The CGI server will still see them as plain &#038; since your browser converts them back to plain &#038;.</p>
<p>Although, as you are validating XML, it should be easy to do with a standard XML tool that will check an XML file against the DTD.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
