Skip to content
Ben Alex Keen
  • Home
  • About
  • Blog
Menu Close
  • Home
  • About
  • Blog

Javascript

  1. Home>
  2. Javascript

Updating output values using input scrollbar values

  • Post author:Ben Keen
  • Post published:18th May 2018
  • Post category:Javascript

In this post we'll look at updating an output value using input range scrollbars using JavaScript. We will calculate the area of a cuboid based on the length, width and…

Continue ReadingUpdating output values using input scrollbar values

Creating graphs using Flask and D3

  • Post author:Ben Keen
  • Post published:21st October 2017
  • Post category:Javascript/Python

Creating graphs using flask and D3There are some great libraries out there to help you get up and running quickly with interactive JavaScript graphs, including C3, NVD3, highcharts and plotly.…

Continue ReadingCreating graphs using Flask and D3

Conditional disabling of form inputs

  • Post author:Ben Keen
  • Post published:12th October 2017
  • Post category:Javascript

In this post we'll look at how we can use checkboxes and radio buttons to conditionally enable or disable other inputs for forms. First we'll activate input forms by checking…

Continue ReadingConditional disabling of form inputs

Auto-updating dropdown fields in javascript

  • Post author:Ben Keen
  • Post published:17th May 2017
  • Post category:Javascript

In this post we'll explore the use of JavaScript to automatically update dropdown fields based on the input of the previous field. For an example, see the codepen example below:…

Continue ReadingAuto-updating dropdown fields in javascript

Autofilling forms with Javascript

  • Post author:Ben Keen
  • Post published:17th May 2017
  • Post category:Javascript

In this post we're going to write some JavaScript that will allow us to autofill a form. We'll fill in a text input, a dropdown input and a radio input.…

Continue ReadingAutofilling forms with Javascript
© Ben Alex Keen