Part 1: ActionScript 3.0 LoaderInfo Useful Events

Im very impressed with ActionScript 3.0 and how all the events work. I have been reading up lately on progress events specifically the open, progress, and complete events. You can manipulate these events in so many ways, it makes creating a preloader a breeze. For example, you can use the progress event to create a listener that tracks the progress of a file that is being loaded into your flash file. You can accomplish this in about 3-5 lines, then you can create an Event.COMPLETE listener that checks to see when the file that you are loading is complete then it calls a function which does something. Its so much easier than having to create 10-15 lines of AS2.0 code to determine how much has been loaded, etc.

Useful Events:

  • open
  • progress
  • complete
  • init
  • httpStatus
  • ioError
  • securityError
  • unload

I will be working on a script/demo to explain this further, look for it in the coming weeks.

Top 10 Job Websites for Open Source Web Designers and Developers

If you are a web designer, front end developer and/or an open source web developer looking for a job or freelance work, there are many websites online with job postings targeted to just what you do. Here is the top 10 in no particular order that I have found, used and highly recommend.

1.
Fresh Web Jobs targets web designers and developers that are looking for freelance and/or fulltime opportunities.

2.
From the creators of Basecamp and Backpack, the 37 signals job board is a great place for web designers and open source developers to find jobs.

3.
Creative Hotlist is a great resource for finding creative jobs, they also offer a place for you to host your online portfolio.

4.
Authentic Jobs was created by Cameron Moll, a revolutionary in the CSS/Web Development space. His site is a great place to search/find web design and development positions across the USA.

5.
Think Vitamin is an online publication/resource for web designers, they also have a jobs section for css/web designers looking for work.

6.
Freelance Switch is the ultimate resource for freelancers. They have an extensive freelance job board where you can apply to jobs for $7/month, but its free to post jobs.

7.
Slashdot is a more general web developer/programmer job board, their tagline is “Jobs for Nerds”.

8.
Krop is a site dedicated to listing creative and tech jobs, they have a history of listings for many notable fortune 500 companies such as Facebook, New York Times and Apple to name a few.

9.
Coroflot is similar to Creative Hotlist in that they offer job listings and portfolios, its like a community for creatives.

10.
Xemion is a web designer and developer community that also has job listings.

This list is comprised of the most popular open source web designer and developer job boards, if you see a site that fits into this post and you believe should be added, please let me know.


JobPile aggregates all of the above job sites into one site, allowing you to search all of them in one place. Its a great site!

Onerutter.com has been hacked.

Yea, my site has been hacked. Someone got in and deleted all my pages, all of my tutorials that I spent hours creating to help others on the web. Some Jerks overwrote that so they could earn a buck with their stupid spam ads. Im so mad right now, I was doing something good for the internet and look what happened.

Google Maps API for Flash

Just as Yahoo! created an API for Flash a few months ago, Google has followed and created one too. Im looking forward to playing around with this one, I have already messed around with the Yahoo! api. Yahoo! has done a great job of including well defined documentation.

http://code.google.com/apis/maps/documentation/flash/

Mac OSX Leopard MySQL Issue Fixed

After installing the newest mySQL package, then trying to startup mySQL from my preference pane, it would simply not start. I did a quick search on Google and instantly found an article which helped. The advice given by the blog author did not work, but after reading through some comments I found the answer:

(Macbook Pro, Leopard, MySQL 5.1.23 pkg )

Start - sudo /usr/local/mysql/support-files/mysql.server start
Stop - sudo /usr/local/mysql/support-files/mysql.server stop

Important that you run that as root (sudo) otherwise mysql.sock doesn’t appear in /tmp/

Next entries �� Previous entries