Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This is my first encounter with FirePHP, I might be using this more often. FirePHP lets you output log lines like console.log would in FireBug. You will need the FirePhp plug-in for Firefox and you will have to upload the FirePHP lib to your server.
2
1642
posted 17 years ago by rbroen
Quick little function to give you a select box for numbers ranging from min to max. Perfect for birthday date selectors.
0
1650
posted 17 years ago by brownrl
This function goes in the {module\_name}.views\_default.inc file
0
1470
posted 17 years ago by jonathanpglick
This will trigger views to load the views in the file {module\_name}.views\_default.inc
0
1458
posted 17 years ago by jonathanpglick
How to send load-balanced requests to a web cluster and split the requests to different server pools based on specific ACL rules.
This configuration sends files ending with .php to a pool of "dynamic" web servers (running Apache).
It sends all...
0
1714
posted 17 years ago by alexwilliams
All credit to Richard Clarke, code taken from HTML 5 Doctor. Posted here for quick access from TextMate.
6
4541
posted 17 years ago by mrjohnsly
Needed to retire a staging domain, so I'm redirected all traffic to the equivalent page in the root directory in the .htaccess file
1
1882
posted 17 years ago by canarymason
By default ps2pdf re-encodes images, which usually reduces their quality. The commandline below prevents that. It also embeds fonts into the PDF, making it more portable. Substitute -sPAPERSIZE=letter if you are American.
0
4154
posted 17 years ago by deepsoul
Flash has a weird cache mechanism, this makes sure that the browser isn't caching any data.
0
3205
posted 17 years ago by iloveitaly
check out why the get_include_path() was appended to the new path.
0
1814
posted 17 years ago by iTony