For most situations when the view path for a component is specified in code, it is either implied by its folder location coinciding with its controller call or directly referenced in the view model used by the view. However, it is sometimes preferable to make a view model as re-useable as possible by multiple Sitecore […]
Posts Tagged ‘Sitecore’
Developing for Ignition – Basic Component
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. This article will give a practical example of building a content […]
Sitecore Security Settings Involving the Home Item
Usually the Home Item in a Sitecore site infrastructure is a key item since all other pages of the site are descendants of this one item so if the wrong thing happens to this item, the site can go down. So this particular item tends to get protected from a security stand point. A short […]
Useful Tip: Sitecore Component’s Rendering ID
This is will be a quick blog about a detail involving Sitecore which I find myself using more and more. Often in Sitecore, we have a component which can be added multiple times to a page but we need the means to identify a specific instance of that component in code to perform some activity […]
Just installed URL Re-write module and Hedgehog stopped working
Recently, I had installed Microsoft’s IIS URL Rewrite 2.0 application within my local Sitecore development environment. For those who are not familiar, this application is used to redirect certain URL calls to other URL locations. As part of this environment set-up we are using Hedgehog TDS to manage and track Sitecore items. However, when I […]
Viewing Logs Live in Windows
In the world of app troubleshooting, the app’s logs are your best friend. Sometimes you know when your error is happening, but sometimes you need to know, down to the moment, when the error shows up in the log files. In other words, sometimes you want to view all updates to the log exactly as they happen. […]
Site Search Should Not Be an Afterthought
It’s time to re-platform, upgrade or simply join the world of Customer Experience Platform site management. You hold internal meetings where rough budgets are set. You meet with potential implementation partners and plan, strategize, repeat. But yet, one piece that I see continually forgotten until late in the process is Site Search. Okay, not forgotten, but certainly […]
Sitecore Ignition: A Webinar Overview
This is an internal training webinar that ran on the week of 6/13/2016. It included members of our Sitecore team both in Atlanta and elsewhere, and included people who had used the framework extensively as well as total newcomers. Sitecore Ignition is an Open Source Development Accelerator and set of best practices for rapidly developing […]
SPEAK Up! Building Applications for the Sitecore Backend
What is SPEAK? Sitecore Process Enablement & Accelerator Kit is a set of standard tools that allow developers to build custom applications for Sitecore users inside the familiar Sitecore backend. SPEAK attempts to provide most of the tools a developer needs to build quickly and efficiently. SPEAK follows a convention-over-configuration paradigm, bringing together common JavaScript, HTML, CSS, and Sitecore […]
Wait Less, Develop More with Gulp – A Practical Example
I’ve had several colleagues tell me about Gulp recently. Gulp is an automated task runner. You can set it up to automate build tasks. They tell me it can do “anything.” But for me that wasn’t such a helpful description. Where do you start when this tool can do “anything?” Here, I have a practical […]
Sitecore Ignition: Getting Started
This is a quick getting-started video for people wanting to clone and start working with Sitecore Ignition. Github location: https://github.com/sitecoreignition/SitecoreIgnition Find us on #ignition on the Sitecore Community Slack On Twitter: @ignition_sc @sitecorejon @sitecorey @sitecoregeorge @sitecorechris Or ask a question or comment below!
Sitecore Ignition 101 – Overview
Hello! Welcome to Ignition 101. In this series of posts, I’ll be going through some key concepts that Ignition brings to the table as well as some of the architecture decisions that were made as part of this framework. Ignition was designed to make life easier for both developer and content author. “Flexibility” is the […]