Re: [qooxdoo-devel] Request Header - POST

2010-11-20 Thread Mustafa Sak
Hi Georg, I guess you should always use UTF8 for any string storage. Qx is normally sending in UTF8. So you should change your table or better your database to this collocation. I am using UTF8 general. By the way, sometimes php is not well configured for UTF8. So you have to send a query firs

[qooxdoo-devel] Request Header - POST

2010-11-20 Thread georg
Hi, i don't know how i set the correct charset in the header file. I get a "ä" from a table cell and send it to an Mysql database. I try it with the charset ISO-8859-1. In the header appears this: r0="ä" How can i fix this problem? createTable : function(tablename) { // Call the backend serv

Re: [qooxdoo-devel] So called micro optimizations....someone said so....!!!

2010-11-20 Thread Guilherme Aiolfi
That's a good surprise. Since the optimization were already done and shown good results, shouldn't it be a problem to apply them in the framework, right core developers? On Sat, Nov 20, 2010 at 4:41 PM, Joachim Baran wrote: > Hi! > > On 20 November 2010 18:27, Stefan Andersson > wrote: > > The b

Re: [qooxdoo-devel] So called micro optimizations....someone said so....!!!

2010-11-20 Thread Joachim Baran
Hi! On 20 November 2010 18:27, Stefan Andersson wrote: > The bug reported was even closed, see bug: > http://bugzilla.qooxdoo.org/show_bug.cgi?id=4122 Sorry to be pedantic, but this is not really a bug, isn't it? It seems more like a very specific software design issue, that just happens to ha

[qooxdoo-devel] So called micro optimizations....someone said so....!!!

2010-11-20 Thread Stefan Andersson
We have now finalised phase one of the loop optimizations: Improvements for a 1000 line custom code application. -- Unoptimized Optimized Improvement Load runtime: 14352ms 11406ms