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: Jul 15, 2014
    Rating:

    In the last post we looked at bundling and minifying JavaScript and CSS files on the demo site. This time we will take a look at the image files. Web Essentials The Web Essentials extension to Visual Studio is as the name says essential. If you...

  • Posted on: Jul 15, 2014
    Rating:

    Next we will look at reducing the number of requests, reduce bytes on the wire, and leveraging browser caching for our EPiServer CMS site to increase performance. Bundling and minifying JavaScript and CSS files A good place to start to reduce the...

  • Posted on: Jul 14, 2014
    Rating:

    In this series we will look at how we can make the “Cloud Clinic” demo site we built with EPiServer CMS 7.7 perform and scale better. In this first part we will do some base line measurements so we can see how our site perform before we do any...

  • Posted on: Jul 14, 2014
    Rating:

    You sure have done a few upgrades by know but I hadn't. So I thought I would write my experience about upgrading a CMS 7 website to the latest release. There are a few blog post about this subject and I will use them as reference, mainly because...

  • Posted on: Jul 08, 2014
    Rating:

    To test the capabilities of running EPiServer CMS in Azure I created a demo site called “Cloud Clinic”. It is a fictional American hospital that focuses more on making money than their patients, and as such their slogan is “Your pain, our gain” :-...

  • Posted on: Jul 08, 2014
    Rating:

    As of version 7.5 you can run EPiServer CMS as an Windows Azure Web Site (WAWS), and there are good reasons to do so: cheap hosting (pay only for what you use), automatic scaling, quick and easy setup, simple to deploy new code and easy to set up...

  • Syndicated blog - Posted on: Jul 06, 2014

    I’m still on my quest for clean markup and a nice editor experience. Please see my previous post how about to handle wrapping links . In this post I will cover a way to add wrapper markup to properties, that is only rendered in edit mode or when t...

  • Syndicated blog - Posted on: Jul 03, 2014

    In CMS 7.5, the TinyMCE editor is basically equivalent to a regular ContentArea, which can be very useful. Sometimes, however, you want to render your content types with more than just it's default properties.