Online Font Converter Tool
July 24th, 2010This is a great tool for converting font types online. The best part is you don’t have to sign up or be a member of the web site. Cool!
interactive designer
This is a great tool for converting font types online. The best part is you don’t have to sign up or be a member of the web site. Cool!
Here is a great tool that you can convert Flash Timeline codes to the document classes. It works perfectly. The only thing you do is, just copy timeline code into the empty textarea below, then put a name for your document class. When you press “submit” button, a php script generates your document class code at once. Thanks to Zevan Rosser for this converter tool. By the way, he is a smart coder. Many of Zevan’s codes are too short, but also functional. You should check his blog also for some kind of unique tutorials.
AS3 Timeline Code to Document Class Converter
There is a nice interview with Milton Glaser about art, design, computers and education at Design Informer.



I’ve been programming with as3 for two years and everyday I come across with a new stuff
Today, I was checking a as class and encountered with “with” keyword. There is no magic about “with” keyword. But, it allows you to write cleaner codes. Here is a little example how it works;
with (graphics)
{
clear();
beginBitmapFill(_bitmapdata);
moveTo(0, 0);
lineTo(pWidth, 0);
lineTo(pWidth, pHeight);
lineTo(0, pHeight);
lineTo(0, 0);
endFill();
}
Squatouch is a computer-based musical interface and offers a multitouch user interface via the forms of direct interaction which is designed and programmed by me.
the following text and links are taken from http://www.smashingmagazine.com web site.
“Being a web designer is not easy. Not only do we need to have a good understanding about visual design, typography, information architecture, psychology and a plethora of other disciplines; in our work, we need to take care of so many details, so that our job becomes more and more time-consuming, requiring dozens of tools, attention span and an effective workflow for beautiful, timely and functional results.
And this is where small time-savers become handy. Be it a handy checklist, batch installer, dummy image generator or converter from Excel spreadsheet to HTML — all these things can save us a couple of minutes every day, making our work easier and more efficient. And this is why we keep collecting them for Smashing Magazine’s readers. Whether you like lists or not: this one will probably help you find those little nuggets out there that will help you avoid headaches and stress. Below we present useful time-savers for web designers.”
http://www.smashingmagazine.com/2010/06/28/50-powerful-time-savers-for-web-designers/
I’ve been looking for frameworks in order develop flash-based web sites for a long time. I haven’t checked any of these frameworks yet. Because, it takes a lot of time to get into a new programming environment for me. Also, when I’m working on a commercial project, I don’t want to waste my time with new classes, methods and etc.. to develop web based appilcation. Because, your customers don’t care about how the background of their web sites are created. They just want to see final result quickly
Anyway, For a long time, I’ve been coding with Flex and don’t want to use Flash hereafter. In my opinion, Flash can’t be a framework for coding action script language. I mean, I can’t imagine a framework that has no suggestion option while I’m coding an application. So, I searched for some frameworks which can be used without Flash. At this point, I encountered with PureMVC framwork. But there are no tutorial about how to use it in Flex…I googled some tutorials about PureMVC and here they are;
http://active.tutsplus.com/tutorials/workflow/understanding-the-puremvc-open-source-framework/
http://algorithmist.wordpress.com/2010/04/21/flashbuilder-and-puremvc-part-i/
And there is an other Flash framework which called Gaia. The only disadvantage for me is, you can only use Gaia with Flash. But, Gaia has some tutorials about how to setup and work with it in their web-site.