<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>The MKVille Blog - Misc</title>
			<link>http://www.mkville.com/blog/index.cfm</link>
			<description>The personal blog of Mark Mazelin</description>
			<language>en-us</language>
			<pubDate>Wed, 08 Sep 2010 13:44:35-0400</pubDate>
			<lastBuildDate>Thu, 13 Dec 2007 13:31:00-0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>blogger@mkville.com</managingEditor>
			<webMaster>blogger@mkville.com</webMaster>
			
			
			
			
			
			<item>
				<title>Search and replace in multiple files in linux</title>
				<link>http://www.mkville.com/blog/index.cfm/2007/12/13/Search-and-replace-in-multiple-files-in-linux</link>
				<description>
				
				This is a bit off my normal ColdFusion topic, but one worth mentioning. I&apos;m moving an application to a new folder on my linux-based web server. Unfortunately, the app created a series of files in a series of folders that all have the old path. They are generated by the app and only exist on the web server, so I cannot change them locally and re-publish them. In order to change the paths, I used a new-to-me technique called &quot;Perl DASH pie&quot;. Now, I haven&apos;t actively developed on Perl for years (eg. pre-ColdFusion), but this is a beaut! Here is the syntax that you run from the linux bash prompt:

&lt;code&gt;
perl -p -i -e &apos;s/original text/new text/g&apos; [filelist]
&lt;/code&gt;

How easy is that? For even more power, combine that command with the &lt;a href=&quot;http://en.wikipedia.org/wiki/Find&quot;&gt;find command&lt;/a&gt; to choose your file list:

&lt;code&gt;
perl -p -i -e &apos;s/original text/new text/g&apos; `find . -name &apos;*.cfm&apos;`
&lt;/code&gt;

&lt;em&gt;(Note the strange mix of single quotes and angled quotes if you are trying to reproduce this!)&lt;/em&gt; Very powerful stuff!

Kudos to this &lt;a href=&quot;http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/277753&quot;&gt;Python cookbook&lt;/a&gt; entry and &lt;a href=&quot;http://ad.hominem.org/log/2006/02/7_bash_tips.php&quot;&gt;this blog post&lt;/a&gt; for taking me down this road.
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Thu, 13 Dec 2007 13:31:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2007/12/13/Search-and-replace-in-multiple-files-in-linux</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Surface Computing from Microsoft</title>
				<link>http://www.mkville.com/blog/index.cfm/2007/5/30/Surface-Computing-from-Microsoft</link>
				<description>
				
				Well, it seems Microsoft unveiled something they&apos;ve been working on for five years. No, not Longhorn server--it&apos;s a new initiative they are calling &quot;Surface Computing&quot; (&lt;a href=&quot;http://zdnet.com.com/1606-2_2-6186146.html?tag=nl.e589&quot; target=&quot;_blank&quot;&gt;see the ZDNet video&lt;/a&gt; on it). It&apos;s a computer with only a touchscreen--and a large one at that--one that takes up half of a standard coffee table. It has many similarities to what Jeff Han showed off several months ago (see related posts below). One additional feature over Han&apos;s demo is how it can interact with objects outside of itself--for instance a credit card to pay a bill or a loyalty card to remember what your favorite foods or drinks are. Seems to be a game-changing technology...
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Wed, 30 May 2007 09:24:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2007/5/30/Surface-Computing-from-Microsoft</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>You think you have good error messages?</title>
				<link>http://www.mkville.com/blog/index.cfm/2007/2/27/You-think-you-have-good-error-messages</link>
				<description>
				
				I received this wonderful error message from google today when trying to get into my Google Reader. Only slightly better than many of Microsoft&apos;s errors. Reminds me of errors and other messages that often appear in open source linux programs ;)
&lt;img src=&quot;http://www.mkville.com/blog/images/google_oops.jpg&quot; style=&quot;border:medium black double;&quot; /&gt;
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Tue, 27 Feb 2007 14:03:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2007/2/27/You-think-you-have-good-error-messages</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Touch screen on steroids</title>
				<link>http://www.mkville.com/blog/index.cfm/2007/2/8/Touch-screen-on-steroids</link>
				<description>
				
				I know I&apos;m late to the game on this one, but I had to blog about it so I could remember where the link is. In &lt;a href=&quot;http://www.fastcompany.com/video/general/perceptivepixel.html&quot;&gt;this video&lt;/a&gt;, Jeff Han and Phil Davidson demonstrate how a multi-touch driven computer screen will change the way we work and play.

All I can saw is AWESOME!
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Thu, 08 Feb 2007 14:52:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2007/2/8/Touch-screen-on-steroids</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Everyone&apos;s doing it... or a developer&apos;s persona</title>
				<link>http://www.mkville.com/blog/index.cfm/2007/1/26/Everyones-doing-it-or-a-developers-persona</link>
				<description>
				
				No, I wouldn&apos;t jump off a bridge, but here is my contribution to the &lt;a href=&quot;http://weblogs.macromedia.com/mxna/index.cfm?searchterms=persona&amp;query=bySimpleSearch&amp;searchsortby=date&quot;&gt;developer&apos;s persona bandwagon&lt;/a&gt; started by &lt;a href=&quot;http://www.buntel.com/blog/index.cfm?mode=entry&amp;entry=54DB3FFD-4E22-1671-5BDCF74737695F12&quot;&gt;Tim Buntel&lt;/a&gt;:

&lt;ul&gt;
&lt;li&gt;33 years old&lt;/li&gt;
&lt;li&gt;Married for 12 blissful years to a wonderful woman, with four kids popping out along the way&lt;/li&gt;
&lt;li&gt;I drive a rusty, trusty (usually) 1996 Chevy S10&lt;/li&gt;
&lt;li&gt;Built a house 7 1/2 years ago, two story/four bedroom. Finished the basement with the help of a &lt;a href=&quot;http://www.dewittfamily.com&quot;&gt;great friend&lt;/a&gt; and a small construction company&lt;/li&gt;
&lt;li&gt;Finds the Mac-PC TV ads intriguing, likes the look of the Mac, still using Windows everywhere&lt;/li&gt;
&lt;li&gt;TV? Who has time for TV? Okay, so I watch Lost (I think &lt;a href=&quot;http://ray.camdenfamily.com/&quot;&gt;Ray&lt;/a&gt; got me hooked!)&lt;/li&gt;
&lt;li&gt;I enjoy the outdoors, but never have enough time for it&lt;/li&gt;
&lt;li&gt;My wife is an awesome cook; I think it is my love language. Thank God for a high metabolism.&lt;/li&gt;
&lt;li&gt;I enjoy big band sound, classical when I&apos;m in the mood, but I mainly listen to &lt;a href=&quot;http://www.klove.com&quot;&gt;Christian&lt;/a&gt; music.&lt;/li&gt;
&lt;li&gt;Youtube? Ah, no time for it!&lt;/li&gt;
&lt;/ul&gt;
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Fri, 26 Jan 2007 21:03:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2007/1/26/Everyones-doing-it-or-a-developers-persona</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Now running BlogCFC  5.5</title>
				<link>http://www.mkville.com/blog/index.cfm/2006/10/25/Now-running-BlogCFC--55</link>
				<description>
				
				I finally updated. I was running a REALLY old version of BlogCFC. I finally got it updated while here at MAX. This may cause the feed aggregators to see all my feeds as new...
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Wed, 25 Oct 2006 19:08:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm/2006/10/25/Now-running-BlogCFC--55</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>I made it to MXNA!</title>
				<link>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=C03F015A-B29F-D09C-99B3B1D518E696E5</link>
				<description>
				
				Well, I &lt;a href=&quot;http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=8293F4E5-E160-049D-BCEB219C45ABDC10&quot;&gt;first blogged&lt;/a&gt; about submitting a request to &lt;a href=&quot;http://weblogs.macromedia.com/mxna&quot;&gt;MXNA&lt;/a&gt; for aggregation back in November. I recevied the e-mail _yesterday_ that my site had been added. Woohoo! Amazingly, that was two months to the day from when I submitted the request. Could it really take that long? Do Mike Chambers and Christian Cantrell (whom &quot;signed&quot; the welcome e-mail) review the sites that are submitted? Did they have a huge backlog?

Anyway, it&apos;s good to be on a blogsphere aggregator. This should hopefully spur me to post more often than I have been.
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Thu, 12 Jan 2006 15:07:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=C03F015A-B29F-D09C-99B3B1D518E696E5</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Submitted to MXNA</title>
				<link>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=8293F4E5-E160-049D-BCEB219C45ABDC10</link>
				<description>
				
				Well, I finally submitted my blog for aggregation on the Macromedia XML News Aggregator (or MXNA for short). When I signed up, they were aggregating 596 feeds, so hopefully I will be quickly approved and will become number 597. I plan on blogging more regularly, so this should help keep on that task.
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Fri, 11 Nov 2005 22:43:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=8293F4E5-E160-049D-BCEB219C45ABDC10</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>It&apos;s been a while</title>
				<link>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=301AB6D8-F2BB-9323-4F4B27B40814090C</link>
				<description>
				
				Well, it has been a while since I&apos;ve posted. A very LONG while. Several months in fact. CFUnited is long over, and BlogCFC 4.0 is about to be released. Flex 2.0 is in alpha, and the last Macromedia MAX has concluded. ColdFusion 7.0.1 has been released and surveys have gone out for possible Scorpio enhancements. Lots of things to blog about, so little time to blog. I do promise that my next blog posting will come much more quickly...
				
				</description>
						
				
				<category>ColdFusion</category>				
				
				<category>Misc</category>				
				
				<pubDate>Wed, 26 Oct 2005 23:19:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=301AB6D8-F2BB-9323-4F4B27B40814090C</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>Starting to blog again!</title>
				<link>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=EE2B4FFE-9D28-98D1-057A114230D99C29</link>
				<description>
				
				Well, I&apos;m going to try blogging again. The next few blog entries will certainly show why I&apos;m blogging (lots to talk about).
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Wed, 29 Jun 2005 08:00:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=EE2B4FFE-9D28-98D1-057A114230D99C29</guid>
				
			</item>
			
		 	
			
			
			<item>
				<title>First Blog Entry</title>
				<link>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=100BE5A8-C789-81F3-0E5210C0280D6B04</link>
				<description>
				
				Today marks my first blog entry at MKVille.com. I have great aspirations of becoming a regular blogger, dealing with subjects such as ColdFusion, web design, web standards, web application programming, life, and other topics that may rear their ugly heads along the way. I&apos;ve certainly been influenced by the blogs of &lt;a ref=&quot;http://www.corfield.org/blog/&quot;&gt;Sean Corfield&lt;/a&gt;, Ray Camden, Joe Rinehart and many others. Their helpful blogs have driven my desire to publish the meager thoughts and ramblings I may have. But if I can help one person out there with something I have discovered and written about, then this blog will have served its purpose.

Kudos to &lt;a href=&quot;http://ray.camdenfamily.com&quot;&gt;Ray Camden&lt;/a&gt; for this great (and free) blog software. Thanks to those who made it work on BlueDragon (since I cannot yet afford a full-blown CF server). Thanks to Joe Rinehart for doing the legwork on &lt;a href=&quot;http://www.clearsoftware.net/client/index.cfm?mode=entry&amp;entry=A6BF9536-E081-2BAC-6928967E1EAC1DD4&quot;&gt;integrating BlogCFC and Aura&lt;/a&gt;--now I need to come up with my own design to fit in. And thanks to the challenge and pushing of Nick W., without whom I probably wouldn&apos;t be doing this blog today and MKVille still wouldn&apos;t have a hosting home.

Lastly, it&apos;s delightful that this posting comes on Easter Sunday, for without today, my life is meaningless.
				
				</description>
						
				
				<category>Misc</category>				
				
				<pubDate>Sun, 27 Mar 2005 23:51:00-0400</pubDate>
				<guid>http://www.mkville.com/blog/index.cfm?mode=entry&amp;entry=100BE5A8-C789-81F3-0E5210C0280D6B04</guid>
				
			</item>
			
		 	
			</channel></rss>