Skip to content

Instantly share code, notes, and snippets.

View rafanto's full-sized avatar

rafanto rafanto

  • Platania (CZ), Italy
View GitHub Profile
@CodeMyUI
CodeMyUI / glitch-effect-week-9-52.markdown
Created March 10, 2020 23:04
glitch effect — week 9/52
@cassidydotdk
cassidydotdk / gulp-config.js
Last active January 31, 2023 15:49
Task to build and publish a .SLN file from gulp using "msbuild" instead of "gulp-msbuild". Version 16.0 for VS2019, use 15.0 for VS2017.
module.exports = function () {
var config = {
websiteRoot: "C:\\inetpub\\wwwroot\\sc911.sc",
sitecoreLibraries: "C:\\inetpub\\wwwroot\\sc911.sc\\bin",
hostName: "http://sc911.sc",
solutionName: "sc911",
buildConfiguration: "Debug",
runCleanBuilds: false,
toolsVersion: "16.0"
}
@5up3rman
5up3rman / WebUtil.cs
Last active November 11, 2023 15:06
Web Utility
using HtmlAgilityPack;
using Sitecore.Caching;
using Sitecore.Collections;
using Sitecore.Configuration;
using Sitecore.Data.Fields;
using Sitecore.Data.Items;
using Sitecore.Diagnostics;
using Sitecore.IO;
using Sitecore.Layouts;
using Sitecore.Links;