Occupy wha?
Flash, fun, html, lol, occupy
Nov 17misc, thoughtsNo Comments

occupy html vs occupy flash LOL, i’m waiting for a same java site from c# devs
Open source projects, snippets, notes, thoughts, flash, flex, air, as3, js
Flash, fun, html, lol, occupy
Nov 17misc, thoughtsNo Comments

occupy html vs occupy flash LOL, i’m waiting for a same java site from c# devs
mobile, os, poll
Sep 09misc3 Comments
I’m just curious, which mobile os do you personally prefer more in yr everyday life (leave aside fp, miniusb etc)?
ps: no holy wars plz guys ^_^
converter, Flash, google, html5, swiffy
Jun 29misc, news10 Comments

The news about the new “flash killer” (adobe shared the wallaby source code to google or it’s just a clone?) flew over around the web (even Lee Brimelow posted about it). So i’ve decided to check it out and see it myself.
So, i made a simple as2 movie compiled for fp6 ( they recommend version below 8 ) to see if swiffy could manage to convert it.
Original as2 movie http://chargedweb.com/labs/files/2011/06/fp6.as2.swf
Swiffy output http://chargedweb.com/labs/files/2011/06/fp6.as2.html
it’s you to comment…
around the world, kemo, oleg, russia
May 18misc, newsNo Comments

A russian partner of mine Oleg Radul (CEO of the Kemo LLC) is starting his trip around the world on his Mitsubishi L200 ![]()
So, if u r open to meeting new people from far away, keep track of his blog to catch him up in your city to get together and have some beer ^_^
Most important — here’s his route (clickable):

ps: more about the trip in his blog (thank u google ^_^)
javascript, js, tooltip
Jun 16code, misc13 Comments
+ |
![]() |
Well, i’m not a js-developer actually, however i had to write a small tooltip in js 2day and i thought that some of you would probably find it usefull. Won’t post the source code here this time, but the demo and source archive are still available @see the links below.
Check out the online demo or grab the source files
ps: thx DryIcons for the icon.
color, face, hex, skin
Mar 28graphics, misc2 Comments
Amusing overlap i’ve discovered.
Q: What hex color do i use to get the face skin color?
A: Use the ‘#FACED0‘ value lol
flash builder, flex4, gumbo, release
Mar 22misc, news9 Comments
Flex 4, Gumbo or Flash Builder or whatever u like 2 call it is finally out ![]()
http://opensource.adobe.com/wiki/display/site/Home
Flex 4 has 3 primary themes:
ps: sry too tired to write more. But soon.
as3, black'n'white, saturation
Mar 18code, misc1 Comment
Sometimes i need a fast black’n'white saturation method and this one’s the shortest i presume.
I can’t remember whose this method originally was, but it’s nice.
private var rc:Number = 1/3, gc:Number = 1/3, bc:Number = 1/3;
private var sf:ColorMatrixFilter = new ColorMatrixFilter([rc, gc, bc, 0, 0, rc, gc, bc, 0, 0, rc, gc, bc, 0, 0, 0, 0, 0, 1, 0]);
private function blackAndWhite(target:UIComponent, enabled:Boolean):void
{
if(enabled) target.filters = [sf];
else target.filters = [];
}
new, thefwa, version
Mar 01misc, news, thoughts1 Comment

Yes, i was very excited to see the new version of TheFWA’s website (they planned to release it on march 1st, besides i knew that group94 were doin it). And 2day was the release date actually. And i’ve just seen it and i should say that i’m VERY dissapointed with it (not with the dev, but the concept). Why u’d ask? Well, i’ve got an explanation for that. The navigation is not that convinient as it used to, selected work description loads and replaces the whole content now (which’s damn unhandy), and there’re PAGE RELOADS now which i HATE. My opinion’s that TheFWA’s ruined 4 now.
Pluses: yeah, SEO increased, more ads space. Bravo 1/4.
I liked the previous version more. ![]()
Honestly, guys, the previous version was better.