Archive of 2010 February
-
Adding different CSS classes when using the EPiServer PageTree control
Posted on February 28, 2010 by Frederik Vig in Code Snippet, EPiServerAnother little quick tip. I was browsing the EPiServer World forum and came across a common question. by David Green I am using the EpiServer:PageTree control to generate a nested <ul><li> list in the format below. However I am...
Continue reading this entry → -
Getting the Page and EPiServer CurrentPage object from HttpContext
Posted on February 20, 2010 by Frederik Vig in ASP.NET, EPiServerJust a little quick tip when needing to use either the Page object or the EPiServer CurrentPage object from a class file. HttpContext.Current will give you access to the current request, what we can do is cast HttpContext.Current.Handler (since Page...
Continue reading this entry → -
Visual Studio 2010 EPiServer Snippets
Posted on February 11, 2010 by Frederik Vig in ASP.NET, EPiServer, Visual StudioI finally got my hands on a copy of Visual Studio 2010 RC1! After playing around a bit, I stumbled across the new snippet functionality in Visual Studio 2010. You can now use snippets in the markup files as well...
Continue reading this entry → -
Guide to font sizing with CSS
Posted on February 6, 2010 by Frederik Vig in CSS, Web designFont sizing with CSS and browser support as always been a mystery to me. We used to use pixels, than we switched to ems and percent, then we switched back to pixels again?!.. In this post I've tried shedding some...
Continue reading this entry →