<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>InsideRIA</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/" />
<link rel="self" type="application/atom+xml" href="http://www.insideria.com/atom.xml" />
<id>tag:www.insideria.com,2008-01-28://34</id>
<updated>2009-11-18T21:42:38Z</updated>
<subtitle>InsideRIA.com is an online community developed by O’Reilly and sponsored by Adobe Systems Incorporated. Our goal is to create an invaluable resource for information on the ever-changing state of design and development of rich Internet applications (RIAs).</subtitle>
<generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.21-en</generator>

<entry>
<title>Flex Template Components Rock</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/11/flex-template-components-rock.html" />
<id>tag:www.insideria.com,2009://34.38481</id>

<published>2009-11-16T20:00:00Z</published>
<updated>2009-11-18T21:42:38Z</updated>

<summary> Flex comes with a full spectrum of components, but once in a while you get hit with a request to do something that is difficult to shoehorn into what already exists, but seems even more difficult to do as...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="component" label="component" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="flex" label="flex" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="mxml" label="mxml" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
 Flex comes with a full spectrum of components, but once in a while you get hit with a request to do something that is difficult to shoehorn into what already exists, but seems even more difficult to do as...
</content>
</entry>

<entry>
<title>&quot;Eager Loading&quot; in Actionscript 3</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/11/eager-loading-in-actionscript.html" />
<id>tag:www.insideria.com,2009://34.38477</id>

<published>2009-11-11T18:30:44Z</published>
<updated>2009-11-17T14:44:45Z</updated>

<summary>Last week, I wrote about the Lazy Loading design pattern. There&apos;s not much written about its opposite, Eager Loading, in ActionScript 3. The reason for this is simple&#8211;true eager loading can&apos;t be done in AS3 itself, it has to be...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="designpatterns" label="design patterns" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="flash" label="Flash" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="flex" label="flex" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="remoting" label="remoting" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
Last week, I wrote about the Lazy Loading design pattern. There&apos;s not much written about its opposite, Eager Loading, in ActionScript 3. The reason for this is simple&#8211;true eager loading can&apos;t be done in AS3 itself, it has to be...
</content>
</entry>

<entry>
<title>Advantages of Lazy Loading</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/10/advantages-of-lazy-loading.html" />
<id>tag:www.insideria.com,2009://34.38345</id>

<published>2009-10-31T20:37:15Z</published>
<updated>2009-11-06T14:44:50Z</updated>

<summary><![CDATA[Wikipedia defines Lazy Loading as &quot;a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed.&quot; Typically, we do this to make an RIA application more responsive&#8211;since we're not...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="actionscript" label="actionscript" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="designpatterns" label="design patterns" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="flash" label="flash" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="flex" label="flex" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[Wikipedia defines Lazy Loading as &quot;a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed.&quot; Typically, we do this to make an RIA application more responsive&#8211;since we're not...]]>
</content>
</entry>

<entry>
<title>Interfaces and Dynamic Class Instantiation</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/10/interfaces-and-dynamic-class-i.html" />
<id>tag:www.insideria.com,2009://34.38322</id>

<published>2009-10-27T19:30:57Z</published>
<updated>2009-10-27T19:12:22Z</updated>

<summary><![CDATA[I always enjoy Jesse Freeman's Flash Art of War column, and this week's, &quot;Dynamically Creating(/Instantiating) Classes from XML,&quot; was especially intriguing. The thing that stuck out to me about that post is that if you are creating objects dymanically, you...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="designpatterns" label="design patterns" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[I always enjoy Jesse Freeman's Flash Art of War column, and this week's, &quot;Dynamically Creating(/Instantiating) Classes from XML,&quot; was especially intriguing. The thing that stuck out to me about that post is that if you are creating objects dymanically, you...]]>
</content>
</entry>

<entry>
<title>Growing the RIA Community</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/10/growing-the-ria-community.html" />
<id>tag:www.insideria.com,2009://34.38230</id>

<published>2009-10-19T17:25:32Z</published>
<updated>2009-10-19T17:28:53Z</updated>

<summary>I didn&apos;t get a chance to go to MAX this year, unfortunately. But since my husband did make it, and he is both a Community Expert and a User Group Manager, you can probably imagine that I got an earful...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="career" label="career" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
I didn&apos;t get a chance to go to MAX this year, unfortunately. But since my husband did make it, and he is both a Community Expert and a User Group Manager, you can probably imagine that I got an earful...
</content>
</entry>

<entry>
<title>Stateful Skins in Flex 3</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/10/stateful-skins-in-flex-3.html" />
<id>tag:www.insideria.com,2009://34.38151</id>

<published>2009-10-11T21:55:42Z</published>
<updated>2009-10-12T15:02:18Z</updated>

<summary>
Even though stateful skins are simple to understand, they are not well documented and there are a few quirks both of stateful skins and of how some of the components work that meant that the concept is easier said than done. So maybe by joining me on my journey you can benefit from the simplicity and power without hitting all of the headaches. Instead of a full-blown tutorial, I thought I&apos;d share a few concepts about how I approached the problem of creating a stateful skin and what I learned in the process.</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="css" label="css" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="skin" label="skin" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">

Even though stateful skins are simple to understand, they are not well documented and there are a few quirks both of stateful skins and of how some of the components work that meant that the concept is easier said than done. So maybe by joining me on my journey you can benefit from the simplicity and power without hitting all of the headaches. Instead of a full-blown tutorial, I thought I&apos;d share a few concepts about how I approached the problem of creating a stateful skin and what I learned in the process.
</content>
</entry>

<entry>
<title>Easy Flex Skinning with Fireworks CS4</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/10/easy-flex-skinning-with-firewo.html" />
<id>tag:www.insideria.com,2009://34.38088</id>

<published>2009-10-02T16:48:26Z</published>
<updated>2009-10-02T16:57:41Z</updated>

<summary>I&apos;m as excited as anyone about the prospect of Flash Catalyst, but I recently discovered that skinning in Flex 3 is down right easy. When I first was learning Flex, I had Studio 8, so I managed to completely overlook...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="fireworks" label="fireworks" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="flex" label="flex" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="graphics" label="graphics" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="skin" label="skin" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
I&apos;m as excited as anyone about the prospect of Flash Catalyst, but I recently discovered that skinning in Flex 3 is down right easy. When I first was learning Flex, I had Studio 8, so I managed to completely overlook...
</content>
</entry>

<entry>
<title>Debugging the Flex Invalidation Cycle</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/09/debugging-the-flex-invalidatio.html" />
<id>tag:www.insideria.com,2009://34.37980</id>

<published>2009-09-20T20:22:15Z</published>
<updated>2009-09-20T19:58:09Z</updated>

<summary><![CDATA[When I was first learning Flex, I really struggled with using the component life cycle. I was really lucky, since I was asked to provide the &quot;newbie eyes&quot; for an article in Flex Authority magazine. I learned a lot from...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[When I was first learning Flex, I really struggled with using the component life cycle. I was really lucky, since I was asked to provide the &quot;newbie eyes&quot; for an article in Flex Authority magazine. I learned a lot from...]]>
</content>
</entry>

<entry>
<title>64 Bit Windows, IIS, and Microsoft Access (part 2 of 2)</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/09/64-bit-windows-iis-and-microso-1.html" />
<id>tag:www.insideria.com,2009://34.37948</id>

<published>2009-09-15T22:36:36Z</published>
<updated>2009-09-17T15:06:38Z</updated>

<summary>Last week, I discussed how to see your installed 32-bit ODBC drivers on 64-bit Windows. I&apos;d like to talk a bit more about why 32 -bit ODBC drivers, especially tha Microsoft Access Jet Driver, doesn&apos;t work by default on Internet...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="access" label="access" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="configuration" label="configuration" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="microsoft" label="microsoft" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
Last week, I discussed how to see your installed 32-bit ODBC drivers on 64-bit Windows. I&apos;d like to talk a bit more about why 32 -bit ODBC drivers, especially tha Microsoft Access Jet Driver, doesn&apos;t work by default on Internet...
</content>
</entry>

<entry>
<title>64 Bit Windows, IIS, and Microsoft Access (part 1 of 2)</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/09/64-bit-windows-iis-and-microso.html" />
<id>tag:www.insideria.com,2009://34.37890</id>

<published>2009-09-06T20:08:23Z</published>
<updated>2009-09-17T15:05:37Z</updated>

<summary>We all know that Microsoft Access is not the right choice for enterprise databases. But there&apos;s no doubt that sometimes it is the right choice. Whether it&apos;s a quick prototype or an application that needs to have roughly the same...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="access" label="access" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="configuration" label="configuration" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="microsoft" label="microsoft" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
We all know that Microsoft Access is not the right choice for enterprise databases. But there&apos;s no doubt that sometimes it is the right choice. Whether it&apos;s a quick prototype or an application that needs to have roughly the same...
</content>
</entry>

<entry>
<title>Are We Ready for Universal Augmented Reality 1.0?</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/08/are-we-ready-for-universal-aug.html" />
<id>tag:www.insideria.com,2009://34.37842</id>

<published>2009-08-30T18:13:30Z</published>
<updated>2009-08-31T15:11:21Z</updated>

<summary>I&apos;ll admit it. My husband, Steve, has a severe case of gadgetosis.  Because of this affliction, we&apos;ve invested some of our savings in a company called Microvision. At first, to me, this company was nothing more than a good investment -- after all, who in this industry hasn&apos;t wanted a projector so small and light you could stash it in your purse -- but now I find myself excited by the prospects of what the devices they make (wearable displays, vehicle displays, and pico-projectors) could mean for me as a developer.</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
I&apos;ll admit it. My husband, Steve, has a severe case of gadgetosis.  Because of this affliction, we&apos;ve invested some of our savings in a company called Microvision. At first, to me, this company was nothing more than a good investment -- after all, who in this industry hasn&apos;t wanted a projector so small and light you could stash it in your purse -- but now I find myself excited by the prospects of what the devices they make (wearable displays, vehicle displays, and pico-projectors) could mean for me as a developer.
</content>
</entry>

<entry>
<title>Oldies But Goodies</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/08/oldies-but-goodies.html" />
<id>tag:www.insideria.com,2009://34.37775</id>

<published>2009-08-19T23:34:26Z</published>
<updated>2009-08-19T23:08:21Z</updated>

<summary><![CDATA[One thing I've noticed lately is that it's sometimes hard to find basic beginner to intermediate level information on many of the subjects that we, as developers, care about. Whether it's pointing a newbie to a &quot;how to get started...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[One thing I've noticed lately is that it's sometimes hard to find basic beginner to intermediate level information on many of the subjects that we, as developers, care about. Whether it's pointing a newbie to a &quot;how to get started...]]>
</content>
</entry>

<entry>
<title>Skype and Remote Development</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/08/skype-and-remote-development.html" />
<id>tag:www.insideria.com,2009://34.37692</id>

<published>2009-08-14T17:22:44Z</published>
<updated>2009-08-14T18:17:15Z</updated>

<summary>In the past, I&apos;ve talked about the advantages of telecommuting. Today, I&apos;d like to talk about the mechanics of telecommuting. Specifically, how to communicate when none of the members of the project are colocated. In the past, I&apos;ve participated in...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="career" label="career" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="teamdevelopment" label="team development" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
In the past, I&apos;ve talked about the advantages of telecommuting. Today, I&apos;d like to talk about the mechanics of telecommuting. Specifically, how to communicate when none of the members of the project are colocated. In the past, I&apos;ve participated in...
</content>
</entry>

<entry>
<title>Moving to Windows 7</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/08/moving-to-windows-7.html" />
<id>tag:www.insideria.com,2009://34.37639</id>

<published>2009-08-02T00:00:19Z</published>
<updated>2009-08-03T15:01:45Z</updated>

<summary>A couple of months ago, I got a brand new Dell laptop. To future-proof it, I ordered it with enough RAM that it needed 64-bit Windows to fully use all that muscle. So, once my in-house IT department (AKA my wonderful husband) installed Windows 7 on it, I fired it up for the first time and went through the process of setting it up to connect to the servers at work. Oops! I immediately had a problem.  The Citrix client that the company I work for provides for download and installation won&apos;t even install to 64-bit Windows, and according to Server Guy (yes, that&apos;s his official title), the 64-bit clients it does make require an upgrade to the servers.</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="dreamweaver" label="dreamweaver" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="iis" label="iis" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="operatingsystem" label="operating system" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="windows" label="windows" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="windows7" label="windows 7" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
A couple of months ago, I got a brand new Dell laptop. To future-proof it, I ordered it with enough RAM that it needed 64-bit Windows to fully use all that muscle. So, once my in-house IT department (AKA my wonderful husband) installed Windows 7 on it, I fired it up for the first time and went through the process of setting it up to connect to the servers at work. Oops! I immediately had a problem.  The Citrix client that the company I work for provides for download and installation won&apos;t even install to 64-bit Windows, and according to Server Guy (yes, that&apos;s his official title), the 64-bit clients it does make require an upgrade to the servers.
</content>
</entry>

<entry>
<title>CSS vs. Tables</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/07/css-vs-tables.html" />
<id>tag:www.insideria.com,2009://34.37545</id>

<published>2009-07-20T17:05:13Z</published>
<updated>2009-07-20T12:45:23Z</updated>

<summary> Last time I talked about CSS on this blog, I got a lot of feedback, and let me tell you, I&apos;m all about the attention, so I thought I&apos;d give my take on the CSS vs. tables debate. I&apos;ve...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="css" label="css" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="teamdevelopment" label="team development" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
 Last time I talked about CSS on this blog, I got a lot of feedback, and let me tell you, I&apos;m all about the attention, so I thought I&apos;d give my take on the CSS vs. tables debate. I&apos;ve...
</content>
</entry>

<entry>
<title>Telecommuting for Fun and Profit</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/07/telecommuting-for-fun-and-prof.html" />
<id>tag:www.insideria.com,2009://34.37491</id>

<published>2009-07-12T19:30:21Z</published>
<updated>2009-07-14T08:41:58Z</updated>

<summary>One of the things I love about what we do is that it&apos;s possible to do it as effectively from the comfort of your living room as from an office. Working from home makes it possible for me to have...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="career" label="career" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="job" label="job" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
One of the things I love about what we do is that it&apos;s possible to do it as effectively from the comfort of your living room as from an office. Working from home makes it possible for me to have...
</content>
</entry>

<entry>
<title>Web Services Made Easy</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/07/web-services-made-easy.html" />
<id>tag:www.insideria.com,2009://34.37400</id>

<published>2009-07-05T01:30:52Z</published>
<updated>2009-07-04T23:09:18Z</updated>

<summary><![CDATA[Lots of RIA's use web services, and one of the more tedious parts of writing a service can be looping through all of the rows in a recordset, adding nodes, setting their attributes, etc.&nbsp;I spend a lot of time trawling...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="sql" label="sql" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="xml" label="xml" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[Lots of RIA's use web services, and one of the more tedious parts of writing a service can be looping through all of the rows in a recordset, adding nodes, setting their attributes, etc.&nbsp;I spend a lot of time trawling...]]>
</content>
</entry>

<entry>
<title>The Story of Henrietta</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/06/the-story-of-henrietta.html" />
<id>tag:www.insideria.com,2009://34.37331</id>

<published>2009-06-30T00:20:15Z</published>
<updated>2009-06-30T00:11:59Z</updated>

<summary><![CDATA[ There she is in the corner. We all see her, but so far we haven't talked about her.&nbsp; She's Henrietta, the 600 lb. gorilla.&nbsp; You know the one I'm talking about&#8212;the fact that, of all the regular bloggers at...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[ There she is in the corner. We all see her, but so far we haven't talked about her.&nbsp; She's Henrietta, the 600 lb. gorilla.&nbsp; You know the one I'm talking about&#8212;the fact that, of all the regular bloggers at...]]>
</content>
</entry>

<entry>
<title>Time to let go</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/06/time-to-let-go.html" />
<id>tag:www.insideria.com,2009://34.36694</id>

<published>2009-06-15T18:36:13Z</published>
<updated>2009-06-10T16:19:35Z</updated>

<summary><![CDATA[Several years ago, I interviewed for a job in the Web development department at WorldComm.&nbsp; They asked me what my favorite HTML editor was, and I said &quot;Notepad.&quot;&nbsp; They strongly approved of that answer, and I think that was the...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[Several years ago, I interviewed for a job in the Web development department at WorldComm.&nbsp; They asked me what my favorite HTML editor was, and I said &quot;Notepad.&quot;&nbsp; They strongly approved of that answer, and I think that was the...]]>
</content>
</entry>

<entry>
<title>How much is too much?</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/06/how-much-is-too-much.html" />
<id>tag:www.insideria.com,2009://34.36693</id>

<published>2009-06-11T21:57:51Z</published>
<updated>2009-06-11T01:27:51Z</updated>

<summary><![CDATA[ &quot;Amy, every sketch doesn't have to be the Sistine Chapel.&quot; Brent Funderburk, 1991 Brent Funderburk was my favorite professor when I was at Mississippi State, and the reason I switched from being an architecture major to being an art...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[ &quot;Amy, every sketch doesn't have to be the Sistine Chapel.&quot; Brent Funderburk, 1991 Brent Funderburk was my favorite professor when I was at Mississippi State, and the reason I switched from being an architecture major to being an art...]]>
</content>
</entry>

<entry>
<title>Making old CSS work in IE8</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/06/making-old-css-work-in-ie8.html" />
<id>tag:www.insideria.com,2009://34.36691</id>

<published>2009-06-06T17:00:42Z</published>
<updated>2009-06-06T17:08:50Z</updated>

<summary>I was a bit nervous about telling my coworkers about the fact I&apos;m doing this blog. After all, I&apos;m under NDA and my inspiration for these posts usually comes from things that happen on the job. I try to keep...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="css" label="css" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="ie8" label="ie8" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
I was a bit nervous about telling my coworkers about the fact I&apos;m doing this blog. After all, I&apos;m under NDA and my inspiration for these posts usually comes from things that happen on the job. I try to keep...
</content>
</entry>

<entry>
<title>The Day the World Stood Still</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/05/the-day-the-world-stood-still.html" />
<id>tag:www.insideria.com,2009://34.36319</id>

<published>2009-05-24T19:41:16Z</published>
<updated>2009-05-24T02:44:01Z</updated>

<summary>Actually it was over two days. Two days last week when the unthinkable happened: our Internet went down. Let me tell you, it was a maddening experience, because both my husband and I work from home. First, everything slowed waaaay...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="internet" label="internet" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
Actually it was over two days. Two days last week when the unthinkable happened: our Internet went down. Let me tell you, it was a maddening experience, because both my husband and I work from home. First, everything slowed waaaay...
</content>
</entry>

<entry>
<title>Why I love the local User Group</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/05/why-i-love-the-local-user-grou.html" />
<id>tag:www.insideria.com,2009://34.36251</id>

<published>2009-05-17T21:50:14Z</published>
<updated>2009-05-17T21:37:18Z</updated>

<summary><![CDATA[I have to confess, I joined my local Adobe user group with the most altruistic of motives.&nbsp;My husband, an Adobe Community Expert, saw the need in our area for an Adobe User Group, and I wanted to support him in...]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="adobe" label="adobe" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="usergroup" label="user group" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[I have to confess, I joined my local Adobe user group with the most altruistic of motives.&nbsp;My husband, an Adobe Community Expert, saw the need in our area for an Adobe User Group, and I wanted to support him in...]]>
</content>
</entry>

<entry>
<title>Who Decides?</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/05/who-decides.html" />
<id>tag:www.insideria.com,2009://34.36106</id>

<published>2009-05-04T20:26:15Z</published>
<updated>2009-05-03T16:37:40Z</updated>

<summary><![CDATA[In my last blog post, I discussed a CSS trick I recently discovered. That post spawned a lot of comments, and at one point in the discussion I stated that I felt that just because a technique is popular and has been put forward by one or more resources as best practice, that it doesn't necessarily make that technique better practice than a new practice I (or any developer really) might come up with.  The question was asked, &quot;where do best practices come from?&quot;
...I think any developer, consumer, or citizen has the right to put in the research time to study what current practices are and the reasons for them and put forward alternatives that can be considered for adoption as best practices.]]></summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="bestpractices" label="best practices" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="cairngorm" label="cairngorm" scheme="http://www.sixapart.com/ns/types#tag" />
<category term="css" label="css" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
<![CDATA[In my last blog post, I discussed a CSS trick I recently discovered. That post spawned a lot of comments, and at one point in the discussion I stated that I felt that just because a technique is popular and has been put forward by one or more resources as best practice, that it doesn't necessarily make that technique better practice than a new practice I (or any developer really) might come up with.  The question was asked, &quot;where do best practices come from?&quot;
...I think any developer, consumer, or citizen has the right to put in the research time to study what current practices are and the reasons for them and put forward alternatives that can be considered for adoption as best practices.]]>
</content>
</entry>

<entry>
<title>Stupid CSS Trick</title>
<link rel="alternate" type="text/html" href="http://www.insideria.com/2009/04/stupid-css-trick.html" />
<id>tag:www.insideria.com,2009://34.36062</id>

<published>2009-04-29T21:15:25Z</published>
<updated>2009-06-01T18:38:12Z</updated>

<summary> I&apos;ve always has a Platonic relationship with CSS. You know, the kind where you see the shadows on the wall and you try to infer what is casting it. Lately, I&apos;ve been forced to use CSS more and more,...</summary>
<author>
<name>Amy Blankenship</name>

</author>

<category term="Blogs" scheme="http://www.sixapart.com/ns/types#category" />

<category term="css" label="css" scheme="http://www.sixapart.com/ns/types#tag" />

<content type="html" xml:lang="en" xml:base="http://www.insideria.com/">
 I&apos;ve always has a Platonic relationship with CSS. You know, the kind where you see the shadows on the wall and you try to infer what is casting it. Lately, I&apos;ve been forced to use CSS more and more,...
</content>
</entry>

</feed>