fiddle with flash

Search > Fiddle > Learn

Tuesday, December 26, 2006

XPath4AS2 - Traversing through complex hierarchies

XPath for Flash, wait a second.. why do i need that and what is it good for?

In simple words, XPath is a grammar one can use to navigate through the hierarchical structure of an XML document. XPath4AS2 is an api one can use with Flash to do exactly this.
Now, imagine if you have a interactive catalog picking up its data from an xml document, wouldn't your client love to have a search feature? (an extra 100 dollars for you to earn!)
Building a search engine for a simple xml can be possible using string techniques but would require a custom rewrite for every application and would slow down with the density in hierarchy. That's where XPath comes in, with simple consistent grammar that works with any well-formed xml document tools like search are easy to develop.

** Try the demo at osflash.org and do not forget to try the path examples provided. **

Are you starting to think of the possibilities by now, I am starting to build something right away!

Saturday, December 09, 2006

Gmail on outlook xp

One of the coolest features about gmail is free pop3 access. However if you have installed office-xp and try to configure your gmail on outlook 2002, you are most likely to only receive emails and not be able to send.

To fix this problem you should download & install the service pack 3 for office xp available here - http://www.microsoft.com/downloads/details.aspx?FamilyID=85af7bfd-6f69-4289-8bd1-eb966bcdfb5e

Worked for me.. hope this helps someone else.