Flex Builder Linux alpha 5 is a plugin-version of Flex Builder that you can use to build Flex applications on Linux with Eclipse. This post describes how to install Flex Builder 3 on Ubuntu. as per the resources available for the day (14 June 2010). :) If you find any difficulty in the installation please put a comment. Make sure that the following are installed on your machine.
Step 1 : Check your Eclipse and JRE
1. Eclipse SDK Version: 3.5.1
2. Java(TM) SE Runtime Environment (build 1.6.0_20-b02).
If it is not installed then run the command in terminal
sudo apt-get install sun-java6-jre
Do you have a small business or home business? Do you have a website? Those questions are pretty easy to answer, but this third one might not be … Is your website working for you?
If it isn’t – or if you’re not sure – then you need to take action. Here are three steps to help you make massive improvements to your small business’s website:
Step 1: Watch Someone Use Your Website
Invite a friend over, someone who’s never used your website before. Try to find someone who will be about as web-savvy as your target audience. For example, if you sell second-hand computer equipment, your audience will probably be quite competent and knowledgeable. Continue reading →
Zend Framework 1.10 allows you to perform files/folder compression and decompression, all types of compression methods are available. These features are available in standard set of filters from Zend_Filter. Its really easy to create an Archive with the php_zip extension. The PHP 5.2.13 support all the extension for the compression, but older version will support the zip extension only. Make sure that the extension is available on your php, you can seen this from phpinfo(); function.
Continue reading →