diamondTearz

diamondTearz- half MD- half Machine

diamondTearz header image 4

Entries from July 2005

Flex and Improving my AS

July 31st, 2005 · No Comments

The irony of it is that I find myself learning techniques that will indeed improve my ActionScript and learning about approaches to problems I never really realized existed. I’ve been goin back through some of my books and rereading some of the ActionScript stuff that blew by me earlier on and it’s strange. [...]

[Read more →]

Tags: Flex 2.0

Testing code embed function

July 31st, 2005 · No Comments

ca = Math.cos(angle/2);
sa = Math.sin(angle/2);
m = Math.sqrt(x*x + y*y + z*z);
Qx = a/m * sa;
Qy = b/m * sa;
Qz = c/m * sa;
Qw = ca;

Bookmark It

Hide Sites

$$(’div.d81′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

[Read more →]

Tags: life

Still Moving Around

July 30th, 2005 · No Comments

I hope to have some structure and to retrospectively organize some of my past posts. I’m also trying to post some of the random doodles and stuff that I love but that really are not worthy of being showcased in any way.
I’m in the process of learning design patterns as they apply [...]

[Read more →]

Tags: life