Blog

Track YouTube Video Events and Checkpoints in Google Analytics using jQuery

Michael Roma on Mar 9, 2014

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%.

  • jQuery
  • Javascript

Kentico - how to change online form widget to generate div tags instead of tables

Michael Roma on Jan 7, 2014

This post shows how to change the Online-Form widget in Kentico CMS to generate DIV tags instead of TABLE tags.

  • Kentico
  • ASP.NET

SQL Script to find all Indexes that need to be added

Michael Roma on Nov 14, 2013

This SQL script will show all Table Indexes that need to be added based on query history

  • SQL

How to increase the form key count on an ASP.NET web forms page

Michael Roma on Oct 18, 2013

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.

  • ASP.NET

How to set change the time zone for a site in Kentico 7 CMS

Michael Roma on Oct 18, 2013

How to setup the site's timezone to be different than the server's timezone in Kentico 7 CMS

  • Kentico
  • ASP.NET

Kentico CMS Mapper functions using Reflection in C# .NET

Michael Roma on Oct 17, 2013

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.

  • Kentico
  • C#
  • ASP.NET

Kentico CMS helper functions to query nodes and return strong typed objects

Michael Roma on Oct 17, 2013

The following post shows Kentico 7 CMS wrapper functions that allow you to easily query nodes and return back a strong type.

  • Kentico
  • ASP.NET
  • C#

SQL helper script to generate properties for an Entity Framework model

Michael Roma on Oct 16, 2013

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.

  • C#
  • SQL
  • Entity Framework

How to return a list of Twitter tweets using LinqToTwitter in C#

Michael Roma on Oct 16, 2013

The following example shows how to use LinqToTwitter to return back tweets from a specific twitter handle.

  • ASP.NET
  • C#

How to create a record in a Kentico BizForm through the Kentico API

Michael Roma on Oct 16, 2013

This post shows an example of how to create a record in a Kentico BizForm through the Kentico API.

  • Kentico
  • ASP.NET
  • C#