-
[Sitecore For Newbies] 8 Different Ways For Searching Items
Read more: [Sitecore For Newbies] 8 Different Ways For Searching ItemsWelcome back to the [Sitecore For Newbies] series! In our fifth video, we’re diving deep into the world of searching items within Sitecore. Take a look at my video or explore the explanation below: Effective item searching is a crucial skill for any Sitecore user, and in this episode, we’ll explore eight different ways to…
-
The Risks of a Custom Page Resolver For Your Ajax Calls
Read more: The Risks of a Custom Page Resolver For Your Ajax CallsI recently encountered a complicated issue that left me puzzled for quite some time. The problem arose when attempting to implement an Ajax call in my Razor View. The idea of this Ajax was just to call a method in my Controller, then process some logic and return a piece of HTML. My view looked…
-
How to Survive in Your First Sitecore Project
Read more: How to Survive in Your First Sitecore ProjectEmbarking on a new Sitecore project can be challenging, but mastering the fundamentals is essential to thrive in this complex environment. In this post, we will explore five essential pillars to help you succeed in your first Sitecore project. By understanding the business, building a solid foundation of knowledge, honing your troubleshooting skills, putting it…
-
[Sitecore For Newbies] 5 tips that will save your time! – Part 3
Read more: [Sitecore For Newbies] 5 tips that will save your time! – Part 3Hello and welcome back to the third part of my [Sitecore For Newbies] series! By now, you’ve gained some foundational knowledge about Sitecore, and you’re ready to take your skills to the next level. In this article, we’ll introduce you to five essential tips that will make your Sitecore experience more efficient and enjoyable. Let’s…
-
How to Transfer Files to Remote Server using Package Designer in Sitecore XP
Read more: How to Transfer Files to Remote Server using Package Designer in Sitecore XPSitecore XP’s Package Designer not only facilitates the transfer of Sitecore items but can also efficiently handle file transfers, including DLLs and cshtml files. This functionality proves invaluable, especially when direct server access is limited. Here’s a step-by-step guide on utilizing Package Designer to securely push and pull files between your local environment and a…
-
Copy and Paste Renderings Effortlessly in Sitecore XP
Read more: Copy and Paste Renderings Effortlessly in Sitecore XPAre you tired of manually configuring renderings across multiple items in your Sitecore environment? If so, I have great news for you! I’d like to introduce the CopyTo button – a custom extension for the Sitecore Device Editor dialog that simplifies the process of reusing renderings across different items The CopyTo button is a custom…
-
SPE – A Tool to Empower Sitecore Developers
Read more: SPE – A Tool to Empower Sitecore DevelopersIn the ever-evolving world of Sitecore, developers are constantly seeking ways to enhance their productivity and streamline their workflows. One powerful tool that can significantly boost efficiency is Sitecore PowerShell Extensions (SPE). In this blog post, we will explore how developers can benefit from SPE and showcase 4 practical examples that demonstrate its value. Additionally,…
-
Cursor IDE: Enhance Your Sitecore Development With This Powerful Tool
Read more: Cursor IDE: Enhance Your Sitecore Development With This Powerful ToolHey there! 👨💻 I’m excited to share with you how you can enhance your development workflow using this tool called Cursor which is an Integrated Development Environment (IDE). Combining a partnership with OpenAI, Cursor provides an AI assistant embeded in an IDE, offering a range of features to streamline your coding experience. In this post,…
-
Identifying and Removing Unknown Renderings
Read more: Identifying and Removing Unknown RenderingsIn the dynamic world of Sitecore development, maintaining data integrity is crucial to deliver a seamless and engaging user experience. One common challenge that developers face is ensuring that the Item IDs referenced within the content tree are valid and exist in the Sitecore instance. Failing to address this issue can lead to broken links,…
-
Sitecore Is Publishing Items in Draft Stage.
Read more: Sitecore Is Publishing Items in Draft Stage.The Problem After upgrading the client’s instance from version 9.3 to 10.2, we faced a bug where items in a Draft Stage were being published to the Web database and it was not desired by the client. The process used to be as follows: a Content Editor created a new item, tried to publish it,…