Adobe believes in hiring the very best. We are known for our vibrant, dynamic and rewarding workplace where personal and professional fulfillment and company success go hand in hand. We take pride in creating exceptional work experiences, encouraging innovation and being involved with our employees, customers and communities. We invite you to discover what makes [...]
Our friend, Mihai Corlan, will host an e-seminar about PHP and Flash Platform, but let me quote him:
“On December 2nd, together with Roy Ganor from Zend Company, I will host an e-seminar about PHP and Flash Platform. We will show you how you can create a Rich Internet Application using the Flex framework, Illustrator, Flash Catalyst, [...]
In this article from Google Webmaster Tools is presented the way Google manages Rich Media Files and Formats.
Some important points:
Google can index text in any flash content
sIFR is indexed as text by Google
Google is continually working to improve our indexing of Flash files
Google still have problems accessing the content of other rich media formats such [...]
Yesterday (21st Jan 2009) Sumo Paint version 1.0 was released. In my opinion this is the best online Photoshop. And it is FREE!
Just some of its features:
Layers with blending mode
Layer effects
Shape tools
Brushes
Clone stamp
Filters
Symetry tool
Gravity
More about features: http://sumopaint.com/web/#/features/
A new video with Sumo Paint in action can be viewed bellow:
You can access the application here: http://www.sumopaint.com/app
Sumo Paint [...]
In a previous article I presented Pixlr Image Editor. Now I found SumoPaint and is much better than Pixlr. Is faster, has more tools and the interface is much nicer.
Please enjoy it because is FREE. You can create an account if you want to save your work on the Sumo server but SumoPaint can [...]
New Rich Internet Application is out on the market – Pixlr, a web based image editor, was launched on 17th of August 2008! The most interesting thing is that is created by one person and is by far the closest image editor to Photoshop. Pixlr has layers, filters, adjusments, brushes, etc.
What can we say: WOW! [...]
HTML Editor in Flex? Can we say that squarespace has managed to do that? Although isn’t a complex one it is a start. What is next? We can think that in the future Dreamweaver may become a web RIA. Or some other HTML Editors will be created using Flex and AIR.
For some developers this sounds [...]
Today I found this three sites filled with flex resources:
- DeGraFa (Declarative Graphics Framework)
- ScaleNine
- Flexgeek
DeGraFa is a framework made to do a much easier job when working with shapes, events, skinning, etc. ScaleNine is a collection of themes to use in flex applications and FlexGeek is a blog with very useful examples of how [...]
When speaking about RIA one of many nice usabilities is that to be able to give feedback to the user when it comes to critical actions like submitting important data, saving work, etc. Let’s have the following example: You log in into a RIA with your user and password, you do changes to your data [...]
As time passes the applications tend to move from thick software to thin web applications and they need to be platform and browser independent. This has happened because of the need of having applications that work on all platforms/browsers, have an easy way of getting the server side data, have more reach and also [...]
If you ever wondered how can you compare 2 objects (big structure objects that can not be compared by Flex itself using the === operator) in Flex to find out if they are identically the same one of the methods used were to check all their attributes.
In my previous post I started to talk about how you can see the same trace messages you were used from developing but this time in the “Release”.
This is done with the help of the Log class (mx.logging.Log).
Let’s take a look at some pieces of code (full code can be provided per request).
private var [...]
Adobe has announced a RIA Developer Camp November 5, 2007 4:00 p.m. – 8:30 p.m.
Details:
Learn from other developer community leaders on how they use Adobe® Flex™ 2, Flash® CS3, and AIR™ (Adobe Integrated Runtime) to help them improve their business applications.
Join this seminar and hear speakers from Yahoo!®, PayPal™, ActionScript.com, and Adobe discuss how business [...]
One of the most common problems in the RIA applications that require login/logout and also some saves is how to prevent the user from closing the window/tab when there is unsaved information?
The answer is simple: FABridge.
This functionality allows you to catch the unload event from javascript and execute your flex code.
Here is how:
First you need [...]
One of the most common problems in developing new applications is their debugging. There are several methods to do this in Flex (trace, alert – like somebody once said: “Alert till death”). But what happens if you want the same logging that you had on your work environment to also be available when the application [...]