Reducing RSL file size

In case you are using third-party libraries you’ll never know if they heard about eclipse's build-release or -debug=false (The compiler excludes the debugging information) but what you can do is extract the SWC file and run the Optimizer on the SWF file. That will reduce those libraries size.

arik 22/12/2008 - 12:33

One of the most common questions I get is related to the location of the my.cnf file (or my.ini).

The question comes in few variants:

  1.  I am setting the option xyz in my.cnf but it does not seem to work?
  2.  I can set the option xyz using. /mysql --zyx=abc but when I am placing it in my.cnf it does not take any effect?
  3.  I have my.cnf in /etc and on in /usr/local/mysql/etc/  which one should I use?
  4.  Where the f@&% is my my.cnf file !?!?

In MySQL the answer for the above questions are a little confusing.

haim 20/01/2010 - 10:03

Hi all,

 

I wrote a flex application, using BlazeDS that was working just fine.

 

Then I was asked to change my server to work with SSL.

 

After I changed the server settings to run with SSL, the flex file just refuses to load, without any error.

 

I started digging around and found some people who had the same problem and found a solution.

 

I followed this article: http://blog.crankybit.com/flex-remoting-over-ssl/ but the solution did not work for me.

 

In one of the forums, they recommended to install some kind of sniffer, and I installed IEWatch (http://www.iewatch.com/downloadie.aspx),

where I found out that the GET request for the swf file gets an error back:

Method: GET

chibban 14/01/2010 - 23:43

A quick way to test flash builder 4 's profiler without import your existing flex 3 projects:

 

1. Download & Install the flash builder beta

2. Create a sample empty project

3. Go to the profiler perspective

4. Go to the upper menu and choose: Profile External Application

5. Choose "New" and write or browse a path to your HTML wrapper

6. Test the new & better profiler

 

 

Hope this is helpful (I've added a presnetation with screen shots)

Shai

shair 28/12/2009 - 00:22

 

Hey Guys,

If you want to preserve data which is request specifc, I have an example for you:

 

Lets say your using pureMVC and you have a user window, and you make a request by notification and you want to remember who made that call (like the mediator name or something).

 

One way is to add the data to the asyncToken, so

 

var token:AsyncToken = service.getUsers;

toke.preservedData = {bla:bla}

 

And after the result comes,  you extract it from the ResultEvent like:

trace( event.token.preservedData );

 

~~~~~~~~~~~~~~~~

 

There is another way...

 

If you want to keep things more strictly typed, you can you a custom Responder:

 

shair 11/03/2010 - 14:47

Mylyn is a task-focused interface for Eclipse that reduces information overload and makes multi-tasking easy.

It synchronizes with BugZilla, and allow you, among other things to:

 

ilan 02/03/2010 - 10:12

http://www.testadempiere.com/webui/

 

(Login/pass = GardenAdmin/GardenAdmin)

shlomo 24/02/2010 - 20:51
ERP, GUI

Over the time, I have gathered a few useful Flex Builder 3 / Flash Builder 4 plugins, that either can speed up work or make it easier.

Since Flex Builder 3 and Flash Builder 4 (stand alone version or eclipse plugin) are both built on Eclipse, we can utilize Eclipse’s plugin extension capabilities to extend Eclipse’s feature set. Below you will find a list of a few such plugins that help facilitate my work flow.

sefi 11/02/2010 - 09:55
Syndicate content