Prototypes
-
Topics
Types
Topics
Attributes
2014
-
Attributes
Types
2012
-
Frameworks
...
Attributes
Types
Topics
Topics
2011
-
Disciplines
...
Topics
Topics
Types
2010
-
Code
Snippets / Examples
see also: code.orgnsm.org for testable examples...
w/JavaScript
window.onload = function(){
//create new button
var btn = document.createElement("a");
btn.setAttribute("id", "addedbutton");
var btntxt = document.createTextNode("Run Me");
btn.appendChild(btntxt)...
Style Links HTML
<link rel="alternate stylesheet" type="text/css" href="/theme/KATALOG/style.css" title="KATALOG"/>
<link rel="alternate stylesheet" type="text/css" href="/theme/SCREEN/style.css" ...
<?php
function HOOK_user_insert( &$edit, &$account, $category = NULL ){
// Don't create a new username if one is already set
if( strpos($account->name, 'temporary_') !== 0)
return;
// O...
Topics
Types
Topics
2010
-
Types
Types
Topics
Attributes
2002
-
Work
Projects Catalog
Topics
Types
Topics
2002