Tag: Sitecore
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 …
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: …
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 …
My Sitecore Buddies, how is your Sitecore Journey going on? Ready for today’s journey? Let’s begin! If you are developer then FF must be your favorite browser. But if you are NOT able to select user/role under Access Viewer in Sitecore, then this post will help you to fix it. Scenario: 1) Click Select User in …
Hey Friends! What’s up? How’s your Sitecore? Got chance to work on Sitecore 7+? If you have started exploring Sitecore 7+ then you may have observed newly added “Search” tab when you select any item from content tree. It is really nice feature in update! Scenario: If you got chance to select “Media Library” then you …
Are you struggling to add custom application option in Sitecore Menu? If you are using Sitecore 6.6 and not able to add application option in Sitecore menu then please visit Jeremy Davis’s blog– he has explained the solution very well! But If you are using Sitecore 7+ then this post will help you. In Sitecore 6.6, …