1 day conference – Primary Danish - $200 - www.danishdevconf.comThe first of the conferences I attended this year was on the last day of April. It was in Aarhus, and it was one of the conferences I’ve…
One of the methods that i use to learn more stuff, and one of the methods that usually gives me the most inspiration for my everyday work life, is going to conferences. I like attending them, and…
Last week I went to the Sitecore HQ in Copenhagen, to get some upgraded skills on the Sitecore DMS package. In my current position, I haven’t really tried working with the DMS part of the CMS. I’ve…
This post isn’t a Sitecore only post. I faced a problem today, when one of my colleagues told me that one of the latest sites we had launched contained multiple title tags in the head part of the…
This isn’t really related to Sitecore, but .NET and Windows Azure.Finally had the time to move my blog to Windows Azure. I’ve been looking a lot at the service for some time, and I must admit that I…
... or any other ASP.NET based systemAt the company i work at, we used to sell our own custom made CMS-like system. This was a great success, and the product had many customers. Since we have moved…
At Danish Developer Conference 2012, I saw one of the coolest demos this year. It was Mads Kristensen of Microsoft, showing the Microsoft.Web.Optimization nugetpackage in Visual Studio 2012 Beta (at…
Currently the preferred mobile strategy at Oxygen Software is responsive websign, where your mainpage will adapt the the device that is viewing it. If you for some reason should have a project where…
This is a short and simple tip, but very usefull when dooing new HTML5 based projects.www.html5boilerplate.com will help you structure your markup for a new HTML5 page. It gives you the ability to…
Keeping track of yout logfiles, realtime When working with Sitecore, or other applications that utilize a logfile, its a great help to use an application that supports rolling logs. Rolling logs means…
Content Delivery Networks for you javascripts Content Delivery Network - CDNA content delivery network(CDN), is defined as "a large distributed system of servers in multiple data centers in the…
Userfull wor working on sites that supports switching to https When working with sites that supports switching to https, you need to be aware that external references also is reachable by https, and…
Javascript debug loggingTry calling "console.log", this will log some message to the console. The console isnt avalible for the ordinary user, but when you are using a browser that supports the…
I wrote this article original to give som guidelines for my company, Oxygen Software. Therefore its my view on the var keyword.Use it wisely The var keyword in c# has made it easier to be a developer,…
Easy HTML5 & CSS3 backwords compatability Modernizr.js is a nifty little javascript plugin for all yout html5 worries.The concept is that you write html5 code, with no regards to browsers beeing able…
Easy execution of your postbuild events When working on our larger projects, we use post-build events. One part of the post-build is the dll file, which Visual Studio will handle to copy to the…