<?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>aeonmedia.com</title>
	<atom:link href="http://aeonmedia.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://aeonmedia.com/blog</link>
	<description>with our thoughts we shape the world</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:29:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aeonmedia.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>CSS Editors (why you don&#8217;t need dreamweaver anymore)</title>
		<link>http://aeonmedia.com/blog/?p=222</link>
		<comments>http://aeonmedia.com/blog/?p=222#comments</comments>
		<pubDate>Sun, 21 Feb 2010 16:29:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=222</guid>
		<description><![CDATA[Rapid CSS style sheet editing was possible with Dreamweaver, and I did keep it in the arsenal just for the purpose of using it to style rendered portions a site I was working on.  Because until today, I didn't see a way to edit stylesheets visually without it.  Now my eyes are so open, and I will probably never use dreamweaver again!]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "CSS Editors (why you don&#8217;t need dreamweaver anymore)";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=222";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=222";
		reddit_title = "CSS Editors (why you don&#8217;t need dreamweaver anymore)";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=222" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=222";
		var dzone_title = "CSS Editors (why you don&#8217;t need dreamweaver anymore)";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=222";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "CSS Editors (why you don&#8217;t need dreamweaver anymore)";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>It been a long time since I first started developing web sites.  Before that, I developed interfaces for CD ROM applications.  It took a long time for the web to be sophisticated enough to display interfaces of the caliber I was striving, and like everyone else &#8211; before there was a real support for standardized CSS I too used apps like, OMG, Pagemill and Dreamweaver.</p>
<p>But let&#8217;s not forget what those tools are.  They are for designers, not programmers, to generate interfaces rapidly.  Not serious tools for development.  When I code, I like real editors like BB Edit, and now the standard Eclipse editors * specifically ZEND studio.  I don&#8217;t want the bloat that is generated by the code there.  It&#8217;s just not clean, not really.  Like mamma said, just because its convenient &#8211; doesn&#8217;t mean its right for you!</p>
<p>Rapid CSS style sheet editing was possible with Dreamweaver, and I did keep it in the arsenal just for the purpose of using it to style rendered portions a site I was working on.  Because until today, I didn&#8217;t see a way to edit stylesheets visually without it.  Now my eyes are so open, and I will probably never use dreamweaver again!</p>
<p>Mac Rabbit makes the app, and you can find it here:  <a href="http://macrabbit.com/cssedit/">  Want this? </a> I have downloaded the trial and decided in the first two moments that its going in the trick bag.  Oh, yeah! </p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=222</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Starting point for the auto-incremental in a SQL table</title>
		<link>http://aeonmedia.com/blog/?p=220</link>
		<comments>http://aeonmedia.com/blog/?p=220#comments</comments>
		<pubDate>Sat, 06 Feb 2010 17:33:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mySQL]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=220</guid>
		<description><![CDATA[2-4 digit numbers in a web request where the end user can see the request number is akin to a starter check.  ]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "Starting point for the auto-incremental in a SQL table";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=220";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=220";
		reddit_title = "Starting point for the auto-incremental in a SQL table";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=220" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=220";
		var dzone_title = "Starting point for the auto-incremental in a SQL table";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=220";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Starting point for the auto-incremental in a SQL table";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>There are those times when you will want to edit the auto-incremental starting point in a SQL table.  For specific requests, for instance, its better to start with a large number than a small one.  2-4 digit numbers in a web request where the end user can see the request number is akin to a starter check.  It works, but seems so&#8230; amateurish!  so here&#8217;s a quick way to do this:</p>
<p><strong>ALTER TABLE my_table_name AUTO_INCREMENT =2342124<br />
</strong></p>
<p>previously entered data will not be affected and you will be able to have higher numbers from that point on.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=220</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login Script in Flex</title>
		<link>http://aeonmedia.com/blog/?p=133</link>
		<comments>http://aeonmedia.com/blog/?p=133#comments</comments>
		<pubDate>Thu, 24 Dec 2009 04:28:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=133</guid>
		<description><![CDATA[
		
		
		
		 
		
		
		
		

function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&#038;t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}


html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share
		
		
		
		
		
		
		
		Protected areas in flex apps can be achieved through state based navigation that requires login and password.  Here is how, in basic terms.
1. establish php [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "Login Script in Flex";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=133";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=133";
		reddit_title = "Login Script in Flex";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=133" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=133";
		var dzone_title = "Login Script in Flex";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=133";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Login Script in Flex";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Protected areas in flex apps can be achieved through state based navigation that requires login and password.  Here is how, in basic terms.</p>
<p>1. establish php connection and implement an http request<br />
2. set up states, one for the entry and one for the private area (and one for registering<br />
3. insert a button and run some actionscript to handle the request</p>
<p>Sounds fairly simple.  I am going to complete each phase and record a video of how this is accomplished.  Beginning with the php connection.  In order to do this, the MAMP or LAMP or WAMP should already be installed and functional on your test bed.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the cursor to show loading data</title>
		<link>http://aeonmedia.com/blog/?p=211</link>
		<comments>http://aeonmedia.com/blog/?p=211#comments</comments>
		<pubDate>Fri, 18 Sep 2009 20:19:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=211</guid>
		<description><![CDATA[
		
		
		
		 
		
		
		
		

function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&#038;t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}


html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share
		
		
		
		
		
		
		
		If you are pulling an HTTPRequest, it may take some time to grab the data you want from your database.  Varies based on connection speed [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "Change the cursor to show loading data";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=211";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=211";
		reddit_title = "Change the cursor to show loading data";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=211" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=211";
		var dzone_title = "Change the cursor to show loading data";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=211";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Change the cursor to show loading data";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>If you are pulling an HTTPRequest, it may take some time to grab the data you want from your database.  Varies based on connection speed of the end user, as well.  Here&#8217;s a handy little trick to make life easier.  Simply add this tag:</p>
<p> showBusyCursor=&#8221;true&#8221; </p>
<p>to your request, and you will see the standard flex &#8216;busy&#8217; cursor displaying until the data is loaded.</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=211</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL string encoding issue in Flex 3</title>
		<link>http://aeonmedia.com/blog/?p=197</link>
		<comments>http://aeonmedia.com/blog/?p=197#comments</comments>
		<pubDate>Thu, 17 Sep 2009 05:26:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=197</guid>
		<description><![CDATA[
		
		
		
		 
		
		
		
		

function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&#038;t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}


html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share
		
		
		
		
		
		
		
		I am pulling data from a mySQL source using a traditional httpService protocol, this time adding a specific filter value to the string. So it&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "URL string encoding issue in Flex 3";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=197";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=197";
		reddit_title = "URL string encoding issue in Flex 3";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=197" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=197";
		var dzone_title = "URL string encoding issue in Flex 3";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=197";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "URL string encoding issue in Flex 3";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>I am pulling data from a mySQL source using a traditional httpService protocol, this time adding a specific filter value to the string. So it&#8217;s a string with multiple values encoded, and I am using the &#038; symbol.  This seemed like a straightforward proposition, and the test in the browser worked well.  However, I had a very specific issue with URL encoding.  The IDE was throwing a pretty descriptive error:</p>
<p>next character must be &#8220;;&#8221; terminating reference to entity &#8220;method&#8221;</p>
<p>The issue is that the MXML compiler hated the &#038; symbol.  I tried using the ascii symbol for ampersand, which is %26, but to no avail.  the trick turned out to be grabbing the decimal value, and present it in HTML code.  In this case that&#8217;s the ampersand &#8211; its #38; &#8211; and a handy little chart was very helpful &#8211; here at <a href="http://www.asciitable.com/">acsiitable.com</a></p>
<p>The service request worked perfectly!  </p>
<p>mx:HTTPService id=&#8221;prodList&#8221;<br />
url=&#8221;http://mysite.com/flexedOut/Products.php?filter=594&#38;method=FindAll&#8221;<br />
result=&#8221;myResultHandler(event)&#8221;</p>
<p>in case you can&#8217;t tell, the browser is rendering that ampersand perfectly so here it would be one space between characters: &#038; # 38 ;</p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=197</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I found this fascinating quote today:</title>
		<link>http://aeonmedia.com/blog/?p=191</link>
		<comments>http://aeonmedia.com/blog/?p=191#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:39:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=191</guid>
		<description><![CDATA[
		
		
		
		 
		
		
		
		

function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&#038;t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}


html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share
		
		
		
		
		
		
		
		Few people are as gender neutral as Caster Semenya seems and this must simply offend some people&#8217;s sensibilities. But we can never know what we don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "I found this fascinating quote today:";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=191";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=191";
		reddit_title = "I found this fascinating quote today:";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=191" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=191";
		var dzone_title = "I found this fascinating quote today:";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=191";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "I found this fascinating quote today:";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>Few people are as gender neutral as Caster Semenya seems and this must simply offend some people&#8217;s sensibilities. But we can never know what we don&#8217;t know so just because we don&#8217;t understand or don&#8217;t have a complete picture of something we shouldn&#8217;t demonize it or ridicule it. Yes, South Africa, and all the rest of the world, too, there is such a thing as an intersexed person. How that is treated in the world of sports is a whole other, new learning experience.<br />
huffingtonpost.com, Yin/Yang: An Intersexed South African Runner As Symbol Of The Universal, Sep 2009</p>
<p><a href="http://www.huffingtonpost.com/suzie-heumann/yinyang-an-intersexed-sou_b_284013.html">You should read the whole article.</a></p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Timeline vs No Timeline</title>
		<link>http://aeonmedia.com/blog/?p=131</link>
		<comments>http://aeonmedia.com/blog/?p=131#comments</comments>
		<pubDate>Sun, 13 Sep 2009 02:49:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=131</guid>
		<description><![CDATA[
		
		
		
		 
		
		
		
		

function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&#038;t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}


html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share
		
		
		
		
		
		
		
		As a developer, I love the purist code.  I develop in the ZEND architecture and I rarely code in anything that isn&#8217;t Eclipse Based anymore. [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "Timeline vs No Timeline";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=131";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=131";
		reddit_title = "Timeline vs No Timeline";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=131" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=131";
		var dzone_title = "Timeline vs No Timeline";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=131";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Timeline vs No Timeline";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>As a developer, I love the purist code.  I develop in the ZEND architecture and I rarely code in anything that isn&#8217;t Eclipse Based anymore.  Adobe Flex has become one of my favorite IDEs.  What an interesting evolution in thought processes.</p>
<p>I have developed many OOP applications in Flash with Actionscript.  This approach utilizes a basic timeline structure, as Flash has always been (since 4.0) on timeline.  Thinking in terms of Timelines was no big switch, because Lingo was my language of choice before flash actionscript was an option.  Learn to Speak, Just Enough, and the Berlitz titles too &#8211; were based on Lingo and director.  Director was always the tool I used to bridge the gap between the artists and the programmers.  </p>
<p>The timeline structure, although interesting and workable, is less appealing to hard core developers.  As I develop more and more code in Flex, I realize that the old school timeline paradigm is less appealing.  The more I use actionscript 3 in the Flex IDE, the better I like this shift in thinking.</p>
<p>There are times that I really miss the timeline in flash, but the tradeoff so far makes it worthwhile to stick with flex. </p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=131</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filemaker as a CMS Push</title>
		<link>http://aeonmedia.com/blog/?p=183</link>
		<comments>http://aeonmedia.com/blog/?p=183#comments</comments>
		<pubDate>Mon, 07 Sep 2009 20:34:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[E-commerce]]></category>
		<category><![CDATA[Filemaker]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=183</guid>
		<description><![CDATA[
		
		
		
		 
		
		
		
		

function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&#038;t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}


html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share
		
		
		
		
		
		
		
		When working with a framework that is set up for multiple languages, I decided to give some more power to the client by evolving a content [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "Filemaker as a CMS Push";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=183";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=183";
		reddit_title = "Filemaker as a CMS Push";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=183" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=183";
		var dzone_title = "Filemaker as a CMS Push";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=183";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Filemaker as a CMS Push";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>When working with a framework that is set up for multiple languages, I decided to give some more power to the client by evolving a content management system within Filemaker.  The defined constants in each language file, for instance, can be controlled by editing the language file.  The constants placed upon the design layer of the application allow for ease of changes, making it both possible and fun to provide a version of your site in alternative languages without worrying about the resultant shift in the design.</p>
<p>Calculation fields in filemaker can drive content and with the 360Works ScriptMaster ( <a href="http://360works.com/scriptmaster/" target="_blank">is a free, general-purpose, modular plugin. It comes out of the box with modules for file manipulation, URL and network utilities, Web Services, shell scripting, event/script triggering, and many others</a>) you can automatically ftp the resultant file built around the calculation.</p>
<p>This is a time consuming process, but well worth it.  The result will be more empowerment for the marketing pro who wants to update content easier.  Other steps along this path include editing of stylesheets.  Practically anything that is text based can be modified this way and sent to a live site via ftp.  In fact, this is so fun I just may decide to code up my version of a content editor inside of filemaker to see if it can be done.  </p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=183</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remix of oshell dot calm</title>
		<link>http://aeonmedia.com/blog/?p=180</link>
		<comments>http://aeonmedia.com/blog/?p=180#comments</comments>
		<pubDate>Sun, 06 Sep 2009 20:45:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[mySQL]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=180</guid>
		<description><![CDATA[oshell dot calm has had many incarnations over the years]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "Remix of oshell dot calm";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=180";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=180";
		reddit_title = "Remix of oshell dot calm";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=180" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=180";
		var dzone_title = "Remix of oshell dot calm";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=180";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "Remix of oshell dot calm";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>aEon has owned the domain name oshell.com since 1994, while employed at The Learning Company.  Around 1997 while working there I was befriended by the lead engineer on the software project for a CD ROM based product that was sold over the shelves at Egg Head and Comp USA (may the latter rest in peace).  I was content to do rapid interface design mockups to bridge the gap between my department (then the graphics division) and her department, which was programming and engineering.  The résumé building project was a real fork in the road of my life, although I didn&#8217;t realize it at the time.  She taught me several things about HTML.  I absorbed all the information she taught me and discovered a new interest.  I decided to become a developer.</p>
<p>I had written some rudimentary applications in Lingo in Macromedia Director, and I continued to develop that skill, but the web opened up my eyes to a new set of possibilities.  These the words my mentor bestowed on me: &#8220;No one wants to to anything unless it&#8217;s connected to a database&#8221;  turned out to be very important indeed in shaping my choices.</p>
<p>oshell dot calm has had many incarnations over the years, from plain html, to images cut into slices (ahh, fireworks), to <a href="http://www.oshell.com/cold_storage" target="_blank">CSS pushed content</a>,  and finally a fully flexed version of the site.  Pure FLEX, with the creation of a few elements in illustrator, the creation of animated parts as separate swf files, and of course a fully fledged data connectivity that uses the standard web 2.0 http request model for gathering data from a mySQL database that is pushing content -<a href="http://www.oshell.com" target="_blank"> which is today&#8217;s release.</a></p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Apple OS Ships with old version of flash.</title>
		<link>http://aeonmedia.com/blog/?p=157</link>
		<comments>http://aeonmedia.com/blog/?p=157#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:07:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://aeonmedia.com/blog/?p=157</guid>
		<description><![CDATA[
		
		
		
		 
		
		
		
		

function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&#038;t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}


html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}

Share
		
		
		
		
		
		
		
		I have not upgraded yet, and I am glad a took some time before jumping in the deep end.  Not only will it install the [...]]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><div style="float: right; width: 50px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		yahooBuzzArticleHeadline = "New Apple OS Ships with old version of flash.";
		yahooBuzzArticleCategory = "";
		yahooBuzzArticleType = "text";
		yahooBuzzArticleId = "http://aeonmedia.com/blog/?p=157";
		yahooBuzzArticleSummary = "";
		//-->
		</script>
		<script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype="square"> </script></div><div style="float: right; width: 42px; padding-right: 90px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		reddit_url = "http://aeonmedia.com/blog/?p=157";
		reddit_title = "New Apple OS Ships with old version of flash.";
		//-->
		</script>
		<script type="text/javascript" src="http://www.reddit.com/button.js?t=1"></script></div><div style="float: right; width: 70px; margin: 0 0 0 10px;">
<script type="text/javascript">
function fbs_click() {
u=location.href;
t=document.title;
window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width=626,height=436");
return false;
}
</script>
<style type="text/css">
html .fb_share_button {display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right;}
html .fb_share_button:hover {color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top right; text-decoration:none;}
</style>
<a href="http://www.facebook.com/share.php?u=http://aeonmedia.com/blog/?p=157" class="fb_share_button" onclick="return fbs_click()" target="_blank" style="text-decoration:none;">Share</a></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		var dzone_url = "http://aeonmedia.com/blog/?p=157";
		var dzone_title = "New Apple OS Ships with old version of flash.";
		var dzone_style = "1";
		var dzone_blurb = "";
		//-->
		</script>
		<script language="javascript" src="http://widgets.dzone.com/widgets/zoneit.js"></script></div><div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://aeonmedia.com/blog/?p=157";
		digg_bgcolor = "#FFFFFF";
		digg_skin = "";
		digg_window = "";
		digg_title = "New Apple OS Ships with old version of flash.";
		digg_media = "news";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><!--S-ButtonZ 1.1.5 End--><p>I have not upgraded yet, and I am glad a took some time before jumping in the deep end.  Not only will it install the old flash, but it will downgrade your version.  This information comes from engadget, who suggest updating the flash after installing Snow Leopard.  </p>
<p><a href="http://www.engadget.com/2009/09/03/snow-leopard-ships-with-old-version-of-flash-great-for-hackers/" target="_blank">Here is the article  from engadget.</a></p>
<div style="clear:both;">&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://aeonmedia.com/blog/?feed=rss2&amp;p=157</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
