<?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>DRÄ Studio &#187; web</title>
	<atom:link href="http://www.drastudio.com/past/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drastudio.com</link>
	<description>Pixel pushing and pencil shavings</description>
	<lastBuildDate>Sun, 01 Aug 2010 03:46:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>iPhone OS 4.0 Sneak Peak</title>
		<link>http://www.drastudio.com/past/2010/04/09/iphone-4-sneak-peak/</link>
		<comments>http://www.drastudio.com/past/2010/04/09/iphone-4-sneak-peak/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 20:56:27 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=7764</guid>
		<description><![CDATA[

I had intended on posting about all of the features I am excited for in the upcoming iPhone OS 4.0 software update (of which there are many), but Apple did a nice job of spoiling that with ...



More reminders of their continued belief that the HTML5 markup language is a direct equivalent to and a capable replacement for Flash, Flex and AIR ... where it definitely is not.
A re-written development agreement that not only restricts ...]]></description>
			<content:encoded><![CDATA[<p><img class="bgSmall alignLeft" src="http://www.drastudio.com/blag/2010/iphone-os4.jpg" alt="iPhone OS 4.0" /></a></p>

<p>I had intended on posting about all of the features I am excited for in the upcoming <a href="http://www.apple.com/iphone/preview-iphone-os/">iPhone OS 4.0</a> software update (of which there are many), but Apple did a nice job of spoiling that with ...</p>


<ul>
<li>More reminders of their continued belief that the <span class="caps">HTML5 </span>markup language is a direct equivalent to and a capable replacement for Flash, Flex and <span class="caps">AIR</span> ... where it definitely is not.</li>
<li>A re-written development agreement that not only <a href="http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compile">restricts Flash Platform developers</a> from creating for the iPhone and iPad platforms, but also <a href="http://www.mono-project.com/Main_Page">C#</a> and [possibly] <a href="http://phonegap.com/">JavaScript</a> developers.</li>
<li>Confirmation of their <a href="http://www.gskinner.com/blog/archives/2010/04/return_of_the_b.html">laughable approach</a> to informing the User of non-support for browser plugins (e.g. hiding it from them).</li>
</ul>



<p>Sure, a lot of these things present an immediate problem just for what Adobe is moving towards with Flash, but they are also restricting the progress of Internet technologies in general (<a href="http://www.silverlight.net">SilverLight</a> and <a href="http://unity3d.com/">Unity 3D</a> come to mind). I know Apple still considers the iPhone a "breakthrough Internet device" and really, in comparison to the rest of the current phone market, it is. But with so many competitors so hot on on their heels <span class="caps">AND </span>providing an <a href="http://www.android.com/">open environment</a> for development, their leading position is going to start slipping.</p>

<p>Plus, with the advent of new devices like the <a href="http://www.apple.com/ipad/">iPad</a> which border on desktop-computing replacements, a restricted Internet is not in anyone's best interest. If I am going to "see the web like never before", I'd rather see <span class="caps">ALL </span>of it.</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2010/04/09/iphone-4-sneak-peak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ECMAScript and ActionScript 3.0</title>
		<link>http://www.drastudio.com/past/2010/01/11/ecmascript-and-actionscript-3-0/</link>
		<comments>http://www.drastudio.com/past/2010/01/11/ecmascript-and-actionscript-3-0/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 16:37:27 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=7126</guid>
		<description><![CDATA[

I have been working to understand more aspects of the Flash platform and how we are implementing it in our Full Sail curriculum and this XML basics article I just found was really helpful in explaining E4X syntax and how to traverse the XML node tree.

The article does mention implementing the Flash IDE for their code, but Flex Builder is a much nicer environment for building ActionScript projects. Plus, you can install a copy of ...]]></description>
			<content:encoded><![CDATA[<p><img class="bgSmall alignLeft" src="http://www.drastudio.com/blag/2009/e4x.jpg" alt="ECMAScript" /></p>

<p>I have been working to understand more aspects of the Flash platform and how we are implementing it in our <a href="http://www.fullsail.edu/">Full Sail</a> curriculum and <a href="http://www.republicofcode.com/tutorials/flash/as3xml/">this <span class="caps">XML </span>basics</a> article I just found was really helpful in explaining <a href="http://en.wikipedia.org/wiki/ECMAScript_for_XML"><span class="caps">E4X</span></a> syntax and how to traverse the <span class="caps">XML </span>node tree.</p>

<p>The article does mention implementing the Flash <span class="caps">IDE </span>for their code, but <a href="http://www.adobe.com/products/flex/">Flex Builder</a> is a much nicer environment for building ActionScript projects. Plus, you can install a copy of the <a href="http://download.cnet.com/XMLBuddy/3000-7241_4-10405546.html"><span class="caps">XML</span> Buddy</a> Eclipse plugin in FB and it just happens to be one of the few <span class="caps">XML </span>editors that auto-completes custom nodes (the only other one I've found is <a href="http://macrabbit.com/espresso/">Espresso</a>).</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2010/01/11/ecmascript-and-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Circles of Interest</title>
		<link>http://www.drastudio.com/past/2010/01/08/circles-of-interest/</link>
		<comments>http://www.drastudio.com/past/2010/01/08/circles-of-interest/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 00:23:41 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=7112</guid>
		<description><![CDATA[

Even though I have no plans of releasing these to the public, I thought you might enjoy seeing this fun little cross-platform project I have been working on. It is really just a fancy list for me to keep handy and remind me of what to work on most days. Not only does it come with a spiffy iPhone version (including a custom iPhone icon, of course), it now has an Adobe AIR version that ...]]></description>
			<content:encoded><![CDATA[<p class="leadImg"><a href="http://www.drastudio.com/blag/2009/circles_of_interest-lrg.jpg" rel="lightbox" title="A quick peak at the AIR, iPhone and browser versions."><img class="bgMedium" src="http://www.drastudio.com/blag/2009/circles_of_interest.jpg" alt="Circles of Interest" /></a></p>

<p>Even though I have no plans of releasing these to the public, I thought you might enjoy seeing this fun little cross-platform project I have been working on. It is really just a fancy list for me to keep handy and remind me of what to work on most days. Not only does it come with a spiffy iPhone version (including a custom iPhone icon, of course), it now has an Adobe <span class="caps">AIR </span>version that can be run on a Mac, Windows or Linux system.</p>

<p>The best part? Each deployment pulls from the same <span class="caps">HTML </span>source and will a little bit of RegEx magic and JavaScript conditionals, each gets its own look and feel. If you haven't already looked into working with <a href="http://help.adobe.com/en_US/AIR/1.5/devappshtml/index.html"><span class="caps">AIR </span>through <span class="caps">HTML </span>and JavaScript</a>, it is definitely a lot o' fun. I wasn't really in the mood to set up a site in Dreamweaver or dive into Aptana while working on this, so I took the super nerdy route and did all the <span class="caps">AIR </span>debugging and compiling right out of Terminal. Definitely good times.</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2010/01/08/circles-of-interest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome on the Mac</title>
		<link>http://www.drastudio.com/past/2009/10/27/google-chrome-on-the-mac/</link>
		<comments>http://www.drastudio.com/past/2009/10/27/google-chrome-on-the-mac/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:59:31 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=6822</guid>
		<description><![CDATA[

It has been a few days now since Ars Technica announced Google's Developer Preview for Chrome on the Mac and I have been loving every minute of it. While I do miss the robust plugin architecture of Firefox and the slickness of Safari 4's "Top Sites", Chrome's speed trumps all.

New tabs and windows are quick to respond and page loading is ever so snappy. And though I am not entirely won over by it yet, ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac" title="Click to visit the download page"><img class="bgSmall alignLeft" src="http://www.drastudio.com/blag/2009/google_chrome.jpg" alt="Google Chrome" /></a></p>

<p>It has been a few days now since <a href="http://arstechnica.com/apple/news/2009/10/google-chrome-for-mac-developer-preview-now-official.ars">Ars Technica</a> announced Google's Developer Preview for Chrome on the Mac and I have been loving every minute of it. While I do miss the robust plugin architecture of <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a> and the slickness of <a href="http://www.apple.com/safari/">Safari 4's</a> "Top Sites", Chrome's speed trumps all.</p>

<p>New tabs and windows are quick to respond and page loading is ever so snappy. And though I am not entirely won over by it yet, I now also have a chance to fully test <a href="http://www.bing.com/">Bing</a> as a search engine alternative ... not just as a second-class citizen, but fully integrated into my normal search workflow.</p>

<p>There are several features I am sure Chrome will add in further releases, hopefully including the full "Develop" menu from Safari's WebKit, a more customizable "New Tab" screen (I want one more row of thumbnails), and AppleScript support (Chrome is not currently compatible with <a href="http://www.realmacsoftware.com/littlesnapper/">Little Snapper</a>) ... but for being a developer preview, it is a really solid experience and is currently my default browser.</p>

<p>Oh and here is the <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=mac">direct link for the download</a>. Enjoy!</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2009/10/27/google-chrome-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchanging a slow Safari for Firefox 3.5</title>
		<link>http://www.drastudio.com/past/2009/10/12/exchanging-a-slow-safari-for-firefox-3-5/</link>
		<comments>http://www.drastudio.com/past/2009/10/12/exchanging-a-slow-safari-for-firefox-3-5/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 04:02:32 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=6718</guid>
		<description><![CDATA[

Despite how much I love the new Safari 4 features, I have been experiencing some really poor performance as of late ... specifically, a 3-5 second stall at every new window launch, new tab or trying to scroll through a part of a page I had not been using previously. Though it may be due entirely to the upgrade to Snow Leopard, I don't have anything concrete to back up that theory and am forced ...]]></description>
			<content:encoded><![CDATA[<p><img class="bgLarge alignLeft" src="http://www.drastudio.com/blag/2009/firefox-plugins.jpg" alt="Firefox Plugins" /></p>

<p>Despite how much I love the new <a href="http://www.apple.com/safari/features.html">Safari 4 features</a>, I have been experiencing some really poor performance as of late ... specifically, a 3-5 second stall at every new window launch, new tab or trying to scroll through a part of a page I had not been using previously. Though it may be due entirely to the upgrade to Snow Leopard, I don't have anything concrete to back up that theory and am forced to wait for an dot update from Apple.</p>

<p>In the interim, I have switched over to Firefox. Not my favorite by a long shot, but still a decent browser ... especially with the help of its mighty plug-in system. Besides the <a href="http://tcmediatech.com/firefox/">Chromifox</a> theme, which is just for fun, there are plenty of extensions that make browsing pretty bearable in the Mozilla world.</p>

<p>Here are some of my favorites, though a few still need to be updated to work with 3.5 ...</p>

<p><span id="more-6718"></span></p>


<ul>
<li><a href="http://agilewebsolutions.com/products/1Password">1Password</a> - Everyone's favorite pword manager</li>
<li><a href="http://www.charlesproxy.com/">Charles</a> - A nifty, but not free, bandwidth throttling system</li>
<li><a href="http://tools.sitepoint.com/codeburner/">CodeBurner</a> - I haven't found a good workflow for this yet (I prefer my Coda Reference Books), but you might</li>
<li><a href="http://www.cooliris.com/">Cooliris</a> - A great tool for finding photo references or just getting lost in some Flickr artwork</li>
<li><a href="http://delicious.com/">Delicious</a> - Direct deli.ico.us bookmark integration ... the only way to fly</li>
<li><a href="http://downloadstatusbar.mozdev.org/">Download Statusbar</a> - Keeping that pesky download window out of your hair</li>
<li><a href="http://www.standards-schmandards.com/projects/fangs/">Fangs</a> - Seeing from the screen-reader's standpoint</li>
<li><a href="http://userlogos.org/extensions/fastdial">Fast Dial</a> - A poor replacement for Safari's Top Sites, but it will have to do for now</li>
<li><a href="http://getfirebug.com/">Firebug</a> - An essential plugin for the <span class="caps">HTML, CSS </span>and Javascript developer</li>
<li><a href="http://code.google.com/p/firefox-mac-pdf/">Firefox <span class="caps">PDF</span> Plugin</a> - In-browser <span class="caps">PDF </span>viewing</li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/1689">Pronounce</a> - A sweet lil' addition for all you English language and vocabulary lovers out there</li>
<li><a href="http://www.retailmenot.com/">RetailMeNot</a> - Great coupon site ... and a great auto-sensing plugin</li>
<li><a href="http://searchbarautosizer.mozdev.org/">Searchbar Autosizer</a> - Kinda silly that you need it, but so helpful once you have it</li>
<li><a href="http://chrispederick.com/work/web-developer/">Web Developer Toolbar</a> - I still like Safari's Develop menu for some things, but this is the de facto standard for web development tools.</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2009/10/12/exchanging-a-slow-safari-for-firefox-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Starting Points</title>
		<link>http://www.drastudio.com/past/2009/10/11/wordpress-starting-points/</link>
		<comments>http://www.drastudio.com/past/2009/10/11/wordpress-starting-points/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 03:21:54 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=6726</guid>
		<description><![CDATA[

With the currently progressing update to the Dra Studio and some recent client projects, I have been trying to find a decent WordPress theme or framework that I could start from and build each future project on. After trying out quite a few nice and fully-featured ones, including Thematic, Hybrid, Starkers, The Buffet Framework, and Emptiness, I found myself more encumbered than enabled ... having to match up with their structure and layouts, working within ...]]></description>
			<content:encoded><![CDATA[<p><img class="bgSmall alignLeft" src="http://www.drastudio.com/blag/2009/wordpress-theme.jpg" alt="WordPress Theme" /></p>

<p>With the currently progressing update to the Dra Studio and some recent client projects, I have been trying to find a decent <a href="http://wordpress.org/">WordPress</a> theme or framework that I could start from and build each future project on. After trying out quite a few nice and fully-featured ones, including <a href="http://themeshaper.com/thematic/">Thematic</a>, <a href="http://themehybrid.com/">Hybrid</a>, <a href="http://elliotjaystocks.com/blog/archive/2008/starkers-for-wordpress-262/">Starkers</a>, <a href="http://www.zy.sg/the-buffet-framework/">The Buffet Framework</a>, and <a href="http://code.google.com/p/bitpress/wiki/Emptiness">Emptiness</a>, I found myself more encumbered than enabled ... having to match up with their structure and layouts, working within their rigid (or at least overly-complex) <span class="caps">CSS </span>style frameworks, etc.</p>

<p>I ended up utilizing the clean and simple <a href="http://wordpress.org/extend/themes/1024px">1024px</a> theme as a staring point and building out my own parent theme. I'll probably continue to tweak it as I move forward with projects (e.g. just this weekend I added some baseline <span class="caps">CSS </span>typography styles, using insight from the <a href="http://www.blueprintcss.org/">Blueprint</a> framework), but it has already aided me immensely in my WordPress deployments. So has <a href="http://www.mamp.info/"><span class="caps">MAMP</span></a> ... which, if you haven't already switched to locally developing WP installs, <a href="http://www.tuaw.com/2009/10/09/getting-started-with-wordpress-and-mamp-on-your-mac/">you should</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2009/10/11/wordpress-starting-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Nerd</title>
		<link>http://www.drastudio.com/past/2009/10/04/code-nerd/</link>
		<comments>http://www.drastudio.com/past/2009/10/04/code-nerd/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 23:39:16 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Sketches]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=6704</guid>
		<description><![CDATA[

One of my favorite Action Script-ers to follow, Felix Turner of AirTight Interactive, recently posted about all of the applications, plugins and resources he uses for Flash development. It is definitely a list worth checking out (as are many of the lists compiled by the great Smashing Magazine) and if nothing else, it gave me a reason to draw this nerdy guy, marking out all of the languages and frameworks I am either working with ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.drastudio.com/wp-content/uploads/2009/10/code-nerd.jpg"><img class="size-medium wp-image-6705 alignLeft" title="Code Nerd" src="http://www.drastudio.com/wp-content/uploads/2009/10/code-nerd-246x300.jpg" alt="Code Nerd Sketch" width="246" height="300" /></a></p>

<p>One of my favorite Action Script-ers to follow, Felix Turner of <a href="http://www.airtightinteractive.com/news/?p=359">AirTight Interactive</a>, recently posted about all of the applications, plugins and resources he uses for Flash development. It is definitely a list worth checking out (as are many of the lists compiled by the great <a href="http://www.smashingmagazine.com/category/toolbox/">Smashing Magazine</a>) and if nothing else, it gave me a reason to draw this nerdy guy, marking out all of the languages and frameworks I am either working with or delving into.</p>

<p>I've been incrementally been <a href="http://www.drastudio.com/past/tag/software/">posting</a> about the tools I use for design and development (especially about my <a href="http://www.drastudio.com/index.php?s=coda&amp;searchsubmit=Search">favorite leafy friend</a>), so I won't do that here ... but if you've been missing out, definitely head back and check out some of the older posts.</p>

<p>And as much as this guy pales in comparison, I still thought it was worth mentioning ... in honor of Jake Parker's sweet <a href="http://agent44.com/blog2/?p=502">Inktober</a> project, I drew this straight to ink, using a dull Faber Castell brush pen. Oh and in case you missed it, <a href="http://bobjinx.blogspot.com/2009/10/sketchbook-dump.html">Bob Flynn</a> is also joining in on Inktober. Love his work, in Flash and out!</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2009/10/04/code-nerd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard &amp; Perl &#8211; Having 64-bit babies</title>
		<link>http://www.drastudio.com/past/2009/09/29/snow-leopard-perl-having-64-bit-babies/</link>
		<comments>http://www.drastudio.com/past/2009/09/29/snow-leopard-perl-having-64-bit-babies/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:33:23 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=6663</guid>
		<description><![CDATA[Sadly, one of my favorite lil' Mac tools, Validator, which is perfect for validating XML files against custom Document Type Declarations (DTDs), is currently not working with Snow Leopard, or more specifically, Snow Leopard's implementation of 64-bit Perl.

There is an easy way have 10.6 load the 32-bit version of Perl, but unfortunately, even after doing so, it looks like Validator is still having some other issues.



There is no contact information on Robert Crews' website, so ...]]></description>
			<content:encoded><![CDATA[<p>Sadly, one of my favorite lil' Mac tools, <a href="http://homepage.mac.com/rcrews/software/validator/">Validator</a>, which is perfect for validating <span class="caps">XML </span>files against custom Document Type Declarations (DTDs), is currently not working with Snow Leopard, or more specifically, Snow Leopard's implementation of 64-bit <a href="http://www.perl.org/">Perl</a>.</p>

<p>There is <a href="http://use.perl.org/~pudge/journal/39596&amp;Acirc;&amp;nbsp;to">an easy way</a> have 10.6 load the 32-bit version of Perl, but unfortunately, even after doing so, it looks like Validator is still having some other issues.</p>

<p><a href="http://www.drastudio.com/wp-content/uploads/2009/09/validator-errors.png"><img class="size-medium wp-image-6665 floatRight" title="Validator - Errors" src="http://www.drastudio.com/wp-content/uploads/2009/09/validator-errors-300x252.png" alt="Screenshot of Errors" width="300" height="252" /></a></p>

<p>There is no contact information on Robert Crews' website, so I went searching for some viable replacements. Apple has a <a href="http://developer.apple.com/internet/opensource/validator.html&amp;Acirc;&amp;nbsp;about">Developer Connection article</a> installing a local <span class="caps">W3C HTML</span> Validator and you can <a href="http://habilis.net/validator-sac/&amp;Acirc;&amp;nbsp;a">download</a> nifty Stand-Alone <span class="caps">HTML</span>/XHTML Validator for the Mac (which Veerle made some <a href="http://veerle.duoh.com/blog/comments/a_new_icon_for_markup_validator_s.a.c/">nice icons</a> for), but neither will validate against a custom <span class="caps">DTD.</span></p>

<p>Enter <a href="http://ditchnet.org/xmlmate/"><span class="caps">XMLM</span>ate</a> ... the open-source, robust <a href="http://macromates.com/">TextMate</a> plugin for "Checking <span class="caps">XML </span>and <span class="caps">XHTML </span>documents for Well-Formedness and Validity while editing them in TextMate with support for <span class="caps">DTD, W3C XML</span> Schema, <span class="caps">RELAX NG,</span> Schematron, XInclude, <span class="caps">XML</span> Catalog, and XPath 2.0 Visualizer". Yeah. Wow, indeed.</p>

<p>I still don't own a copy of the pricey TextMate (despite how much I like it), but this add-on is nice enough for me to click thru the license screen every launch. Enjoy.</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2009/09/29/snow-leopard-perl-having-64-bit-babies/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flex Builder is evil about Undos</title>
		<link>http://www.drastudio.com/past/2009/09/29/flex-builder-is-evil-about-undos/</link>
		<comments>http://www.drastudio.com/past/2009/09/29/flex-builder-is-evil-about-undos/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:04:11 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=6660</guid>
		<description><![CDATA[

While creating an example AS3 file for our Deployment of Flash Projects class just now in Flex Builder, I almost found myself in an absurd "the-files-are-missing" predicament that we hear about every now and then from our students. Turns out some of it may not be so absurd ...

While Flex Builder allows for multiple Undos in several areas of its interface, it also has a subtle way of not indicating where those Undos are taking ...]]></description>
			<content:encoded><![CDATA[<p><img class="bgMedium" src="http://www.drastudio.com/blag/2009/flex_builder-undo.jpg" alt="Flex Builder - Undo" /></p>

<p>While creating an example <span class="caps">AS3 </span>file for our Deployment of Flash Projects class just now in <a href="http://www.adobe.com/products/flex/">Flex Builder</a>, I almost found myself in an absurd "the-files-are-missing" predicament that we hear about every now and then from our students. Turns out some of it may not be so absurd ...</p>

<p>While Flex Builder allows for multiple Undos in several areas of its interface, it also has a subtle way of not indicating where those Undos are taking place. Example? At the start of my project, I created a new folder to store some assets (FLA, <span class="caps">SWC, </span>etc.). While progressing through the project, writing code and undo-ing in a few class files, I happen to accidentally click into the "Flex Navigator" pane. The next time I hit undo, FB undoes the creating of my "assets" folder. I don't notice and continue working and the next time I compile or head to the Flash <span class="caps">IDE </span>to update the graphics, I get reference errors because of the missing files. Dandy, ain't it?</p>

<p>This could possibly be a workflow/UX issue that stems from the underlying Eclipse environment, but maybe Adobe will read this and realize they need to work harder to improve their "go to" Flash/Flex development environment.</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2009/09/29/flex-builder-is-evil-about-undos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard needs a default timezone</title>
		<link>http://www.drastudio.com/past/2009/09/22/snow-leopard-needs-a-default-timezone/</link>
		<comments>http://www.drastudio.com/past/2009/09/22/snow-leopard-needs-a-default-timezone/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:11:15 +0000</pubDate>
		<dc:creator>Oscar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.drastudio.com/?p=6627</guid>
		<description><![CDATA[

I happend to be testing one of the current Illustrative projects locally and notice the following PHP error on my date('y') function:

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ...]]></description>
			<content:encoded><![CDATA[<p><img class="bgLarge alignLeft" src="http://www.drastudio.com/blag/2009/warning-timezone.jpg" alt="PHP Timezone Warning" /></p>

<p>I happend to be testing one of the current <a href="http://www.getillustrative.com/">Illustrative</a> projects locally and notice the following <span class="caps">PHP </span>error on my date('y') function:</p>

<code>Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/New_York' for 'EDT/-4.0/DST' instead in ...</code>

<p>The error wasn't occurring online, since the live server's php.ini file or the server itself was setting a timezone. Turns out that the newest version of <span class="caps">PHP </span>(5.1.0) that ships with Snow Leopard <a href="http://nl.php.net/manual/en/function.date-default-timezone-set.php">now requires</a> that a default timezone be set.</p>

<p>You can read through <a href="http://www.macosxhints.com/article.php?story=20090831101932728">the quick fix</a> on the Mac <span class="caps">OSX</span> Hints site to resolve the issue on your machine.</p>]]></content:encoded>
			<wfw:commentRss>http://www.drastudio.com/past/2009/09/22/snow-leopard-needs-a-default-timezone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->