Sitecore 8 Upgrade Image Size Issue

In versions of Sitecore prior to 7.5, many of us have used parameters in Sitecore’s controls (i.e. sc:image) to alter the size of an image. All works well if you use this strategy for image resizing. However, in some cases, we request the URL to a media item...

Sitecore MVC Controller Rendering

This blog post will describe the steps on how to create controller rendering in Sitecore MVC.  One of the benefits of using controller rendering is to set aside the complex logic in the MVC controller. First, you need to create a definition item in the Sitecore tree....

Index Rebuild Stops Abruptly in Sitecore

While performing a large Sitecore upgrade, we ran across an issue during the step that required us to rebuild the search indexes. It seemed that after a few minutes of working as it should, the index rebuilding process would stop abruptly. Initially, we didn’t even...

SymCal Event Calendar Module for Sitecore 8

For those of you who have been using our SymCal Event Calendar Module for Sitecore 6 and 7, we have recently uploaded a new version of the module that supports Sitecore 8. We also understand that Sitecore’s support for both ASP.NET Web Forms and MVC developers means...

Sitecore 7 Media Upload Permissions Issue

If you’re using Sitecore 7.2 (or 7.5), you’ll notice that the traditional interface for browsing through media items has been improved. What was once the traditional SHEER version of the media browse/upload user interface has now become a more attractive SPEAK version...

Sitecore Workflow Auto Publish Media Items

When you install a default Sitecore 7 instance, you will notice that there is a “Sample Workflow” already configured for you. The final step of this workflow has an “Auto Publish” action, which automatically publishes an item once it reaches the final step of...

Custom Sitecore Rich Text Editor Styles

One of the most important aspects of maintaining a WYSIWYG editing experience is to make sure that the CSS that is used for your website is the same CSS that is used for your rich text editor. In Sitecore, this is pretty easy to accomplish through configuration....

Sitecore Render Image with Glass Mapper

In Sitecore, since it handles the media items through media url, there are query string parameters to control the media item’s properties.  Below are some of them for images: w: Width in pixels h: Height in pixels mw: Maximum width in pixels mh: Maximum height in...

Dynamic Placeholders for Sitecore MVC

We all know that placeholders are an integral part of Sitecore, allowing us to add various components on a page that we have developed. You can even nest placeholders, so that a component placed in one placeholder can offer another placeholder that can house even more...

Automating Sitecore Builds using Jenkins

It is often an expensive task to manually publish both code and content for a Sitecore site manually to an integration environment. Usually, a person is assigned to be a “build master”, responsible for checking out and compiling code, making sure that everything works...