Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
'
'
' 1, Create your cex.io account from https://cex.io/r/0/rbillig/0/ ( mandatory )
' 2, Tranfer Bitcoins to you account
' 3, Under your CEX account, create a public and secret key
' 4, Modify the 3 vars below ( G_USERNAME, G_APIKEY...
0
3217
posted 11 years ago by rbillig
`^!d::` hot key is customizable.
`+ ^c^+{+}` is "Shift space ; Ctrl C; Ctrl shift +", stands for "select row; copy; insert".
`{Esc}{Down}{Up}` stands for "leave current copy selection; go down then up (to bring back the selection from the whole...
0
3522
posted 11 years ago by Ginko
This PrestaShop support module is used to manage ticket system. By using this plugin you can manage customers queries and complaints easily.This add-on allows to your customers to submit tickets with different format attachment files. Admin can also...
0
2694
posted 11 years ago by AlastairBrian
Positioning the normal metaboxes in WordPress admin (like Excerpt, Author etc.) before the WYSIWYG editor
1
985
posted 11 years ago by tkujawa
Examine a date and return false if it's in the past, or true for the future.
Slightly more complicated than it needs to be, however there's an easy tutorial with full explanation if you follow the attached link.
0
3527
posted 11 years ago by gromitski
I created myself an install file using PHP. What this file does is creates folders and puts in each folder the corresponding file from the zip. Afterwards these files are moved to other folders which are already created or will be created by the inst...
0
978
posted 11 years ago by PLATANIUM
I created myself an install file using PHP. What this file does is creates folders and puts in each folder the corresponding file from the zip. Afterwards these files are moved to other folders which are already created or will be created by the inst...
0
1078
posted 11 years ago by PLATANIUM
Add / Remove comma for number in the thousands. Ex: 1,000
Useful for grabbing input values to format then display, remove the comma and convert back to number to do math.
0
3086
posted 11 years ago by supawaza
Dynamic equal height columns that account for padding and borders.
1
2510
posted 11 years ago by o0110o
While the Pinnacle Cart API can handle some of this, I found it easier to query the database directly.
This PCProduct class was developed for integrating Pinnacle Cart with WordPress with the following methods:
- get_product($id)
- get_product_by...
1
1601
posted 12 years ago by crypticsoft
The following script is used to perform batch backup of MSSQL server databases. It also compresses the backups using RAR that should already be installed on the computer. It is easy to use it in Windows Scheduler, in order to arrange daily backups of...
0
3538
posted 12 years ago by dimitrisdapontes
http://www.dotnetfunda.com/articles/show/131/datatable-adding-modifying-deleting-filtering-sorting-rows-readingwrit
0
1263
posted 12 years ago by thetwai
Simple PHP functions to validate url, email address and ip, functions will return TRUE for valid data and FALSE for invalid data.
0
2867
posted 12 years ago by codingforever99
Photoshop python script
export multiple files with each layerSet
0
2721
posted 12 years ago by janusoo
En Hosting Gratis, ellos ponen código de rastreo y publicidad anadiendolo en tus paginas webs, aveces estos códigos interfieren en consultas tipos webservice cuando el formato debe ser xml o json
0
1482
posted 12 years ago by thescorpion
Gets all of a Wordpress post meta data in an array without specifying a key
1
1291
posted 12 years ago by web_la
A function to create passwords for new users or password resets.
0
1158
posted 12 years ago by luckygreentiger
An attempt for a semi-random salt in a stored password. It's not stored in the database so I believe it would be harder to discover. Samples should be changed.
0
1026
posted 12 years ago by luckygreentiger
Calculates the time in hh:mm:ss between two dates
Usage:
var past = new Date('1/1/2013');
var now = new Date();
var lapsed = past.lapsed(now);
0
2253
posted 12 years ago by camdagr8