1 | Next Page

Chain: Delayed function calling

Nov 14, 2009 12:00 PM
Rating: (Total Clicks 616)

I created some useful util-class to make delayed function calling easy. You can make a chain of functions, by adding them with a delay in milliseconds. This chain can be executed multiple times, even in reversed order. (translate)

Chain: Delayed function calling

Nov 14, 2009 12:00 PM
Rating: (Total Clicks 491)

I created some useful util-class to make delayed function calling easy. You can make a chain of functions, by adding them with a delay in milliseconds. This chain can be executed multiple times, even in reversed order. (translate)

Chain: Delayed function calling

Nov 14, 2009 12:00 PM
Rating: (Total Clicks 537)

I created some useful util-class to make delayed function calling easy. You can make a chain of functions, by adding them with a delay in milliseconds. This chain can be executed multiple times, even in reversed order. (translate)

Update Image class – added contextMenu

Nov 6, 2009 5:40 PM
Rating: (Total Clicks 34)

I've updated my Image class. It is irritating flashsites break the right-click contextmenu. Well, I can't fix that and Adobe should look at that, but I think it would nice to add some of the browser - features to my image class. (translate)

Update Image class – added contextMenu

Nov 6, 2009 5:40 PM
Rating: (Total Clicks 29)

I've updated my Image class. It is irritating flashsites break the right-click contextmenu. Well, I can't fix that and Adobe should look at that, but I think it would nice to add some of the browser - features to my image class. (translate)

getBounds for TextFields = getBitmapBounds()

Nov 5, 2009 8:28 PM
Rating: (Total Clicks 31)

I found out the getBounds()-function gives not exactly the right rectangle with a TextField. It always matches the border bounds, even if the borders are invisible. So i've created a more accurate function using getColorBoundsRect(). (translate)

Generative art: Tiger

Oct 3, 2009 2:41 PM
Rating: (Total Clicks 140)

Tiger represents power. I love to express strong animals with powerful lines. This one is created with actionscript (flash). I edited the composition with photoshop to add the text and changed contrast. The lines and letters are created generatively, using mouse gestures and random movements. I have worked hard to create this image, it is full with details, full of lines. Hope you like it. full composition size: 10.000 x 7500 px (translate)

Generative art: Eagle

Oct 3, 2009 12:05 PM
Rating: (Total Clicks 107)

I love eagles, they look very strong and powerful. This one is created with actionscript (flash). I edited the composition with photoshop to add the text and changed contrast. The lines and letters are created generatively, using mouse gestures and random movements. I have worked hard to create this image, it is full with details, full of lines. Hope you like it. Full composition size: 10.000 x 7500 px (translate)

see.the.sky @ iGoogle

Sep 12, 2009 9:25 PM
Rating: (Total Clicks 102)

I like iGoogle. It's very handy, because I can read my RSS-feeds everywhere I am. A while ago, I tried to personalize the header of iGoogle. I found the option to create your own skin, simply by uploading an image. I didn't know the theme would be public, because I didn't read the conditions. So, if anyone is interested.. Here is the iGoogle-theme: see.the.sky @ iGoogle (translate)

Liquid menu: Better proportions with Math.sqrt

Sep 1, 2009 11:26 AM
Rating: (Total Clicks 63)

Found out something useful, which I'd like to share with you. It's about calculating the width of menu-items perfectly.Imaging you are creating a liquid website with a menu. If you want all items to have the same width, you could set the width of each item to totalMenuWidth / items.length. In most cases this will work out. But what is your menu is very small or the items doesn't fit in that fixed width because the text is too long? (translate)

1 | Next Page