Welcome To Snipplr


Everyone's Recent Snippets



1 ... 512 513 514 515 516 ... 553
Before you save a password to a database, it may make sense to encrypt it. That way when you do some user authentication, you can compare the users submitted password to the one on the database.
1 1540 posted 18 years ago by chrisaiv
This is an xml files that allows/disallows the cross domain communication.
1 1193 posted 18 years ago by jitendramr
Writing expressions in CSS, used to make decisions at run-time.
2 1500 posted 18 years ago by jitendramr
If you are deleting all the rows in a table and you also want to reset the values that will get used by auto increment, this is how to do it.
0 1408 posted 18 years ago by jachin
You can generate a simple bar chart of the values by executing this command...
0 1343 posted 18 years ago by zingo
2 1292 posted 18 years ago by edwinjanmoss
0 1067 posted 18 years ago by marco3w
https://www.chrisjmendez.com/2007/10/15/ruby-parse-delicious-rss-feeds/
2 1703 posted 18 years ago by chrisaiv
Sitepoint have this useless but cool feature if you hold down the middle click to autoscroll the page - they have replaced the image that indicates scrolling
1 1031 posted 18 years ago by natalie
https://www.chrisjmendez.com/2017/10/15/ruby-web-2-0-name-generator/
1 1023 posted 18 years ago by chrisaiv
With thanks to joshk :)
4 1441 posted 18 years ago by WimLeers
With thanks to emspace for the original code :)
1 1178 posted 18 years ago by WimLeers
With thanks to emspace for the original code :)
3 1414 posted 18 years ago by WimLeers
Step 1: Copy and paste the e-mail Form Code into a 'contact.php' page (must be a html/php page on a server that allows php!). Step 2: Copy n paste the sendeail.php code into a new file. Change the YourEmail section to include your email address. T...
3 2087 posted 18 years ago by jonhenshaw
A database table is basically an array of dictionary objects. As long as all the fields are valid property list types, you can loop through the array creating a managed object for each dictionary and setting the values. If you have an array con...
2 1719 posted 18 years ago by zingo
The setTimeout ensures that if there is an issue attaching the link to the bottom of the head (e.g. if the head hasn’t finished loading when the link is trying to be attached) it retries after 100ms. Resetting the css variable to null avoids potent...
1 1931 posted 18 years ago by natalie
How to check if a number is odd or even in PHP. Could also use the MOD (%) function, but apparently this method is better performance-wise.
12 2934 posted 18 years ago by andyhartleeds
1 ... 512 513 514 515 516 ... 553