<?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>ActionScriptCheatSheet.com &#187; programming</title>
	<atom:link href="http://actionscriptcheatsheet.com/blog/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://actionscriptcheatsheet.com/blog</link>
	<description>Printable quick reference cards for the ActionScript language. AS3, Flex, AIR, Papervision, and more!</description>
	<lastBuildDate>Fri, 26 Feb 2010 16:51:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to be a Programmer by Robert L Read</title>
		<link>http://actionscriptcheatsheet.com/blog/2006/04/10/how-to-be-a-programmer-by-robert-l-read/</link>
		<comments>http://actionscriptcheatsheet.com/blog/2006/04/10/how-to-be-a-programmer-by-robert-l-read/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 21:07:24 +0000</pubDate>
		<dc:creator>sean</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://actionscriptcheatsheet.com/blog/archives/7</guid>
		<description><![CDATA[This is a pretty good eBook available for free. I started reading through some of this and have yet to complete the entire book but from my initial scans through the content I am impressed. This truly is the stuff that you donâ€™t learn in college and I would guess that most people donâ€™t get [...]]]></description>
			<content:encoded><![CDATA[<p><img title="How to be a Programmer Book Cover" alt="How to be a Programmer Book Cover" src="http://actionscriptcheatsheet.com/blog/entry_images/040906/how_to_be_a_programmer.gif" align="right" />This is a pretty good eBook available for free. I started reading through some of this and have yet to complete the entire book but from my initial scans through the content I am impressed. This truly is the stuff that you donâ€™t learn in college and I would guess that most people donâ€™t get all this until their third or fourth job in the industry.</p>
<p>So newbieâ€™s look close and careful, donâ€™t be scared! Be prepared!</p>
<p>Some sample topics include:</p>
<p>How to Debug by Splitting the Problem Space<br />
How to Estimate Programming Time<br />
How to Utilize People as Information Sources<br />
How to Document Wisely<br />
How to Work with Poor Code<br />
Take Breaks when Stumped<br />
How to Deal with Difficult People<br />
How to Tradeoff Quality Against Development Time<br />
How to Evaluate Interviewees<br />
How to Know When to Apply Fancy Computer Science<br />
How to Talk to Non-Engineers<br />
How to Handle Boring Tasks<br />
How to Gather Support for a Project<br />
How to Communicate Well</p>
<p>&#8220;To be a good programmer is difficult and noble. The hardest part of making real a collective vision of a software project is dealing with one&#8217;s coworkers and customers. Writing computer programs is important and takes great intelligence and skill. But it is really child&#8217;s play compared to everything else that a good programmer must do to make a software system that succeeds for both the customer and myriad colleagues for whom she is partially responsible. In this essay I attempt to summarize as concisely as possible those things that I wish someone had explained to me when I was twenty-one.&#8221;</p>
<p>Check out the online version of the book here:</p>
<p><a href="http://samizdat.mines.edu/howto/HowToBeAProgrammer.pdf" target="_blank">230 kb PDF file</a></p>
<p><a href="http://samizdat.mines.edu/howto/HowToBeAProgrammer.html">HTML version</a></p>
<p><a href="http://samizdat.mines.edu/howto/HTBAP-1.8.tgz">source files as a gzipped tar file</a></p>
<p><a href="http://samizdat.mines.edu/howto/HowToBeAProgrammer.html" /></p>
]]></content:encoded>
			<wfw:commentRss>http://actionscriptcheatsheet.com/blog/2006/04/10/how-to-be-a-programmer-by-robert-l-read/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sorting Algorithms &#8211; Animated visual animations (applets)</title>
		<link>http://actionscriptcheatsheet.com/blog/2006/04/10/sorting-algorithms-animated-visual-animations-applets/</link>
		<comments>http://actionscriptcheatsheet.com/blog/2006/04/10/sorting-algorithms-animated-visual-animations-applets/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 20:38:06 +0000</pubDate>
		<dc:creator>sean</dc:creator>
				<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://actionscriptcheatsheet.com/blog/archives/6</guid>
		<description><![CDATA[After watching the CSE 142 course I started looking around the web for sorting algorithms and discovered these animated Java Applets. A number of sorting algorithms are illustrated. Here are a few: Bubble Sort (by James Gosling and Jason Harrison) Selection Sort (by Jason Harrison) Insertion Sort (by Jason Harrison) Shell Sort (by Jason Harrison) [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Sorting Algorithms - Screen Capture" alt="Sorting Algorithms - Screen Capture" src="http://actionscriptcheatsheet.com/blog/entry_images/040906/sorting_alg_screen_cap.gif" align="right" />After watching the CSE 142 course I started looking around the web for sorting algorithms and discovered these animated Java Applets. A number of sorting algorithms are illustrated. Here are a few:</p>
<p>Bubble Sort (by James Gosling and Jason Harrison)<br />
Selection Sort (by Jason Harrison)<br />
Insertion Sort (by Jason Harrison)<br />
Shell Sort (by Jason Harrison)<br />
Heap Sort (by Jason Harrison)<br />
Quick Sort (by James Gosling)<br />
Quick Sort with Bubblesort (by Jim Boritz)<br />
Fast Quick Sort (by Denis Ahrens)<br />
Swap Sort (by Jason Harrison)</p>
<p>Check out the applets here:</p>
<p><a href="http://www.cs.ubc.ca/spider/harrison/Java/">http://www.cs.ubc.ca/spider/harrison/Java/</a></p>
<p>I think it would be really awesome to convert these to ActionScript. Think of applying some transitions or easing to the lines of the animations&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://actionscriptcheatsheet.com/blog/2006/04/10/sorting-algorithms-animated-visual-animations-applets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

