Profile
Achievement
ping_ch's Recent Snippets
- All /
« Prev 1 Next »
Use this function to validate cookies set by Facebook Connect JS API
0
866
posted 15 years ago by ping_ch
Just provide $availableLanguages as an array('en', 'de', 'es')
5
1703
posted 15 years ago by ping_ch
I use it when i've problems with permissions of user-uploaded files.
2
836
posted 15 years ago by ping_ch
Converts a standard select box to a clickable image thumbnail list.
<code>
<select>
<option>/images/test1.jpg</option>
<option>/images/test2.jpg</option>
</select>
<script>
$('#image').imageSelect();...
1
886
posted 15 years ago by ping_ch
1. Save under .gnome2/nautilus-scripts/
2. Right click some video file
3. Select Scripts->toFlv
Works with multiple files.
1
1038
posted 15 years ago by ping_ch
A small script that sets up a new VirtualHost with Apache and adds an entry for the site to your hosts file.
You need to adjust the paths to your needs.
Must be run as root.
0
747
posted 15 years ago by ping_ch