Showing posts with label Knowledge. Show all posts
Showing posts with label Knowledge. Show all posts

Friday, June 12, 2009

Server requirements for deploying a Flex application

Flex or Flash applications are compiled to SWF format. You can deploy SWF file on a normal web server.

SWF files are downloaded on to the the client and will run on the Flash Player. So there are no specific requirements for hosting or deploying a Flex application. A normal web server which is used to deploy a HTML page is sufficient for deploying the SWF files.

In the URL below there is a detailed description on how to deploy a Flex application. You will find very useful.

http://livedocs.adobe.com/flex/3/html/deployingoverview_02.html

Tuesday, April 07, 2009

Magic Numbers

Did you know why 37 is a magic number ? Here's why. If you divide any number consisting of 3 identical digits by the sum of these digits, the result is always 37 eg 666 / (6+6+6) = 555 / (5+5+5) = 37 etc.

Source: Read in a Magazine called "Speed Mathematics"
Computers Add to Technorati Favorites Programming Blogs - BlogCatalog Blog Directory