Search Results

2
votes

Free JavaScript obfuscators?

If you want simple obfuscation and excellent compression, I can recommend the YUI Compressor from Yahoo. …
1
vote

When NOT to use AJAX in web application development?

It depends on the complexity of your web application. If you can, having it functional with javascript disabled is great, because it makes your application usable not only by users on js-dis …
0
votes

Can I flush the event stack within Firefox using Javascript?

I think this article on QuirksMode can help you: Javascript - Event order …