Troubleshooting Welcome back to Sitecore Bootcamp for Developers! In this last part, we’ll look at some common problems you may encounter while installing and setting up Sitecore 8.x. If you are just joining us, please go back and read the introduction where you’ll also find links to each other part of the bootcamp. Problem: Cannot […]
Blogs from this Author
Sitecore Bootcamp for Developers: Part 5
Experience Editor Welcome back to Sitecore Bootcamp for Developers! In this part, we’ll extend our custom Sitecore 8.x content module we built in part 4 to use the Experience Editor allowing inline content editing. If you are just joining us, please go back and read the introduction where you’ll also find links to each other […]
Sitecore Bootcamp for Developers: Part 4
Building Your First Module Welcome back to Sitecore Bootcamp for Developers! In this part we’ll build our first custom Sitecore 8.x content module. If you are just joining us, please go back and read the introduction where you’ll also find links to each other part of the bootcamp. Download the Sitecore Bootcamp For Developers Part […]
Sitecore Symposium 2017: The New Sitecore Forms
This session was led by Pieter Brinkman and Hylke Heidstra from Sitecore. They showed some of the new features in the new Sitecore Forms for Sitecore 9. This session was in a very large room and was standing room only! Lots of people wanted to know more about this new module. Here are my notes […]
Sitecore Bootcamp for Developers: Part 3
Setting Up Your Development Environment Welcome back to Sitecore Bootcamp for Developers! In this part we’ll setup your local development environment to be ready to develop custom code for Sitecore 8.x. If you are just joining us, please go back and read the introduction where you’ll also find links to each other part of the […]
Sitecore Bootcamp for Developers: Part 2
Installing Sitecore Welcome back to Sitecore Bootcamp for Developers! In this part we’ll walk through installing Sitecore 8.x and setting up IIS to view a Sitecore website on your local machine. If you are just joining us, please go back and read the introduction where you’ll also find links to each other part of the […]
Sitecore Symposium 2017: What’s New In Azure?
What’s New In Azure? This session was led by Michael Collier. He talked about some of the new features in the Azure portal. The following are my notes from the session: Storage Service Encryption Data encrypted at rest Can have automatic key management Automatically encrypted on save and read Vulnerability Assessment in SQL Runs scans […]
Sitecore Bootcamp for Developers: Part 1
Introduction to Sitecore Welcome back to Sitecore Bootcamp for Developers! In this part and the accompanying video, we’ll do a brief introduction to Sitecore 8.x including some of the main features and terminology. We’ll use the Habitat demo site provided by Sitecore. You’ll see how to navigate the Sitecore UI and quickly jump into many […]
Sitecore Bootcamp for Developers
Welcome to Sitecore Bootcamp for Developers. This series is geared towards developers that are new to Sitecore, but have some experience with content management tools, .NET Programming (C# and .NET MVC), Visual Studio, and IIS. This series focuses on Sitecore MVC (which is not exactly the same as .NET MVC) and Sitecore version 8.X. Part […]
Sitecore Symposium 2017: Sessions Review
Sitecore Symposium 2017 has come and gone. I’ve been able to get caught up on work and review my notes. So it’s time to share. First of all, I want to thank and commend the Mirage for being such a great host. The staff was all very friendly and helpful. The conference area is spacious […]
4 Easy Steps to Custom Sections in web.config
In a recent project, I used the web.config file to store some configuration settings that could easily be modified without redeploying code. I used the standard appSettings in <configurations><appSettings><add key=”” value=”” /> . This works great when you have a specific key name and value. For one specific setting, I needed a little more flexibility. I created a custom […]
Developing for Ignition – View Parameter
Ignition is an open source framework for Sitecore, developed by Perficient. It follows industry best practices for architecture and dependencies. It is fast and easy for developers to build new content components. Search blogs.perficent.com for more articles about Ignition or check out the online documentation. In this article I will continue using my “ContentBlurb” component I […]