Sitecore Cookbook for Developers
eBook - ePub

Sitecore Cookbook for Developers

Yogesh Patel

  1. 338 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Sitecore Cookbook for Developers

Yogesh Patel

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

Over 70 incredibly effective and practical recipes to get you up and running with Sitecore development

About This Book

  • Build enterprise-level rich websites quickly and deliver the best possible content management to your website
  • Get maximum usage of functionalities like different user interfaces, workflow, publishing, search, analytics, etc and learn different rendering techniques using presentation components for data bindings, events, handlers, schedulers, media, etc.
  • Add a surprising amount of functionality just by customizing the Sitecore architecture through the best practices contained in this book

Who This Book Is For

If you are a Sitecore developer or a programmer who wants to expand your Sitecore development skills, this book is ideal for you. You will need working knowledge of ASP.NET WebForms or MVC, as well as HTML, and a basic knowledge of Sitecore installation.

What You Will Learn

  • Create, access, and personalize your website content using different Sitecore presentation components
  • Learn how to extend the presentation components to fulfill some real-life requiremnts such as improving the site's performance, generating Rss feeds and so on
  • Work with multiple websites on a single Sitecore instance and create multilingual websites
  • Customize the Sitecore interfaces as per your business requirements to provide easier and error-free user interface to content authors to save time and improve accuracy
  • Customize the Sitecore backend architecture as per your business needs
  • Automate tasks and achieve scalability by altering the development and configuration settings
  • Integrate external systems with Sitecore to import or export content and secure user interactions
  • Integrate the advanced features of analytics and personalization, to get the best possible customer experience and generate its reports

In Detail

This book will get you started on building rich websites, and customizing user interfaces by creating content management applications quickly. It will give you an insight into web designs and how to customize the Sitecore architecture as per your website's requirements using best practices.

Packed with over 70 recipes to help you achieve and solve real-world common tasks, requirements, and the problems of content management, content delivery, and publishing instance environments. It also presents recipes on Sitecore's backend processes of customizing pipelines, creating custom event handler and media handler, setting hooks and more. Other topics covered include creating a workflow action, publishing sublayouts and media files, securing your environment by customizing user profiles and access rights, boosting search capabilities, optimising performance, scalability and high-availability of Sitecore instances and much more.

By the end of this book, you will have be able to add virtually limitless features to your websites by developing and deploying Sitecore efficiently.

Style and approach

This easy-to-follow guide is full of hands-on recipes on real-world development tasks to improve your existing Sitecore system. Each topic is presented with its benefits and detailed steps to achieve it through well-explained code and images.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Sitecore Cookbook for Developers è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Sitecore Cookbook for Developers di Yogesh Patel in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Ciencia de la computación e Sistemas de gestión de contenidos. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2016
ISBN
9781784396527

Sitecore Cookbook for Developers


Table of Contents

Sitecore Cookbook for Developers
Credits
About the Author
About the Reviewer
www.PacktPub.com
eBooks, discount offers, and more
Why subscribe?
Instant updates on new Packt books
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Basic Presentation Components
Introduction
Creating a simple content page using template and layout
How to do it…
How it works…
Creating a sidebar menu using view rendering and RenderingModel
Getting ready
How to do it…
How it works…
There's more…
Creating breadcrumb using the view and custom model
Getting ready
How to do it…
How it works…
See also
Creating carousel using view and controller renderings
How to do it…
How it works…
See also
Placing renderings dynamically using placeholders
How to do it…
How it works…
See also
Empowering the Experience Editor using placeholder settings
Getting ready
How to do it…
How it works…
Restricting or swapping rendering controls on placeholders
Getting ready
How to do it…
How it works…
2. Extending Presentation Components
Introduction
Altering rendering behavior using component properties
Getting ready
How to do it…
How it works…
Creating strongly typed rendering parameters
Getting ready
How to do it…
Achieving asynchronous operations using a custom device
How to do it…
How it works…
Creating multilingual content pages
How to do it…
How it works…
There's more…
Generating RSS feeds for syndicated items
Getting ready
How to do it…
There's more…
Improving site performance by caching renderings
Getting ready
How to do it…
How it works…
HTML cache statistics
When to avoid caching
There's more…
See also
Personalizing components
Getting ready
How to do it…
How it works…
There's more…
3. Customizing the User Interface Framework
Introduction
Adding a custom command to item context menu
How to do it…
How it works…
There's more…
See also
Creating a gutter to show unpublished items
How to do it…
There's more…
Creating a Sheer UI application using XAML control to list products
How to do it…
How it works…
There's more…
xamlControls
Creating a SPEAK application to list and sort products
Getting ready
How to do it…
How it works…
See also
Searching and filtering products using SPEAK
How to do it…
There's more…
Building a custom form to bind product details using SPEAK
Getting ready
How to do it…
There's more…
See also
Creating a custom editor tab in the Content Editor
How to do it…
How it works…
There's more…
Creating a custom experience button using the Field Editor
Getting ready
How to do it…
There's more…
Creating a custom rule to validate item fields
How to do it…
How it works…
There's more…
Creating a custom sorting routine to sort the content tree items
Getting Ready
How to do it…
How it works…
Creating a custom field to save the date time with time zones
How to do it…
How it works…
Making fields editable from the Experience Editor
There's more…
4. Leveraging the Sitecore Backend
Introduction
Working with multiple sites
How to do it…
How it works…
There's more…
Customizing pipelines to achieve a custom 404 page
Getting ready
How to do it…
How it works…
Patch configuration
There's more…
Creating a custom event handler to auto-publish on an item save
Getting ready
How to do it…
How it works…
There's more…
See also
Achieving a site-specific URL pattern for a multisite environment
How to do it…
How it works…
There's more…
See also
Initializing hooks to subscribe events to prepare an audit trail
How to do it…
How it works…
There's more…
Creating jobs to accomplish long-running operations
Getting ready
How to do it…
How it works…
See also
Using a scheduling agent to delete older item versions
How to do it…
How it works…
Scheduling database tasks
How to do…
How it works…
5. Making Content Management More Efficient
Introduction
Using dictionary domains for multilingual sites on a multisite environment
How to do it…
How it works…
Bind a dictionary to a site
A fallback dictionary domain
See also
Creating vanity URLs for marketing purposes using an alias item
How to do…
How it works…
See also
Centralizing common content using a clone item
Getting ready
How to do it…
How it works…
See also
Using a wildcard item to integrate external content
Getting ready
How to do it…
How it works…
There's more…
Placing dynamic content in the Rich Text Editor by replacing tokens
Getting Ready
How to do it…
How it works…
There's more…
Adding a custom tool to the Rich Text Editor to generate tokens
Getting Ready
How to do it…
How it works…
Dealing with user-generated content using an Item Web API
Getting Ready
How to do it…
There's more…
Storing external content using a custom cache
Getting Rea...

Indice dei contenuti

  1. Sitecore Cookbook for Developers
Stili delle citazioni per Sitecore Cookbook for Developers

APA 6 Citation

Patel, Y. (2016). Sitecore Cookbook for Developers (1st ed.). Packt Publishing. Retrieved from https://www.perlego.com/book/4626/sitecore-cookbook-for-developers-pdf (Original work published 2016)

Chicago Citation

Patel, Yogesh. (2016) 2016. Sitecore Cookbook for Developers. 1st ed. Packt Publishing. https://www.perlego.com/book/4626/sitecore-cookbook-for-developers-pdf.

Harvard Citation

Patel, Y. (2016) Sitecore Cookbook for Developers. 1st edn. Packt Publishing. Available at: https://www.perlego.com/book/4626/sitecore-cookbook-for-developers-pdf (Accessed: 14 October 2022).

MLA 7 Citation

Patel, Yogesh. Sitecore Cookbook for Developers. 1st ed. Packt Publishing, 2016. Web. 14 Oct. 2022.