Boards
Typical Children 26
- Macintosh lsof | grep /Volumes/IMAJIN diskutil unmountDisk force /Volumes/IMAJIN... add line to /etc/hosts 127.0.0.1 amniot.localhost add lines to /etc/apache2/httpd.conf NameVirtualHost 127.0.0.1:80 <VirtualHost amniot.localhost:80> <Directory "/Library/Webserver/Documents_AMNIOT"> ... 2
-
Hosting
Webserv
Group
jellyfish.anoml.net
triplegoddess.anoml.net
sndsystm.anoml.net
synism.anoml.net/s...
-
Topics
8
26
- MySQL DELETE FROM `field_config` WHERE `field_config`.`deleted` = 1;... 1
-
Google
2
-
Organic Connectivity Module
6
-
Wordpress
<?php
// Adds custom post type for Projects and Services
function create_post_type(){
register_post_type('project',
array(
'labels' => array(
'name' => __('Projects'),
'sing...
Adds custom post type called "Reviews"
<?php
function create_post_type(){
register_post_type('review',
array(
'labels'=>array(
'name'=>__('Reviews'),
'singular_name'=>__('Review'...
10
-
PHP
<?php
$items = array(
0 => array( "item 1", "2013-09-13", "1" ),
1 => array( "item 2", "2013-09-14", "2" ),
2 => array( "item 3", "2013-09-15", "3" ),
);
######## CALCULATIONS #########
# set per...
The JavaScript
jQuery(function($){
$("#contact").submit(function(){
//grab form values before blowing it out of the DOM in the next line
values=$(this).serialize();
$("#contact").html( "<...
<?php
function loadchildrens($context){
$sql_children = "SELECT node.nid AS nid,
node.vid AS node_vid,
node.title AS node_title
FROM node node
LEFT JOIN content_field_connection node_data_field_connection O...
12
-
JQuery
jQuery(window).load(function(){
jQuery('.flexslider').flexslider( {
pauseOnHover: true,
controlsContainer: ".flex-container",
slideshowSpeed: 8000,
before: function(slider){
...
The JavaScript
jQuery(function($){
$("#contact").submit(function(){
//grab form values before blowing it out of the DOM in the next line
values=$(this).serialize();
$("#contact").html( "<...
HTML
<div id="photos_rotator">
<ul>
<li>
<a href="/node/15">
<span class="title">003</span>
</a>
<div class="rotator_full"><img src="003_0.jpg" alt="...
6
-
Frameworks
...
Macintosh
7
4
-
Interactivity
1
-
Layout & Typography
2
-
Content Strategy
Storing and retrieving information
2
-
Drupal
<?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...
33
-
Process
Information Gathering
Initial Concepting
Front-End & User Interface Design
Information Design & Systems Development
Front-end & UI Code
User Experience & Syste...
-
Resumé
Curriculum Vitæ
-
Disciplines
...
3
-
Code
Snippets / Examples
see also: code.orgnsm.org for testable examples...
<?php
function organic_context_config_page(){
$form = array();
$form['onthisdate_maxdisp'] = array(
'#type' => 'textfield',
'#title' => t('Maximum number of links'),
'#default_va...
<?php
function HOOK_user_login_submit( $form, &$form_state ){
$form_state["redirect"] = "";
}
function HOOK_form_user_login_alter( &$form, $form_state ){
$form["#submit"][] = "HOOK_user_login_submi...
echo( "<img src=\"".image_style_url("thumbnail", $photo["uri"] )."\" alt=\"\"/>" );...
39
-
Graphic Design
Interface Visuals
...
21
-
JavaScript
AJaX & Motion
HTML
<div id="photos_rotator">
<ul>
<li>
<a href="/node/15">
<span class="title">003</span>
</a>
<div class="rotator_full"><img src="003_0.jpg" alt="...
22
-
Stylesheet Coding
Information Presentation
...
46
-
Information Structuring
Nodal Connectivity
...
28
-
Template Coding
Information Transmutation
...
<?php
function get_species_country($id_country) {
$inner = new EntityFieldQuery();
$inner_r = $inner->entityCondition('entity_type', 'field_collection_item')
->fieldCondition('field...
echo( "<img src=\"".image_style_url("thumbnail", $photo["uri"] )."\" alt=\"\"/>" );...
47
-
Types
7
-
Work
Projects Catalog
44
-
Recent