Take the community feedback survey now.
Take the community feedback survey now.
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
The average number of words we use to search the web is constantly increasing. That´s why we should start promoting phrases rather then using words in our SEO. By using phrases, you also approach the benefits of long-tail hits – If someone would...
The latest release of Page Type Builder brings a couple of interesting changes when it comes to testability and how we can design our applications. You are now able to inject dependencies into instances of your own page type classes using either t...
When I first started developing Page Type Builder I really wanted it to be as easy to use as possible. And as I believe that almost anything that involves human interaction with XML is an anti-pattern to easy usage I didn’t want to force developer...
When I first started developing Page Type Builder I really wanted it to be as easy to use as possible. And as I believe that almost anything that involves human interaction with XML is an anti-pattern to easy usage I didn’t want to force developer...
I recently noticed that sometimes when I’m running CMS 6 in my development environment against SQL Server 2008 my database user account tends to get locked out every once in a while. Puzzled as to what was going on, I looked into it a little. Goog...
I just released the second beta of Page Type Builder 1.2. Grab it here! This release features quite a few new things, some of them rather exciting! A new initalization process. Up until now Page Type Builder has used a plugin-hack to have it’s...
How to add map markers with Google API's geocoder.getLocations(countryCode, addToMap)
You can get a marker on a country based on the country code by calling Google API's geocoder.getLocations(countryCode, addToMap); and were addToMap processes the response from Google on the country code and created a marker and added it to the map...