<?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>gHacks technology news &#187; htm</title>
	<atom:link href="http://www.ghacks.net/tag/htm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Check HTML With CSE HTML Validator Lite</title>
		<link>http://www.ghacks.net/2009/07/09/check-html-with-cse-html-validator-lite/</link>
		<comments>http://www.ghacks.net/2009/07/09/check-html-with-cse-html-validator-lite/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 16:39:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[check html]]></category>
		<category><![CDATA[htm]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html validator]]></category>
		<category><![CDATA[markup validation]]></category>
		<category><![CDATA[webmasters]]></category>
		<category><![CDATA[websites]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14290</guid>
		<description><![CDATA[It is very important that webmasters validate their websites by checking the html code that is produced on the front end of the site. This can be done with online tools like the markup validation tool of the W3C website or offline tools such as the CSE HTML Validator Lite. The HTML validator can be [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />It is very important that webmasters validate their websites by checking the html code that is produced on the front end of the site. This can be done with online tools like the markup validation tool of the <a href="http://validator.w3.org/">W3C</a> website or offline tools such as the CSE HTML Validator Lite. The HTML validator can be installed on a computer system running the Windows operating system to check html pages for errors and other problems.</p>
<p>Webmasters need a local html file so that it can be loaded into the software program. The easiest way to achieve this is to go to the website that should be validated, view the source code of it and save it as html on the computer system.</p>
<p><span id="more-14290"></span>This html file can then be loaded and analyzed in the software. The html code will then be validated by the software. It will immediately jump to the first error in the code and link it to the errors and comments in the footer area. This makes it very easy to understand (in most cases) why something is not right with the code. It is possible to edit the html code right in the HTML Validator to correct the errors that have been discovered. It is still necessary to correct the error on the web as well obviously if the html code has been downloaded from the web.</p>
<p>The program comes with a few additional functions that help in certain cases. It is for example possible to convert all tags of the html document to lowercase, find and replace code in the html file or to use a spell checker.</p>
<p>CSE HTML Validator Lite can be downloaded <a href="http://www.freehtmlvalidator.com/">from</a> the developer&#8217;s website. It is available for all Windows operating systems including Windows XP, Windows Vista and <a href="http://windows7news.com/">Windows 7</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/check-html/" title="check html" rel="tag">check html</a>, <a href="http://www.ghacks.net/tag/htm/" title="htm" rel="tag">htm</a>, <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/html-validator/" title="html validator" rel="tag">html validator</a>, <a href="http://www.ghacks.net/tag/markup-validation/" title="markup validation" rel="tag">markup validation</a>, <a href="http://www.ghacks.net/tag/webmasters/" title="webmasters" rel="tag">webmasters</a>, <a href="http://www.ghacks.net/tag/websites/" title="websites" rel="tag">websites</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/30/xml-escape-tool/" title="XML Escape Tool (August 30, 2009)">XML Escape Tool</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/20/webmaster-contact-software/" title="Webmaster Contact Software (March 20, 2009)">Webmaster Contact Software</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/11/23/typealizer-what-type-is-that-blog/" title="Typealizer: What Type is That Blog (November 23, 2008)">Typealizer: What Type is That Blog</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/06/01/test-websites-in-various-internet-explorer-versions/" title="Test Websites in various Internet Explorer Versions (June 1, 2008)">Test Websites in various Internet Explorer Versions</a> (9)</li>
	<li><a href="http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/" title="Grab Text from all Files in a Directory (October 12, 2007)">Grab Text from all Files in a Directory</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/09/check-html-with-cse-html-validator-lite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Grab Text from all Files in a Directory</title>
		<link>http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/</link>
		<comments>http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 15:20:13 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[htm]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[win text file patch]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/</guid>
		<description><![CDATA[The title of this article might be a little confusing at first glance. Why would someone want to scan files in a directory for certain strings and output them in a new file ? Few ideas come to my mind why this could be useful. Imagine that you were surfing a website  with lots of images that you liked very much. You could download those images manually or use the software Win Text File Patch to scan all files in your browsers cache for a certain string and output them in a new file.]]></description>
			<content:encoded><![CDATA[<p>The title of this article might be a little confusing at first glance. Why would someone want to scan files in a directory for certain strings and output them in a new file ? Few ideas come to my mind why this could be useful. Imagine that you were surfing a website  with lots of images that you liked very much. You could download those images manually or use the software Win Text File Patch to scan all files in your browsers cache for a certain string and output them in a new file.</p>
<p>Afterwards you would import that new list in a download manager and download all images from there. Sounds easier ? It is, indeed. This is of course not only useful for file downloads but also for any other type of information found in files. Password lists come to my mind, proxy lists, any kind of list actually.</p>
<p>Win Text File Patch has a size of only 84K which is amazing if you consider what this application is doing. To work with the software you need to edit a few entries. You specify the source directory, the file types that you want scanned, a destination directory and file and of course the software should scan the files for.</p>
<p><span id="more-2118"></span>The text part requires some knowledge of how the information are presented in the files. If you were looking for images for instance you would have to know that they begin with the html tag <code><img src="</code> and end with <code>"></code>. It begins to get problematic if the website in question did use relative links and not absolute ones because of the missing url.</p>
<p>Win Text File Patch offers a way to replace the information that has been found which is exactly what we would need here. This can be a very useful software for several users.</p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.codeproject.com/tools/WinTextFilePatch.asp">Win Text File Patch</a></p>

	Tags: <a href="http://www.ghacks.net/tag/directory/" title="directory" rel="tag">directory</a>, <a href="http://www.ghacks.net/tag/download/" title="download" rel="tag">download</a>, <a href="http://www.ghacks.net/tag/htm/" title="htm" rel="tag">htm</a>, <a href="http://www.ghacks.net/tag/html/" title="html" rel="tag">html</a>, <a href="http://www.ghacks.net/tag/internet/" title="internet" rel="tag">internet</a>, <a href="http://www.ghacks.net/tag/win-text-file-patch/" title="win text file patch" rel="tag">win text file patch</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/14/torrent2exe-makes-bittorrent-a-tad-easier/" title="Torrent2exe makes Bittorrent a tad easier (May 14, 2008)">Torrent2exe makes Bittorrent a tad easier</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/07/09/check-html-with-cse-html-validator-lite/" title="Check HTML With CSE HTML Validator Lite (July 9, 2009)">Check HTML With CSE HTML Validator Lite</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/01/16/yubnub-a-social-internet-command-line/" title="YubNub a social internet command line (January 16, 2007)">YubNub a social internet command line</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/08/30/xml-escape-tool/" title="XML Escape Tool (August 30, 2009)">XML Escape Tool</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/08/27/write-colorful-texts-with-web-gradient/" title="Write Colorful Texts With Web Gradient (August 27, 2008)">Write Colorful Texts With Web Gradient</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/12/grab-text-from-all-files-in-a-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
