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
Recently I’ve been building a Relate+ demo site and one of things I did was upload a couple of videos. Relate+ has a nice feature where it takes your videos and uploads them to the Internet in a proper web format, so that your users can play them...
This is a very small (just one aspx, no code behind, ~130 rows) file that will show you everything you have in your cache. It can be very handy sometimes to see exactly what you have in the cache and even try and remove some things and see what...
Often we need to filter some of the pages in our PageDataCollection. Perhaps we wish to only show the pages that are published or that the user has access to. For this EPiServer has a few filter classes. Below you’ll find a some examples. More...
C# từ bản 2.0 có toán tử ?? rất tiện. Toán tử ?? tương tự như hàm isnull() trong T-SQL của SQL Server vậy. Nó hoạt động như sau: Nếu value1 là null thì sẽ trả ra value2; VD: Nếu dùng toán tử ?? string result = value1 ?? value2; Nếu viết bình thườn...
In the process of migrating a site I encountered a strange problem with asp.net ajax services. As you all probably are aware - there are two common approaches for running ajax in asp.net. UpdatePanel Webservices callable from javascript When the...
In the beginning of 2008 I posted a blog about getting the Visual Studio integration built for VS 2005 worging in VS 2008 . Now that VS 2010 is in beta status it’s time for another one. Here’s what you need to do to make the Visual Studio tools fo...
This release contains bug fixes and some new features and enhancements. There has also been some work done on performance improvements in both server-side code and client-side code. Full list of bug fixes and features in v2.4: #2349 Display Ordere...
If try to connect to TFS 2010 instance from Visual Studio 2008 you will probably experience the following error message: Possible reasons for failure include: The Team Foundation Server name, port number or protocol is incorrect. The Team Foundati...