Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This was taken out of a presentation by eZ systems on PHP Best Practices
0
1442
posted 17 years ago by luizlopes
IE can't handle [ option disabled="disabled" ] tags, so this htc will help
0
1744
posted 17 years ago by localhorst
A Views export for Drupal 5. A block that only site admin and site manager roles can access, showing unpublished comments for blog entry content type.
3
1568
posted 17 years ago by shrop
This is useful if you have some optional functionality being done which is quite slow on nfs. For example, I have a script that adds scm (svn/git/etc) info to my prompt, but I wouldn't want that when I'm in a repository on an nfs mount.
0
1542
posted 17 years ago by kergoth
Bugfix/Lösungsvorschlag:
Es ist offensichtlich, dass die Zelle mit der ID cell3467 und dem definierten "margin-right: 3.09%" falsch berechnet wird - nämlich mit realen 16 Pixeln anstatt 8 - und auf den obersten Basis-Wert der "DIV width" zurück...
1
1427
posted 17 years ago by bassdas
Apache
301 Rewrite domain.co.uk to www.domain.co.uk like the search engine friendly developer you are!
Rewrite your urls for domain.co.uk to www.domain.co.uk including full url
3
1577
posted 17 years ago by catchamonkey
Little utility script I wrote to find subversion working copies and update them. If no arguments are given the script starts from the current directory.
0
1367
posted 17 years ago by claytron
Properly escapes the query string, according to http://code.google.com/apis/searchappliance/documentation/46/xml_reference.html#appendix_url_escaping
3
1643
posted 17 years ago by AndrewVos
This is very useful with dinamic IP connections. You can connect from the host with the dinamic IP, leave the tunnel open to other machine with ssh access and fixed IP and then connect to this machine on specific port (22000 in the example) to connec...
2
1486
posted 17 years ago by Juanje
This script goes to the directory you pass as a parameter and change de version of all the packages found in there.
It was used for an amount of packages which were building from the sources but for an lower version of Ubuntu (actually for Guadaline...
0
1052
posted 17 years ago by Juanje
This is a simple script for testing changes in a live iso created with squashfs filesystem for the compression.
It will take the iso path as a parameter and it will open it up with unionfs to let you modify its content (into a chroot enviroment) and...
0
1200
posted 17 years ago by Juanje
Little script which call tinyurl.com via 'curl' for generate a sort url of the url you pass.
0
1772
posted 17 years ago by Juanje