<?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>Austin Matzko&#039;s Blog &#187; Flash</title>
	<atom:link href="http://austinmatzko.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://austinmatzko.com</link>
	<description>A blog about philosophy, Christianity, web development and whatever else I feel like writing about.</description>
	<lastBuildDate>Wed, 16 Mar 2011 17:14:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-RC4-18391</generator>
		<item>
		<title>Flash for 64-bit Fedora Core 4</title>
		<link>http://austinmatzko.com/2006/03/21/flash-for-64-bit-fedora-core-4/</link>
		<comments>http://austinmatzko.com/2006/03/21/flash-for-64-bit-fedora-core-4/#comments</comments>
		<pubDate>Wed, 22 Mar 2006 03:58:47 +0000</pubDate>
		<dc:creator>filosofo</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/2006/03/21/flash-for-64-bit-fedora-core-4/</guid>
		<description><![CDATA[I complained last week that there&#8217;s no Flash for Linux 64-bit. Ziobudda asked why I didn&#8217;t just install the 32-bit Firefox. Why not? I couldn&#8217;t think of any good reason. So here&#8217;s how I did it. First of all, I wanted to use yum so I could avoid all dependency issues (not to mention it [...]]]></description>
			<content:encoded><![CDATA[<p>I complained last week that there&#8217;s no Flash for Linux 64-bit.  <a href="http://www.ilfilosofo.com/blog/2006/03/15/funny/#comment-555">Ziobudda asked</a> why I didn&#8217;t just install the 32-bit Firefox.   Why not?  I couldn&#8217;t think of any good reason.  So here&#8217;s how I did it.</p>

<p>First of all, I wanted to use yum so I could avoid all dependency issues (not to mention it makes everything really easy).  So that yum would know where to look for 32-bit Firefox distributions, I added a file named <code>fedora-base-i386.repo</code> in the <code>/etc/yum.repos.d/</code> directory, including this text (thanks to <a href="http://www.linuxquestions.org/questions/showthread.php?p=1786807">this forum</a> for the mostly correct info):</p>
<pre>
[base-i386]
name=base-i386
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/
gpgcheck=1
enabled=0
</pre> 
<p>
Having already un-installed my 64-bit Firefox, I ran the yum install for the 32-bit Firefox like so:<br />
<code>yum --enablerepo=base-i386 install firefox.i386</code><br />
and Firefox 32-bit was installed.</p>

<p>One remaining problem were the old Firefox extensions in the <code>.mozilla/firefox/.../extensions/</code> directory, but I just moved them all into another folder.</p>

<p>Next, I <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">downloaded Flash 7</a>, extracted the file and ran the installer only to get the error message that Flash wouldn&#8217;t work with 64-bit architecture.</p>

<p><a href="http://www.developmentnow.com/g/82_2005_8_0_0_516563/Flash-Player-on-Linux-x86-64.htm">Here</a> I found the suggestion to change the Flash installation file (<code>flashplayer-installer</code>) so that it doesn&#8217;t look for i386 architecture.  Under the commented line &#8220;<code># check architecture</code>&#8221; in the <code>flashplayer-installer</code> file, I changed <code>i[3456]86)</code> to <code>x86_64)</code>, and it worked perfectly.</p>

<p>Missing most Flash-designed sites was no great loss, but now I can visit <a href="http://homestarrunner.com/">Homestar Runner</a> and <a href="http://www.youtube.com/">YouTube</a>.  And there&#8217;s no noticeable performance loss in using 32-bit Firefox instead of the 64-bit.</p>]]></content:encoded>
			<wfw:commentRss>http://austinmatzko.com/2006/03/21/flash-for-64-bit-fedora-core-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash Panned</title>
		<link>http://austinmatzko.com/2005/10/03/flash-panned/</link>
		<comments>http://austinmatzko.com/2005/10/03/flash-panned/#comments</comments>
		<pubDate>Mon, 03 Oct 2005 17:57:48 +0000</pubDate>
		<dc:creator>filosofo</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Jakob Nielsen]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.ilfilosofo.com/blog/?p=147</guid>
		<description><![CDATA[Today usability guru Jakob Nielsen released his list of the &#8220;Top Ten Web Design Mistakes of 2005.&#8221; I&#8217;m gratified to see that Flash is #3. I view it as a personal failure that Flash collected the bronze medal for annoyance. It&#8217;s been three years since I launched a major effort to remedy Flash problems and [...]]]></description>
			<content:encoded><![CDATA[<p>Today usability guru Jakob Nielsen released his list of the &#8220;<a href="http://www.useit.com/alertbox/designmistakes.html">Top Ten Web Design Mistakes of 2005</a>.&#8221;  I&#8217;m gratified to see that Flash is #3. </p>
<blockquote cite="http://www.useit.com/alertbox/designmistakes.html"><p>I view it as a personal failure that Flash collected the bronze medal for annoyance. It&#8217;s been three years since I launched a major effort to remedy Flash problems and published the guidelines for using Flash appropriately. When I spoke at the main Flash developer conference, almost everybody agreed that past excesses should be abandoned and that Flash&#8217;s future was in providing useful user interfaces.</p>

<p>Despite such good intentions, most of the Flash that Web users encounter each day is bad Flash with no purpose beyond annoying people. The one bright point is that splash screens and Flash intros are almost extinct. They are so bad that even the most clueless Web designers won&#8217;t recommend them, even though a few (even more clueless) clients continue to request them.</p>

<p>Flash is a programming environment and should be used to offer users additional power and features that are unavailable from a static page. Flash should not be used to jazz up a page. If your content is boring, rewrite text to make it more compelling and hire a professional photographer to shoot better photos. Don&#8217;t make your pages move. It doesn&#8217;t increase users&#8217; attention, it drives them away; most people equate animated content with useless content.</p>

<p>Using Flash for navigation is almost as bad. People prefer predictable navigation and static menus. </p></blockquote>

<p>Nielsen is right that Flash can have useful applications, but as he also points out, most of the time it&#8217;s used just for the &#8220;wow&#8221; effect.  And with Google&#8217;s creativity showing how far one can go with &#8220;Ajax&#8221;-based apps, the number of situations in which Flash is necessary is shrinking.</p>
<p>What I dislike about Flash the most and what makes it an anomaly on the Internet is that it&#8217;s a proprietary standard.  You have to run software made by Macromedia in order to view Flash.  Unfortunately, when Macromedia decides it doesn&#8217;t want to port Flash to a given operating system (as it has done with mine, Linux 64-bit), then users are out in the cold.  The number of those users is bound to increase, as mobile phones with web access become more common.  Almost no other significant web technology is proprietary.  From serving web pages to browsing them, you can do it all with open-source applications.  Why should Flash be the exception?</p>]]></content:encoded>
			<wfw:commentRss>http://austinmatzko.com/2005/10/03/flash-panned/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

