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: Oct 30, 2009

    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...

  • Syndicated blog - Posted on: Oct 28, 2009

    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...

  • Syndicated blog - Posted on: Oct 28, 2009

    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...

  • Posted on: Oct 27, 2009
    Rating:

    My contribution to the Gadget Contest is a gadget for doing findpageswithcriteria-calls. I haven’t done asp.net MVC coding before this so it was a new and interesting experience. Some points of interest – although the introduction to gadgets artic...

  • Syndicated blog - Posted on: Oct 26, 2009

    If you are working with ASP.NET MVC you definitely have seen that in the startup project in Visual Studio in Global.asax file there is a default route added like this: routes.MapRoute( "Content",     // Route name "{controller}/{action}/{id}",    ...

  • Posted on: Oct 25, 2009
    Rating:

    Description This gadget make it possible use Google Gadget as EPiServer Site Center Gadget. Currently there are more than 170000 Google Gadgets and we can now use them in EPiServer Site Center. Features Select Google gadget by list or search. Edit...

  • Syndicated blog - Posted on: Oct 25, 2009

    In previous posts I’ve blogged about the SlideShare API. In this post I’m going to show how you can use it to create a Dynamic Content Plugin that lets your editors choose a presentation from SlideShare.net and display it on their web page. Before...

  • Syndicated blog - Posted on: Oct 23, 2009

    In my current EPiServer project (using EPiServer CMS R2 SP2 and EPiServer Composer) I discovered a bunch of client script issues which basically made it impossible to use Composer in any web browser. This post describes these issues, how to fix th...