|
|
One of the best practices in general from performance perspective is to transfer as little data between a client and a server as possible. When it comes to web sites, we need to ensure that the final HTML code is clean and we are not transferring any extra information which is not utilized by the client’s browser at all (e.g. comments in HTML code, unnecessary long control IDs etc.). This article will help you to end up with both cleaner HTML code and optimized performance.
|
Created on
6/10/2013 12:17:29 PM in
Web parts & Controls
|
|
This article will explain how to auto generate and email a password for new users according to your site’s password policy, using the Registration Form web part. Since we are going to leverage the existing functionality of the Registration Form web part, it is recommended to create a copy of this web part and register it as a custom web part. Web parts can be registered in Site Manager -> Development -> Web parts -> New web part.
|
Created on
1/18/2013 5:33:58 PM in
Web parts & Controls
|
|
This article provides an example of displaying SSRS report in Kentico.
|
Created on
11/30/2012 12:08:21 PM in
Web parts & Controls
|
|
This article might help you solve some of the issues you run into when trying to integrate some of their controls into Kentico.
|
Created on
11/28/2012 3:53:37 AM in
Web parts & Controls
|
|
This article describes how to create a simple listing page to display document content with jQuery and AJAX. If you want to display some content in Kentico together with some navigation, you usually need to refresh the page to display the content of a document. In that case you would use, for example, two repeaters - one to display the content and, one to display the menu. Sometimes this isn’t desirable as your expected behavior is to show the content right away. This article discusses one of the possible approaches of, how to achieve this.
|
Created on
9/25/2012 5:16:44 AM in
Web parts & Controls
|
|
This article gives you instructions on how to build up a menu using the hierarchical transformation.
|
Created on
8/9/2012 6:46:27 AM in
Web parts & Controls
|
|
This article describes how to localize culture names rendered by localization web parts so they are rendered in the currently selected culture version.
|
Created on
8/9/2012 6:30:31 AM in
Web parts & Controls
|
|
By default, the Document selector form control displays all documents. However, you can use custom code to enable selection of the starting node.
|
Created on
7/23/2012 2:29:58 AM in
Web parts & Controls
|
|
This article describes how to assign content to a CMSEditableRegion control defined in the ASPX template, from within the code-behind.
|
Created on
6/14/2012 5:33:48 AM in
Web parts & Controls
|
|
Syndication web parts use different types of transformations which generate correct syndication syntax. This article provides an example of a transformation which displays an image in an RSS feed.
|
Created on
5/31/2012 6:20:36 AM in
Web parts & Controls