CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 02 Aug 2025 20:48:31 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090422025419
location: https://web.archive.org/web/20090422025419/https://www.oreillynet.com/pub/au/3436
server-timing: captures_list;dur=0.886479, exclusion.robots;dur=0.030233, exclusion.robots.policy;dur=0.014033, esindex;dur=0.014525, cdx.remote;dur=124.901896, LoadShardBlock;dur=330.964755, PetaboxLoader3.datanode;dur=65.676648, PetaboxLoader3.resolve;dur=202.823257
x-app-server: wwwb-app223
x-ts: 302
x-tr: 494
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=2
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 02 Aug 2025 20:48:32 GMT
content-type: text/html; charset=ISO-8859-1
x-archive-orig-date: Wed, 22 Apr 2009 02:53:55 GMT
x-archive-orig-server: Apache
x-archive-orig-p3p: policyref="https://www.oreillynet.com/w3c/p3p.xml",CP="CAO DSP COR CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa CONo OUR DELa PUBi OTRa IND PHY ONL UNI PUR COM NAV INT DEM CNT STA PRE"
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Wed, 22 Apr 2009 02:54:19 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 11 Jun 2008 13:48:08 GMT", ; rel="prev memento"; datetime="Sun, 22 Mar 2009 04:20:12 GMT", ; rel="memento"; datetime="Wed, 22 Apr 2009 02:54:19 GMT", ; rel="next memento"; datetime="Fri, 05 Jun 2009 03:06:32 GMT", ; rel="last memento"; datetime="Mon, 13 Mar 2017 01:19:57 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_9_20090421222616_crawl103-c/51_9_20090422025207_crawl101.arc.gz
server-timing: captures_list;dur=0.641186, exclusion.robots;dur=0.026220, exclusion.robots.policy;dur=0.013066, esindex;dur=0.012141, cdx.remote;dur=13.055662, LoadShardBlock;dur=201.633977, PetaboxLoader3.datanode;dur=116.278410, load_resource;dur=331.010131, PetaboxLoader3.resolve;dur=242.326092
x-app-server: wwwb-app223
x-ts: 200
x-tr: 602
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Andrew Trice
O'Reilly Community | Authors | Andrew Trice
Andrew Trice
Biography
Andrew Trice is the Principal Architect for Flex & AIR for Cynergy Systems, based in Washington, DC. He specializes in data visualization, client-server architectures, Object-Oriented principles, and rich application development. He has been developing for the web for over 10 years, with over eight years development for the Flash platform. Andrew has developed with Flex since version 1.5, and he thrives off the creativity and flexibility that the Flex/Flash platform enables. Andrew possesses over seven years experience with ColdFusion, is a Microsoft Certified Application Developer, and has a wide range of knowledge regarding relational databases, AJAX/Javascript, .NET, and Java web applications.
Blog
Recent Posts | All Posts
3D Web Plugins - The Next Trend?
April 22 2009
Both Adobe and Microsoft have demonstrated the capabilities and importance of player-based runtimes within the browser -- There is no question about it. There are numerous things that you can do within the player based runtime that allow for an enhanced experience, and amazing graphical capabilities. Now, it appears that… read moreFlex 101: Consuming A Simple RSS Feed
April 09 2009
In my last "Flex 101" post, we reviewed the basics of consuming data through a web service. This time around, we are going to review the basics of loading a simple RSS XML feed and displaying the results in a Flex List component. read moreMarch 24 2009
I've seen several blog posts recently announcing SWFScan, a free tool from HP for decompiling and inspecting swf files for security vulnerabilities. In this post, we'll take a quick glance at what the tool can do for you. read moreMarch 19 2009
Microsoft has released a new beta of IE8. You can download it from https://www.microsoft.com/windows/internet-explorer/beta/. It is supposed to be faster, easier and more secure. I'm downloading it at this very moment to test it out. read moreGoogle Releases Chrome Experiments
March 19 2009
Google recently released https://www.chromeexperiments.com/. It's a collection of Javascript-based experiments designed to show off the speed of the Google Chrome browser. read moreUsing Tweener for Scripted Animations
March 12 2009
Whenever adding effects to Flex applications, I usually user the built-in Flex effects. They work with most flex components, are consistent, and are reliable. However, in cases where you want your application to be very expressive, they don't always act like you want them to. In those cases, I use… read moreFlex 101: Accessing A Web Service
March 06 2009
For this post, I decided to change things up a bit. Rather than go explore complex application patterns or data visualization, we're going back to basics. We will be covering how to make a basic application that makes a call to a web service and retrieves data. read moreLCDS Data-Push + Subscription Scenarios
February 25 2009
If you have ever worked with LiveCycle Data Services or BlazeDS in a data-broadcast (data-push) scenario, there's no doubt know about using Consumer objects to receive streams of data. When messages are received, MessageEvent.MESSAGE events are dispatched, and your application can respond to the incoming data as it is received. read moreNovel Releases Moonlight 1.0 (Silverlight for Linux)
February 12 2009
Today, Novell officially released Moonlight version 1.0, the open source Silverlight implementation for linux. read moreFlex Quick Tip: Detecting Local vs. Remote Instance
February 11 2009
Have you ever had the need to manage multiple data sources in your application? Perhaps in development you want pull from one data source, and when you are running on a hosted server, pull from another data source. Well, here is an extremely basic, yet useful tip for doing exactly… read moreCreating an Interactive 3D Globe
February 05 2009
Here's a fun post that I've wanted to do for a while, but just haven't had the time until recently. I'm very interested in working with geographic data, 3D, and data visualization. This post is the first of what I hope to be several, where I will combine these interests… read moreJanuary 28 2009
Here's a quick tip when working with XML in Flex. E4X is great in most scenarios, it allows you to easily traverse and filter XML-based data structures, and in most cases it is your friend. However, one area where E4X struggles is if you have an XML structure where a… read moreJanuary 14 2009
This morning one of my good friends forwarded me an interesting link to Ryan Stewart's blog showing a multi-touch interface built on AIR from Intuilab. Go check it out! read moreGeo-Blogging with the Google Earth API
January 09 2009
The concept Geo-tagging data is not new. With GPS and cellular-network based geolocation available nearly everywhere, geographic information is showing up everywhere that it is applicable; cell phones, web sites, rss feeds, etc... It is the backbone of the "geoweb". There are numerous programs for geo-tagging your data, and you… read moreDecember 23 2008
I was recently asked what was the point of using base classes for creating custom components, instead of just putting everything in a single class instance? Well, there are several reasons that this is beneficial. Here are just a few. read moreRecent Posts | All Posts

![]() ©2009, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
About O'Reilly
Academic Solutions Authors Contacts Customer Service Jobs Newsletters O'Reilly Labs Press Room Privacy Policy RSS Feeds Terms of Service User Groups Writing for O'Reilly |
More O'Reilly Sites
O'Reilly Radar Ignite Tools of Change for Publishing Digital Media Inside iPhone O'Reilly FYI makezine.com craftzine.com hackszine.com perl.com xml.com Partner Sites InsideRIA java.net |
Content Archive Business Technology Computer Technology Microsoft Mobile Network Operating System Digital Photography Programming Software Web Web Design |