Skip to main content

Back-End Development

Flags@1x.jpg

Site Clusters – Part 3: Owning your language architecture

When we talk about Site Clusters — as you hopefully read in Part 1 and Part 2 of this series — we’re referring to the localization strategy for translating a website from one localized language to many other localized languages. Let’s imagine you have a website which you want to distribute to all of North America.

Start@1x.jpg

Optimize your images in Sitecore with PowerShell Extensions + Kraken or TinyPNG

The solution I want to show you today involves optimizing images in Sitecore with PowerShell and TinyPNG. It allows for tremendous file size reduction with minor or nonexistent degradation in visual clarity at high resolutions.

Abstract Ball@1x

How to Extend SCORE Components with Custom Functionality

SCORE’s Bootstrap UI layer delivers core functionality for the most commonly used components in web development. When the core offering does not satisfy your requirements, though, one option may be to extend SCORE components with custom functionality.

Abstract Circle@1x

Bulk Manipulating the Language of Content

If you want to bulk manipulate by moving content from one language to another, SCORE comes with a language manipulation feature that can help. On the flip side, if you want to remove languages from your system, you can use PowerShell to automate this. Imagine that our site is currently in English with an en […]

Lock@1x.jpg

Using a Sitecore Item Provider for Component Security

You can use Data Providers for Security? Recently, @techphoria414 asked on the Sitecore Stack Exchange: “What are some appropriate uses for Sitecore Data Providers?” My answer was: When Security is just too complicated for Sitecore. People offered a lot of suggestions with lots of ways to implement data providers using different strategies and philosophies. Still, I thought […]

Help@1x

Sitecore Help Text in Experience Editor

When building Sitecore-powered websites, it’s easy to forget about the content authoring experience. We live in this system and we’re used to its quirks, so we’re not often reminded that others–like our content teams–don’t share the same level of familiarity and comfort. We also can forget that making Sitecore friendlier for our content team is critical to […]

Kid With Bricks@1x.jpg

Building a single-application component using Sitecore MVC, JS MVVM Framework and SCORE – PART 1

In this series of posts, I would like to show our readers how to build out a single-application component in Sitecore using one of the many popular MVVM JS frameworks on the market – in this case Knockout, together with SCORE. Even if you don’t use SCORE in your project, you can still follow along […]

Form@1x.jpg

SCORE 2.0 Component Assembly 101, Part 2: Form Components

In my first post in this series, we walked through the process of building a simple component. Let’s go a bit further now and build something very useful in Sitecore: a custom form. While a module like Web Forms for Marketers can definitely help you build forms, it can be heavy handed and sometimes doesn’t quite fit the bill. That’s where form components come in. Luckily, BrainJocks SCORE has a few features and patterns that can help you out, and keep your content authors happy at the same time.

Pc Setup@1x.jpg

How to Get Sitecore Dictionary in JavaScript

It’s very easy to get translations in back-end code — either Razor views or .cs files — by simply calling to Sitecore.Globalization.Translate.Text(). But what about JavaScript widgets? There we have several options: Item Web API results in overhead and is hard to use without additional implementation. StringDictionary embeds values right in HTML and needs to be configured […]

White Building@1x.jpg

A Recipe for Solid SSL in Sitecore

When building a modern website, a developer needs to pay attention to many things. One of those is security; it always should be placed at the top of the priority list. And the best way to protect site bytes and user input while they’re traveling between a browser and web servers is Transport Layer Security (TLS a.k.a. SSL). If you want to learn how TLS can be implemented in Sitecore, you don’t need to search further. Let’s start…

Error@1x

Unsuspected Error Handling: Solving Sitecore Puzzles

Being a Sitecore developer sometimes means that you are faced with errors that at first glance are both vague and puzzling. Most of the errors can be solved by using previous experience, common sense, a simple Google search for an article or quick chat with a colleague. But other times, there are errors that require […]

SEO and Developers

Adventures in Dependency Injection with Sitecore 8.1

Dependency Injection, specifically MVC controller injection, is stupid simple to set up in a vanilla ASP.NET MVC site. For you guys out there that are only working in Sitecore part of the time (or for the first time), however, it may seem like an impossible feature to set up. I mean, you don’t even have […]

Load More