A Pen by Philip Meissner on CodePen.
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
<?xml version="1.0" encoding="UTF-8"?> | |
<rss version="2.0"> | |
<channel> | |
<title>West Laurel Hill</title> | |
<link>http://forever-care.com</link> | |
<description>West Laurel Hill Cemetery and Funeral Home</description> | |
<language>en-us</language> | |
<item> | |
<title>Mary Biddle Memorial Service</title> | |
<description></description> |
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 | |
class Plugin_disqus extends Plugin { | |
var $meta = array( | |
'name' => 'Disqus', | |
'version' => '1', | |
); | |
public function comments() | |
{ |
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
ArgumentError on line ["143"] of /Applications/CodeKit.app/Contents/Resources/engines/compass/compass-core/lib/compass/configuration.rb: Invalid argument: {:project_path=>"/Users/phil/Desktop/compass-sucks"} |
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 | |
/** | |
* Class Hooks_wiper | |
*/ | |
class Hooks_wiper extends Hooks | |
{ | |
public function control_panel__publish($submission) | |
{ | |
if ($this->fetchConfig('enable', false, null, true)) { | |
$this->addon->api('html_caching')->invalidateCache(); |
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
<video autoplay loop poster="img/video_thumbnail.jpg"> | |
<source src="/media/original/mp4_video.mp4" type="video/mp4"> | |
<source src="/media/original/webm_video.webm" type="video/webm"> | |
<source src="/media/original/ogg_video.ogv" type="video/ogg"> | |
</video> |
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
Foundation.utils.image_loaded($('.half-left .blocks img'), function(){ | |
$halfLeftBlocks.packery({ | |
columnWidth: '.half-left .block-sizer', | |
itemSelector: '.block', | |
"isOriginLeft": false | |
}); | |
}); |
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
--- | |
- | |
id: 14431761 | |
name: Grace and Truth Fellowship | |
published_on: 1392031911 | |
created_on: 1392031821 | |
modified_on: 1392031911 | |
url: https://www.behance.net/gallery/Grace-and-Truth-Fellowship/14431761 | |
privacy: public | |
fields: |
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 | |
class Plugin_Journey extends Plugin { | |
var $meta = array( | |
'name' => 'Journey', | |
'version' => '1.0', | |
'author' => 'Philip Meissner of Creative Loupe', | |
'author_url' => 'http://lou.pe' | |
); |
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
<!DOCTYPE html><!--[if lt IE 7]> | |
<html class="no-js lt-ie9 lt-ie8 lt-ie7"></html><![endif]--><!--[if IE 7]> | |
<html class="no-js lt-ie9 lt-ie8"></html><![endif]--><!--[if IE 8]> | |
<html class="no-js lt-ie9"></html><![endif]--> | |
<!--[if gt IE 8]><!--> | |
<html class="no-js"> | |
<!--<![endif]--> | |
<head> | |
<meta charset="utf-8"> | |
<title>{{ _site_name }}</title> |
NewerOlder