I've entered a video in the Canadian Doritos Viralocity contest. I'd appreciate if you checked it out (especially if this blog has helped you in any way). Thanks!

  1. Travelling…

    Posted on: March 16, 2009

    I won´t be doing anymore blog posts on this blog for a while. I´m currently travelling Central and South America for the next four months. I´ll be posting to my travel blog at:
    http://ryanbosinger.com/southamerica

    Take it easy!


  2. When I was younger…

    Posted on: November 24, 2008

    When I was younger, sometimes my mom would bring home some candy for me and my sister. I would always finish mine first, but I would crave more. In order to get more candy I would get down on my hands and knees and run around the living room pretending to be a dog. Sondra would laugh and throw me candy that I would then eat off the carpet with my mouth and then bark for more. I remember thinking, “Wow.. what a sucker.. I’ve managed to get my dumb sister to willingly give me almost all of her candy.” Thinking back, I question who the real sucker was…


  3. Wordpress: Speed up your blog with super caching!

    Posted on: November 12, 2008

    I just installed WP Super Cache and I have to say I wish I had done this earlier!

    Before I installed this I noticed that sometimes my blog would timeout and send back only a white page. I thought it was likely because I am on shared hosting and sometimes the PHP or MySQL just wasn’t ready to kick in fast enough (because it never it happens with HTML pages and it seemed like once I hit the first page everything would be “warmed up” and this blog would run normally).

    I also been meaning to figure out how to get gzip content encoding on my pages, although I never really tried.

    (more…)

  4. Flash 9: Text fields and buttons don’t show up in browser

    Posted on: October 1, 2008

    Problem:

    You publish your SWF from the Flash CS3 IDE and everything looks fine. You, or someone else checks out the SWF in a browser and although everything kind of works, certain elements like text fields and component buttons aren’t rendering properly!

    Solution:

    Sometimes certain revisions of the Flash 9 player behave differently than expected, but there is a way you can look into it. Read on…
    (more…)

  5. Flash Animation: Character Shading

    Posted on: September 19, 2008

    Adding some shading to characters and objects is a good way to add some depth to your flash animations. The following tip may be an obvious one, but if it’s new to you it may be one of the handiest tips you ever get.

    (more…)

  6. Subway’s at Night

    Posted on:

    I smell oranges.
    This can only mean one thing.

    Tigers.
    Large cats that hunt by night.
    It worries me, but I can’t do anything.

    I am a bird.


  7. Javascript: Get variables from querystring

    Posted on:

    Problem:

    You need to grab some information from the querystring of a URL using only javascript.

    Solution:

    Use some code I found!
    (more…)

  8. Save images from Flash to your server using ASP.NET webservices

    Posted on: September 11, 2008

    Problem:

    You want to save an image from Flash to a server using Actionscript 3.0 and ASP.NET.

    Solution:

    Read this article!
    (more…)

  9. Joke: What would it be like to have thirty dogs?

    Posted on: August 5, 2008

    Question: What do you think it would be like to have thirty dogs?

    Answer: Ruff!

    Only you would bark that answer at the person before they really had any time to think about it.

    I made that up a couple weeks ago, I thought it was pretty funny. Tell everybody.


  10. Actionscript 3.0: Scale Object from Center Point

    Posted on: July 31, 2008

    Note: This is almost exactly the same solution I posted earlier for rotating an object around its center point (Actionscript 3.0: Rotate Around Center Point). I thought I’d post this slightly altered solution for people who need it.

    Problem:

    You need to scale a movieclip/sprite from its center point, but its registration point is at (0,0) and you can’t and/or don’t feel like putting this object in the center of a container movieclip and rotating that

    Solution:

    TCBWMO (Take care of business with the matrix object).
    (more…)