Tutorials, rants, code, Sitefinity, JavaScript. A running log of what I am building, debugging, and shipping.
Discover useful Telerik JustCode templates for Sitefinity 4.4 Module builder development. Boost your productivity with custom designer scripts and code...
Customize the Sitefinity page editor experience with CSS targeting specific editor modes. Learn how to override live styles for better content editing...
Complete Q&A transcript from the Sitefinity 4.3-4.4 roadmap webinar covering Module Builder, site sync, eCommerce features, and development insights.
Fix Sitefinity GenericOID errors and Events module saving issues by disabling OpenAccess Level 2 Cache - troubleshooting guide with Data.config settings.
Historical post about embedding Google Wave instances in Sitefinity 3.x pages. Note: Google Wave was discontinued in 2010.
Learn how to integrate Cufon font replacement with ASP.NET and Telerik RadControls without jQuery conflicts or browser compatibility issues.
Learn how to bind nested repeaters with Telerik OpenAccess ORM using Generic List properties. No-code solution for one-to-many table relationships.
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...
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...
The Sitefinity 3.x file manager has no delete confirmation. Here is how to replace Files.aspx with a RadFileExplorer that does, plus a safer root folder setup for editors.
Expand Sitefinity RadEditor toolbar with more editing tools. Learn how to customize EditorToolsFile.xml to add advanced editing options while maintaining...
First look at the Sitefinity 4.0 Analytics interface showing Google Analytics data integration. See how the new analytics module works with...
Shows you how to have sitefinity 3.x generate a UI for you to pick content
Discover how Sitefinity 3.x automatically handles NavigateUrl for multiple asp:Hyperlink controls (up to six with IDs like 'fullContent1', 'fullContent2',...
Learn how to use a stored procedure to extract and view WF4 (Windows Workflow Foundation 4) bookmarks from the database.
Community forum discussion about RadEditor issues and fixes needed before Sitefinity 4 release - voice your frustrations and help improve the editor.
Download assembled Generic Content Wrapper controls for Sitefinity 3.x with fancybox implementation and interactive features.
Complete coverage of Sitefinity 4.0 development from announcement to release. Includes CTP review, wishlist features, SDK details, and comprehensive...
Solve the "ObjectScope is already closed" error in Telerik OpenAccess webservices by using anonymous in-memory objects instead of direct entity returns.
Style Sitefinity 3.x RadWindow popups to match your backend design. Learn how to create custom Telerik RadWindow skins that look native and professional.
Step-by-step guide to customizing Sitefinity control templates. Learn how to modify external templates, configure template paths, and avoid upgrade...
Custom Sitefinity 3 widget for background image content blocks. Create text overlays and flexible image-text layouts with this content panel control.
Step-by-step guide to configure LinqPad for querying Telerik OpenAccess domain models - setup assemblies, namespaces, and start exploring your data layer.
Fix Sitefinity 3.x edit mode styling issues by creating custom CSS overrides for design mode. Improve the page editing experience for content editors.
How to wire up a report download to a button click with Telerik Reporting
Telerik charting is so unbelievably frustrating to use, it really needs some love.
Solve DLL Hell when building Sitefinity plugins for multiple versions. Learn Project Linker techniques, Visual Studio extensions, and facade patterns for...
Release notes for the original RandomSiteControls package for Sitefinity v3 - includes CssFileLinker, JsFileLinker, and Sql RadGrid controls with features...
Move the mandatory Sitefinity Community logo using jQuery. Step-by-step guide to relocate the persistent bottom logo to your desired page location.
Learn how to efficiently strip HTML tags using Telerik RadEditor's built-in functionality. This tutorial shows a clean extension method approach for...