Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Ensures the admin scripts or styles will load only on your wordpress plugin settings page:
- add_options_page returns a hook_suffix for the settings page of your plugin.
- append this value prefixed with a dash (-) to the end of the action you ar...
0
1264
posted 14 years ago by relish
Retrieves Active Directory distinguished name given user's SAMAccountName
0
1106
posted 14 years ago by lrduncan
Loops through ASCII characters to display alphabet, useful for alphabetic filtering links.
eg: A | B | C | D ...
0
1422
posted 14 years ago by plesh
A really handy snippet that will replace textual URLs with HTML links.
Also works for email addresses.
0
2056
posted 14 years ago by plesh
to make use of this snippet you have to update the jquery.js file in your ndxz-studio/site/js folder to a new version.
0
1076
posted 14 years ago by G470
use flatten to reduce a given list to non-list elements. All elements that are no list will be kept and the lists will be expanded...
0
1129
posted 14 years ago by abstraktor
Since forms only read the name of the element and not the id, this could be helpful since it makes each each element's name its id and its id the name.
0
1495
posted 14 years ago by tcam27
I always have trouble preparing JSON to work nicely with as3corelib. Here's an example of what I do whenever the array I'm looking for is nested within more JSON. This really isn't for anyone other than myself.
0
1270
posted 14 years ago by chrisaiv
this code will show you how to save data from gridview to xml file
1
3771
posted 14 years ago by tabook22