Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A PHP proxy for jQuery AJAX cross-domain requisitions, created to support friendly-url API\\\\\\\'s.
3
1690
posted 14 years ago by hisamu
If you\'ve got a Wordpress install that\'s changed domain or you\'re making a local or development copy, you\'ll need to update the Wordpress DB tables with the new URL.\r\nThe first step is the options table, with siteurl and homeurl. The posts als...
1
1099
posted 14 years ago by timkinnane
This function is usefull and simple, specially when u create users databases
1
1281
posted 14 years ago by zenco
I use this action code with http://valums.com/ajax-upload/ to handle the upload from any browser.
0
1220
posted 14 years ago by jink
Also includes the fix for when the user resizes the window.
4
1108
posted 14 years ago by Meander365
1. Create a proxy on 8080 to foreword traffic to your server
2. Install Foxyproxy and use options 127.0.0.1:8080 and SOCKS5 enabled
3. Profit
1
1067
posted 14 years ago by benpjohnson
This snippet will help create a flashSharedObject a.k.a Flash Cookie, which much better than conventional cookies since they remain through all browsers and cannot be erased by the user using traditional cookie erasing methods
3
1145
posted 14 years ago by carbonr
O envio de emails deve ser feito de modo autenticado, utilizando o smtp do servidor.
Este script é um exemplo de envio desta forma, usando a classe phpmailer para isso.
0
1040
posted 14 years ago by gpupo
This is an event class that lets you package related events together and send custom data with the event, very useful for MVC applications.
2
1366
posted 14 years ago by bshantz
Just a fun and silly way to asynchronously update tweets about Justin Bieber.
3
1282
posted 14 years ago by Nettuts
The cleanest and most compact way I\'ve seen to empty out a display object.
2
1182
posted 14 years ago by bshantz
Using the webcam in AS3 is super easy. You just need to attach the camera class to a video instance. This is a class that extends the video component for easily implementing a webcam display.
4
1479
posted 14 years ago by bshantz