[trap.] music – simply awesome

Posted by sleistner Wed, 01 Jul 2009 08:23:00 GMT

These guys really impressed me...

@see http://www.reverbnation.com:80/trapsound

AS3Commons 0.0.2 Released

Posted by sleistner Mon, 08 Oct 2007 15:19:00 GMT

The AS3Commons collection framework and utility library it’s now available as stable version.

>> read more

flickr upload with foto-foo

Posted by sleistner Fri, 13 Jul 2007 13:13:00 GMT

foto-foo has launched the new flickr upload service ..

JavaScript Debugging With Safari

Posted by sleistner Wed, 11 Jul 2007 12:43:00 GMT

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

Posted by sleistner Tue, 26 Jun 2007 14:55:00 GMT

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

Posted by sleistner Sun, 03 Jun 2007 21:31:00 GMT

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>