Archive for March, 2006

Embedding Flash in C#

Posted on March 31st, 2006 by aaron
Filed under ui, visualization, windows forms | Comments Off

This is something I think you’d want to avoid like the plague, but it might have it’s benefits (as in the article–cheap charting).
Here’s the article

The Importance of User Experience

Posted on March 23rd, 2006 by aaron
Filed under ui, user experience | Comments Off

A nice clean diagram illustrating the flow and importance of user experience.

The Importance of User Experience
Originally uploaded by soldierant.

My Current Reading List

Posted on March 21st, 2006 by aaron
Filed under personal | Comments Off

<non-techno>
Allow me to get non-technical here for a moment. I’d like to share my current non-technology reading list! This is to benefit my friends, as well as myself as I look back and remember what I was reading now.
Currently Finished (in the order I read them):

A New Kind of Christian [website] – Brian [...]

Complex marshalling

Posted on March 14th, 2006 by aaron
Filed under programming | Comments Off

http://blogs.msdn.com/jaredpar/archive/2005/07/11/437584.aspx
A very helpful explanation of marshalling, as well as “more complex than simple” marshalling.
I had a situation where I had to marshal a struct that contained a dynamic array of other structs. I wasn’t able to find anything on the web about marshalling dynamic arrays, other than this (and even then, this didn’t address [...]

Helpful summary of string formatting (using C#)

Posted on March 7th, 2006 by aaron
Filed under programming, tips and tricks | Comments Off

http://blog.stevex.net/index.php/string-formatting-in-csharp/
Helpful!