Archive of 2009 October
-
Font resizing and printing with jQuery
Posted on October 27, 2009 by Frederik Vig in JavaScript, Web designYou've probably seen the three A's on various websites, especially public sector websites; that you can click on to increase the font size on the web site. I'm personally not a huge fan of those. In my opinion it is...
Continue reading this entry → -
SlideShare Dynamic Content
Posted on October 25, 2009 by Frederik Vig in EPiServerIn previous posts I've blogged about the SlideShare API. In this post I'm going to show how you can use it to create a Dynamic Content Plugin that lets your editors choose a presentation from SlideShare.net and display...
Continue reading this entry → -
EPiServer FindPagesWithCriteria and FindAllPagesWithCriteria
Posted on October 21, 2009 by Frederik Vig in EPiServerI didn't know about the FindAllPagesWithCriteria method until today. There is a subtle, but very important difference between the two. FindPagesWithCriteria will filter out pages the requester does not have access to and that are not published, while
Continue reading this entry → -
SlideShare .NET API Wrapper
Posted on October 18, 2009 by Frederik Vig in .NET, C#In a recent project I had to work with the SlideShare API. Thankfully there was some good documentation to get me started, and even a .NET wrapper for the first version of the API. From SlideShare SlideShare...
Continue reading this entry → -
Sending confirmation email to the user when using EPiServer XForms
Posted on October 17, 2009 by Frederik Vig in Code Snippet, EPiServerPlenty of websites have contact forms or other forms that users fills out to either make a request or provide feedback. This is something that many sites use instead of making their email address public available. To avoid receiving to...
Continue reading this entry → -
Creating an EPiServer Plugin
Posted on October 8, 2009 by Frederik Vig in EPiServerIn EPiServer you can use plugins to extend the UI with new functionality for administrators and editors. You have 10 different types to choose from. ActionWindow - Item in listing on action window in edit mode EditPanel - A custom tab item...
Continue reading this entry → -
Creating a mobile version of a web site
Posted on October 4, 2009 by Frederik Vig in ASP.NET, CSS, EPiServer, Web designWhen building web sites we has developers or designers have to take into consideration all the different types of devices that can be used to access the web sites we create. Not just PC or Mac with Internet Explorer, Firefox,...
Continue reading this entry →