Miscellaneous

Developments in Developing

Boy, has it been a while since I’ve been in here… Those of you that know me know I’ve been busy. Between my real work, my other work (i’m officially a freelancer!), and my personal work (including my dj and personal life) it’s amazing I find time to breathe. But enough excuses, I still have […]

CONTINUE READING
C# Css Sitefinity 3 Web Development

Sitefinity: Keeping RadPanelBar Expanded

If you need to ensure that the RadPanelBar control (which I use for sidebar navigation) remains expanded, check out the RadPanelbar1_ItemDataBound method in the control located at /Sitefinity/UserControls/Navigation35/SitePanelBar.ascx. This control checks the hideUrlForGroupPages, removing the link if set to true on your control. However, this doesn’t prevent the link from being active, collapsing the nodes […]

CONTINUE READING
Sitefinity 3 Web Development

Changes to Custom IndexProviders Implementation in Sitefinity 3.6 SP1

In case you are using some of the Custom Index Providers I blogged about previously, you may encounter some errors when upgrading to the new Sitefinity 3.6 SP1 that was released this week. The problem is that the IIndexerInfo interface how requires a new method, ResolveIndexPath(). Since the Sitefinity team is still catching up on […]

CONTINUE READING
Ajax Web Development

Ajax Conflicts Between .net 2.0 and 3.5

This post is for anyone who is encountering the following errors in their asp.net applications: The server tag ‘asp:ScriptManager’ is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix. The base class includes the field ‘ScriptManager1’, but its type (System.Web.UI.ScriptManager) is not compatible with the type of control […]

CONTINUE READING
Sitefinity 3 Web Development

Sitefinity: Set Page Title for Generic Content Category View

On my personal website I have a section where I feature my music, categorized as songs I’ve written, remixed, and mix sets that I’ve produced. Using the built-in category view for generic content, I can show different lists of my music based on the selected category passed via query string. Unfortunately, Sitefinity currently shows the […]

CONTINUE READING