Take the community feedback survey now.
Take the community feedback survey now.
At the EPiServer Partner Summit in Malmø I held a presentation about Search Providers and Settings for Properties, which is new functionality in EPiServer CMS 6. I ran two code demos: Creating a custom search provider from scratch Adding settings ...
One of the new features in EPiServer CMS 6 is Quick Publishing (previously called Content Guides). This is a great way of letting users create and publish content without touching edit mode. To read more about Quick Publishing, see the ‘Let Those...
The is no doubt that with the introduction of IPhone and IPod Touch, mobile browsing has increased dramatically: surveys confirm that iPhone users are hard-core internet junkies. At the same time about 40% of iPhone users say the iPhone has troub...
A new module for creating Google maps using dynamic content is now available on the EPiCode project. The module enables you to insert static Google maps by specifying an address. The Google Static Maps API lets you embed a Google Maps image on...
Ever needed access to the CurrentPage object inside a static method or property? As long as you have a valid HttpContext this code will do the trick PageBase pageBase = HttpContext .Current.Handler as PageBase ; string pageName = pageBase.CurrentP...