Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
*save as proxy.jsp and put it in your servlet container
*consider using other methods to circumvent XSS: JSONP, dojox.io.xhrWindowNamePlugin, etc.
1
2044
posted 16 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
1206
posted 16 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
1271
posted 16 years ago by stoyan
A Django model manager capable of using different database connections.
Inspired by:
* [Eric Florenzano](http://www.eflorenzano.com/blog/post/easy-multi-database-support-django/)
* [Kenneth Falck](http://kfalck.net/2009/07/01/multiple-data...
1
1118
posted 16 years ago by rix
Just a function for correct redirecting
*UPD1* header added for Google Chrome
0
975
posted 16 years ago by kirik
call for the feed using the video_id and get the xml response. see "yt:status"
0
1379
posted 16 years ago by rowntreerob
This is a simple way to stripe alternate rows of output or to do anything different as I process each alternate row. Typically, I set the <tr> element's class to "myEvenRow" or "myOddRow" then output the <tr> data just after the IF statement.
I f...
4
1376
posted 16 years ago by dizzley
Save as the target of your link.
Change http://assets.harkeydesign.net/css/diagnose.css to your own hosted version if you want guaranteed permanence.
1
983
posted 16 years ago by zachharkey
In addition to the recommendations on the Wordpress Website.
Limit the amount of PHP files that a writable by Apache. The directory's and files that need to be writable, do not always need to be executed by PHP directly.
This makes it a bit har...
1
1145
posted 16 years ago by occam