Author: Nilesh Thakkar
Friends – many of you have already used Sitecore Informatics Module in your Sitecore Webform Project. If you have not used it yet, then give it a try – you will like it! If you want to know more about Sitecore Informatics then visit my previous post about it. Sitecore Informatics will help you to view …
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: …
Happy New Year 2015! A very happy new year to all the readers of Sitecore Journey blog. May 2015 be a successful and happy year bringing you and your family good health and a lot of happiness! 2014 – Year in Review 2014 was a very successful year for Sitecore Journey! In-fact 2014 was special year …
Hey Friends – Sitecore Journey is about to complete ONE SUCCESSFUL YEAR of blogging!!! How about your Sitecore Journey? Recently while working on last release of project, I came across a situation which made me write to this post. I am sure this will help you in your Journey. Scenario/Situation: We were adding ScriptManager at run-time …
Today you will be happy to know that Sitecore Journey is going contribute in one more area of Sitecore knowledge sharing. Now a days it’s good to see that Sitecore community is growing and many Sitecore developers are sharing their learning with us. But still there is one area where we are lacking. There is only …
Scenario: Few days ago, installing Sitecore package on stage server was NOT creating any item at expected location. It surprised me! Then like other Sitecore developer, we examined the package and at first glance we found it OK. But after examining package closely, we found that Sitecore package contained different parent item name than expected. So …