Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Used to make a Google Pie Chart, with optional labels and size from an array, using the array keys as the labels and the values for the data.
0
1725
posted 15 years ago by alexstone
Change to line in page template file to call a different sidebar.
0
1795
posted 15 years ago by lromak
Add rel="external" on link you would like to open in a new window
1
1706
posted 15 years ago by gerhardsletten
sometimes we botch an import, and end up with return or newline characters in the field. So fields which should be empty have \r in them, or fields with text data have an invisible trailing newline. This makes it impossible to match the text values....
0
1888
posted 15 years ago by powerthru
demo and FLA file at http://www.adamcoulombe.info/lab/as3/screen-to-screen.html
2
2162
posted 15 years ago by adamcoulombe
Taken from (http://jc-designs.net/blog/2009/08/background-image-on-submit-button-in-ie6/)
1
2192
posted 15 years ago by resting
use this to find all files/folders which have been given 777 (write all) permissions on a linux server
1
1546
posted 15 years ago by fillyouin
SQL query to update *wp_options* records that are specific to the host of a WordPress site. Run this query after copying the DB to another server (if this URL is different). Useful for deploying WordPress from a dev server to a live environment.
1
1946
posted 15 years ago by errkk
We set up a voting page, where supporters would choose one of three candidates (only two are shown in the snippet). By clicking the checkbox, the supporter would add themselves to a Salsa group. This way only one vote for a candidate by a supporter w...
0
1685
posted 15 years ago by powerthru
Notes:\r\n\r\n(1) your namespace\'s using section should include the following:\r\nusing System.Net.Mail;\r\n\r\n(2) my example code places the email-sending code in a Button\'s Click() event-handler
3
2470
posted 15 years ago by kyrathaba