Tutorials, rants, code, Sitefinity, JavaScript. A running log of what I am building, debugging, and shipping.
Learn about the Sitefinity Twitter widget deprecation and find better alternatives. Explore how Twitter API changes affect CMS integrations and discover...
Discover the ultimate replacement for Sitefinity's JavaScript and CSS embed widgets. This enhanced ScriptStyle widget offers inline coding, duplicate...
Learn about the frustrating assumptions Sitefinity ContentView makes when switching between master and detail modes, and why this affects your content...
Fix ugly redundant URLs in Sitefinity hierarchical dynamic content by creating custom controls with flexible parent URL handling. Cleaner routing solution.
Debunking the myth about Sitefinity jQuery conflicts. Learn why dual jQuery loading doesn't cause conflicts and how noConflict mode prevents issues.
Sitefinity 5.4 delivers massive performance improvements with pre-compiled templates, cutting development build times from minutes to seconds. The polish...
Unlock more powerful content filtering in Sitefinity! This post shows you how to add custom taxonomies to your widget designers with a simple ViewMap tweak.
A personal review of Sitefinity 5.3, highlighting new features like ML Modules and eComm inventory, but noting missed opportunities for polish and...
Learn Sitefinity ORM context management best practices. Understand why you shouldn't wrap managers in using statements and how Sitefinity manages OpenAccess...
Learn how to safely disable the embedded jQuery in Sitefinity RadControls to prevent double loading and optimize page performance. Conditional disabling...
Optimize Sitefinity breadcrumb widget performance by removing unnecessary RadSiteMap stylesheets and empty wrapper divs. Custom breadcrumb control...
Analysis of Sitefinity Dropbox integration limitations. Learn why the sync feature creates duplicate content instead of true CDN functionality and what to...
Boost Sitefinity development performance by increasing IIS worker process priority. Simple Windows Task Manager trick to speed up your local development...
Extend Sitefinity Taxa with custom attributes using the built-in API. Learn how to store additional metadata beyond description and synonyms in the...
Complete Q&A log from the Sitefinity 5.2 webinar covering multisite, personalization, Lightning app, and new features. Unedited questions and answers from...
A developer's wishlist for Sitefinity 5.3, focusing on enhancements, fixes, and revisiting old functionality rather than new major features. Covers general...
Combat HTML bloat from Sitefinity's WebForms Taxonomy widget. This post offers a lightweight user control to display taxonomies cleanly and improve page...
Sitefinity steve has 100 twitter followers now, go win stuff
Complete unedited Q&A transcript from the Sitefinity 5.1 webinar covering MVC support, module builder features, Thunder updates, and upgrade guidance.
Developer wish list for Sitefinity 5.2 features including improved content filtering, module builder enhancements, better script loading, and cleaner markup...
Boost your Sitefinity v4 performance with this NuGet package that warms up backend URLs. Reduce initial page load times by pre-hitting Sitefinity admin...
Sitefinity 4 doesn't ship with a commenting system, it's one of the things that didn't make it from v3 (yet). Here's how you can use the Disqus platform...
Fix the System.Data.SQLite assembly loading error in Sitefinity deployments. Learn the quick IIS App Pool configuration fix or alternative removal solution.
Learn how to enhance your Sitefinity forms with KendoUI controls for better user experience and functionality. Step-by-step guide to implementing date...
Simplify JavaScript date formatting using KendoUI's built-in functions. Learn how to leverage existing KendoUI libraries for date manipulation without...
Learn how to debug KendoUI templates using standard JavaScript debugging methods. Understand template syntax and execute JavaScript code within templates...
Resolve .NET assembly version mismatch errors (YSOD) in Sitefinity by adding assembly binding redirects to your web.config. This guide explains how to...
Complete collection of Sitefinity tutorials, tips, and how-to guides. Essential reference for developers working with Sitefinity CMS development and...
Master client-side debugging of Telerik RadControls using Firebug and Firefox developer tools. Step-by-step guide to breakpoints, variable inspection, and...
Here's how you can address getting a Validation of viewstate MAC error screen in Sitefinity