-
2018-09-17
Kyle Mattimore and Mike Skutta
Configure Sitecore to encourage the browser to open or download a type of file when linking to it.
-
2018-09-14
Eric Carron and Mike Skutta
After you import/restore and Sitecore database, you will want to clean up some SQL tables.
-
2018-09-13
Erik Carron and Mike Skutta
Sitecore has their own NuGet repository at https://sitecore.myget.org/gallery/sc-packages. To restore/add Sitecore packages in Visual Studio, you need to add this repository to package sources.
-
2018-09-12
Erik Carron and Mike Skutta
Computed index fields allow you to index values that are calculated during the indexing process.
-
One of the development best practices we follow at One North is make the websites we build have great SEO. Public website content is crawled and properly indexed by search engines so they appear higher in Google search pages, and can be found more easily by our client’s customers looking for information. An important part of SEO that is sometimes overlooked is understanding the security balance of what to show publicly, and when to hide non-public pages from being crawled. For instance, we wouldn’t want testing environments to show up in public search engine results.
-
We have many custom NPM packages that we use internally that need to remain private. Some of these packages are gulp task related for Sitecore. Others are used for building out headless implementations using NodeJS running on Heroku. There are multiple ways to host NPM packages privately. We chose to use BitBucket to host the NPM packages privately because we were already using it to host other private repositories.