This post shows how to track user's activity when viewing YouTube videos on your site. It can track when a user starts/stops/pauses a video, watches a video all the way through, and also tracks at different points 25%/50%/75%.
This post shows how to change the Online-Form widget in Kentico CMS to generate DIV tags instead of TABLE tags.
This SQL script will show all Table Indexes that need to be added based on query history
How to setup the site's timezone to be different than the server's timezone in Kentico 7 CMS
You might get the following error when trying to postback "Operation is not valid due to the current state of the object". This is because ASP.NET limits the number of form keys that are posted during a postback.
The following post shows functionality on mapping a Kentico CMS TreeNode object to a strong type .NET model class. These functions use reflection to map a property in the class to a Kentico document type field.
The following post shows Kentico 7 CMS wrapper functions that allow you to easily query nodes and return back a strong type.
This post shows a T-SQL script that can be used to generate the properties for a class that correspond to to a field in a database table. This can be used with Entity Framework.
This post shows an example of how to create a record in a Kentico BizForm through the Kentico API.
The following example shows how to use LinqToTwitter to return back tweets from a specific twitter handle.