Skip to main content

Innovation + Product Development

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 […]

How to monitor the server’s system resource using JMeter Plugin

JMeter has many listeners which provide useful information like each request’s response time, number of the requests processed, response data, throughput, error%, etc. but actually we would like to know the utilization of server system resource, like CPU/Memory utilization. The ServerAgent can collect the server performance metrics, and one JMeter plugin can provide a visual […]

How to Perform Distribution testing in JMeter

Usually, we use JMeter to simulate a heavy load on a server, network or object to test its strength or to analyze overall performance under different load types, but if we run a larger number of vusers on one client, for example, 1000 vusers, it will cost a lot of CPU, memory when the JMeter […]

Owl Carousel JS Plugin Animation Improvement

Abstract: Owl Carousel is one of the popular jQuery plugins that lets you create a beautiful responsive carousel slider. It has been used for many website application systems. At present, the latest version of Owl Carousel 2 was released. However, there is a shortage for Owl Carousel animation functionality. For now, the plugin did not […]

How to Get the Time Zone in SharePoint Online Using JSOM

As a collaboration platform, SharePoint Online allows people to share and work on contents in different time zones. It is often required to get the time zone information in context. For example, in a Document Library, you need to transform the created date time in a user-friendly way. The first step is to figure out […]

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 […]

How to Implement Domain SSL Access to WCF Service by JSONP (3)

JSONP is always a popular way to use the open policy of SCRIPT HTML element to implement the cross-domain access by a lot of developers. However, most of their knowledge blogs are just the segments of one of the integrated solutions. In this article, we will introduce a whole integrated solution to implement the cross-domain […]

Top Three Takeaways from Adobe Summit

Adobe Summit 2016 was an unforgettable experience. The leading industry event for marketing and business transformation attracted a record-breaking 10,000 attendees in Las Vegas. Our team was on the ground at Summit, learning about the latest innovations from Adobe and how marketers need to lead the transformation of creating an experience-led business. Michael Porter, managing […]

Mapping Between SharePoint Time Zones and IANA Time Zones

The time zones in Moment come from the IANA Time Zone Database. It is different with the time zones available in SharePoint. If you are planning on using moment.js to do time conversions between time zones, then you will need the mapping between IANA Time Zones and SharePoint time zones. The SharePoint time zones are based […]

How to Implement Domain SSL Access to WCF Service by JSONP (2)

JSONP is always a popular way to use the open policy of the SCRIPT HTML element to implement the cross-domain access by a lot of developers. However, most of their knowledge blogs are just the segments of one of the integrated solutions. In this article, we will introduce a whole integrated solution to implement the […]

Live from Adobe Summit: Top 3 New Technologies

Summit Sneaks is one of the most highly-anticipated sessions of the conference. Dan Klco, Senior Solutions Architect and our SME on the street in Vegas, picks the top three technologies featured and describes how they will improve the lives of consumers and marketers. Ad Wearout – prevent consumers from hitting “unsubscribe” X Attribution – track conversions […]

Developers Desk@1x.jpg

Media Indexing Approaches

Sitecore has powerful search capabilities for those who are interested in runtime performance. Lucene is embedded by default with a standard set of indexes for all databases that is automatically refreshed upon change of content. LINQ-based queries allow you to easily retrieve documents and filter them. So, to make a website faster, it’s wise not […]

Load More