Skip to content

Instantly share code, notes, and snippets.

@philiphendry
philiphendry / filesystem.pubxml
Created August 27, 2015 08:48
Some examples of integration points in a MS Deploy
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PipelineCollectFilesPhaseDependsOn>
CustomCollectFiles;
$(PipelineCollectFilesPhaseDependsOn);
@philiphendry
philiphendry / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@philiphendry
philiphendry / Slide-out-toolbox.markdown
Created June 13, 2014 08:14
A Pen by philiphendry.

Slide out toolbox

I needed a sliding out toolbox anchored to the right of the page and that slides out toward the middle.

A Pen by philiphendry on CodePen.

License.