Blogg
Välkommen till vår blogg. Här delar vi med oss av vår specialistkunskap och våra erfarenheter kring e-handelslösningar. Vi bloggar om handel, tech, trender, strategi, marknadsföring, UX, nyheter och mycket annat.
Control how media types are resolved in EPiServer
-
Development
-
Optimizely
Lets say you have several content media types that all have identical MediaDescriptor extension strings. How can you control which type EPiServer will use when uploading files in the asset pane?
Creating a one-click tweet editor plugin for EPiServer 7.x
-
Development
-
Optimizely
Developing a plugin for EPiServer isn't always straightforward, this blog post aims to cross some of the hurdles of getting creative with the TinyMCE editor.
Log4net Loggly Appender for EPiServer CMS
-
Development
-
Optimizely
Loggly is a great cloud-based logging tool. It enables developers to centralise their logging to one convenient location, which helps reduce the time it usually takes to log into the server where the project is located, find the relevant log files, and scroll through the countless number of lines to find that one specific log entry. Needless to say, it's a useful tool indeed, and this plugin enables you to effortlessly implement this feature into your EPiServer CMS project.
Known issues after EPiServer Commerce 7.5 upgrade
-
Development
-
Optimizely
-
E-commerce
After upgrading an EPiServer Commerce solution from version 6 R3 to 7.5, we came across some issues that quickly becomes time consuming if you are not aware of them. To save you time troubleshooting - here is a short description of the issues and how to get around them.
Integrating Grunt into ASP.NET projects
-
Development
-
Optimizely
Grunt is an awesome JavaScript task runner. It enables you to automate various tasks like minification, compilation, unit testing, etc. If you like automation and want to implement it into your ASP.NET projects, this tutorial will show you how to achieve just that.
Meteor
-
Development
-
Optimizely
A short introduction to the Meteor framework.
Geta Tags 1.0.0 released
-
Development
-
Optimizely
New version of Geta Tags now has full tagging functionality like in the previous version for EPiServer 6. Latest version is found on EPiServer's NuGet feed.
One page type, 2 sites, 2 controllers and 2 views in EPiServer 7.5
-
Development
-
Optimizely
A while ago we developed an enterprise solution for a customer containing two EPiServer sites. We wanted to be able to share page types and blocks between the sites but in many cases have a separate MVC controller and view. This was the solution I came up with.