Rich Media and so much more…
Filipe Prata de Lima
This user hasn't shared any biographical information
Homepage: http://filipelima.com
Posts by Filipe Prata de Lima
Flex 4.0 UndoManager
Aug 13th
While doing some research googling I just came across a great post about one of the many new Flex functionalities in the 4.0 SDK.
The UndoManager class as the author explains “is a part of the brand new shiny TextLayout framework, but, because it follows a basic Command design pattern, it’s very easy to adopt it to other aspects of your applications and allow functionality that users expect/demand.”.
Anyway… Ill leave you with the article and the great example… Im sure to play with this goody very soon
http://blog.onebyonedesign.com/actionscript/playing-around-with-the-new-undomanager/
Installing Red5…
Jun 23rd
Recently working on a videochat application I wanted to use my own VPS server for some real world testing.
Version 0.9 RC2 is the current available for Red5… and after fiddling trying to get things going, I found this cool tutorial which worked like a charm.
Credits of course to the original poster: http://www.videochat-scripts.com/install-red5-0-9-on-linux-ubuntu/
My VPS is currently running on Ubuntu “Lucid” 10.04.
First installed required packages one by one: apt-get install subversion apt-get install java-package apt-get install sun-java6-jdk apt-get install ant
Used arrows to browse to the Ok and confirm on jdk installation dialogs.
Verified installed java version: java -version
Downloaded latest Red5: mkdir -p ~/svn/red5 cd More >
IntelliJ Idea9 AS3/Flex Workflow by Jesse Freeman
Mar 22nd
Recently Jesse Freeman at InsideRIA has been up to making some nice tutorials on using IntelliJ IDEA 9 for Flash/Flex development.
Having turned myself into a IntelliJ 9 addict it was a no brainer to read what the nice man had to write.
Definitely recommended folks!
here you go:
Part 1: http://www.insideria.com/2010/02/intellij-idea9-actionscript-3f.html
Part 2: http://www.insideria.com/2010/03/intellij-idea9-actionscript-3f-1.html
IntelliJ Idea 9 for Flash development
Jan 26th
After quite some time talking about how great IntelliJ feels for Flash development, I just read a really great article on InsideRIA that correctly describes my love and hate… erm… well more like not-so-much-love about IntelliJ.
Here you go folks: http://www.insideria.com/2010/01/intellij-idea-9-for-flash-dev.html
LBi Xmas mobile tree
Dec 11th
I can finally announce my final work while at LBi, and what a work it was! 4 weeks of intense out-of-work-hours coding and planning, but the results are great!
Ill leave you to play… http://xmas.lbi.co.uk ( unfortunately it seems it only lasted christmas )
http://www.lbi.co.uk/our-work/a-christmas-collaboration/
Find more photos like this on The LBi Upcycle Xmas Grotto
…UPDATE:Just saw a cool post you Youtube of the making of! Thanks guys!
LBi London RaVE!
Nov 30th
Last thursday the agency I work for – LBi London – organised the biggest digital industry rave party in London. Around 700 people from loads of different digital agencies in London came to join the fun.
Here’s some pics from the night: http://www.flickr.com/photos/emmaandlorenzo/sets/72157622760985539/
…needless to say I had a sick leave the next day
RegExr: Online Regular Expression Testing Tool!
Nov 26th
Uhhh… there’s a couple of words that always make my blood freeze and dodge for cover…. “regex” is definitely one of them.
But it seems I need to fear no more… just recently discovered “RegExr”! which has been a great helping hand at solving most of my anyday regex needs.
Its also comunity open, so you can see already alot of user input with new regex solutions for most everyday needs.
Check it out! http://gskinner.com/RegExr/
Mac Vs PC… extract .dfont to .ttf
Nov 24th
How many… oh how many times you crash into the same subject again and again, you are given Mac fonts but hey… dont work in Windows :s … and most importantly… no Embedding in Flash as its only either TrueType or OpenType.
Well atleast now a blog post came as a nice surprise to me… a little opensource terminal app called “fondu”
just install via MacPorts or apt-get and go…
” fondu myFont.dfont ”
and the app will extract all your TrueType goodness into the same folder neat!
many thanks to…
http://fosswire.com/post/2008/5/extract-mac-font-files-dfont-into-ttf-files/
git hooks – post-update
Nov 20th
For a while now I have been using Mercurial for my own personal version control system, been very happy and never really got dissapointed so far, hg-serve works really easy for serving your repository publicaly with its own menus and stuff… not visually engaging but does the job well.
Ive been trying and little by little I guess moving the git way… mostly to be honest because the world around me seems to use it, and because I really cant be bothered to try and master to version control systems at once, so Mercurial seems great and maybe even better… but More >