This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Featured Image Size Hints */ | |
add_action( 'do_meta_boxes', 'karveldigital_do_meta_boxes' ); | |
function efs_do_meta_boxes( $post_type ) { | |
global $wp_meta_boxes; | |
if ( ! current_theme_supports( 'post-thumbnails', $post_type ) || ! post_type_supports( $post_type, 'thumbnail' ) ) | |
return; | |
foreach ( $wp_meta_boxes[ $post_type ] as $context => $priorities ) | |
foreach ( $priorities as $priority => $meta_boxes ) | |
foreach ( $meta_boxes as $id => $box ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Featured Image Size Hints */ | |
function karvldigital_image_size_html($content =''){ | |
global $post_ID; | |
$post_type = get_post_type($post_ID); | |
if ( ! ( post_type_supports( $post_type, 'thumbnail' ) | |
&& current_theme_supports( 'post-thumbnails', $post_type ) ) ) | |
return $content; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Calculate batch sizes | |
So that I know how much soup to cook this week, I want to know the total volume of soup needed for the week and the total soup needed for the first delivery day. | |
Sceanrio: Calculate batch sizes | |
When I view the week's summary | |
Then I see how many pots of each soup are required to meet the week's deliveries, plus extra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//* Add a custom post type | |
add_action( 'init', 'publication_post_type' ); | |
function publication_post_type() { | |
// Publication custom post type | |
register_post_type( 'Publication', | |
array( | |
'labels' => array( | |
'name' => __( 'Publications' ), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Junior Web Developer | |
December 15 | |
Full-time | |
Portland, OR | |
[Company] is a growing, ambitious web design studio in Portland. We’re looking for a developer with good design sense to help us make the web a better place. We need someone who can take ideas and turn them into clean, solid code. Someone who can grasp the big picture while still getting the details right. Someone who can turn out great designs without losing their sense of humor. You’re out there. We know it. Together we’ll do great things. Who is [Company]? We are a team of 5 charming individuals in Portland, Oregon, with an international client base. We are excited about telling compelling stories online, helping grow the brands we represent, and staying on top of the latest and most exciting trends around us. We are advocates of obsession. We’ve been around for nine years now, but we’re just getting started. We’re growing and continually improving all the time, and we could use some help accomplishing big things. The Position We are looking for a we |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
"behat/behat": "2.4.*@stable", | |
"behat/mink": "dev-develop", | |
"behat/mink-selenium2-driver": "*", | |
"behat/mink-goutte-driver": "*", | |
"behat/mink-extension": "*", | |
"drupal/drupal-extension": "*" | |
}, | |
"minimum-stability": "dev", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
SELENIUM=/usr/local/bin/selenium-server.jar | |
LOG=/var/log/selenium.log | |
PIDFILE=/opt/bin/selenium.pid | |
ARG=$1 | |
if [ ${#ARG} -lt 1 ] | |
then echo "\nUSAGE: $0 {start|stop}\n" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
men are conditioned to look at details that women often do not think about, and one’s business card case, pen, and wristwatch gives them the kind of status and social information |