javascript Archives - PureSourceCode https://puresourcecode.com/tag/javascript/ All technologies, only pure source code Sat, 12 Oct 2024 16:26:49 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://i0.wp.com/puresourcecode.com/wp-content/uploads/2020/04/cropped-logo-1.png?fit=32%2C32&ssl=1 javascript Archives - PureSourceCode https://puresourcecode.com/tag/javascript/ 32 32 174863524 Introduction to Node.js https://puresourcecode.com/tools/node-js/introduction-to-node-js/?utm_source=rss&utm_medium=rss&utm_campaign=introduction-to-node-js https://puresourcecode.com/tools/node-js/introduction-to-node-js/#respond Sat, 12 Oct 2024 16:16:51 +0000 https://puresourcecode.com/?p=64603 This is an introduction to Node.js that is a server to run JavaScript apps. After a brief history, I will create a simple web application.

The post Introduction to Node.js appeared first on PureSourceCode.

]]>
https://puresourcecode.com/tools/node-js/introduction-to-node-js/feed/ 0 64603
New MarkdownEditor components for JavaScript and Blazor https://puresourcecode.com/javascript/new-markdowneditor-components-for-javascript-and-blazor/?utm_source=rss&utm_medium=rss&utm_campaign=new-markdowneditor-components-for-javascript-and-blazor https://puresourcecode.com/javascript/new-markdowneditor-components-for-javascript-and-blazor/#respond Mon, 01 Jul 2024 16:48:11 +0000 https://puresourcecode.com/?p=60780 Today, after 2 years, I released a new Markdown Editor components for JavaScript and Blazor. The full source code is available on GitHub.

The post New MarkdownEditor components for JavaScript and Blazor appeared first on PureSourceCode.

]]>
https://puresourcecode.com/javascript/new-markdowneditor-components-for-javascript-and-blazor/feed/ 0 60780
Dynamically add JavaScript from Blazor components https://puresourcecode.com/dotnet/blazor/dynamically-add-javascript-from-blazor-components/?utm_source=rss&utm_medium=rss&utm_campaign=dynamically-add-javascript-from-blazor-components https://puresourcecode.com/dotnet/blazor/dynamically-add-javascript-from-blazor-components/#respond Tue, 25 Jan 2022 20:44:06 +0000 https://puresourcecode.com/?p=29156 In this new post, I show you the code to dynamically add JavaScript from a Blazor components coming from the component itself or another URL

The post Dynamically add JavaScript from Blazor components appeared first on PureSourceCode.

]]>
https://puresourcecode.com/dotnet/blazor/dynamically-add-javascript-from-blazor-components/feed/ 0 29156
How to add notifications to your PWA https://puresourcecode.com/javascript/how-to-add-notifications-to-your-pwa/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-add-notifications-to-your-pwa https://puresourcecode.com/javascript/how-to-add-notifications-to-your-pwa/#respond Tue, 01 Dec 2020 16:27:46 +0000 https://puresourcecode.com/?p=19748 In this post, I explain and give you the code of how to add notifications to your PWA (Progressive Web Application).

The post How to add notifications to your PWA appeared first on PureSourceCode.

]]>
https://puresourcecode.com/javascript/how-to-add-notifications-to-your-pwa/feed/ 0 19748
The Service Worker Lifecycle with PWA https://puresourcecode.com/javascript/the-service-worker-lifecycle-with-pwa/?utm_source=rss&utm_medium=rss&utm_campaign=the-service-worker-lifecycle-with-pwa https://puresourcecode.com/javascript/the-service-worker-lifecycle-with-pwa/#respond Tue, 01 Dec 2020 12:25:11 +0000 https://puresourcecode.com/?p=19707 The Service Worker Lifecycle with PWA can be one of those states: parsed, installing, installed, activating, activated, and redundant

The post The Service Worker Lifecycle with PWA appeared first on PureSourceCode.

]]>
https://puresourcecode.com/javascript/the-service-worker-lifecycle-with-pwa/feed/ 0 19707
Intro to PWAs and Service Workers https://puresourcecode.com/javascript/intro-to-pwas-and-service-workers/?utm_source=rss&utm_medium=rss&utm_campaign=intro-to-pwas-and-service-workers https://puresourcecode.com/javascript/intro-to-pwas-and-service-workers/#respond Tue, 01 Dec 2020 10:56:14 +0000 https://puresourcecode.com/?p=19690 This post is an intro to PWAs and Service Workers. Progressive Web Apps, aka PWAs, are becoming more and more popular everyday

The post Intro to PWAs and Service Workers appeared first on PureSourceCode.

]]>
https://puresourcecode.com/javascript/intro-to-pwas-and-service-workers/feed/ 0 19690
Hiding PowerBI report filter pane https://puresourcecode.com/tools/powerbi/hiding-powerbi-report-filter-pane/?utm_source=rss&utm_medium=rss&utm_campaign=hiding-powerbi-report-filter-pane https://puresourcecode.com/tools/powerbi/hiding-powerbi-report-filter-pane/#respond Wed, 11 Nov 2020 11:56:57 +0000 https://puresourcecode.com/?p=17869 In this post I want to give you the code for hiding in PowerBI the report filter pane from report viewers in an embedded report

The post Hiding PowerBI report filter pane appeared first on PureSourceCode.

]]>
https://puresourcecode.com/tools/powerbi/hiding-powerbi-report-filter-pane/feed/ 0 17869
TypeScript: JavaScript made Easier and Simpler https://puresourcecode.com/javascript/typescript-javascript-made-easier-and-simpler/?utm_source=rss&utm_medium=rss&utm_campaign=typescript-javascript-made-easier-and-simpler https://puresourcecode.com/javascript/typescript-javascript-made-easier-and-simpler/#comments Sat, 06 Jun 2020 13:40:32 +0000 https://puresourcecode.com/?p=3667 TypeScript is a language that is strongly typed and object-oriented. TypeScript is a combination of JavaScript and Type Annotations

The post TypeScript: JavaScript made Easier and Simpler appeared first on PureSourceCode.

]]>
https://puresourcecode.com/javascript/typescript-javascript-made-easier-and-simpler/feed/ 1 3667
Web Browsers still allow drive-by-downloads in 2020 https://puresourcecode.com/tools/web-browsers-still-allow-drive-by-downloads-in-2020/?utm_source=rss&utm_medium=rss&utm_campaign=web-browsers-still-allow-drive-by-downloads-in-2020 https://puresourcecode.com/tools/web-browsers-still-allow-drive-by-downloads-in-2020/#respond Tue, 02 Jun 2020 06:56:24 +0000 https://puresourcecode.com/?p=3466 It’s 2020, and numerous browsers still allow drive-by-downloads from what is meant to be secure contexts such as sandboxed iframes. For those unfamiliar with the term, a drive-by-download is when a user visits a site, and a file download is initiated without the user’s interaction. This technique can be used to distribute unwanted software and malicious programs in the hopes that users will accidentally or mistakenly execute the downloads and get infected. New research from ad security firm Confiant shows that secure contexts such as sandboxed iframes can be abused to allow drive-by-downloads…

The post Web Browsers still allow drive-by-downloads in 2020 appeared first on PureSourceCode.

]]>
https://puresourcecode.com/tools/web-browsers-still-allow-drive-by-downloads-in-2020/feed/ 0 3466