Showing posts with label Web Sites. Show all posts
Showing posts with label Web Sites. Show all posts

Wednesday, May 19, 2010

BlogEngine.Net Plugins and Extensions

I took this from http://www.dotnetblogengine.net/page/Extensions.aspx:


Extensions

Here's a list of extensions that you can download and implement into your own BlogEngine.NET installation.  Thanks goes to Paul Tumelty for collecting this list and sharing with it us.

Embedded Media Extensions

Navigational Extensions

Sydication/Social Bookmarking Extensions

  • Social Bookmarking Extension - Enables you to add links to all of the major social bookmarking sites
  • FeedFlare Plugin - Something to do with FeedFlare (in Italian!)
  • DotNet Kicks Button - Submit a blog entry to DotNetKicks
  • SIOC Implementation for BlogEngine.Net - SIOC for BlogEngine.NET. SIOC (Semantically-Interconnected Online Communities) is an extension of RDF which goes beyond RSS in that it describes not only the content of a website, but the connections between site content, users on the site, and other websites.
  • Updated DotNetKicks Button - Enhanced DotNetKicks Extension
  • DZone badge which have a category you have designated to automatically receive a badge
  • Tweet this - Add a button to the bottom of each blog post which allows anyone to send a tweet

Statistical Extensions

Anti-Spam Extensions

Theme Widgets

Hyperlink Extensions

  • Toolbox Extension - Allows you to build lists of resources which can easily be referenced via blog posts, or displayed in a list (This page is built using this!)
  • Wikipedia Plugin - Allows creation of links to terms in Wikipedia (site in Italian)
  • QuickLinks - Automatically create hyperlinks from keywords
  • QuickerLinks - Enhanced version of QuickLinks
  • Snap Links Extension - Provide thumbnail previews of Links
  • ShortLink Extension - Create shortcuts from small text snippets

Administration Extensions 

Input Extensions

Miscellaneous Extensions


You can find even more extensions at the BlogEngine.NET Extensions CodePlex site.
If you have written an extension, then please contact us so we can add a link to it from this page.
You can also submit your extension at BlogEngine Theme site.

Tuesday, May 11, 2010

Increasing the timeouts for a DNN website

I found this online (here), and thought I'd jot down the important pieces for myself any anyone else who might run across this. There are several places you can adjust timeouts for websites in general, let alone a DotNetNuke CMS-based site. Here's a walkthrough:


  • increase session time-out for the webserver

    • Open the properties for your DNN site in your IIS manager
    • Go to the tab "Home Directory"
    • Click the button "Configuration" in the lower section of the screen
      (You now have a window named "Application Configuration")
    • Go to the tab "Options"
    • Make sure "Enable session state" is enabled, and increase the value. Personally I prefer 60 minutes.
  • Enable content expiration for the webserver (so nobody screws up their data using the back/foreward buttons in their browser)

    • Open the properties for your DNN site in your IIS manager
    • Go to the tab "HTTP Headers"
    • Make sure "Enable content expiration" is enabled and set your desired expire-time. Personally I prefer immediate expiration.
  • Increase the session time-out for your DNN portal
    • Log in as Host
    • Go to the Host/provider configuratino page
    • Open the "Advanced" section
    • Increase the number of minutes users can be online without interaction
    • Save the setting
  • Adjust the forms timeout for .NET web applications on your site
    • Open your web.config file
    • find the forms tag
    • Set the timeout value to whatever you like. The new default value for DNN is 60, but in older files (or sites where someone messed with the value) it might be lower. I prefer timeout="60" which also matches the above.
  • Cycle/restart your IIS server

Blog Archive

Hits and Stats


Stats