Skip to content

Peter Dillon

Software designer and developer located in Montana.

  • My Prototypes
  • Crypto News Daily
  • Investing
  • Crypto Articles
  • Crypto Terms
  • Albums Of The Month

Category: JavaScript

Posted on December 23, 2021April 14, 2022

My Prototypes

  • Canon
  • Canon Strategic Pricing System
    Built with Angular 7 and Angular-Material
  • Internal Canon CarePak® Management
… Read more
Posted on March 21, 2018January 27, 2022

Front-End Web Development Questions – David Shariff

Original List

  • Execution context references the ‘environment’ a function executes in; that is, variable scope
… Read more
Posted on September 29, 2016December 29, 2021

Header Scroll Transition and the Will-Change Property

Recently I needed to make an animated header that slides up when you scroll down … Read more

Posted on July 13, 2016December 29, 2021

Three ways to use Modernizr

In the CSS:


.no-cssgradients .header {
  background: url("images/gradient.png");
}
.cssgradients .header {
  background-image: linear-gradient(blue, purple);
… Read more
Posted on January 11, 2016January 27, 2022

Interview Challenges

I am in the process of interviewing and wanted to document all the code challenges … Read more

Posted on January 7, 2016April 16, 2016

JasonP and Cross Domain Access

In the jQuery ajax request, the use of a callback function wraps our data to … Read more

Posted on December 6, 2015April 3, 2016

JavaScript this, self, bind, call, and apply

When a function is set and the this value is not assigned, it is always … Read more

Posted on December 6, 2015December 11, 2015

Manipulating Arrays

forEach()

Pass a callback function that manipulates each element in the referenced array. It sends … Read more

Posted on December 6, 2015January 2, 2016

By ‘reference’ and by ‘value’

By Reference: with Objects (incl. functions)


var a, b;
var a = { myObj: "value" 
… Read more
Posted on December 5, 2015March 21, 2018

HTML5 localStorage

As an exercise, I wanted to use vanilla javascript and localStorage() to take two items … Read more

Posts navigation

Page 1 Page 2 Next page
  • Crypto as Commodities, Securities, Debt SecuritiesJune 5, 2023
  • What is Litecoin (LTC)May 31, 2023
  • Bitcoin HalvingMay 16, 2023
  • The Awesome OscillatorApril 1, 2023
  • Ordinals Protocol February 19, 2023
  • Vesting CryptoJanuary 28, 2023
  • Why Bitcoin Uses C++January 1, 2023
  • The Howey TestJanuary 1, 2023
  • Triple Halving – EthereumDecember 30, 2022
  • Bitcoin Replace-By-Fee (RBF)November 25, 2022
  • Failing Crypto Products & TrustNovember 24, 2022
  • Censorship ResistanceNovember 21, 2022
  • Issues With DeFi (Decentralized Finance)November 13, 2022
  • Coin Mixing – Tornado CashSeptember 24, 2022
  • ETH Mining NotesSeptember 18, 2022
  • Merkle RootAugust 18, 2022
  • Market Cap & Realized CapJuly 31, 2022
  • Legging InJuly 23, 2022
  • Bitcoin DifficultyJuly 23, 2022
  • Securities and Financial InstrumentsJuly 13, 2022
  • What is MiCA?July 2, 2022
  • What is Bitcoin Pizza Day?May 22, 2022
  • What Is An Algorithmic  StableCoin?May 13, 2022
  • Gemini Changes Interest Yield For GUSD In Earn:April 2, 2022
  • What Is A DAO?March 18, 2022
  • The Solidity Programming LanguageMarch 3, 2022
  • What Is A UTXO?February 24, 2022
  • What Is A Hashrate?February 24, 2022
  • While Monero Deals With A Potential 51% Attack, Is Pirate Coin A Better Option?February 18, 2022
  • BitFinEx Hackers, Privacy, US Dollar DeclineFebruary 15, 2022
  • A Note On Crypto SecurityFebruary 9, 2022
  • Bitcoin Lightning Network (LN)February 8, 2022
  • Crypto LinksFebruary 2, 2022
  • Trading And Investment LinksJanuary 29, 2022
  • Crypto and Financial TermsJanuary 29, 2022
  • Agile
  • Albums Of The Month
  • AngularJS
  • Browser Behavior
  • Business
  • Crypto
  • Crypto News Daily
  • CSS
  • Design Theory
  • Development Process
  • Employment
  • Finance
  • HTML
  • HTTP
  • Investing
  • Ionic
  • JavaScript
  • national parks
  • Networking
  • Uncategorized
Proudly powered by WordPress