Latest in Knowledge Base
|
|
This article gives you two examples how to cache data and how to flush them.
|
Created on
12/13/2011 5:59:46 AM in
API and Internals
|
|
This article describes how to create a FindControl method which traverses the whole controls hierarchy to search for the given control. This approach is necessary, since the standard .NET FindControl method searches only one level deep in the hierarchy which is often insufficient due to the complex control trees generated by Kentico CMS.
|
Created on
12/13/2011 5:51:09 AM in
API and Internals
|
|
By default, you are only able to delete a Form's entries one by one. This article describes how to add a simple delete button to the editing interface to delete selected items at once.
|
Created on
12/13/2011 5:35:09 AM in
Forms (BizForms)
|
|
The Contact management module generates a great amount of data, especially if you run a high-traffic website. Contacts are being created in large quantities. Some of those contacts might visit your website just once for a short moment and never return back. These contacts might not be interesting for your marketers; in fact, these contacts might hinder your work. This article will show you how to set rules for automatic deleting of inactive contacts.
|
Created on
11/24/2011 4:13:46 AM in
On-line marketing
|
|
By default, on-line marketing activities are logged into temporary files in the file system and they are processed and moved into the database every minute. This approach may not suit every scenario. For example, if a website uses content personalization based on visitor's activities, it is not possible to wait for so long. For this reason, you have two options if you need to process activities faster.
|
Created on
11/16/2011 2:41:53 AM in
On-line marketing
|
|
This article gives you instructions on how to update contact’s profile in Online marketing module. Contact’s information is being updated automatically as corresponding visitor performs certain actions on a live site (such as user login) or by submitting forms. However, you might want to fill in additional information about current contact. Example would be mapping visitor’s IP to a city using external service or updating contact’s job title according to visitor’s landing page.
|
Created on
11/10/2011 2:21:22 PM in
On-line marketing
|
|
Due to changes in API names, you might get an exception on scheduled task execution after importing a site from a previous version (e.g. 5.x) into Kentico CMS 6.
|
Created on
11/10/2011 5:29:19 AM in
Export and Import
|
|
There have been a lot of changes done in controls and web parts and the Dialogs.css stylesheet reference in new version 6.0. Therefore, it may happen that you'll experience issues connected with CSS styles on some parts of our sample sites. In order to overcome this incorrect behavior, we've prepared a special CSS stylesheet which fixes all those issues. To get complete instructions, please read on.
|
Created on
11/7/2011 5:31:29 AM in
Upgrading
|
|
In this article you’ll see how to integrate a Mega Menu. There are plenty of solutions for complex looking menus with images, link descriptions etc. all over the internet. They are using Javascript, CSS or combination of those two. In this example, we’ll integrate the following Mega Menu solution which is completely CSS driven (which is great from the Accessibility and a bit the SEO point of view): How to Build a Kick-Butt CSS3 Mega Drop-Down Menu
|
Created on
10/31/2011 1:55:06 AM in
Design and CSS styles
|
|
This article describes how to extend and modify the default behavior of the Event calendar web part. In particular, it explains how to use a proper JavaScript framework to open event details in a new modal window with a nice visual effect.
|
Created on
10/4/2011 5:10:24 AM in
Web parts & Controls