Go Back
  • May 17

    Sitefinity Toolkit 1.1 (with support for Sitefinity 3.7 SP3)

    Posted Under: Web Development Tags: Sitefinity Toolkit BugFix

    At long last I finally found time to publish the latest version of the Sitefinity Toolkit, as of now version 1.1 with support for Sitefinity 3.7 SP1 through SP3 (it will not work with any other versions than these) on both the Standard and Community versions.

    See the main page for the Sitefinity Toolkit for the download links and changelog, as the latest information for the toolkit will always be posted there.

    Although I've tried to be thorough on this release, I honestly haven't had the time to test it as much as I'd like, so if you encounter ...

    Read More »

  • February 25

    Sitefinity Toolkit: Mobile Device Detection

    Posted Under: Web Development Tags: Sitefinity Toolkit C#

    I think by far the best part of Sitefinity is how it is built on and makes full use of the ASP.NET architecture. Because of things like Code-Behind, Themes, Skins, and other foundations of the Framework, Sitefinity is more open and extensible than any other CMS platform I've ever used.

    A direct consequence of the separation of content vs design is how easy it is to "swtich themes". It's as simple as populating a new Theme folder with new css and images mapped to the css classes defined in your page. It was a simple matter to take this one ...

    Read More »

  • February 23

    Sitefinity Toolkit: Workflow Notifications

    Posted Under: Web Development Tags: Sitefinity Toolkit

    Apologies for the delay in continuing this series. Life keeps me busy, and while I wouldn't have it any other way, it's sometimes difficult to find time for the little things. I'd also like to thank Darren L for providing the first donation to my studio fund! Because of his kind feedback and donation, I'll be releasing an update to the Sitefinity Password Recovery that will fix a few issues he encountered. Stay tuned for that, and please feel free to kick in a donation of your own (see sidebar for details).

    Overview

    NOTE: This feature is ONLY available for ...

    Read More »

  • February 12

    Sitefinity Toolkit: Search Index Providers

    Posted Under: Web Development Tags: Sitefinity Toolkit

    I'd like to apologize for the delay in continuing my Sitefinity Toolkit series. Wednesday I was out sick, and have spent the rest of this week catching up. However I didn't want the weekend to pass without adding at least something, so here is a quick rundown on using the new Search Index Providers provided by the toolkit.

    A lot of this work is based on the Sitefinity Index and Search Events post I wrote last year, but in addition to indexing the Events Module, it has been extended to include support for Latest News, which is any ...

    Read More »

  • February 09

    Sitefinity Toolkit: iCal Event Reminder

    Posted Under: Web Development Tags: Sitefinity Toolkit C# iCal

    One of the best features of Sitefinity is the Events Module. But while you can easily add and categorize events, and even show a nifty interactive map on the event detail page, there isn't any built-in way to let your visitors add the event to their Outlook calendar.

    Fortunately, with the help of DDay.iCal Class Library by Douglas Day, I was able to bring easily incorporate this functionality. The process basically reduces to this:

    1. Retrieve the Event ID from the event details page
    2. Pass that ID to an ashx handler, which returns an iCal item

    Installation and Usage

    Of ...

    Read More »

  1. 1
  2. 2
  3. Next page