<?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>PiXELWiT &#187; Date</title>
	<atom:link href="http://www.pixelwit.com/blog/tag/date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelwit.com/blog</link>
	<description>Making Flash Go</description>
	<lastBuildDate>Fri, 02 Dec 2011 14:21:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Not a Calendar, Planner, Diary or Timeline</title>
		<link>http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/</link>
		<comments>http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/#comments</comments>
		<pubDate>Tue, 29 May 2007 18:30:11 +0000</pubDate>
		<dc:creator>Pixelwit</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Date]]></category>

		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/05/29/not-a-calendar-planner-diary-or-timeline/</guid>
		<description><![CDATA[The “Time Lion” helps visualize time and let you interact with events through a unique Flash interface.]]></description>
			<content:encoded><![CDATA[<p>The &#8220;<a title="TimeLion: Not a Calendar, Planner, Diary or Timeline!" href="http://www.pixelwit.com/timelion/timelion.html">Time Lion</a>&#8221; is not a calendar, planner, diary or timeline.  In fact it&#8217;s hardly useful at all.  Sure, in the past I&#8217;ve used it to track time spent on client projects and I&#8217;ve even used it to track my diet and medications once or twice but I still haven&#8217;t found many other uses for it.</p>
<p>The &#8220;<a title="Not a Calendar, Planner, Diary or Timeline" href="http://www.pixelwit.com/timelion/timelion.html">Time Lion</a>&#8221; attempts to visualize Time and let you interact with events in said time through a unique Flash interface.  In a sense, it gives you relatively quick access to 10,000 years of events<a href="http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/#more-61" title="Read more">...</a><p><a href="http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/#more-61" title="''Not a Calendar, Planner, Diary or Timeline'' continues">Continue reading "Not a Calendar, Planner, Diary or Timeline"</a>.</p><hr />
<p><small>© Pixelwit for <a href="http://www.pixelwit.com/blog">PiXELWiT</a>, 2007. |
<a href="http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/">Permalink</a> |
<a href="http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/#comments">2 comments</a> |
Add to
<a href='http://del.icio.us/post?url=http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/&title=Not a Calendar, Planner, Diary or Timeline'>del.icio.us</a>
<br/>
Post tags: <a href="http://www.pixelwit.com/blog/tag/date/" rel="tag">Date</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelwit.com/blog/2007/05/not-a-calendar-planner-diary-or-timeline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash ActionScript Date Suffix Code</title>
		<link>http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/</link>
		<comments>http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/#comments</comments>
		<pubDate>Wed, 02 May 2007 22:02:17 +0000</pubDate>
		<dc:creator>Pixelwit</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Date]]></category>

		<guid isPermaLink="false">http://www.pixelwit.com/blog/2007/05/02/flash-actionscript-date-suffix-code/</guid>
		<description><![CDATA[ActionScript code used to determine the proper ordinal or numeral suffix (i,e, st, nd, rd, th) to append to any number.  For example 112 returns "th" while 122 returns "nd".]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve become fairly familiar with the Flash Date object and thought I&#8217;d share some handy code showing how to append the proper suffix to a date or any other number.  In case you don&#8217;t know what I&#8217;m talking about, a &#8220;number suffix&#8221; or &#8220;ordinal indicator&#8221; is the string of letters that follows a number to help make it more human readable.  For example the number suffix &#8220;nd&#8221; makes &#8220;May 2nd, 2007&#8243; a little easier to read than &#8220;May 2, 2007&#8243;.</p>
<p>Here&#8217;s the code I wrote to handle all my numeric and date suffix needs:<a href="http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/#more-40" title="Read more">...</a><p><a href="http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/#more-40" title="''Flash ActionScript Date Suffix Code'' continues">Continue reading "Flash ActionScript Date Suffix Code"</a>.</p><hr />
<p><small>© Pixelwit for <a href="http://www.pixelwit.com/blog">PiXELWiT</a>, 2007. |
<a href="http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/">Permalink</a> |
<a href="http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/#comments">One comment</a> |
Add to
<a href='http://del.icio.us/post?url=http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/&title=Flash ActionScript Date Suffix Code'>del.icio.us</a>
<br/>
Post tags: <a href="http://www.pixelwit.com/blog/tag/actionscript/" rel="tag">ActionScript</a>, <a href="http://www.pixelwit.com/blog/tag/date/" rel="tag">Date</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://www.pixelwit.com/blog/2007/05/flash-actionscript-date-suffix-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

