Monthly Archives: April 2010

GWT Small Guide

Ver en español(See the spanish version) | Go to the main page 1. Introduction.  1.1 Presentation                I wrote this guide thinking in the user’s who want’s develope dynamic application’s with the  GWT (Google Web Toolkit)  in an AMP(Apache,MySQL,PHP) environment’s. The … Continue reading

Posted in GWT, MySQL, PHP | Tagged , , | Leave a comment

Working with PHP in GWT hosted mode

http://www.gwtsite.com/working-with-php-in-gwt-hosted-mode/ Normally, when developing your GWT applications in hosted mode, the internal tomcat server will be used to serve up your application. However, if want to talk to a server-side php script running on your own local web server, you … Continue reading

Posted in GWT, PHP | Tagged , , | Leave a comment

Accessing labels defined in Flex menuBar controls

http://blog.davidroossien.com/?p=94 It always seems that menu controls are huge waste of time and you don’t learn very much, except what they can’t do.   I spent some time this week wrestling with the Flex mx:MenuBar control and thankfully, found a … Continue reading

Posted in Flex / Flash Builder | Tagged , , , | Leave a comment

Invoking PHP functions from Flex using AMFPHP

http://sujitreddyg.wordpress.com/2008/09/04/invoking-php-functions-from-flex-using-amfphp/ You can invoke functions in a PHP class from a Flex application using Remoting as we used to do with Java classes. I used AMFPHP (http://www.amfphp.org/ ) for invoking PHP functions. In this article we will see how to … Continue reading

Posted in ActionScript, Flex / Flash Builder, PHP | Tagged , , , | Leave a comment

Load, modify and save local images with Flash Player 10

  http://techblog.floorplanner.com/2009/05/04/load-modify-and-save-local-images-with-flash-player-10/ One of the cool new things about Flash Player 10 is that you now have access to the local file system. This means that you can load, modify and save files directly on the client side without any … Continue reading

Posted in 2D Graphics, Flex / Flash Builder, I/O | Tagged , , , | Leave a comment

Reading and Writing Local Files in Flash Player 10

http://www.mikechambers.com/blog/2008/08/20/reading-and-writing-local-files-in-flash-player-10/ One of the new features in Flash Player 10 are new ActionScript FileReference APIs that allow Flash content to directly read and write data to the user’s system. Prior to Flash Player 10, in order to read or write … Continue reading

Posted in Flex / Flash Builder, I/O | Tagged , , , , | Leave a comment

Duplicating images using the Bitmap and BitmapData classes

http://blog.flexexamples.com/2007/08/03/duplicating-images-using-the-bitmap-and-bitmapdata-classes/ In a previous post (Finding a pixel’s color value using the Bitmap classes and getPixel()) we looked at copying an image so we could build a simple color-picker like app. In this post, we explore duplicating a loaded image … Continue reading

Posted in 2D Graphics, Flex / Flash Builder | Tagged , , , | Leave a comment

Image Manipulation in Flex

http://www.insideria.com/2008/03/image-manipulation-in-flex.html It seems that the number one request I get for development work is creating applications that do image manipulation or vector drawing or a combination of the two. This article is about my experiences in building applications in Flex … Continue reading

Posted in 2D Graphics, ActionScript, Flex / Flash Builder | Tagged , , , , | Leave a comment

Applying a matrix transformation to a display object

http://livedocs.adobe.com/flex/3/html/help.html?content=15_Geometry_6.html The DisplayObjectTransformer sample application shows a number of features of using the Matrix class to transform a display object, including the following: Rotating the display object Scaling the display object Translating (repositioning) the display object Skewing the display object

Posted in 2D Graphics, ActionScript, Flex / Flash Builder | Tagged , , | Leave a comment

Creating Resizable and Draggable Flex Components

http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.html

Posted in Flex / Flash Builder | Tagged | Leave a comment