<?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 &#124; Latest Tech News, Software And Tutorials &#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 news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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 Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></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 Windows 7.</p> ]]></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 Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></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>Win Text File Patch</p> ]]></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>
