Error resolving SpeakUI scripts in Sitecore

While working with Speak UI in Sitecore, I added a new Speak component rendering to my solution. Once I added this rendering to my speak page, it started throwing a javascript error: Script error for: /-/speak/v1/client/ After some poking around, I realized that this issue was occurring because of the space in my rendering name!… Read More Error resolving SpeakUI scripts in Sitecore

EditFrame vs Experience Editor Buttons in Sitecore

EditFrame and Experience editor buttons are both great ways of adding experience editor support to our Sitecore pages. EditFrame buttons Create item in core database (I usually just duplicate the Default folder at /sitecore/content/Applications/WebEdit/Edit Frame Buttons/Default). You can add the field(s) you want to make editable in the ‘Fields’ field In your view, you need to… Read More EditFrame vs Experience Editor Buttons in Sitecore

Error creating Areas / Controllers in Sitecore SIM generated solution

Always If you are using SIM to create your Sitecore visual studio solution, you will get the following structure: I am using SIM 1.4.0.383 with Sitecore 8.2 – Update 2 When you try to add a controller or an area in your project, you might see the following error: On looking this up, many results… Read More Error creating Areas / Controllers in Sitecore SIM generated solution