Ultrashock Forums > Blogs > Holaso
Uncategorized
Member Blogs
 
Uncategorized Entries with no category

Bill Gates evangelizing User Experience...classic

Old Posted 2008-06-30 at 06:38 by Holaso
http://gizmodo.com/5019516/classic-c...rosoft-over-xp

Being a user experience professional, it makes me HAPPY to read this excerpt again and again. Bill Gates gets such a bad rap for his products, when in reality he tried to make it better for all of us.
Holaso's Avatar
Moderator
Posted in Uncategorized
Comments 1 Holaso is offline

Presentation on Silverlight exposes the business need for User Experience

Old Posted 2008-04-29 at 12:22 by Holaso
A presentation on Silverlight in April 2008 touched on why businesses have expressed a need in USER EXPERIENCE in the past two years and in the years moving forward.

http://www.infoq.com/presentations/m...t-presentation

RIA development tools such as Silverlight, Flash, Flex, and possibly JavaFX and the people who are able to develop for them are becoming increasingly more in demand.
Holaso's Avatar
Moderator
Posted in Uncategorized
Comments 0 Holaso is offline

Xpath = the smart way to XML in Actionscript

Old Posted 2008-02-15 at 11:20 by Holaso
Getting data from XML
To gain access to the data that we want to use we need to traverse the XML DOM (Document Object Model). To traverse the XML DOM we use the XML object properties like firstChild and childNodes. If you have used the XML object before then I’m sure you have created statements that looked something like this:
myXML.childNodes[1].childNodes[3].firstChild.nodeValue;
Can you tell what data this statement is referring to without dissecting the XML structure first?...
Holaso's Avatar
Moderator
Posted in Uncategorized
Comments 0 Holaso is offline