ActionScript Wiki

I started an ActionScript Wiki at http://wiki.joa-ebert.com/ with most of the articles from my old optimizations paper and some new stuff.

See it as a knowledge base for ActionScript optimization techniques, data structures and code snippets. I would appreciate any feedback and suggestions for articles in those or other categories.

11 Comments

  1. Posted Mar 24, 2009 at 1:51 am | Permalink

    How about some info on fast socket processing? Or just Socket optimizations in general.

  2. gropapa
    Posted Mar 24, 2009 at 10:51 am | Permalink

    I have to admit this is a very very interesting thing your doing! I’m waiting forward to reading your next articles and code snippets! It is so usefull, the snippet about how to write an object pool is nice!
    What about some code implementing various design pattern or something network oriented!
    Nevertheless, thanks for sharing with the community

  3. Posted Mar 24, 2009 at 11:15 am | Permalink

    Very nice! Already seeing a lot of new stuff in there. Thank you Joa! Cheers // Eric-Paul.

  4. Posted Mar 24, 2009 at 12:36 pm | Permalink

    What do you guys mean in terms of network orientated programming? Examples how to use the Socket class efficiently?

  5. gropapa
    Posted Mar 24, 2009 at 4:56 pm | Permalink

    for example! or some Comet implemntation…i don’t know

  6. Posted Mar 24, 2009 at 8:12 pm | Permalink

    I think a how to of socket efficiency and optimizations is what i am after.

  7. Posted Mar 24, 2009 at 9:15 pm | Permalink

    Socket efficiency and optimization is not so easy to discuss. Reading data from a socket async could be seen as something like a code snippet, but that is it.
    The problem is that it matters in most cases how and what kind of data you transmit but the basics are always the same. Maybe I will write something about that.

  8. Posted Mar 24, 2009 at 11:31 pm | Permalink

    Sounds good to me. Basics are fine. I know you will post something that I wouldn’t have thought of.

  9. Posted Mar 25, 2009 at 1:29 am | Permalink

    Any way to get an RSS feed for the wiki ?

  10. Posted Mar 25, 2009 at 1:00 pm | Permalink

    The recent changes at http://wiki.joa-ebert.com/index.php/Special:Recentchanges has an RSS feed available.

  11. Posted Mar 26, 2009 at 7:42 pm | Permalink

    Hi Joa,

    Very nice work thanks for making this public. I look forward to adding to it soon.

2 Trackbacks

  1. [...] > ActionScript Wiki at blog.joa-ebert.com – Blog of Joa Ebert [...]

  2. [...] Actionscript Wiki [...]

Post a Comment

Your email is never shared. Required fields are marked *

*
*