This post is inspired from Sitecore Documentation article Improve the performance of the Experience Editor ribbon. I will try to elaborate the same stuff by including step by step configuration and test case. For any website, one of the crucial things is to improve it’s performance. And one of the ways to gain the performance is to …
All of us know how to configure auto code generation in Sitecore TDS Project? It’s very simple – you just need to select Enable Code Generation as shown in below figure. But what if you want to exclude few items from this auto code generation? If you have such requirement then this post may help you. …
You can now take advantage of HTML5 Geolocation API in order to get user’s location details such as latitude and longitude. What was our requirement? 1) Whenever user visits our website, we want to track user’s location (e.g. latitude and longitude). 2) Page should ask to access location only one time during that session, it …
Wondering why your page is not getting postback when you select any dropdown item even-though you have set AutoPostback property to true? If so, then it can be fixed by adding below configuration in your web.config file under <typesThatShouldNotBeExpanded> section. System.Web.UI.WebControls.Repeater System.Web.UI.WebControls.DataList System.Web.UI.WebControls.GridView System.Web.UI.WebControls.ListView System.Web.UI.WebControls.FormView Microsoft.Reporting.WebForms.ReportViewer Telerik.Web.UI.RadGrid System.Web.UI.WebControls.LoginView System.Web.UI.WebControls.DropDownList
Friends – Have you started your Sitecore 8 Journey? How’s it? It’s awesome.. right? You will observe many new things while exploring Sitecore 8. This post will talk about one of such things. Scenario: If you find that your Sitecore 8 package installer is going in never ending loop, then this post may help you. Reason: …