Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
First option uses a parameter in <a href="http://snipplr.com/view/46534/reading-and-writing-list-data-in-sharepoint-2010-using-spservices/">spservices method</a> to limit the results to four. Second option limits the results returned to six in the c...
0
1952
posted 15 years ago by rumremix
I needed a way to talk to Google Calendars. here's how I was able to create a RFC 3339 timestamp
0
1768
posted 15 years ago by chrisaiv
Use Mage::register() to add an entry into registry, Mage::registry() to retrieve data and Mage::unregister() to delete registry entry.
0
1020
posted 15 years ago by vrnet
Giorgio fecit.
Serve per controllare, a partire da un checkbox, che non ne siano selezionati altri nella stessa riga.
0
1237
posted 15 years ago by tuffo19
based on: http://www.snipplr.com/view/33913/actionscript-seconds-to-standard-time-format/
0
1398
posted 15 years ago by withinmedianl
How to create a delete effect inspired by the iPhone iOS interface. By Carlos Yanez.
0
1326
posted 15 years ago by Activetuts
Add custom logo to the login and dashboard of wordpress.
More customization functions at:
http://sixrevisions.com/wordpress/how-to-customize-the-wordpress-admin-area/
1
1193
posted 15 years ago by rliverman
Code for the wordpress functions file to add a custom post type.
Full doc at:
http://codex.wordpress.org/Function_Reference/register_post_type
http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpress
0
3480
posted 15 years ago by rliverman
"Log in" to Salesforce via this code. Borrowed heavily from URL reference.
1
1526
posted 15 years ago by dotNetkow
Suppress button to "split summary at cursor" on node bodies that are generally short and won't ever be displayed as teasers. (These lines go in hook_form_alter functions.)
0
1324
posted 15 years ago by tgbdad
Suppress the input format section of a node form when you don't really want users (even admin) to change it. Particularly handy for uncluttering forms with lots of CCK fields on them.
0
1152
posted 15 years ago by tgbdad
By default, enum values cannot have spaces in them (i.e. "Created Date" can only be "CreatedDate"). With this method, we can change that!
0
3459
posted 15 years ago by dotNetkow