Home About

All posts tagged with "Web development"

Web development, anything that has to do with making websites APIs or in general utilising the HTTP protocol. Mostly related to ASP.NET.

Page 1 of 2 Older Posts →

Asp.net core - how to set up a controller endpoint to receive XML instead of JSON

In a previous post I showed how you can send XML using the HttpClient in asp.net core, using the following code snippet: var httpClient = new »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on ASP.NET, .Net core, .Net, Webapi, Web development, XML 28 November 2020

REST - Should you use a body for your HTTP DELETE requests?

I recently had to make an endpoint for a deletion of a resource, for this I wanted to use the HTTP Verb DELETE. However I had »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on HTTP, Web, Web development 14 November 2020

How to fix "Alternative page with proper canonical tag" exclusions in Google Search console

I had seen the number of pages with excluded status "Alternative page with proper canonical tag" in Google Search console grow over time, but »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Google, Web development, Website, SEO 07 November 2020

Javascript - How to remove all elements in a list (HtmlCollection) within a loop

I recently wanted to remove certain elements on my page. They all shared the same class, but I ran into problems when the last one in »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, Web development 07 October 2020

Javascript - how to get a child element with a specific class, attribute or any other selector

In order to get a child element or several child elements I would suggest you use the querySelectorAll or QuerySelector functions. Yes these can be both »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, Vanilla javascript, HTML, Web development 05 October 2020

How to make prism.js word-wrap (line-wrap) code snippets

I recently made a post where I needed to show some code that would look better without word wrap as it was basically one or two »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, Web development, Blogging, CSS 12 September 2020

The website checklist for when you are about to launch a new site - updated 2020

Have you ever been about to publish a website and feel that you are missing something? me too! That is why I created my own checklist »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on HTML, Javascript, CSS, Website, Web development 29 August 2018

How to reset zoom in any browser, Chrome, Edge or Firefox

Browsers get more and more standardised every day and most of them share the same shortcuts by now, such as how to reset the zoom level. »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Browser, Shortcut, Web development, Not programming, Tips and tricks 15 January 2018

What is CORS? How does it work and what does it do?

Cross-origin resource sharing (CORS) is an easy way to share resources and endpoints across the web. The same-origin security policy dictates that client side javascript can »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Web development, Browser, CORS 06 June 2016

Old browsers and support - how to warn users that their browser is unsupported

There are still people out there with outdated browsers. The biggest sinner is internet explorer. From most of the browser statistics I have seen, IE8/IE9 »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Website, Web development, Internet explorer, Browser 04 January 2016
Page 1 of 2 Older Posts →
Rss
Twitter
LinkedIn
profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2021 Cookie policy