[flexcoders] Re: FB3 + Aptana Plug In = warring CSS editors

2008-04-17 Thread chiguai2000
Hey there Jeff,

I just installed Aptana as a plugin within Eclipse, and my FB3 install
is also a plugin. I made sure everything was updated before doing so.
There was an issue with a duplication conflict Eclipse Monkey  so I
disabled the one already present in Eclipse. After that I opened up a
FlexBuilder css file and it was fine (so far). However I noticed it
opened using the standard CSS editor instead of the Aptana CSS editor.

If anything does come up, I'll look at removing CSS from Aptana's list
in the file associations.

http://forums.aptana.com/viewtopic.php?t=962highlight=file%20associatio\
ns

Hopefully it will work without too much hassle!

Michael

--- In flexcoders@yahoogroups.com, Battershall, Jeff
[EMAIL PROTECTED] wrote:

 I added the Aptana plugin to my FB3 instance and started getting
errors
 with Aptana not liking Flex Styles.

 Only solution was to remove the Apatana Plug In. Yes, I could install
 Apatana Studio, but it would be nice to get FB + Aptana working well
 together and to have Aptana to defer to FB on CSS.  I just can't
figure
 out how to do it.

 Jeff Battershall
 Application Architect
 Dow Jones Indexes
 [EMAIL PROTECTED]
 (609) 520-5637 (p)
 (484) 477-9900 (c)





[flexcoders] Re: HTTP Status Codes available as a Text File, or CSV?

2007-04-11 Thread chiguai2000
Hi there,

This isn't a file but a set of resources. Since they are online, it
might even be possible to open these in Excel and make them what you
need and export the data:

http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_1_0_Status_\
Codes

http://perl.apache.org/docs/2.0/user/handlers/http.html#HTTP_1_1_Status_\
Codes

http://publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/co\
m.ibm.cics.ts31.doc/dfhtl/topics/dfhtl_statusref.htm

Hope that helps,

Michael

--- In flexcoders@yahoogroups.com, Mike Anderson [EMAIL PROTECTED] wrote:

 Hello All,

 My application is going to make extensive use of a particular Class
 File, that relies heavily on HTTP Status Codes for error reporting.

 From what I can gather, there is a whole slew of error codes that
could
 possibly pop up.

 What I would love to find, is a Text or Comma Delimited File that
 somebody has made available for download, that I could pull into my
Flex
 Application (as a Hash Map).  It would hopefully show the Numeric
error
 Codes, and their associated Text Descriptions.

 Thank you in advance, for anything you can throw my way :)

 Mike