November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
Trusted connection When installing EPiServer using Deployment Center I haven’t really figured out how to enable the the Windows Authentication button in the setup wizard. I usually install with a temp. Sql user and later on I change this to a...
When using Page Type Builder page types are declared in code and a class is equivalent to an EPiServer CMS page type. The criteria for a class being a page type is that it’s a subclass of TypedPageData and that it has a PageType attribute. All of...
Arm yourself with the DDS Explorer and venture into the dark bowels of your EPiServer CMS 6 site. Find what stores there are. Learn the kinds and sizes of shelves in the store Take a peek at what lies in store for you. And change it! Download DDS...
jQuery summit is an online conference that was held this Thursday. The main event was of course The State of jQuery with John Resig . John talked a lot about the news in the upcoming version 1.4 of jQuery. Some of the news are: Optimization and...
There are some new features in CMS6 regarding license and site handling that I would like to share with you in this post. Site management In admin mode there is a new option “Site Information” as seen below: From the list you might already see a n...
I usually find myself trying to automate stuff that I find to be the "less funny part", such as testing :), so when I heard of the Gadget Contest, it felt like a good time to start the automatization process :). This is my contribution: This gadge...
Here’s some hints on how you can speed up initialization of your EPiServer sites. In the “lang” directory you have all the system languages. These are parsed and loaded into the memory. It might be the case that you don’t really need all of these....
http://net.tutsplus.com/tutorials/javascript-ajax/24-javascript-best-practices-for-beginners/ Great tips for the beginner. Examples of common pitfalls and do's and don'ts. https://developer.mozilla.org/En/JavaScript A really good JavaScript...