So I stumpled over the need to add url parameters with search and page for respectively searching and pagination. This I achived with UrlSearchParams With […] Read More
Category: Programming
All about programmering
So i often have to gain access to a member in Umbraco, to either make updates or help with password resets etc. So i set […] Read More
So i wanted to add a simple migration for a comments table for my articles. In Umbraco 8 they make it easy with components and […] Read More
I use a simple recaptcha helper which i call from the controller, to verify the result with. When i call the code, for example in […] Read More
I created a “Members” folder in the Media Section, where all the member images will be saved. The code starts with checking that a Members […] Read More
I use a custom index, here called NordmanniIndex, which i then add all the fields available to it, so i can search them. Then i […] Read More
I added this bit of code to handle a slight worry i had, because in the group (union or “forening”), a lot of high quality […] Read More
There is no better way to write html then zen coding. It is fast and efficient, and easy to use. For example writing: And pressing […] Read More
I Use a Surfacecontroller to walk through my content, i have added a SeoSiteMap boolean property in Umbraco, so i can disable certain pages, which […] Read More