<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
	<channel rdf:about="http://josephdevore.com/blog/index.cfm">
	<title>Joseph DeVore's Blog</title>
	<description>Just a place to log my twisted thoughts on programming; primarily focused on ColdFusion.</description>
	<link>http://josephdevore.com/blog/index.cfm</link>
	
	<items>
		<rdf:Seq>
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2010/7/5/svn-copy-tagged-version.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2010/5/13/Using-ColdFusion-and-ODBC-sockets-on 64-bit-Windows-2008-connecting-SQL-Server2008.cfm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2010/3/25/ARRA-Rapid-Response-Data-Mart-XML-API-ColdFusion.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2010/2/26/arra-xml-developer-datamart.cfm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2010/2/26/etsy-cordura-fabric-buckles-zippers.cfm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2009/12/28/funny-review-klakpoo.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2009/11/25/toktumi-pbx-for-ul3c.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2009/8/3/woohoo-9-verified-bugs-this-release-coldfusion-9.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2009/6/28/dom-flash-flex-actionscript-css-javascript-resources.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2009/1/28/taxes-we-all-love-deductions.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2009/1/11/Hosting--I-finally-moved-my-site-to-one-of-my-new-servers" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2008/12/22/reset-windows-passwords-from-ISO-or-CD.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2008/10/27/sharepoint-master-page-debugging.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2008/7/15/Pandora-for-your-iPhone-is-here.htm" />
			
			
			<rdf:li rdf:resource="http://josephdevore.com/blog/index.cfm/2008/7/4/SWF-searchability.htm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2010/7/5/svn-copy-tagged-version.htm">
	<title>SVN Snippet to copy trunk to tagged version</title>
	<description>&lt;div class=&quot;code&quot;&gt;svn copy cp -rf trunk tags/1.0&lt;br&gt;
 svn commit -m &lt;FONT COLOR=BLUE&gt;&quot; create a first tagged version&quot;&lt;/FONT&gt;&lt;/div&gt;</description>
	<link>http://josephdevore.com/blog/index.cfm/2010/7/5/svn-copy-tagged-version.htm</link>
	<dc:date>2010-07-05T03:38:00-07:00</dc:date>
	<dc:subject>Subversion</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2010/5/13/Using-ColdFusion-and-ODBC-sockets-on 64-bit-Windows-2008-connecting-SQL-Server2008.cfm">
	<title>Using ColdFusion and ODBC sockets on 64-bit Windows 2008 connecting to SQL Server 2008</title>
	<description>If you&apos;re trying to connect an ODBC socket to a SQL Server 2008 box and you run into an SSL issue - you can create a trusted connection with ODBC sockets and Windows ODBC manager. Just remember that if this is a 64-bit box... you have to create the same datasource twice. Once in the 32-bit and once in the 64-bit apps:
&lt;br/&gt;
1. c:\Windows\system32\odbcad32.exe&lt;br/&gt;
2. c:\Windows\SYSWOW64\odbcad32.exe</description>
	<link>http://josephdevore.com/blog/index.cfm/2010/5/13/Using-ColdFusion-and-ODBC-sockets-on 64-bit-Windows-2008-connecting-SQL-Server2008.cfm</link>
	<dc:date>2010-05-13T16:33:00-07:00</dc:date>
	<dc:subject>ODBC Sockets</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2010/3/25/ARRA-Rapid-Response-Data-Mart-XML-API-ColdFusion.htm">
	<title>Rapid Response Data Mart - ARRA Reporting XML Automation</title>
	<description>I&apos;ll be presenting on April 18th, 2010 in New York with my coworker Rachel. Our topic of discussion is the tool that we built that allows the University of Washington to report to Recovery.gov on time, receive millions in ARRA funding and continue to receive this stimulus money, in part due to the fact that we&apos;re reporting on time and successfully. The application that we wrote reduced the manual labor by at least 99%, but my boss says 98% so I&apos;ll agree with him.

I wrote all of non-data related code using ColdFusion 9, SQL, XML, 32 different XSDs, HTTP and SFTP. The other team members were Rachel Gatlin, she built the data mart, Greg Maass, he built the SharePoint sites and David Uhlar, he built some front-end data collection forms. Then there&apos;s about 200 more people involved it seems: &lt;a href=&quot;http://www.washington.edu/research/gca/recovery/&quot; target=&quot;_blank&quot;&gt;http://www.washington.edu/research/gca/recovery/&lt;/a&gt;

This is my biggest accomplishment thus far for the University of Washington. It has the biggest impact as well as the most visibility. It was and is a complete success. 

For these first two quarters so far, we were one of three agencies in the entire United States to report using the Federal Reporting API (automated method) vs. manual MS Excel spreadsheets and the federalreporting.gov website.

Here&apos;s a bit more about the work and our up coming presentation: The American Recovery and Reinvestment Act (ARRA) introduced stringent new reporting standards for research and projects funded by stimulus funds. The pressures of ARRA&apos;s timelines and requirements threw out normal planning practices and required a rapid response. In under four months the UW developed an incredibly successful data mart based system for reporting that reduced the required human effort by over 98% compared to a proposed manual solution by combining data from our central DW with transactional data from areas not yet incorporated into the central DW and then building application and reporting interfaces. Presentation will include design, challenges and decisions made in the creation of the ARRA Mart, the outcomes (foreseen and unforeseen), the nature of the collaborative effort across business and technical units that had not previously worked together, and the new opportunities to improve our transaction systems, our business processes and the build out of our central DW including improvements to an area currently in the process of building out in our central DW. Our &quot;Rapid Response Data Mart&quot; for ARRA demonstrates the value of using all available information to enable agility and efficiency in a time of increasing regulation and decreasing funding.</description>
	<link>http://josephdevore.com/blog/index.cfm/2010/3/25/ARRA-Rapid-Response-Data-Mart-XML-API-ColdFusion.htm</link>
	<dc:date>2010-03-25T19:27:00-07:00</dc:date>
	<dc:subject>UW</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2010/2/26/arra-xml-developer-datamart.cfm">
	<title>Headed to NY to present our ARRA project that continues to bring UW millions in federal funding!</title>
	<description>I&apos;m pretty excited to speak at, The Higher Education Data Warehousing Forum (HEDW) about our team&apos;s &quot;Rapid Response Data Mart&quot; - a set of tools that we use to meet the University of Washington&apos;s federal reporting requirements.

Being one of three entities in America to accomplish ARRA Federal Reporting using automated XML vs. Excel Spreadsheets or through the federalreporting.gov website.

Looking forward to doing this presentation with Rachel Gatlin. It should be fun and stressful ;-)

HEDW is a network of higher education colleagues dedicated to promoting the sharing of knowledge and best practices regarding knowledge management in colleges and universities, including building data warehouses, developing institutional reporting strategies, and providing decision support.

The Forum meets once a year and sponsors a series of listservs to promote communication among technical developers and administrators of data access and reporting systems, data custodians, institutional researchers, and consumers of data representing a variety of internal university audiences.

There are approximately 780+ active members in HEDW, representing professionals from 390+ institutions found in 20+ different countries and 43+ different states.</description>
	<link>http://josephdevore.com/blog/index.cfm/2010/2/26/arra-xml-developer-datamart.cfm</link>
	<dc:date>2010-02-26T12:01:00-07:00</dc:date>
	<dc:subject>ARRA</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2010/2/26/etsy-cordura-fabric-buckles-zippers.cfm">
	<title>I just started selling my old fabrics...</title>
	<description>At one point in my life, I was an inspiring designer. I mostly focused on bag design, like backpacks, wallets, purses, stash bags, snowboarding clothes, etc. Since the early 90&apos;s I&apos;ve been lugging around my fabrics, findings, zippers, buckles, patterns, you name it! As well as all of the industrial sewing machines and tables...

I&apos;ve recently decided to sell a lot of my fabrics and foam. I started up a new Etsy site so that I can offer this stuff to other DIY&apos;ers.

Check out my stuff at: &lt;a href=&quot;http://urbanlanguage.com/r/?q=http://urbanlanguage.etsy.com&quot;&gt;http://urbanlanguage.etsy.com&lt;/a&gt;

There isn&apos;t much there yet, but there soon will be~
-JD</description>
	<link>http://josephdevore.com/blog/index.cfm/2010/2/26/etsy-cordura-fabric-buckles-zippers.cfm</link>
	<dc:date>2010-02-26T11:47:00-07:00</dc:date>
	<dc:subject>Fabric Sale</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2009/12/28/funny-review-klakpoo.htm">
	<title>Best Amazon Review Ever</title>
	<description>1.0 out of 5 stars I try to make for friend of all the chicken heads.

My name is called Klakpoo and I am born from Oro Province in New Guinea. I am doing college student at Tennessee College University for work in hospital. Many many nights I enjoy the dancing clubs with rooms for lights and music. I take money for women and ... See Morefriends at the drinking. I see the booth man playing hard many musics and think &quot;Klakpoo likes that&quot;. Booth man look to have many women and party toward everyone with his bouncing head. I ask my friend whose name is called Kerry how booth man do. He give me this and say &quot;Klakpoo! This is Jay Z music mixing maker from New York! You too can be like 50 Cents!&quot; I not have to look like Connie West to be full of women too! We take it to party house of friends. There are many brizzles of them there. I turn on operating, it hum not loud. I push disc to make musics, it squeak and go &quot;Bonk! Bonk!&quot;. Ears cant music dance! I touch buttons many lights of &quot;Bleeep!&quot; No hoe comes to me with skins. It sound no good for party of people look for dance. It is whack. I not end up being flies, but being mad buns!!
December 20 at 1:09am</description>
	<link>http://josephdevore.com/blog/index.cfm/2009/12/28/funny-review-klakpoo.htm</link>
	<dc:date>2009-12-28T22:11:00-07:00</dc:date>
	<dc:subject>Funny</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2009/11/25/toktumi-pbx-for-ul3c.htm">
	<title>New Phone Service for Urban Language</title>
	<description>&lt;p&gt;
I&apos;ve been using this new phone service and I love it so far. I figured I&apos;d &lt;a href=&quot;http://www.toktumi.com/welcome.aspx?agentid=941730&quot;&gt;share it with the world&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Your 30-day free trial includes access to all features, including up to 500 minutes of US/Canada calling.
International calling requires full service activation. You can upgrade to full service anytime.
&lt;/p&gt;
&lt;p&gt;Here are the features that you will get when you sign up for a trial Toktumi 800 number  and hopefully you&apos;ll love it and convert to a customer for just $14.95/mo:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;A dedicated number that finds you on any phone. Get a local number, an 800 number, or transfer an existing number.* 	&lt;/li&gt;
  &lt;li&gt;Powerful office phone features including call waiting, call transfer, caller ID, call forwarding, and more. 	&lt;/li&gt;
  &lt;li&gt;A second number for your cell phone that allows you to place and receive calls on your cell phone from your Toktumi number. &lt;/li&gt;
  &lt;li&gt;Now you can keep your personal cell number private without having to carry two cell phones. 	&lt;/li&gt;
  &lt;li&gt;Auto Attendant (&amp;quot;Press 1 for&&amp;quot;) that&apos;s like a 24/7 receptionist - managing and routing incoming calls to the right person or department automatically.&lt;/li&gt;
  &lt;li&gt; Instant conference calls for up to 20 people -- you can even record your conference calls for future reference (windows only). 	&lt;/li&gt;
  &lt;li&gt;Voicemail by e-mail that simplifies your communications and helps you easily manage your important messages. 	&lt;/li&gt;
  &lt;li&gt;Virtual Assistant that screens and announces calls and provides different greetings for business and personal callers. 	&lt;/li&gt;
  &lt;li&gt;PC-based calling for conducting calls and conferences from your PC anywhere worldwide. &lt;/li&gt;
  &lt;li&gt;You can even dial numbers by name or keyword (windows only).&lt;/li&gt;
  &lt;li&gt; Unlimited calling, call forwarding, and conferencing to U.S. and Canadian numbers as well as other Toktumi users worldwide. 	&lt;/li&gt;
  &lt;li&gt;Ultra-low rates for international calls, e.g. $.02 per minute for calls to China, Italy, and the U.K. See rates here. 	&lt;/li&gt;
  &lt;li&gt;No surprises - No hidden fees, no contracts, no equipment required.&lt;/li&gt;
  &lt;li&gt; One low monthly price gets you everything.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://www.toktumi.com/welcome.aspx?agentid=941730&quot;&gt;Click here and Get it all for just $14.95 per month!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;We use the service and we love it!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;* number transfer requires a one-time $25.00 fee.&lt;/p&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.toktumi.com/welcome.aspx?agentid=941730&quot;&gt;Toktumi Trial&lt;/a&gt;</description>
	<link>http://josephdevore.com/blog/index.cfm/2009/11/25/toktumi-pbx-for-ul3c.htm</link>
	<dc:date>2009-11-25T02:54:00-07:00</dc:date>
	<dc:subject>Toktumi</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2009/8/3/woohoo-9-verified-bugs-this-release-coldfusion-9.htm">
	<title>ColdFusion 9 Verified Bugs</title>
	<description>Although every one of the bugs that I found in the newest version of ColdFusion (Centaur/CF 9) were pretty lame - I am proud to say that I had NINE (9) verified bugs this version! Almost all of them have been marked as fixed and will appear in the final product, first release because they were all minor.

I feel like I did my part this release to make a better product and my journey continues.

ColdFusion 9 rocks. Just the Solr piece alone is so lovely, let alone the fact that you can CFSCRIPT nearly everything which is totally my preference for writing CFML. Scripting just feels more natural to me.

Great job on this one CF engineers/beta community!</description>
	<link>http://josephdevore.com/blog/index.cfm/2009/8/3/woohoo-9-verified-bugs-this-release-coldfusion-9.htm</link>
	<dc:date>2009-08-03T19:30:00-07:00</dc:date>
	<dc:subject>ColdFusion 9</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2009/6/28/dom-flash-flex-actionscript-css-javascript-resources.htm">
	<title>Joe&apos;s Killer Bread! - Useful development resources for myself and whomever finds them</title>
	<description>&lt;ol id=&quot;links&quot;&gt;
	&lt;li&gt;&lt;a href=&quot;/learning/dom3-events-1297.pdf&quot;&gt;Document Object Model (DOM) Level 3 Events Specification&lt;/a&gt;&lt;br/&gt; The Document Object Model Events Level 3, a generic platform- and language-neutral event system which allows registration of event handlers, describes event flow through a tree structure, and provides basic contextual information for each event. The Document Object Model Events Level 3 builds on the Document Object Model Events Level 2 [DOM Level 2 Events].&lt;/li&gt;&lt;br/&gt; 
&lt;li&gt;&lt;a href=&quot;/learning/prog_actionscript30.pdf&quot;&gt;Programming ActionScript 3.0&lt;/a&gt;&lt;br/&gt;A foundation for developing applications in ActionScript 3.0.&lt;/li&gt;&lt;br/&gt; 
    &lt;li&gt;&lt;a href=&quot;/learning/flex2api-diagram.pdf&quot;&gt;Flex 2 API Diagram&lt;/a&gt;&lt;/li&gt; &lt;br/&gt;   
  &lt;li&gt;&lt;a href=&quot;http://www.w3.org/TR/CSS2/&quot; target=&quot;_blank&quot;&gt;Cascading Style Sheets, level 2 revision 1 CSS 2.1 Specification&lt;/a&gt; &lt;br/&gt;Cascading Style Sheets, level 2 revision 1 (CSS 2.1).&lt;br/&gt;
CSS 2.1 is a style sheet language that allows authors and users to attach style (e.g.,
fonts and spacing) to structured documents (e.g., HTML documents and XML
applications). By separating the presentation style of documents from the content of
documents, CSS 2.1 simplifies Web authoring and site maintenance.&lt;/li&gt;&lt;br/&gt; 
&lt;/ol&gt;
&lt;p&gt;Since Google indexed this page and I have the top spot for Joe&apos;s Killer Bread, I figure I&apos;ll give the link to the real bread maker, &lt;a href=&quot;http://www.daveskillerbread.com/&quot;&gt;http://www.daveskillerbread.com/&lt;/a&gt;&lt;/p&gt;</description>
	<link>http://josephdevore.com/blog/index.cfm/2009/6/28/dom-flash-flex-actionscript-css-javascript-resources.htm</link>
	<dc:date>2009-06-28T23:14:00-07:00</dc:date>
	<dc:subject>ActionScript 3,CSS 2.1,DOM 3,Flex</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2009/1/28/taxes-we-all-love-deductions.htm">
	<title>2008 Tax Deductions List</title>
	<description>So I&apos;m thinkin...

I just had a child in 2008, there&apos;s gotta be a tax deduction for that.

I live in Washington State so there&apos;s a &lt;a href=&quot;http://apps.irs.gov/app/stdc/stdc.html?_cancel&quot; target=&quot;_blank&quot;&gt;Sales Tax Deduction&lt;/a&gt; that I know of... There&apos;s a &lt;a href=&quot;http://www.irs.gov/newsroom/article/0,,id=186065,00.html&quot; target=&quot;_blank&quot;&gt;Recovery Rebate Credit&lt;/a&gt;, and who knows what else I&apos;ll find digging through this IRS website.

I hate t-a-x-e-s as much as the next guy so I would love to find more of these gems. If you live in Washington state and know of any others, feel free to post them to my comments section!

Thanks</description>
	<link>http://josephdevore.com/blog/index.cfm/2009/1/28/taxes-we-all-love-deductions.htm</link>
	<dc:date>2009-01-28T21:27:00-07:00</dc:date>
	<dc:subject>Taxes</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2009/1/11/Hosting--I-finally-moved-my-site-to-one-of-my-new-servers">
	<title>Hosting - I finally moved my site to one of my new servers...</title>
	<description>I can&apos;t believe it&apos;s taken me this long to move my site to one of my new servers. I can now finally take advantage of not only the new datacenter, server and OS - but the best of all - ColdFusion 8!

It&apos;s amazing how much better and faster my new servers are and data center is. Yahoo!

If you need hosting, feel free to contact me. Submit a sales ticket at &lt;a href=&quot;http://support.ul3c.com&quot;&gt;http://support.ul3c.com&lt;/a&gt;
-JD</description>
	<link>http://josephdevore.com/blog/index.cfm/2009/1/11/Hosting--I-finally-moved-my-site-to-one-of-my-new-servers</link>
	<dc:date>2009-01-11T07:46:00-07:00</dc:date>
	<dc:subject>Hosting</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2008/12/22/reset-windows-passwords-from-ISO-or-CD.htm">
	<title>Windows Password Reset</title>
	<description>I&apos;ve been locked out of a Windows VM on several occasions because of one reason or another - most of the time it&apos;s because I set the password, use the VM for a while and then I don&apos;t log in for long enough to totally forget what the password was. Since I&apos;ve done this soooo many times, I figured OK, it&apos;s time I find a reliable utility to reset the SAM data for Windows users.

In VMWare Fusion on my Mac I just &lt;a href=&quot;http://ul3c.com/downloads/windows-password-reset.iso&quot; target=&quot;_blank&quot;&gt;downloaded this ISO file&lt;/a&gt; and set it as the CD ISO. When the VM starts up, I hit ESC and it offers me the list of boot devices. I choose the CD ROM and then viola, my password resetting utility loads up. I follow the prompts, reset the locked out status, change the password to blank and then I restart the VM instance. Once Windows loads up, my password is blank and the account isn&apos;t locked out any longer so it loads without me having to log in. Worked like a charm!! Now if only I had found this updated ISO before I deleted my Windows Server 2008 and Windows Vista Premium VMs due to my old utility not writing back to the SAM.

Anyhow, in short, this tool rocks the rocking horse. Enjoy~
-JD</description>
	<link>http://josephdevore.com/blog/index.cfm/2008/12/22/reset-windows-passwords-from-ISO-or-CD.htm</link>
	<dc:date>2008-12-22T12:44:00-07:00</dc:date>
	<dc:subject>Windows Passwords</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2008/10/27/sharepoint-master-page-debugging.htm">
	<title>Master page debugging when branding SharePoint sites</title>
	<description>I&apos;ve been doing a lot of SharePoint master page customization lately and OOTB, SharePoint traps any exceptions by default. If you have a syntax error or are missing a required ContentPlaceHolder, you&apos;ll receive a friendly error message and have no idea of why your new master page won&apos;t work.

If you want to save yourself some time and some hair - just turn off Friendly Errors!

On the web server, navigate to the site directory for your SP site:
c:\inetpub\wwwroot\wss\VirtualDirectories\[site]

Open: Web.config in Notepad.

Search for: CallStack and change the CallStack status to: true.

Search for: CustomErrors and change the mode to: off.

Save and close the file. 

Now when you receive an error, you&apos;ll get the .NET debugging information.</description>
	<link>http://josephdevore.com/blog/index.cfm/2008/10/27/sharepoint-master-page-debugging.htm</link>
	<dc:date>2008-10-27T22:49:00-07:00</dc:date>
	<dc:subject>MOSS</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2008/7/15/Pandora-for-your-iPhone-is-here.htm">
	<title>Pandora for your iPhone is finally here!</title>
	<description>Pandora Radio is your own FREE personalized radio now available to stream music on your iPhone. Just start with the name of one of your favorite artists, songs or classical composers and Pandora will create a &quot;station&quot; that plays their music and more music like it.

&lt;a href=&quot;http://www.pandora.com/on-the-iphone&quot;&gt;Get Pandora for your iPhone&lt;/a&gt; man, I can&apos;t wait to check it out... downloading the iPhone update right now to get this sucker rocking.</description>
	<link>http://josephdevore.com/blog/index.cfm/2008/7/15/Pandora-for-your-iPhone-is-here.htm</link>
	<dc:date>2008-07-15T17:22:00-07:00</dc:date>
	<dc:subject>iPhone</dc:subject>
	</item>
		
  	<item rdf:about="http://josephdevore.com/blog/index.cfm/2008/7/4/SWF-searchability.htm">
	<title>Wow! Making the Flash file format (SWF) a first-class citizen in searchable web content...</title>
	<description>&quot;Google and Yahoo! now have optimized Adobe Flash Player technology to enhance search engine indexing of SWF files. Best of all, developers don&apos;t have to do anything to their published SWFs for them to be indexed.&quot; - Holy crap! 

Adobe has provided Flash Player technology to Google and Yahoo! that allows their search spiders to navigate through a live SWF application as if they were virtual users. The Flash Player technology, optimized for search spiders, runs a SWF file similarly to how the file would run in Adobe Flash Player in the browser, yet it returns all of the text and links that occur at any state of the application back to the search spider, which then appears in search results to the end user.

This has been a problem for a long time. Great to hear that Adobe is working with these search giants to make this happen - exciting times for RIA developers!

&lt;a href=&quot;http://www.adobe.com/devnet/flashplayer/articles/swf_searchability.html&quot; target=&quot;_blank&quot;&gt;SWF searchability...&lt;/a&gt;</description>
	<link>http://josephdevore.com/blog/index.cfm/2008/7/4/SWF-searchability.htm</link>
	<dc:date>2008-07-04T17:19:00-07:00</dc:date>
	<dc:subject>Adobe AIR,RIA,Flex</dc:subject>
	</item>
		</rdf:RDF> 