<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">Blog posts by John McKillip</title><link href="http://world.optimizely.com" /><updated>2018-09-13T02:00:00.0000000Z</updated><id>https://world.optimizely.com/blogs/john-mckillip/</id> <generator uri="http://world.optimizely.com" version="2.0">Optimizely World</generator> <entry><title>Utilizing Vulcan for Listing Pages in Episerver</title><link href="http://www.iceninemedia.com/articles/utilizing-vulcan-for-listing-pages-in-episerver/" /><id>See some example code of a service that uses Vulcan to build listing pages.</id><updated>2018-09-13T02:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Build a Handler to Force the Download of Media Files in Episerver</title><link href="http://www.iceninemedia.com/articles/build-a-handler-to-force-the-download-of-media-files-in-episerver/" /><id>While working on a recent Episerver build, I came across an interesting problem to solve.</id><updated>2018-09-13T02:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Exporting Product Data as a CSV from Episerver Commerce</title><link href="http://www.iceninemedia.com/articles/exporting-product-data-as-a-csv-from-episerver-commerce/" /><id>On a recent Episerver Commerce project, I was tasked with building an API endpoint that exported product SKU&#39;s.</id><updated>2018-09-13T02:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Utilizing Vulcan for Listing Pages in Episerver</title><link href="http://www.iceninemedia.com/articles/utilizing-vulcan-for-listing-pages-in-episerver/" /><id>See some example code of a service that uses Vulcan to build listing pages.</id><updated>2018-09-13T00:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Limit the numbers of items allowed in an Episerver PropertyList&lt;T&gt;</title><link href="http://www.iceninemedia.com/articles/limit-the-numbers-of-items-allowed-in-an-episerver-propertylistt/" /><id>Let&#39;s build a custom attribute that will allow us to set a max number of items in an Episerver PropertyList&lt;t&gt;&lt;/t&gt;</id><updated>2017-11-01T01:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Limit the numbers of items allowed in an Episerver PropertyList&lt;T&gt;</title><link href="http://www.iceninemedia.com/articles/limit-the-number-of-items-allowed-in-an-episerver-propertylistt/" /><id>Let&#39;s build a custom attribute that will allow us to set a max number of items in an Episerver PropertyList&lt;t&gt;&lt;/t&gt;</id><updated>2017-11-01T01:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Utilizing Inversion of Control to Build a Swappable Search Service in Episerver</title><link href="http://www.iceninemedia.com/articles/utilizing-inversion-of-control-to-build-a-swappable-search-service-in-episerver/" /><id></id><updated>2017-02-13T01:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Building a Reusable Product Search Block Part 2: Find Search Service &amp; Controller</title><link href="http://www.iceninemedia.com/articles/building-a-reusable-product-search-block-part-2-find-search-service-controller/" /><id>Finish up our product search block by building an Episerver Find search service and controller to bring it all together.</id><updated>2017-01-23T01:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Building a Reusable Product Search Block in Episerver 9 Part 1: Setup &amp; Block Controller</title><link href="http://www.iceninemedia.com/articles/building-a-reusable-product-search-block-in-episerver-9-part-1-setup-block-controller/" /><id>Reusable search blocks, block controllers, Find and Commerce types, oh my! Learn how to utilize a full arsenal of Episerver products in this sweet, easy to follow tutorial.</id><updated>2016-09-29T02:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Let&#39;s Build a Dynamic Company Profile Page in Episerver CMS 9</title><link href="http://www.iceninemedia.com/articles/lets-build-a-dynamic-company-profile-page-in-episerver-cms-9/" /><id>Does your data live in some source other than Episerver? Let&#39;s take that data and dynamically populate a page in Episerver CMS!</id><updated>2016-08-09T02:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Get the List Price and Price Group Price of a Product Variant in Episerver Commerce</title><link href="http://www.iceninemedia.com/articles/get-the-list-price-and-custom-price-group-price-of-a-product-variant-in-episerver-commerce/" /><id>Here are a couple of quick extension methods to get the list price and price group price of a variant in Episerver Commerce.</id><updated>2016-07-24T02:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>3 Benefits of Episerver’s Content Blocks</title><link href="http://blog.wsol.com/3-benefits-of-episervers-content-blocks" /><id>We look at how both developers and site authors can use Episerver&#39;s content blocks to bring power and flexibility to a website.</id><updated>2016-01-08T05:28:10.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Dynamic Data-Pull From EPiServer Back-End into a jQuery Function</title><link href="http://www.iceninemedia.com/articles/dynamic-data-pull-from-episerver-back-end-into-a-jquery-function/" /><id>This was an interesting problem I had to solve recently while building out a view in EPiServer CMS 9.</id><updated>2015-11-17T01:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Dynamic Data-Pull From EpiServer Back-End into a jQuery Function</title><link href="http://www.iceninemedia.com/articles/dynamic-data-pull-from-episerver-back-end-into-a-jquery-function/" /><id>This was an interesting problem I had to solve recently while building out a view in EPiServer CMS 9.</id><updated>2015-11-17T01:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry> <entry><title>Build an Episerver CMS 9 Initialization Module to Sort Custom Tabs</title><link href="http://www.iceninemedia.com/articles/build-an-episerver-cms-9-initialization-module-to-sort-custom-model-tabs/" /><id>Learn how to sort custom tabs and build a custom Episerver CMS initialization module.</id><updated>2015-11-14T01:00:00.0000000Z</updated><summary type="html">Blog post</summary></entry></feed>