The Consultant Development Bootcamp series was written with joy by Grayson Harden, Mary Claire Freese, and Rebekah Williamson. Wrapping Up: Q&A and Takeaways from Our Interns & Associates Our 10-week Boot Camp training program is coming to a close this week, and though we are sad to see our interns leave, we are lucky to […]
Sitecore
Built In Recognizes Perficient as a Company with a Remote Culture Built to Last
Recently, Built In, a well-known online tech community, profiled our own Vice President of People, Andrea Lampert, SPHR, to get her take on how companies can continue to build a culture while working remote that will last for the long-term. Her responses were both interesting and noteworthy, all the while shining a light on several […]
Resolving Sitecore SXA 9.3 Core Library JavaScript Security Vulnerabilities
Site themes for a Sitecore SXA site determine the look, feel and interactivity of the user interface. Base themes, included by default in the Media Library, are intended to be leveraged as dependencies for one or more site themes. Base Themes are built on top of a set of core, third-party CSS and JavaScript libraries […]
Starting Your Career Remotely: Thoughts and Tips from Perficient’s Newest Colleagues
The Consultant Development Bootcamp series was written with joy by Grayson Harden, Mary Claire Freese, and Rebekah Williamson. Creating Career Connections at Perficient When accepting internship and full-time offers with Perficient, Atlanta’s newest members were anxious to get into the office and kickoff the 10-week Boot Camp training program. However, no one could have anticipated […]
Why Cloning Pages in Sitecore May Not Be The Shortcut You’re Looking For
Oftentimes in my work with clients, we are asked a lot about shortcuts or ways to quickly and easily re-create content pages from their website that have complex layouts or are very labor-intensive. We discussed in a previous blog post how copying is not always the best answer. In this blog post, we’ll review why […]
New-Hires Gain Real-World Experience in the Corporate Onboarding Boot Camp
The Consultant Development Bootcamp series was written with joy by Grayson Harden, Mary Claire Freese, & Rebekah Williamson. New Colleagues Reflect on their First Weeks at Perficient Perficient is thrilled to welcome its Summer Boot Camp Class of 2020! Though COVID-19 has moved the program online, the fourteen interns and new hires in the Atlanta-based […]
Using HTML Snippet with Rich Text Editor
Sometimes, while working on certain project you might come across a situation where content authors are not HTML and CSS savvy or seem to struggle with it. If you need to provide them with sample HTML structure or code snippets for making content entry easier, then you could utilize HTML Snippet. Content Authors can modify […]
Significance of the Developer Menu in Sitecore
Sitecore’s developer menu has many benefits, but the main significance is the options it provides for serialization. At the same time, it also provides some shortcut options to perform different operations in the content editor. In this blog, we will review all the information about the developer menu in Sitecore. Unlike other menus available in […]
Sitecore Powershell 7: Creating Reports
One scenario you may encounter is wanting to create a report containing information about our Sitecore instance and its content. In this blog, we will see a few methods of how we can create reports using Sitecore Powershell. Exporting Data as Plain Text File Using Out-Download Command The Out-Download command is used to prompt the […]
Sitecore Powershell 6: Working with Item References
We have seen scenarios where we want to know about Item references. For instance, suppose we want to get a list of items that have SideContent Rendering assigned to their presentation. This is the exact kind of information that we are going to extract using different commands detailed in this post. One thing to note […]
Perficient Named 2020 Microsoft Health Innovation Award Winner
We are honored to announce that we have been named by Microsoft the 2020 Microsoft Health Innovation Award winner in the category of Enable Personalized Care. The award recognizes healthcare organizations and technology solution partners that leverage Microsoft technology to provide innovative solutions to help enable personalized care, empower care teams, improve operational outcomes, protect […]
Sitecore Powershell 5: Working with Renderings
Renderings are one of the most important parts of the Sitecore Presentation. With Sitecore Powershell, we can extract information about renderings that are attached to particular item. Let’s see different commands that can be used to extract and manipulate the rendering information of an item. Get-Rendering Using this command, we can get the information about […]