[trap.] music – simply awesome
These guys really impressed me...
AS3Commons 0.0.2 Released
The AS3Commons collection framework and utility library it’s now available as stable version.
flickr upload with foto-foo
foto-foo has launched the new flickr upload service ..
JavaScript Debugging With Safari
Web development with safari?
First thought: o no, but then Drosera
a free open source javascript debugger crosses my way.
Drosera acts as proxy between the javascript tier.
Attach your webkit based application (e.g. safari)
Set breakpoints or explore the object stack
It’s a nice peace of software, easy to use and very helpful.
read more here: http://trac.webkit.org/projects/webkit/wiki/WebDevelopers
AS3Commons 0.0.1 Released
As3commons is a package of utility classes and a complete collection framework for actionscript 3, inspired by the java.lang.* and java.util.* implementations.
The as3commons source code has grown with each project we made, it’s now stable enough to really speed up your development process.
You are welcome to join the team at sourceforge.net
download or read more here: http://sourceforge.net/projects/as3commons/
proxy_balancer error
After several hours of normal work in production, our web-server starts throwing the following error:
Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /any. Reason: Error reading from remote server
mod_proxy sometimes reject requests to Mongrel. This comes from two known Apache bugs #39499 and #37770.
To resolve the problem and as workaround for it add the lines below to your Apache VirtualHost section.
#Fix for Apache bug 39499
<VirtualHost *>
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</VirtualHost>