158 reputation
311
bio website
location Prague 1, Czech Republic
age 28
visits member for 4 years, 9 months
seen May 16 at 14:21
stats profile views 51

Nov
23
comment Url rewriting rules for static web pages - returning 404 after using url with additional parameters
Probably it documented somewhere and I missed it, right?
Nov
23
comment Url rewriting rules for static web pages - returning 404 after using url with additional parameters
Thank you (!!!), it is working now. Just the feeling I don't really know whats going on remains. How is gotten the path (without query) into R:0 when there is no grouping in match url pattern (nor condition pattern).
Nov
23
accepted Url rewriting rules for static web pages - returning 404 after using url with additional parameters
Nov
23
comment Url rewriting rules for static web pages - returning 404 after using url with additional parameters
Sadly did not helped and stopped working at all (no rewrite working). But I think I understand and will try to forge regex for script path and rest of url and hope I will find out something.
Nov
22
awarded  Commentator
Nov
22
comment Url rewriting rules for static web pages - returning 404 after using url with additional parameters
Tried appendQueryString setting to false and other relevant options. Maybe some other regex pattern for matching only the part without parameters?
Nov
22
asked Url rewriting rules for static web pages - returning 404 after using url with additional parameters
Jun
30
awarded  Notable Question
Apr
18
awarded  Popular Question
Nov
23
awarded  Popular Question
Nov
22
awarded  Notable Question
Nov
9
accepted Default 3D chart transparency with ASP.NET Chart Control?
Jul
25
awarded  Popular Question
Jul
20
comment Is it possible to debug TinyMCE editor live against it's source code in JS?
It looks like the _src.js file is and uncompressed version of tiny_mce.js After creating a patch I'm now trying to build it with ant, but there is some problem with yuicompress-or. But, I'll solve it somehow (i hope).
Jul
20
comment Is it possible to debug TinyMCE editor live against it's source code in JS?
Thank you. I was expected to include tiny_mce_src.js as editor script setting to tinymce initialization and to include separated script tiny_mce_dev.js. Then I can debug with non-obfuscated source code.
Jul
20
accepted Is it possible to debug TinyMCE editor live against it's source code in JS?
Jul
20
comment Is it possible to debug TinyMCE editor live against it's source code in JS?
I've tried _src.js version - did not helped. And _dev.js version did not work ...
Jul
20
comment Is it possible to debug TinyMCE editor live against it's source code in JS?
Thanks @shabunc . I've already tried this and I cannot see proper sources available in scripts tab. Only few editor_plugin.js's which are actually obfuscated. As Thariama mentioned, I've tried to use also tiny_mce_dev.js and tiny_mce_src.js and nothing helped. (_dev version actually did not work)
Jul
20
comment Is it possible to debug TinyMCE editor live against it's source code in JS?
To add breakpoint in tinymce code is exactly what I want to do. Bud I can't do it because even using development version of tinymce with sources, the source file isn't accessible from firebugs (or other browser development tool).
Jul
20
asked Is it possible to debug TinyMCE editor live against it's source code in JS?