Topic: Resources

Flash and Flex Developer Hourly Rates at HotGigs

I remember scouring the internet for information about what other Flash developers were charging for their work sometime last year. The only information available was in the forums and it varied wildly. Some people were charging $20/hour and others upwards of $120.

In 2008, things are a lot easier.

Using D.eval for Actionscript Evaluation in Flash CS3

I was using the Hurlant AS3 eval library in Flex with no problems but when I tried to use it in Flash I couldn't get it to compile. After prodding the internet a bit more I've found a way to get eval for AS3 working in Flash!

Getting Visible Bounds in Actionscript 3.0

In Actionscript 3.0 the getBounds() method will include invisible display objects in its calculations. I had a situation where I didn't want this and frankly, was a bit surprised that invisible objects were included in the calculation at all.

Solution source code after the break.

Quickly Visualizing Mouse Movement Distance in Excel

In my last post I talked about using Excel to visualize debug output. As another example, here's a short program for tracking the distance that the mouse has traveled.

Use Excel to Quickly Visualize Debug Output

In programming projects you sometimes need a quick line graph to see what's going with, say, a physics simulation. Instead of implementing the chart in your app, here's a quick way to view it using Excel.

Eval in AS3: Tips for Executing Dynamic Actionscript

If you miss the eval method from AS2, the AS3 Eval library from Hurlant is what you're looking for. I found there were extras I needed so I created a wrapper class which you might find useful.

Processing Without Blocking Execution in ActionScript 3.0

When processing large amounts of data you end up leaving the user with an inactive application or even worse, an prompt asking if they want to stop script execution. I've factored out asynchronous processing into a class which I hope you'll find handy.

Setting Up Eclipse for Tomcat Development

There are some great resources out there that make it a pleasure to work on Tomcat projects using the Eclipse IDE. This tutorial is one of them.

Answers.com Introduces Answer Tips Feature for Your Blog

A recently-added feature I uncovered on the Answers.com website.

Syndicate content