Skip to content

Instantly share code, notes, and snippets.

View dcouto's full-sized avatar

Douglas Couto dcouto

  • Rightpoint
  • Boston, MA
View GitHub Profile
using Sitecore;
using Sitecore.Data.Items;
using Sitecore.Jobs;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace SitecoreCookbook.Tasks
{
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<events>
<event name="publish:end:remote">
<handler type="MyApp.Publishing.APICaller, MyApp.Publishing" method="CallAPIMethod" />
</event>
</events>
</sitecore>
</configuration>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<events>
<event name="publish:end:remote">
<handler type="MyApp.Publishing.APICaller, MyApp.Publishing" method="CallAPIMethod" />
</event>
</events>
</sitecore>
</configuration>
using Sitecore.Caching;
using Sitecore.Caching.Generics;
using Sitecore.Configuration;
using Sitecore.Diagnostics;
using Sitecore.Sites;
using System;
using System.Collections;
namespace MyApp.Publishing
{
@dcouto
dcouto / SassMeister-input-HTML.html
Last active August 29, 2015 14:21
Generated by SassMeister.com.
<h1>Susy Grid System Example</h1>
<div class="twelve-columns">
<div>
<div>some content would go here</div>
</div>
<div>
<div>some content would go here</div>
</div>
<div>
@dcouto
dcouto / SassMeister-input-HTML.html
Created May 15, 2015 13:19
Generated by SassMeister.com.
<h1>Susy Grid System Example</h1>
<div class="twelve-columns">
<div>a few words</div>
<div>a few words</div>
<div>a few words</div>
<div>a few words</div>
<div>a few words</div>
<div>a few words</div>
<div>a few words</div>