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…
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…
The web.config that comes with Sitecore is quite impressive, its arround 3.000 lines of configuration. One thing is to be able to know what the different sections does, another thing is to keep track…
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…
Extending jQuery with UI elements So we all know jQuery, and the magic it can do with javascript and DOM manipulation. If you want to use some custom UI elements, you usually have to go find a proper…
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…
Reusing Sitecore API featuresWhile using Sitecore, its nice to know some of Sitecores own built in utility classes.Check out some of these classes before writing you own methods thats does the…
The coolest dummy smtp server youll ever come across :-) Smtp4dev is a smtp server you install on your desktop.When installed and running all you need to do is configure your application to use yout…
Sitecore Query can be a bit of a trick. its almost the same as xpath, but extends it with Sitecore specific elements.John West provided a nice Cheat Sheet for Sitecore Query and som documentation on…