<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="0.92">
<channel>
	<title>random tidbits.</title>
	<link>http://htmlfixit.com/blog</link>
	<description>bits and pieces.</description>
	<lastBuildDate>Sat, 08 Dec 2007 19:46:38 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>

	<item>
		<title>Flo&#8217;s Great Remove All Empty Lines Regex</title>
		<description><![CDATA[	If a file has a return on the last line of text followed by the file end assertion, it will not remove that extra return if you are searching for empty lines.  This regex does the trick:
	^!Replace &#8220;\R(?=\R)&#166;\A\R&#166;\R\z&#8221; >> &#8220;&#8221; AWRS
	Note per Sheri: \z is an assertion for the position of end of the [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=361</link>
	</item>
	<item>
		<title>Notetab Clip to Make Tab Delimited File into Comma Separated Value CSV File</title>
		<description><![CDATA[	This clip makes a file into a comma separated value file if it is say tab delimited at the start.  It offers several choices of delimiters to start including comma, semi-colon, colon, tabs, etc.
	

]]></description>
		<link>http://htmlfixit.com/blog/?p=360</link>
	</item>
	<item>
		<title>How to Get Cross County Times Downloaded in Hy-Tec 2.0C</title>
		<description><![CDATA[	We upgraded because the older version won&#8217;t run on Windows Vista.  It has some nice features like supposedly downloads of track timing which should come in handy.  Still our primary purpose is to download times for cross country meets and score them with the Sprint 8 TimeTech Timers.  So we go to [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=359</link>
	</item>
	<item>
		<title>Torchwood</title>
		<description><![CDATA[	When I was a young lad, I was a huge fan of the original Doctor Who (At least all of them including and after Jon Pertwee). When the series was brought back to life, I thought great, I&#8217;ll give that a go, and surprisingly enough they&#8217;ve really made it work, especially since David Tennant took [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=358</link>
	</item>
	<item>
		<title>Harry Potter and the Order of the Phoenix.</title>
		<description><![CDATA[	Having just returned from watching the latest Harry Potter movie, &#8220;Harry Potter and the Order of the Phoenix&#8221; I can&#8217;t help being a little disappointed. Don&#8217;t get me wrong, it isn&#8217;t as if it is a bad movie, it&#8217;s just that the book was better, Allot better. The CGI magic effects were impressive for color [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=357</link>
	</item>
	<item>
		<title>EPOCH Time from System Time Using Notetab Clip</title>
		<description><![CDATA[	I want to do a time comparison between two times.  I figured a good way to do that might be to generate a Unix or EPOCH time as is commonly used in Perl, PHP, and many other programming languages.  I searched help and help on clip programming and did not find any reference [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=356</link>
	</item>
	<item>
		<title>Stripping an HTML File Before Uploading</title>
		<description><![CDATA[	Corl asked how to strip down an html file before uploading with notetab.  His theory is that he doesn&#8217;t need comments on his remote copy and spaces and tabs and so forth for clear readability actually slow up/downloading and take unneccesary bandwidth.  I suppose in a sense he&#8217;s right and so long as [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=355</link>
	</item>
	<item>
		<title>LoJack for Laptops</title>
		<description><![CDATA[	This is an interesting feature on LoJack for Laptops, a theft recovery system.  Of course it only works when the computer is on-line (which with wireless could be often I suppose), unless you believe that there is a third way that they won&#8217;t disclose (maybe a cell phone dial out?).  Someone who actually [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=354</link>
	</item>
	<item>
		<title>Hy-Tek Track: Setting the default printer</title>
		<description><![CDATA[	This is always hard to find when you want it.  Printer preference:
From main screen click on set-up/report preferences/printer tab/select printer for reports/ok.
Done and you are now using the proper printer.  It always seems to want to go to the printer back at the office instead of the different printer you happened to bring [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=353</link>
	</item>
	<item>
		<title>Make Content Between Span Tag Lower Case</title>
		<description><![CDATA[	This clip will find span tags and turn the content inside of them to lower case.  The clip does not impact the first character or that string however.  This is in response to a post to the clip list on yahoogroups.
	;*** Effort by Don Passenger
;*** don at htmlfixit dot com
;*** discuss things live [...]]]></description>
		<link>http://htmlfixit.com/blog/?p=352</link>
	</item>
</channel>
</rss>
