Boards
Typical Children 26
- Macintosh 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"> ... lsof | grep /Volumes/IMAJIN diskutil unmountDisk force /Volumes/IMAJIN... 2
-
Hosting
Webserv
Group
jellyfish.anoml.net
triplegoddess.anoml.net
sndsystm.anoml.net
synism.anoml.net/s...
0
-
Topics
MySQL
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...
10
-
PHP
<?php
$request = explode( "/", $_SERVER["REQUEST_URI"] );
array_shift( $request );
print_r( $requests );
?>...
<?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...
<?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
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)...
jQuery(window).load(function(){
jQuery('.flexslider').flexslider( {
pauseOnHover: true,
controlsContainer: ".flex-container",
slideshowSpeed: 8000,
before: function(slider){
...
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
...
MySQL
7
4
-
Interactivity
1
-
Layout & Typography
2
-
Content Strategy
Storing and retrieving information
2
-
Drupal
33
-
Process
Information Gathering
Initial Concepting
Front-End & User Interface Design
Information Design & Systems Development
Front-end & UI Code
User Experience & Syste...
0
-
Resumé
Curriculum Vitæ
0
-
Disciplines
...
3
0
-
Code
Snippets / Examples
see also: code.orgnsm.org for testable examples...
lsof | grep /Volumes/IMAJIN
diskutil unmountDisk force /Volumes/IMAJIN...
echo( "<img src=\"".image_style_url("thumbnail", $photo["uri"] )."\" alt=\"\"/>" );...
So other modules don't supersede your module, run this code once.
<?php
db_query("UPDATE {system} SET weight = 100 WHERE name = 'MODULE_NAME'");
?>...
0
39
-
Graphic Design
Interface Visuals
...
21
-
JavaScript
AJaX & Motion
22
-
Stylesheet Coding
Information Presentation
...
46
-
Information Structuring
Nodal Connectivity
...
28
-
Template Coding
Information Transmutation
...
<?php
$host = "127.0.0.1:10389";
$ldap = ldap_connect($host);
ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3);
$username = "uid=admin,ou=system";
$password = "secret";
if( $bind = ldap_bind($ldap, $u...
<ul class="item-list">
<?php
$terms_nood = taxonomy_node_get_terms_by_vocabulary($node,6);
$terms = taxonomy_get_tree(6);
foreach($terms as $term){
//$tagged = taxonomy_term_count_nodes($term->tid);
...
<?php
function get_species_country($id_country) {
$inner = new EntityFieldQuery();
$inner_r = $inner->entityCondition('entity_type', 'field_collection_item')
->fieldCondition('field...
47
-
Types
0
7
-
Work
Projects Catalog
0
44
-
Recent
0