Online Font Converter Tool
Saturday, 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/