// blog.ts · page 5 of 7

The tech blog.

Tutorials, rants, code, Sitefinity, JavaScript. A running log of what I am building, debugging, and shipping.

// continuing-the-sitefinity-kendoui-posts.md

Continuing the Sitefinity KendoUI posts

Discover how to use KendoUI components already embedded in Sitefinity without downloading external files. Learn the proper ResourceLinks setup for...

TutorialKendoUI
// simple-wcf-by-sitefinity.md

Simple WCF in Sitefinity

Learn how to create simple WCF services in Sitefinity with this beginner-friendly tutorial. Includes practical examples and step-by-step implementation...

TutorialSitefinity
// debug-a-wf4-workflow.md

Debug A WF4 Workflow

Fix debugging issues with Windows Workflow Foundation XAMLX files when breakpoints don't get hit. Learn how to correct file paths for proper debugging.

TutorialFixes
// justcode-template-list.md

JustCode Template List

Discover useful Telerik JustCode templates for Sitefinity 4.4 Module builder development. Boost your productivity with custom designer scripts and code...

NewsSitefinity
// customize-the-page-editing-experience-for-your-users.md

Customizing the Sitefinity Page Editor

Customize the Sitefinity page editor experience with CSS targeting specific editor modes. Learn how to override live styles for better content editing...

TutorialSitefinity
// sitefinity-43-44-webinar-notes.md

Sitefinity 4.3-4.4 Webinar notes

Complete Q&A transcript from the Sitefinity 4.3-4.4 roadmap webinar covering Module Builder, site sync, eCommerce features, and development insights.

NewsSitefinity
// 44-module-builder-preview-tomorrow.md

Sitefinity 4.4 Module Builder Preview Tomorrow!

Sitefinity 4.4 Module Builder preview announced! Watch the official demo video, explore the new Metro UI redesign with HTML5, and discover the updated...

NewsSitefinityPreviews
// row-not-found-genericoid-error.md

Row not found: GenericOID Error

Fix Sitefinity GenericOID errors and Events module saving issues by disabling OpenAccess Level 2 Cache - troubleshooting guide with Data.config settings.

Tutorial
// implimenting-your-own-custom-page-class.md

Custom Page Class in Sitefinity 3.x

Learn how to customize your Sitefinity site by implementing a custom page class. Two simple steps to replace the default InternalPage inheritance and gain...

TutorialSitefinity
// sitefinity-embedding-a-google-wave-instance.md

Sitefinity: Embedding a Google Wave Instance

Historical post about embedding Google Wave instances in Sitefinity 3.x pages. Note: Google Wave was discontinued in 2010.

NewsSitefinity
// using-cufon-with-asp-net-and-telerik.md

Using Cufon with ASP.NET and Telerik

Learn how to integrate Cufon font replacement with ASP.NET and Telerik RadControls without jQuery conflicts or browser compatibility issues.

Tutorial
// need-your-help-voting-in-an-openaccess-pits-issue.md

Need your help voting in an OpenAccess PITS issue

Help improve OpenAccess ORM stored procedure support with strongly typed objects. Vote on Telerik PITS to prioritize better database integration features.

Other
// openaccess-nested-repeater-to-generic-list-property.md

OpenAccess Nested Repeater to Generic List Property

Learn how to bind nested repeaters with Telerik OpenAccess ORM using Generic List properties. No-code solution for one-to-many table relationships.

Tutorial
// telerik-reporting-needsdatasource.md

Telerik Reporting: NeedsDataSource

NeedsDataSource is a nice way to populate a report, but I always have trouble remembering which Type to cast to for the "object sender" variable. So here's...

Tutorial
// installing-elmah-with-sitefinity.md

Installing ELMAH with Sitefinity

Step-by-step guide to installing ELMAH error logging with Sitefinity CMS. Learn how to set up this powerful ASP.NET error tracking module to monitor crashes...

TutorialSitefinity
// better-sitefinity-file-page.md

Better Sitefinity File Page in Sitefinity 3.x

Improve the Sitefinity 3.x file manager: This post details how to modify Files.aspx using RadFileExplorer for a more robust and user-friendly experience.

TutorialSitefinityFixes
// more-editing-options-for-your-generic-content.md

More tools for Generic Content in Sitefinity 3.x

Expand Sitefinity RadEditor toolbar with more editing tools. Learn how to customize EditorToolsFile.xml to add advanced editing options while maintaining...

TutorialSitefinity
// screenshot-of-sitefinity-4-analytics.md

Screenshot of Sitefinity 4 Analytics

First look at the Sitefinity 4.0 Analytics interface showing Google Analytics data integration. See how the new analytics module works with...

PreviewsSitefinity
// using-button-selectors.md

Using Button Selectors with Sitefinity 3.x

Shows you how to have sitefinity 3.x generate a UI for you to pick content

TutorialSitefinity
// hyperlinks-in-external-templates.md

Hyperlinks in External Templates

Discover how Sitefinity 3.x automatically handles NavigateUrl for multiple asp:Hyperlink controls (up to six with IDs like 'fullContent1', 'fullContent2',...

TutorialSitefinity
// stored-procedure-for-obtaining-wf4-bookmarks.md

Stored Procedure for obtaining WF4 bookmarks

Learn how to use a stored procedure to extract and view WF4 (Windows Workflow Foundation 4) bookmarks from the database.

Tutorial
// using-jquery-with-telerik-components.md

Using jQuery with Telerik Components

Discover how Telerik.Web.UI includes jQuery by default and learn to use $telerik.$ for seamless jQuery integration without extra library requests.

Tutorial
// people-make-your-radeditor-voices-heard.md

Voice your RadEditor frustrations

Community forum discussion about RadEditor issues and fixes needed before Sitefinity 4 release - voice your frustrations and help improve the editor.

News
// great-tool-to-optimize-your-website.md

Great Tool to optimize your website

Optimize your ASP.NET website performance with Mono Software Web Application Optimizer. Dramatically reduce page sizes and eliminate viewstate bloat.

ReviewsTutorial
// sitefinity-windows-7-64-bit-installation.md

Sitefinity 3.x Windows 7 64-bit Installation

Getting Sitefinity 3.x up and running on windows 7 64

Tutorial
// new-old-controls-jul-2010.md

New Old Controls Jul, 2010

Download assembled Generic Content Wrapper controls for Sitefinity 3.x with fancybox implementation and interactive features.

NewsSitefinity
// sitefinity-4.md

Sitefinity 4.0

Complete coverage of Sitefinity 4.0 development from announcement to release. Includes CTP review, wishlist features, SDK details, and comprehensive...

NewsSitefinityReviews
// using-webservices-with-telerik-openaccess.md

Using Webservices with Telerik OpenAccess

Solve the "ObjectScope is already closed" error in Telerik OpenAccess webservices by using anonymous in-memory objects instead of direct entity returns.

Tutorial
// sitefinity-radwindow-popup-styles.md

Sitefinity RadWindow popup styles

Style Sitefinity 3.x RadWindow popups to match your backend design. Learn how to create custom Telerik RadWindow skins that look native and professional.

TutorialSitefinity
// changing-the-look-of-controls-dropped-onto-your-page.md

Changing the look of controls dropped onto your page

Step-by-step guide to customizing Sitefinity control templates. Learn how to modify external templates, configure template paths, and avoid upgrade...

Tutorial