Action Method (1)
share
digg
by
Ethan Eismann (12)
on
fullasagoog.com full roast blend (8)
4 days, 2 hours
ago
permalink
The Action Method: The success of any idea ultimately comes down to action. Our method is a discipline for everyday productivity.Designed for those with many ideas and lots of creative energy, the Action Method seeks to simplify project management and life…In the Action Method, the outcome of every idea or interaction must be captured and transformed [...]
Xebia RIA Framework Contest (1)
share
digg
by
Matt Raible (28)
on
Raible Designs (30)
5 days, 4 hours
ago
permalink
Last year, I blogged about the Xebia Web Framework Contest where Struts 2, GWT, Wicket and MyFaces (JSF) were all used to develop the same applications. It seems they've done it again this year, comparing RIA frameworks (English translation) this time. Five teams were formed, five frameworks have been selected: Flex 3 Flex 3 Silverlight 2.0 beta 2 Silverlight 2.0 beta 2 Google GWT 1.5 Google GWT 1.5 Echo3 Echo3 JavaFX Preview SDK JavaFX SDK ...
Flex, choix maintenant évident pour nos RIAs (1)
share
digg
by
Frédéric GAUME (2)
on
Entreprise 2.0 (24)
6 days, 6 hours
ago
permalink
Bien au-delà de la simple amélioration technologique, le RIA a passé un réel pallier, voire même a basculé (ce qui justifie le 2.0 du Web 2.0!). Le RIA n’est plus un concept purement technique, cela fait maintenant partie du vocabulaire MOA. La réelle avancée consiste au fait que l’on peut enfin concevoir les IHMs par le bon bout, c’est-à-dire par celui de l’utilisateur fonctionnel. Jusqu’à maintenant, une conception d’IHM était toujours guidé par la –maigre- ...
The Flex Compiler Shell Daemon (1)
share
digg
by
Leo Soto M. (2)
on
random.choice(['idea', 'rant', 'link', 'tip']) (2)
1 week
ago
permalink
Some days ago I created a project on Google Code Hosting: the Flex Compiler Shell Daemon, or fcshd for short.It is a wrapper around Adobe's fcsh, which gives you back the good thing about mxmlc: it's a simple and traditional command line compiler, which compiles your code and returns back an status code telling you if the compilation was successful or not. This may sound old-fashioned in the current shiny-powerful-and-bloated IDE times, but if you ...
Adobe RIA 大師聚會 - 雜記 (1)
share
digg
by
admin (4065)
on
d.CAT- the RIA blog (2)
1 week, 1 day
ago
permalink
今天放下手邊本來就趕不完的一堆專案跑去遠企參加了 Adobe 近年來少見的 RIA 大型說明會,主要原因是這次很有誠意的請來了 air/flex 界兩大天王 Mike Chambers 與 Ryan Stewart 連袂來台演出,如果我的記憶沒錯,這應該是 flex 問市以來除了 Max 2006 外最盛大的一場了吧 下面是目前我還記得的一些心得、內幕與八卦速記,錯了絕對不負責,日後沒實現也絕不關我的事 XD *flash player on iphone - yes, it’s very true. 如果你像我一樣每天早上起來會先看 techmeme, techcrunch, slashdot 的話(呃,其實還有其它幾十個 news feed,反正 google reader 很好很強大就儘量訂了),那你應該也耳聞了昨天在英國舉行的 FTOB 大會上,Adobe 宣佈了 flash player for iphone 已經完成,目前只待 Apple 點頭就可以放進去。 這件事當然是本日行程中的最重點,一進到會場看到 Mike 與 Ryan 兩位苦主已端坐檯前當然老實不客氣直接衝上去先拷問一番,問答如下: 1. 所以,這是真的嗎?flash player 真的要上 [...]
AS3 FVorbis Flash Ogg Vorbis Player (1)
share
digg
by
drawk (13)
on
[ draw.logic ] (13)
1 week, 1 day
ago
permalink
This project is stacked with cool, but is also useful, an ogg/vorbis player in flash/as3. Arek Korbik at barelyfocused implemented a port for a pure Ogg/Vorbis audio library called FVorbis. Check out the demo (need flash player 10). Groovy. The name is: FVorbis. Which stands for more or less “Ogg and Vorbis in Flash”. That’s right, pure ActionScript 3 implementation of the Ogg and Vorbis libraries that require no kind of native support from the ...
FileReference.save() in Flash Player 10 (1)
share
digg
by
Rich Tretola (4)
on
EverythingFlex (4)
1 week, 3 days
ago
permalink
One of the cool new features of Flash Player 10 is the FileReference.save() method which allows the Flash Player to write to the local file system as long as the save request is requested by the user. This means that upon calling FileReference.save() the default file system dialog will open. The FileReference.save() method has 2 [...]
Flex 4 Sneak Peak - My First Interview for Tech Talk with Ryan Stewart (2)
share
digg
by
ryanstewart (15)
on
Digital Backcountry - Ryan Stewart's Flash Platform Blog (12)
1 week, 3 days
ago
permalink
I’m starting a new show on Adobe TV called Tech Talk with Ryan Stewart. In my first episode I chat with Matt Chotin about new features in Flex 4 and then do a small demo on how to get started with FXG. It’s a little out of date because we recorded it awhile ago, but there is still some solid info from Matt. And no, we didn’t coordinate haircuts or wardrobe, but I think we ...
Advanced Flex Deep Linking with URLKit - InsideRIA (6)
share
digg
by
David Tucker (8)
on
InsideRIA (29)
1 week, 4 days
ago
permalink
One of the difficulties for rich internet applications (RIA's), is attempting to preserve the traditional browser experience for the user. With Flex applications, there are several barriers to this kind of experience. First, end users are used to using the back and forward buttons to navigate through an a site. Second, users expect each state of an application to be reflected in its URL. Third, users expect that they can bookmark a specific state of ...
Link Manager - Deep linking in Flex (1)
share
digg
by
judahs blog (2)
on
Latest Adobe News by Category (15)
1 week, 4 days
ago
permalink
I've been working on a project recently and it came time to add deep linking. I looked into Adobe's Browser Manager class and found an amazing API for deep linking but I wanted it in MXML. So I added a few features and wrapped up the behavior so it only takes about one line of [...]
Testing Dynamic Web Applications (1)
share
digg
by
blogger@jayfields.com (Jay Fields) (16)
on
Jay Fields' Thoughts (28)
1 week, 5 days
ago
permalink
At RailsConf Europe, in the Q & A portion of my talk on Functional Testing someone asked what I recommend for testing Javascript.Ugh. Testing Javascript. Is it possible to recommend something when everything you've seen is terrible? Usually I'm cool with picking the tool that sucks the least, but when it comes to Javascript testing the only words that come to mind are: epic fail.In the past I've failed in two different ways.Selenium: Too slow ...
Blender to .as3 Exporter for Papervision 3D, Away3D and Sandy3D Updated (2)
share
digg
by
drawk (13)
on
[ draw.logic ] (13)
2 weeks
ago
permalink
If you are exporting from blender to actionscript directly so you can get your models into flash as script you can use the Blender to .as3 exporter which so kindly supports all flash 3d engines currently Away3D, Papervision3D and Sandy3D. Dennis Ippel made the Blender exporter a while back but the update supports papervision 2.0. Post on the exporter and how to use Sandy 3.0 Example Away3D Example Papervision3D 1.7 Example Papervision3D 2.0 Example ActionScript ...
Oracle Open World 2008: Oracle + Flex = Happy Users (1)
share
digg
by
James Ward (8)
on
James Ward - RIA Cowboy (6)
2 weeks, 3 days
ago
permalink
This week I’ve been at Oracle OpenWorld checking out all of the new applications Oracle has been building with Flex. Some of these seem to be integrating Flex and ADF which is a great combination of technologies! I’ve recorded videos of some of these applications which I hope to edit and publish here soon. One of those videos will feature the new Oracle MetaLink, which is a fantastic Flex application (details on Edwin Biemond’s blog). ...
Silverlight app uses Flash to work :) (2)
share
digg
by
raghunathrao (6)
on
FLEXing My Muscle (6)
2 weeks, 3 days
ago
permalink
I installed google chrome some time back. I would reserve my comments about the browser for a different post, but the my favorite feature is the task manager. Today, someone forwarded me the Windows Ads campaigns page, primarily for the I am a PC campaign (which uses Flash video ). I went to see the Bill Gates-Seinfeld campaign. You probably wont be able to see it as you don’t Silverlight or it is not supported ...
Flex3D 0.2 - More Primitives (1)
share
digg
by
admin (4065)
on
Labs@flexcoders (2)
2 weeks, 3 days
ago
permalink
I’ve updated the library with the following primitives: Cylinder; Cone; Sphere; Plane; More primitives So check the code. To add them to the view just add it as a child to the View3D instance, like so: [-]?View Code XML<primitives:Cube id="cube" z="200"/> <primitives:Sphere id="sphere" x="200" radius="75" /> <primitives:Cylinder id="cylinder" x="-200" radius="-75" openEnded="true" bothsides="true"/> <primitives:Cone id="cone" z="-200" radius="-75" openEnded="false" bothsides="true"/> <primitives:Plane id="plane" bothsides="true" width="75" height="75"/> Easy to use and its all Flex (& away3d) Check demo here ...
MIF on site III en Madrid (1)
share
digg
by
Javier Martín (85)
on
Loogic.com (85)
2 weeks, 3 days
ago
permalink
Este nombre tan críptico es para anunciar un evento para desarrolladores Flex y RIA que se celebrará en Madrid el viernes 17 de octubre. MIF on site III está organizado por Made in Flex y estará dedicado a hablar sobre tecnologias RIA (Rich Internet Applications) , casos de uso, comparación de diversas tecnologías, Silverlight , Flex, AJAX, etc … Como caso de estudio en este evento se presentará WedTool, una aplicación web según el modelo ...
AS3 Papervision 3D Debugging/Stats with PV3DDebug (1)
share
digg
by
drawk (13)
on
[ draw.logic ] (13)
2 weeks, 4 days
ago
permalink
I have been doing lots of Papervision 3D for a project recently and needed to debug some placement and camera issues. I did a quick search and found PV3DDebug by Jason Bejot and it worked out great and is a pretty sweet utility I thought I would mention when you need to debug Papervision or even for inclusion as a debug console in all your papervision apps and games. It is a good base for ...
Looking at the CS4 Release from a Developer Perspective (1)
share
digg
by
ryanstewart (15)
on
Ryan Stewart - Rich Internet Application Mountaineer (15)
2 weeks, 5 days
ago
permalink
So we officially announced CS4 today. Mostly this is just an unveiling of the suite configurations, the branding, and some marketing stuff. But we’re also starting to talk more in-depth about features and one of the big themes in this release is making developers and designers more productive together. You’re going to see that as you start playing with the CS4 tools and when you start getting to look at Flex Builder “Gumbo” (and the ...
I just decompiled a decompiler so I could use it to decompile itself (1)
share
digg
by
Doug (150)
on
Doug McCune (16)
2 weeks, 6 days
ago
permalink
Update: Turns out that the code in Nemo 440 is actually just the code from the abcdump.as file in the Tamarin project. It looks like the abcdump.as file was written by Dan Schaffer from Adobe. So it turns out I could have just grabbed that file and not decompiled Nemo 440 at all, oh well Shigeru Nakagakai has also used that same abcdump.as file to create his own AIR app that lets you compare SWFs ...