Search
Archives
- November 2010 (2)
- October 2010 (2)
- September 2010 (17)
- August 2010 (7)
- July 2010 (3)
- June 2010 (11)
- May 2010 (17)
- April 2010 (26)
- February 2010 (1)
Calendar
Categories
- .NET (1)
- 2D Graphics (11)
- 3D Graphics (3)
- 3DSMax (7)
- ActionScript (27)
- Art (1)
- Away3D (1)
- Coding (13)
- CSS (2)
- CSS 3 (1)
- English (3)
- Facebook (1)
- Flash (4)
- Flex / Flash Builder (34)
- GoogleApp (1)
- GWT (2)
- HTML 5 (1)
- I/O (2)
- Illustrator (3)
- JavaScript (4)
- Library / Plugin (6)
- MySQL (3)
- Obfuscate (3)
- Painting (1)
- Papervision3D (11)
- Photography (1)
- PHP (8)
- Silverlight (3)
- TMH Tips (2)
- Uncategorized (1)
- Useful Website (21)
Meta
Pages
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
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
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
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 Flash Player 10, Flex, Image, Local File
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 Flash Player 10, Flex, Local File, Reading, Writing
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
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 2D Graphics, ActionScript, Flex, Image, Inside RIA
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 2D Graphics, ActionScript, Flex
Leave a comment
Creating Resizable and Draggable Flex Components
http://blogs.adobe.com/flexdoc/2007/03/creating_resizable_and_draggab.html