Get the latest!

Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.

Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World

Syndication and sharing

loading
  • Posted on: Apr 27, 2009
    Rating:

    In this post we’ll create a very simple page provider to get a feel for how it behaves. The base of creating a page provider is implementing an abstract base class called EPiServer.Core.PageProviderBase . Below I’ve created a class that simply...

  • Syndicated blog - Posted on: Apr 27, 2009

    A feature was introduced with SP1 to EPiServer CMS 5 R2, that I (and the product team) have gotten some mixed feedback on. The feature involves the text “Application is busy under initialization phase” to be displayed when EPiServer CMS is startin...

  • Posted on: Apr 27, 2009
    Rating:

    Page Providers are often used to integrate flat external data without a hierarchy. Since everything in EPiServer CMS assumes you have a nice hierarchy you simulate a hierarchy by for example categories or date of creation (i.e. /MyProvider/2009/04...

  • Syndicated blog - Posted on: Apr 27, 2009

    Migrationsverket väljer SiteSeeker integrerat i publiceringsverktyget SiteVision när både intranät och extern webbplats byggs om. Leverantör är Eurolings partner Pulsen. Beslutet att välja SiteSeeker grundade sig på Migrationsverket önskan om en...

  • Syndicated blog - Posted on: Apr 27, 2009

    En spännande rapport av det svenska webbundersökningsföretaget Web Service Award om hur svenska webbplatser mår släpptes i dagarna. Rapporten visar att SiteSeeker är förstahandsvalet när webbansvariga väljer en extern sökfunktion till webbplatsen....

  • Syndicated blog - Posted on: Apr 27, 2009

    Sökfunktionen är det viktigaste verktyget när en besökare letar information på en webbplats enligt rapporten Hur mår Sveriges webbplatser 2009. Hur gör man då för att lyckas med sökningen? Web Service Award som ligger bakom undersökningen ger tre...

  • Syndicated blog - Posted on: Apr 27, 2009

    Back in august of last year I published a post with a small coding example on how to make a Page Provider for the classic Northwind Database. Since it has turned out to be quite popular as a demo for Page Providers (I guess geeks get nostalgic ove...

  • Posted on: Apr 25, 2009
    Rating:

    A task that that keeps appearing more and more is the case of integrating information from some other data source into EpiServer. One way to solve this is to mirror the content and create corresponding Epi-pages programmatically but this clearly...