development · docker · framework

Playing around with Sitecore 10.1.1 docker containers and my simple development framework version 3.2

Some months ago, I had a chance to play around with Sitecore 10.0.1 docker containers by updating and then deploying the Sitecore solution of my simple development framework successfully. Now I wanted to deploy the Sitecore solution of my simple development framework to Sitecore version 10.1.1 (e.g Sitecore 10.1 Update 1) docker containers as well.… Continue reading Playing around with Sitecore 10.1.1 docker containers and my simple development framework version 3.2

development · docker · framework

Playing around with Sitecore 10.0.1 docker containers and my simple development framework version 3.1

Last year, I had a chance to play around with Sitecore 10.0.0 docker containers by updating and then deploying the Sitecore solution of my simple development framework successfully. Now I wanted to deploy the Sitecore solution of my simple development framework to Sitecore version 10.0.1 (e.g Sitecore 10.0 Update 1) docker containers as well. As a… Continue reading Playing around with Sitecore 10.0.1 docker containers and my simple development framework version 3.1

development · docker · framework

Playing around with Sitecore 10 docker containers and my simple development framework version 3.0

So I had a chance to play around with Sitecore version 9.3 docker containers some months ago. Now I wanted to deploy the Sitecore solution of my simple development framework to Sitecore version 10.0 docker containers as well. By learning from the following super helpful sources: Sitecore DevEx Containers Documentation  https://containers.doc.sitecore.com/ Sitecore Docker Examples https://github.com/Sitecore/docker-examples As a… Continue reading Playing around with Sitecore 10 docker containers and my simple development framework version 3.0

commerce · docker

How to run Sitecore Commerce by using Sitecore Docker images and Windows containers

So I’ve had a chance to play around with the set-up of Sitecore Docker Images recently. Now I wanted to run Sitecore Commerce version 9.3 by using Sitecore Docker images and Windows containers as well. There are some hiccups during my own journey, however, these following links are helpful for me: Running XC https://github.com/Sitecore/docker-images/blob/master/windows/tests/9.3.x/README.md Add… Continue reading How to run Sitecore Commerce by using Sitecore Docker images and Windows containers

development · docker · framework

Playing around with Sitecore Docker Containers and my simple development framework version 2.6

So I’ve had a chance to play around with the set-up of Sitecore Docker Images recently. Now I wanted to deploy the Sitecore solution of my simple development framework to Sitecore Docker containers as well. By learning from the following awesome articles from the Sitecore community, I finally can achieve that: Deploying and Debugging Your… Continue reading Playing around with Sitecore Docker Containers and my simple development framework version 2.6

docker

Playing around with the set-up of Sitecore Docker Images

Since September 2019 (09/2019), Sitecore has officially supported running in containers so it’s a good chance for me to play around with Sitecore Docker – an awesome contribution for the Sitecore community by Per Manniche Bering and other contributors. Personally, I enjoy reading and following the great articles below by Mark Cassidy as they’re very fun and helpful… Continue reading Playing around with the set-up of Sitecore Docker Images

development · framework

My simple Sitecore development framework – Version 1.6

I’m happy with the positive feedback on my own Sitecore modules such as: Image Coordinate Picker (new version 1.1) Custom Icons Injector Media Public URL Picker Therefore, I long to integrate the Sitecore modules above to my simple framework. Also, there would be a nice enhancement: creating new Visual Studio Project templates so that we… Continue reading My simple Sitecore development framework – Version 1.6

development · framework

My simple Sitecore development framework – Version 1.4

I long to add some interesting ones below to my simple framework. As a result, the version 1.4 is released: integrating Custom Field – Image Coordinate Picker module which is available on Sitecore Marketplace adding Sitemap feature integrating Sitecore Developer Toolbox module which is available on Sitecore Marketplace adding Bundling and Minification feature adding Language Injector feature Assumption… Continue reading My simple Sitecore development framework – Version 1.4

provider · tools

How to enable Grayscale built-in feature on Sitecore XP 8

My colleagues were playing with Sitecore built-in Grayscale feature on Sitecore CMS 7.2 by simply adding a media query parameter gray=1 to a media URL. However, I cannot play with it like that on Sitecore XP 8.2 Update 3 by default. What’s wrong? Using Sitecore Admin tool Show Config (/sitecore/admin/showconfig.aspx), I’m able to see GrayscaleProcessor is still available, it… Continue reading How to enable Grayscale built-in feature on Sitecore XP 8

cms · field · module

Sitecore Custom Field – Image Coordinate Picker

Someone wants you to develop a Sitecore custom field which allows for the users to pick the image coordinate inside Sitecore. The main purpose is to render the hot spots correctly on Hero Image / Banner Image as are the ones are defined inside Sitecore. Assumptions: based on GOOGLE MAP LOCATION PICKER FIELD the hot spot items… Continue reading Sitecore Custom Field – Image Coordinate Picker