<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>Web Architecture, Web Production, Web Marketing</title>
	<link>http://www.usercore.com</link>
	<description>Matt MacDougall - attempting to grok users, management, marketing, linux, subversion, coldfusion, os x and web geekery</description>
	<lastBuildDate>Wed, 03 Mar 2010 15:42:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Professional Twitter Always Stay On Target</title>
		<description><![CDATA[Twitter is useful as either a conversation you have among friends to  share common experiences OR a professional conversation where you only  talk about one thing.
I&#8217;ve been squatting on my personal twitter account for almost 3 years now.  I finally hooked up a client to alert me to tweets in real time.  After [...]]]></description>
		<link>http://www.usercore.com/professional-twitter-always-stay-on-target/</link>
			</item>
	<item>
		<title>Manually Purge ColdFusion Client Sessions in Database</title>
		<description><![CDATA[ColdFusion will purge your client sessions for you on a schedule.  This schedule is dependent on when the CF engine starts.  If your purge schedule is OK now, a CF reboot will set a new schedule and cause problems.  if you use a database and your client variables table has hundred of thousands or millions [...]]]></description>
		<link>http://www.usercore.com/manually-purge-coldfusion-client-sessions-in-database/</link>
			</item>
	<item>
		<title>tfoot between thead and tbody for summary</title>
		<description><![CDATA[When insuring W3C validation on a website lately, I saw that the tfoot tag must come before the tbody tag.  From the W3C spec: &#8220;TFOOT must appear before TBODY within a TABLE definition so that user agents can render the foot before receiving all of the (potentially numerous) rows of data.&#8221;  That makes sense but [...]]]></description>
		<link>http://www.usercore.com/tfoot-between-thead-and-tbody-for-summary/</link>
			</item>
	<item>
		<title>Parse Plesk Maillog, Count Emails Per Domain</title>
		<description><![CDATA[I wanted to get a quick count of messages being sent to and from all my domains in plesk.   I wrote this script to get the mail domains from the plesk database.  Then I loop through them and grep a regex against the maillog file.  Since I&#8217;m actually using zgrep to look decompress yesterday&#8217;s maillog [...]]]></description>
		<link>http://www.usercore.com/parse-plesk-maillog-count-emails-per-domain/</link>
			</item>
	<item>
		<title>Search Engine Friendly Video</title>
		<description><![CDATA[Search Engines are often blind to the content of video or audio files but this is starting to change.  The new google audio indexing service uses speech recognition to turn audio into text and then indexes that text. The ability for a computer to understand what an audio file means has far reaching implications. [...]]]></description>
		<link>http://www.usercore.com/search-engine-friendly-video/</link>
			</item>
	<item>
		<title>PDFFileNotFoundException Inside IsPDFFile and IsPDFObject</title>
		<description><![CDATA[I&#8217;m having a heck of a time using pdf document variables in CF 8.0.1 on Mac OS X 10.5 and Redhat Linux ES 5.  Those are the only platforms I have to test cf with so perhaps this is a windows issue as well.
From Adobe&#8217;s IsPDFObject documentation, I&#8217;ve taken their example of reading in a [...]]]></description>
		<link>http://www.usercore.com/pdffilenotfoundexception-inside-ispdffile-and-ispdfobject/</link>
			</item>
	<item>
		<title>SEO Web Design Templates</title>
		<description><![CDATA[A canned website doesn&#8217;t have to be horrible
I&#8217;m putting together some new marketing websites and need to come up with a design.  I can either pay a designer or find a premade template.  In past years, website templates have looked very unprofessional.  I started looking around at the current state of website templates and am [...]]]></description>
		<link>http://www.usercore.com/seo-web-design-templates/</link>
			</item>
	<item>
		<title>Recursively Remove Files By Extension</title>
		<description><![CDATA[I&#8217;m finally getting around to cleaning out dreamweaver LCK files from a large website.  We have one developer that uses dreamweaver so these files are useless.  So we&#8217;ve got these LCK files all over the place in this site.  I&#8217;m just sick of looking at them.
Enter a shell one liner &#8230;
find . [...]]]></description>
		<link>http://www.usercore.com/recursively-remove-files-by-extension/</link>
			</item>
	<item>
		<title>Mate a Tag-based Event-driven Flex Framework</title>
		<description><![CDATA[I&#8217;m new to Flex but still enjoyed the Mate framework presentation from Laura at asfusion.com.  I know that I need to think ahead of time how I&#8217;m going to organize all the events in my application.   This could simply be a design pattern.  The Mate framework has the idea of an Event Map to organize [...]]]></description>
		<link>http://www.usercore.com/mate-a-tag-based-event-driven-flex-framework/</link>
			</item>
	<item>
		<title>cfvideo tag for cf9</title>
		<description><![CDATA[cfvideo scenes
I think the idea of a cfvideo tag would be a solid feature for the future.  In particular I&#8217;ve wanted to be able to pull off something with streaming video like is done on ted.com.  The overlay at the bottom of each video that shows scene markings is very useful.  It [...]]]></description>
		<link>http://www.usercore.com/cfvideo-tag-for-cf9/</link>
			</item>
</channel>
</rss>
