Skip to content

Instantly share code, notes, and snippets.

View laurencebradford's full-sized avatar
💭
Alive

Laurence Bradford laurencebradford

💭
Alive
View GitHub Profile
@laurencebradford
laurencebradford / single.php
Created May 7, 2015 16:50
broken next post code
<div class="up-next">
<?php
$post = get_previous_post();
if( $post ) {
?>
<p>Read Next ... </p>
<?php
$post = get_previous_post();
$id = $post->ID;
.logo-animation {
font-family: Courier;
}
#site-title {
text-indent: -9999px;
line-height: 0px;
}
.cursor {
<?php
/*
Template Name: Getting started
*/
?>
<?php include (TEMPLATEPATH . '/header-simple.php'); ?>
<div class="getting-started container">
<div class="clearfix row">
// shortcode form
function shortcode_form( $atts, $content = null ) {
extract( shortcode_atts( array(
'type' => '', /* */
), $atts ) );
$template = '';
$return = '';
if($type == 'html') {
@laurencebradford
laurencebradford / writing-tips.md
Last active August 29, 2015 14:11
writing tips and strategies for web-based content

Note: You can access this gist here: http://learntocodewith.me/writing-tips

We all write. Important Emails, blog posts, copy for a website, notes for work or school, papers, etc.

For people who say they can't write or are "bad" at it ...

Writing is a muscle. You can build it over time. Start with 100 words a day. Build up to 150 the next week, then 200 words a day after that and so forth.

Make writing coherent and digestible. (Because attention spans are shorter than ever, you want your copy -- whether on your site or in an email -- to be easy to read.)

@laurencebradford
laurencebradford / intro.md
Last active August 29, 2015 14:11
intro to meteor

about me

-- front end (now full stack?) dev, writer, creator of learntocodewith.me

who has heard of meteor?

-- for those who haven’t .. seatbelts

what is meteor?

  • 1st release in 2012
  • fullstack js framework
  • built on node.js