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
I’m a huge fan of extension methods. In every project I have at least a couple of them. Always adding new ones. If you read other blogs you see that I’m not the only one. We all have a couple of classes with extension methods we use in our project...
Here is my humble contribution to the Gadget Contest 2009 . The SiteCenter in EPiServer CMS 6 is truly awesome and I think it will be a big help to many of the roles involved in a company’s web site – editors, web masters, marketing managers, sale...
My first blog post ever, here it goes: This is a gadget I’ve created for monitoring all scheduled jobs installed on the site. You can also execute jobs manually using this gadget. This is the default view, a list of all scheduled jobs. The...
This is a little gadget for testing your site with various tools. This can be anything from checking your sites speed performance, mobile-readiness, accessibility, how the site looks in various browsers, and more. Configuring the new gadget After...
The EPiServerFriendlyUrlRewriteProvider in EPiServer CMS 5.2 SP2 can cause navigational problems for visitors using mobile phones. I have noticed that the browser in some Ericsson mobile phones does not handle friendly URL’s very well. Recently th...
How many times have you made a property called IntroImage and used that to display an intro image on a page? Then how often have you gotten a question about how do we add a flash, or can we have this image a bit smaller/larger on a particular page...
This semester at FMI, Sofia University, is starting a new course dedicated to programming .NET and using the latest Microsoft technologies. The course is called "Programming .NET and WPF". You can check out the program of the course on the...
Every control in ASP.NET inherits from System.Web.UI.Control and have the RenderControl method. When you want to get the html output of the control at any point of the page execution lifecycle you can use the following method. public string...