Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is useful for when a Wordpress environment goes live; typically the uploads have an absolute URL.
5
1308
posted 15 years ago by Jamie
If you have these files:
old-file.php
file-old.php
file-old-file.php
license.txt
and you apply the snippet then you'll have these files:
new-file.php
file-new.php
file-new-file.php
license.txt
;-)
0
986
posted 15 years ago by vigoncas
Based on the following references:
http://not-equal.blogspot.com/2006/08/upload-file-as3-php.html
http://www.thedanosphere.com/?p=76
I created a simple file manager class that I will be extending in the near future for an AIR App I...
0
1252
posted 15 years ago by alvincrespo
This function calls pingomatic rpc service to increase traffic to your site. More info and instructions on [Barattalo blog](http://www.barattalo.it/2010/02/24/ping-pingomatic-com-services-with-php/ "read this post").
.
1
1726
posted 15 years ago by ginoplusio
This implements a pure CSS technique for creating triangles. A great practical usage of this is Web 2.0 style comment/speach bubbles. Demo: http://www.adamcoulombe.info/lab/css/comment-bubbles.html
1
1271
posted 15 years ago by adamcoulombe
Need to download the ActionScript 3.0 library http://code.google.com/p/as3corelib/ and extract the "com" folder into the same folder as your .fla file.
1
1283
posted 15 years ago by eddequincey
If body has lang="fr" then add a special class.
We can't use the CSS pseudo selector :lang(fr) because there is currently no support in Safari.
0
780
posted 15 years ago by matthalliday
Here is the code I used to show all of the posts for a particular category...
0
1222
posted 15 years ago by bdnnikki