Content

File: Tools

Download Now! The story behind As a web developer, I often need to resize images into a specific dimension to suit the website’s design. I used to resize images in Photoshop but I find it tedious to record actions again and again for different websites. Besides that, Photoshop is not cheap and not everyone has [...]

2 comments  » Read the rest

Most of my Flash projects use XML as “database” and PHP is my preferred server script.  I found Simple_HTML_DOM Parser quite a good tool for reading and writing XML files. The default DOM in PHP is quite hard to use. The syntax for creating nodes in PHP is very tiring. Besides that, the biggest headache is [...]

1 comment  » Read the rest

Previously in Flash CS3, the trick of getting autocompletion in FlashDevelop is not working any more in Flash CS4, ast least not in my case. After testing a while I finally got it working again by setting the swc path of the project. Choose “Project>>Properties…>>Compiler Options>>SWC Include Libraries” and add the path of AIR swc [...]

1 comment  » Read the rest

Useful for Flash users and more useful for Flex users to geenerate the glyph ranges. Built with JavaScript. >>enjoy<<

 » Read the rest

2008-11-13 :: 5566 // Tools
Flash Project Structure Creator

Danny and Edward are working on this awesome flash extension panel that helps to create a project structure. The tool is mainly for website developers and it generates HTML file integrated with swfaddress and swfobject automatically. The cool thing about it is the tool uses an XML schema to generate all the files needed. It’s [...]

Tagged: » »

1 comment  » Read the rest

2008-06-10 :: 5566 // Tools
DiTA – an asdoc GUI Beta2 Now

I’ve made this little AIR application to generate asdoc commands. It’s in BETA 2 now. Not sure whether I should work on it further more because I’d like to keep it simple. The project is hosted here. Please help to report any bugs/issues at the issues page.

2 comments  » Read the rest

2008-04-10 :: 5566 // Tools
DiTA – an asdoc GUI

I’ve made this little AIR application to generate asdoc commands. It’s in BETA 2 now. Not sure whether I should work on it further more because I’d like to keep it simple. The project is hosted here. Please help to report any bugs/issues at the issues page.

2 comments  » Read the rest

Mac: “Hello, I’m a Mac.” PC: “And I’m a PC.” Mac: “Hi PC, what are these Thumb.db files for?” PC: “Give me a minute. Let me figure out where these ._DS_Store files are from first.” Use this PC batch file to remove all of them.

1 comment  » Read the rest

2007-12-05 :: 5566 // Tips + Tools
Text Formater: for lazy people

I think many programmers have encountered such situation: you need to modify some large amount data in plain text into a useful format, things like creating 1000 links in HTML based on 1000 web addresses, or generating some test data running in sequence user1, user2, user3 etc. This small Flash can do it for you.

1 comment  » Read the rest