Recently came across a very interesting requirement of analyzing user’s pattern based on search action performed by user on the site. Every webiste has one common functionality implemented – site search. Here you can hook your code to understand user’s pattern by observing the keywords user is searching. For example: whenever user search terms like software, programming or computer …
In day to day life of Sitecore Developer, one of the repeating task is to create a package. For every release, you need to perform this task which is boring and time consuming. But at the same time, you need to be accurate while generating Sitecore package for deployment. If you miss even a single item …
Recently came across a very small but interesting question – how to hide any section or page from live website in Sitecore? Well, as Sitecore is famous for its flexible architecture which can definitely accommodate this requirement. But Sitecore newbies are not aware about it and on top of that – you will not find any …
Most of Sitecore developers are now using TDS and GlassMapper in their solution. It’s an awesome combination! But you may find some challenges when you are setting up auto code generation feature of TDS by using GlassMapper. One of such challenge is facing the code generation error as shown below. So are you facing same error? …
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 …