<?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/"
	>

<channel>
	<title>STC Blog</title>
	<atom:link href="http://st-connect.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://st-connect.com/blog</link>
	<description>Life and technology, in no particular order.</description>
	<pubDate>Fri, 20 Feb 2009 04:36:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Semper Vigil</title>
		<link>http://st-connect.com/blog/2009/02/19/semper-vigil/</link>
		<comments>http://st-connect.com/blog/2009/02/19/semper-vigil/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 04:33:48 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://st-connect.com/blog/?p=22</guid>
		<description><![CDATA[So here we go. After months (read: a lifetime) of project ideas that have faded into lethargy after the first week of pursuit, Ant and I are committing to a content-centric approach. That is, I'm going to just ... write. Consistently. For a month. [...]]]></description>
			<content:encoded><![CDATA[<p>So here we go. After months (read: a lifetime) of project ideas that have faded into lethargy after the first week of pursuit, <a href="http://anthonyverga.com">Ant</a> and I are committing to a content-centric approach. That is, I&#8217;m going to just &#8230; write. Consistently. For a month.</p>
<p>I want to talk about a few things on my mind, ranging from life to some of those dusty old ideas, and on to exciting roads ahead. Outside of this blog, I&#8217;m going to recommit to personal pursuits as well, namely fitness, reading, and more scrupulous time management. I also hope to incrementally improve the design of this site&#8217;s theme, and ultimately design a new one from scratch. Currently the text contrast bites, and I&#8217;m not a fan of how the articles squish together on the &#8220;home&#8221; page or in archive view. Time to hack me some floats.</p>
]]></content:encoded>
			<wfw:commentRss>http://st-connect.com/blog/2009/02/19/semper-vigil/feed/</wfw:commentRss>
		</item>
		<item>
		<title>View tables and queries in Microsoft Access with locked switchboard!</title>
		<link>http://st-connect.com/blog/2008/04/24/view-tables-and-queries-in-microsoft-access-with-locked-switchboard/</link>
		<comments>http://st-connect.com/blog/2008/04/24/view-tables-and-queries-in-microsoft-access-with-locked-switchboard/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 18:56:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://st-connect.com/blog/2008/04/24/view-tables-and-queries-in-microsoft-access-with-locked-switchboard/</guid>
		<description><![CDATA[Just wanted to drop in and share this: If you open a Microsoft Access file (2000-2007 I believe), and you are presented with the application &#8220;switchboard&#8221; and cannot access the tables, queries, reports, etc., you can exit Access, and then hold the shift key and double-click the file, and it will open into the administrative pane! [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to drop in and share this: If you open a Microsoft Access file (2000-2007 I believe), and you are presented with the application &#8220;switchboard&#8221; and cannot access the tables, queries, reports, etc., you can exit Access, and then hold the shift key and double-click the file, and it will open into the administrative pane! Nice! Also, apparently if a database was created in Windows 2000 or on a secured XP/Vista network, and you move it to another computer and start having errors, check the detailed NTFS file sharing settings, because <span style="font-style: italic" class="Apple-style-span">apparently</span> you are allowed to open and seemingly manipulate the database if it was previously secured, but none of your changes will persist.</p>
]]></content:encoded>
			<wfw:commentRss>http://st-connect.com/blog/2008/04/24/view-tables-and-queries-in-microsoft-access-with-locked-switchboard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Calling Methods in the Timeline in AS 3.0 - Flash CS3</title>
		<link>http://st-connect.com/blog/2008/02/16/calling-methods-in-the-timeline-in-as-30-flash-cs3/</link>
		<comments>http://st-connect.com/blog/2008/02/16/calling-methods-in-the-timeline-in-as-30-flash-cs3/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 18:58:50 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://st-connect.com/blog/2008/02/16/calling-methods-in-the-timeline-in-as-30-flash-cs3/</guid>
		<description><![CDATA[When first transitioning to Actionscript 3.0 and the new Flash CS3 O-O model, a lot of things became cleaner and easier to accomplish with code. One notable exception to that however, was calling methods in a timeline, specifically those in an externally loaded .SWF.
The short answer to this is: when calling a method in this [...]]]></description>
			<content:encoded><![CDATA[<p>When first transitioning to Actionscript 3.0 and the new Flash CS3 O-O model, a lot of things became cleaner and easier to accomplish with code. One notable exception to that however, was calling methods in a timeline, specifically those in an externally loaded .SWF.</p>
<p>The short answer to this is: when calling a method in this scenario, the external SWF must be cast as a MovieClip prior to interaction occurring. I know that sounds strange- &#8220;cast a <em>MovieClip</em> as a <em>MovieClip</em> ..??&#8221; -but with the new 3.0 object hierarchy,  there is a reason:</p>
<p>To grab an external Movie (.SWF), you&#8217;d probably use a loader (it&#8217;s the cleanest way IMHO):</p>
<p><span class="code_snippet">public var swfMovie:Loader = new Loader();<br />
swfMovie.load(new URLRequest(&#8221;movieclips/mc1.swf&#8221;));</span></p>
<p>Once this happens, your main (parent) clip sees this .SWF as a <em>Loader&#8217;s content</em>. So it looks at the clip as essentially a child object contained within the instance of the swfMovie loader - specifically it&#8217;s .content property.</p>
<p><span class="code_snippet">var externalSWF = MovieClip(swfMovie.content);<br />
externalSWF.startMe();</span></p>
<p>So to cast it, use the syntax illustrated to create a new MovieClip (you may have to import the MovieClip class def.) variable, and cast the swfMovie&#8217;s content property. From there just call the method!</p>
<p>As a side note: the external movieclip&#8217;s playhead must be on the frame(s) with the method you&#8217;re calling to function properly. E.g. this external .SWF was stopped in the first frame, which also had the startMe() definition in it.</p>
]]></content:encoded>
			<wfw:commentRss>http://st-connect.com/blog/2008/02/16/calling-methods-in-the-timeline-in-as-30-flash-cs3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Defining Success</title>
		<link>http://st-connect.com/blog/2008/02/12/defining-success/</link>
		<comments>http://st-connect.com/blog/2008/02/12/defining-success/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 02:51:51 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[philosophical]]></category>

		<guid isPermaLink="false">http://st-connect.com/blog/2008/02/12/defining-success/</guid>
		<description><![CDATA[What does success mean to you? I think most people want to be successful, but how many really have given thought to what that entails?
Do you aspire to become a millionare? Or live on the beach in Hawaii? Or simply to be the best Father/Mother you can be? Success doesn&#8217;t have to be a singular [...]]]></description>
			<content:encoded><![CDATA[<p>What does success mean to you? I think most people want to be successful, but how many really have given thought to what that entails?</p>
<p>Do you aspire to become a millionare? Or live on the beach in Hawaii? Or simply to be the best Father/Mother you can be? Success doesn&#8217;t have to be a singular goal at the end of a long tunnel, but people seem to think that&#8217;s what it is.</p>
<p>So, what if I want to make a million dollars? Is that for my annual salary, or over my lifetime? Must I possess it all at once, or can it be divided up into assets and savings and life&#8217;s little luxuries. How should I get there, how long will it take and what do I need to do to achieve it. No, not down the road, pie-in-the-sky to-do&#8217;s either - what do I need to do TODAY?</p>
<p>Wrestling with these questions has been a point of contention for me in the past, but I&#8217;ve learned to see them as tools for determining what the <strong>means </strong>are to meet my goals, and if they <em>really</em> justify the <strong>ends</strong>. When an opportunity comes along, exciting as it may be, I try to just step back and look at if it will really get me where I want to go, or if it&#8217;s just going to lead me off-course. It may not be easy turning down the 7-figure salary, but if my goal is to be a great parent and the job means 21 days/month in Tokyo, it&#8217;s much easier to decide when I&#8217;ve got a road-map to refer to.</p>
]]></content:encoded>
			<wfw:commentRss>http://st-connect.com/blog/2008/02/12/defining-success/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sans Internet</title>
		<link>http://st-connect.com/blog/2008/01/25/sans-internet/</link>
		<comments>http://st-connect.com/blog/2008/01/25/sans-internet/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 01:16:28 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Productivity]]></category>

		<category><![CDATA[zen]]></category>

		<guid isPermaLink="false">http://st-connect.com/blog/2008/01/25/sans-internet/</guid>
		<description><![CDATA[This morning I was greeted by a single blinking LED on my modem, and no cable either. Oy. Luckily I had a meeting elsewhere in the AM, and assumed the problem would be brief. Upon my return 2 hours later, however, every cable box on my block was thrown open and a repair crew was [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I was greeted by a single blinking LED on my modem, and no cable either. Oy. Luckily I had a meeting elsewhere in the AM, and assumed the problem would be brief. Upon my return 2 hours later, however, every cable box on my block was thrown open and a repair crew was working it&#8217;s way down the road. Double-Oy. The way my mouse gravitated to the crippled Firefox icon was incredible.</p>
<p>After I finished toiling over the emailing and uploading I could be doing, I settled in to do a little design on a side project that got pushed back on my list a few too many times. 2 hours later, I was smacked in the face by how much of a blessing-in-disguise losing the Internet was. I never realized how much the little side clicks or gReads really added up to leech away productivity.</p>
<p>Today&#8217;s lesson: Got Connectivity? Leave the browser alone once in a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://st-connect.com/blog/2008/01/25/sans-internet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This Blog</title>
		<link>http://st-connect.com/blog/2008/01/15/hello-worldd/</link>
		<comments>http://st-connect.com/blog/2008/01/15/hello-worldd/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 23:35:22 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://st-connect.com/blog/?p=1</guid>
		<description><![CDATA[I&#8217;m excited to get back into the blogosphere after an extensive absence. I&#8217;ve been inspired to start writing again by many different people and I hope to keep to it.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited to get back into the blogosphere after an extensive absence. I&#8217;ve been inspired to start writing again by many different people and I hope to keep to it.</p>
]]></content:encoded>
			<wfw:commentRss>http://st-connect.com/blog/2008/01/15/hello-worldd/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
