// blog.ts · page 5 of 6

The tech blog.

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

// 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
// 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
// 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
// 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

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.

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
// 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
// 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
// new-control-background-image-content.md

Background Image Content Widget for Sitefinity 3

Custom Sitefinity 3 widget for background image content blocks. Create text overlays and flexible image-text layouts with this content panel control.

NewsSitefinity
// querying-telerik-openaccess-with-linqpad.md

Querying Telerik OpenAccess with LinqPad

Step-by-step guide to configure LinqPad for querying Telerik OpenAccess domain models - setup assemblies, namespaces, and start exploring your data layer.

Tutorial
// fix-sitefinity-edit-mode-style.md

Fix Sitefinity 3.x Edit Mode Style

Fix Sitefinity 3.x edit mode styling issues by creating custom CSS overrides for design mode. Improve the page editing experience for content editors.

TutorialSitefinity
// telerik-reporting-export-on-button-click.md

Telerik Reporting: Export On Button Click

How to wire up a report download to a button click with Telerik Reporting

Tutorial
// telerik-please-fix-charting.md

Telerik, Please fix charting!

Telerik charting is so unbelievably frustrating to use, it really needs some love.

Rants
// compiling-controls-against-multiple-sitefinity-versions.md

Compiling Projects against multiple versions

Solve DLL Hell when building Sitefinity plugins for multiple versions. Learn Project Linker techniques, Visual Studio extensions, and facade patterns for...

TutorialSitefinity
// random-site-controls-updates.md

Sitefinity v3 RandomSiteControls Release Notes

Release notes for the original RandomSiteControls package for Sitefinity v3 - includes CssFileLinker, JsFileLinker, and Sql RadGrid controls with features...

News
// moving-the-sitefinity-logo.md

Moving the sitefinity logo

Move the mandatory Sitefinity Community logo using jQuery. Step-by-step guide to relocate the persistent bottom logo to your desired page location.

TutorialSitefinity
// leverage-radeditor-to-strip-html.md

Stripping HTML using the RadEditor

Learn how to efficiently strip HTML tags using Telerik RadEditor's built-in functionality. This tutorial shows a clean extension method approach for...

TutorialSitefinity