Profile
Achievement
stoyan's Recent Snippets
- All /
« Prev 1 Next »
*save as proxy.jsp and put it in your servlet container
*consider using other methods to circumvent XSS: JSONP, dojox.io.xhrWindowNamePlugin, etc.
1
1257
posted 15 years ago by stoyan
*save as proxy.asxh and put it in your IIS virtual directory
*consider using other methods to circumvent XSS: JSONP, dojox.io.xhrWindowNamePlugin, etc.
0
751
posted 15 years ago by stoyan
*IE7 sometimes complains that a JavaScript script is running too slow and asks the user whether they want to terminate it or continue.
*To get rid of this annoying popup a few changes need to be made to the registry.
*ref: http://www.itwriting.com...
0
819
posted 15 years ago by stoyan
This is going to run all doctests for all methods in a module. Doctests are a beautiful thing.
Note: doctest will only complain if a test fails. If you see on output then all your tests must have passed.
0
560
posted 16 years ago by stoyan
I had an icon representing a little blue dot and needed to create 100 copies each with a number in them.
Python saves the day yet again.
0
766
posted 16 years ago by stoyan