PureSourceCode
Skip to content
PureSourceCode
All technologies, only pure source code
  • Home
  • Forum
  • Links
    • Videos
    • Contact
    • Download
  • Services
    • Azure Functions creation
    • Azure support
    • Custom software development
    • Mobile applications
  • Shop
  • Register
  • Profile
    • User Blogs
    • Submit New Blog Post
    • My Profile
    • Search Users
    • Newsletter
    • Compare
    • Wishlist
    • Cart
    • Checkout
    • My orders
  • Groups
    • Group Wall
    • Users Map
    • Write a post
    • Event Sites & Locations
    • Events
    • Booking
    • Submit Event
    • Performers
    • User Profile
    • Event Types
Homepage
JavaScript

Category: JavaScript

How to add notifications to your PWA
JavaScript
54321
0 (0 votes)
24
How to add notifications to your PWA
Enrico2 months ago0

In this post, I explain and give you the code of how to add notifications to your PWA (Progressive Web Application).

javascript, notification, Progressive-Web-Apps, pwa
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
The Service Worker Lifecycle with PWA
JavaScript
54321
0 (0 votes)
16
The Service Worker Lifecycle with PWA
Enrico2 months ago0

The Service Worker Lifecycle with PWA can be one of those states: parsed, installing, installed, activating, activated, and redundant

javascript, Progressive-Web-Apps, pwa, service-workers
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Intro to PWAs and Service Workers
JavaScript
54321
0 (0 votes)
21
Intro to PWAs and Service Workers
Enrico2 months ago0

This post is an intro to PWAs and Service Workers. Progressive Web Apps, aka PWAs, are becoming more and more popular everyday

javascript, Progressive-Web-Apps, pwa
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
TypeScript: JavaScript made Easier and Simpler
JavaScript TypeScript
54321
0 (0 votes)
25
TypeScript: JavaScript made Easier and Simpler
Enrico8 months ago0

TypeScript is a language that is strongly typed and object-oriented. TypeScript is a combination of JavaScript and Type Annotations

annotations, installer, javascript, typescript
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
JavaScript Tools
54321
0 (0 votes)
6
Web Browsers still allow drive-by-downloads in 2020
Enrico8 months ago0

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…

browsers, javascript, security
Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
React.JS
54321
0 (0 votes)
4
First example with ReactJs
Enrico1 year ago0

ReactJs time! To start with my first example in ReactJs, I’m using Codepen. Create a new pen. In Settings, under JavaScript select Babel as JavaScript Preprocessor. Then in Add External…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
AngularJs
54321
0 (0 votes)
8
First AngularJs example
Enrico3 years ago0

If you are looking around for a new job as .NET developer, all companies are asking you AngularJs. Then I’m starting to learn it and I share with you the…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
C# HTML JavaScript MVC
54321
0 (0 votes)
14
C# and HTML5: drag and Drop elements
Enrico5 years ago1

HTML5 API includes Drag and Drop (DnD) native functionality. The event listener methods for all the drag and drop events accept Event object which has a readonly attribute called dataTransfer.…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Framework React.JS
54321
0 (0 votes)
6
Integration with C# and ReactJS
Enrico5 years ago0

The goal for this project is to show a list of books with ReactJS from a WebAPI written in C#. You can download this project from Github. New project Start…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Framework React.JS
54321
0 (0 votes)
12
ReactJS: component Lifecycle and Rendering
Enrico5 years ago1

These are the functions that will be, or can be, included in your specification object when you’re creating a component. Part of these specification functions are lifecycle functions, which when…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# JavaScript MVC WebAPI
54321
0 (0 votes)
3
Creating a URL shortener using ASP.NET WepAPI and MVC
Enrico5 years ago0

In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015 and the latest version of all components. ASP.NET MVC: Microsoft’s modern web application framework. As…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
JavaScript
54321
0 (0 votes)
11
Automatic Table of Contents
Enrico5 years ago0

Any long page of content with distinct and well marked up content can benefit from a table to contents. A table of contents provides a quick way to jump down…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
C# JavaScript Uncategorized
54321
0 (0 votes)
8
Write C#. Run JavaScript.
Enrico5 years ago0

Open Source C# to JavaScript Compiler and Frameworks. Run Your App On Any Device Using JavaScript. Use Bridge.NET to build platform independent applications for mobile, web and desktop. Run on…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
JavaScript
54321
0 (0 votes)
8
Track events for Google Analytics and Piwik
Enrico5 years ago0

After my post of yesterday, I’ve worked for creating a script to integrate Google Analytics (new version with analytics.js) and Piwik (Piwik is the leading open-source analytics platform similar to Google…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
JavaScript
54321
0 (0 votes)
48
Crypt and decrypt your email with JavaScript
Enrico5 years ago1

If you want to publish an email on your site but you want to protect it, I have a simple solution   HTML <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <script…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
JavaScript
54321
0 (0 votes)
5
Classical Inheritance in JavaScript
Enrico6 years ago0

JavaScript is a class-free, object-oriented language, and as such, it uses prototypal inheritance instead of classical inheritance. This can be puzzling to programmers trained in conventional object-oriented languages like C++…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Ajax ASP.NET HTML JavaScript
54321
0 (0 votes)
20
Using the UpdateProgress to lock down controls in the browser
Enrico6 years ago0

If it takes awhile for the server to process the postback (e.g. complex rules or badly written code ), the user may not realize that the server is processing the…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
ASP.NET C# JavaScript
54321
0 (0 votes)
32
Chart.js Asp.net : Create Pie chart with database jQuery Ajax C#
Enrico6 years ago0

This article explains using Chart.js in Asp.net C# Web Application we can create a pie chart with database MS SQL server connectivity via jQuery ajax call.  You can also have…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest
Ajax C# JavaScript Uncategorized WebAPI
54321
0 (0 votes)
8
Use a reuseIdentifier Where Appropriate
Enrico7 years ago0

A common mistake in app development is not setting the correct reuseIdentifier for UITableViewCells, for UICollectionViewCells, or even UITableViewHeaderFooterViews. For maximum performance, a table view’€™s data source should generally reuse…

Read more

Share

  • Facebook
  • Twitter
  • Google+
  • LinkedIn
  • Pinterest

PSC Search

Search for:

Ads

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

accounting-software agile alexa android apps artificial-intelligence azure azure-devops azure-functions bill-gates docker dotnet entity-framework entity-framework-core fsharp function games github google-play identityserver4 installer integration invoices ios iPhone javascript linux microsoft-excel microsoft-office ms-edge netcore packages password Progressive-Web-Apps pwa security source-generators start tools website windows10 windows10x xamarin-form xbox xbox-series-s

Ads

Recent Posts

  • Add logging to Microsoft Office add-ins
  • Start with Docker
  • Deploying dockerized R/Shiny Apps on Microsoft Azure
  • Dropdown list in Excel
  • Windows10X is the answer to ChromeOS

Recent Comments

  • Add logging to Microsoft Office add-ins - PureSourceCode on Microsoft teases its future Office UI
  • Start with Docker - PureSourceCode on Getting started with Windows Terminal
  • Start with Docker - PureSourceCode on Azure your platform in the cloud
  • Deploying dockerized R/Shiny Apps on Microsoft Azure - PureSourceCode on Use Azure Resource Groups: A Simple Explanation
  • Deploying dockerized R/Shiny Apps on Microsoft Azure - PureSourceCode on Azure your platform in the cloud

Ads

Archives

  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • November 2019
  • September 2019
  • August 2019
  • July 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • August 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • June 2015
  • May 2015
  • April 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • May 2014
  • April 2014
  • September 2013

Ads

Categories

  • .NET
  • .NET Core
  • .NET General
  • Agile
  • Ajax
  • Amazon
  • Android
  • AngularJs
  • Apple
  • Apps
  • ASP.NET
  • Azure
  • Azure
  • C#
  • Developers
  • Docker
  • F#
  • Framework
  • Games
  • General
  • Google
  • Google
  • HTML
  • IIS
  • Internet
  • iOS
  • JavaScript
  • Linux
  • macOS
  • Microsoft
  • Microsoft Office
  • MVC
  • News
  • Other
  • PowerBI
  • Programming languages
  • Projects and ideas
  • R
  • React.JS
  • Security
  • SQL
  • Testing
  • Tips & tricks
  • Tools
  • TypeScript
  • Uncategorized
  • Universal Windows App
  • VB.NET
  • Visual Basic
  • Visual Studio
  • Visual Studio
  • WebAPI
  • Windows
  • Xamarin

Ads

Template MOnsters

My other sites

Pure Source Code
PSC Short Url
Quarantine Culture Club
My CV
GitHub
Bookshop
© Copyright 2021. All rights reserved.
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 WhatsApp
 E-mail
 Tweet
 Tweet
 LinkedIn
 WhatsApp
 E-mail