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!
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!
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!
Category: Random ThoughtsComments (0)
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…
Category: Random ThoughtsComments (2)
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…)Category: PHPComments (0)
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…
Category: Actionscript, FlashComments (0)
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…)Category: Animation, FlashComments (0)
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.
Category: Random ThoughtsComments (0)
Problem:
You need to grab some information from the querystring of a URL using only javascript.
Solution:
Use some code I found!
Category: JavascriptComments (0)
Problem:
You want to save an image from Flash to a server using Actionscript 3.0 and ASP.NET.
Solution:
Read this article!
Category: ASP.NET, Actionscript, FlashComments (25)
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.
Category: Random ThoughtsComments (0)
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).
Category: Actionscript, FlashComments (8)