A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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
  • Syndicated blog - Posted on: Apr 06, 2010

    This weekend me and Mattias Johansson released a first CTP version of a new open source project, EPiMVP . The project is a framework for using the Web Forms MVP project with EPiServer CMS. Model View Presenter While Web Forms code behind system...

  • Posted on: Apr 05, 2010

    The is no doubt that with the introduction of IPhone and IPod Touch, mobile browsing has increased dramatically:  surveys confirm that iPhone users are hard-core internet junkies. At the same time about 40% of iPhone users say the iPhone has troub...

  • Syndicated blog - Posted on: Apr 03, 2010

    If you have visited sites like Smashing Magazine chances are high that you’ve seen articles with titles like “40 most used jQuery plugins”, or something similar like that. I find articles like that to be great for inspiration. You usually have a...

  • Syndicated blog - Posted on: Apr 02, 2010

    One hidden little feature that is nice to know about is the filesummary.config file. When you edit a file in EPiServer’s File Manager, you can edit the data for that file (simply right-click on the file and choose Edit File Summary). Which gives u...

  • Posted on: Apr 01, 2010

    Further to my previous post, and thank you all for so many views, I now have a solution for enabling the Google spell checker on the tinyMCE editor: Add the two dlls in the zip below to your project Copy the required lines from the web.config in t...

  • Syndicated blog - Posted on: Apr 01, 2010

    Recently I spoke to a client who had recently migrated to EPiServer from another CMS. They'd noticed that the number of internal broken links was going up rather than down after the migration. I thought that this was strange as EPiServer maintains...

  • Posted on: Mar 31, 2010

    So with the release of EPiServer 6 and all it’s advancements comes the news that spell checking is handled by your browser, great news if your using Firefox, a shambles if your not. How did the decision to disable spell checking for IE ever get ou...

  • Posted on: Mar 31, 2010

    If you’re using an appender layout like this: 1: layout type ="log4net.Layout.PatternLayout" > 2: conversionPattern value ="%date %level [%thread] %type.%method - %message%n" /> 3: layout > The conversion pattern is: %date %level [%thread]...