Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Add this to your Utilities class and use it like Utilities.moveToTop(your_clip);
2
1079
posted 16 years ago by ozke
Magic quotes for incoming GET/POST/Cookie data.
This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
0
1041
posted 16 years ago by lzyy
In a migration scenario, you may need to take a backup and a differential later to split the transfer over time. But to make it work, there shouldn't be any other full backup in between. This will help you check the last full backup date. Of course,...
0
1052
posted 16 years ago by pollusb
Just insert it into your .htaccess file to redirect all your 404 error pages to any address
2
1139
posted 16 years ago by caruso_g
Use [short] in a post to insert the text from the function.
2
1029
posted 16 years ago by kristarella
Replace and append the following settings in modules/fckeditor/fckeditor.config.js. Has to be re applied after each update.
0
963
posted 16 years ago by zachharkey
This sql query will select the past version information about a given file from the database. An example would be searching for %ApprovalHistoryVOImpl% would return all past version numbers (in the database) for the ApprovalHistoryVOImpl.class file....
0
1160
posted 16 years ago by theonlyalterego
These are two separate code snippets. One is for a crontab, the other to be run by cron.
Together they create a new folder every day and fills it with 240 jpeg images (10 per hour) of whatever it is that you're doing.
The next step for me is t...
1
917
posted 16 years ago by ThomasGHenry
Only works in new tab, because of limitation of cross-domain AJAX
0
832
posted 16 years ago by angusdev
This snippet is a reemplacement for the parseFloat function of the Javascript language. This new function gets one or two parameters if only one parameter is defined the function is like the original parseFloat. If there are two parameter passed to t...
1
1141
posted 16 years ago by amischol
Put this before the loop in archive.php to have posts in the archive for category '26' sorted by custom field 'date'.
Assign sortable values like '090501' or '2009-05-01' to those fields when editing posts and your Upcoming Events will be sorted by...
8
2262
posted 16 years ago by hussong
This is a no-nonsense xHTML 1.1 template for use in a new document. The first head section has the stuff that shouldn't change from project to project. The second head section has the stuff that shouldn't change from page to page. The third has the s...
8
1306
posted 16 years ago by Kerrick
This code can be used for making an external login area on pages other than KickApps powered pages. Please replace ##### with your AS ID. Also, if you've DNS masked you're site, you'll need to replace affiliate.kickapps.com with your domain info.
0
1198
posted 16 years ago by kickjoel