Category Archives: JavaScript

JavaScript

Google Apps Script – reading and store feeds from feedly website – part 055.

You need to have an account with feeds on feedly.com and create a on this website. Open your google drive , create a new spreadsheet and open the Google Apps Script editor. This will allow to use this source code and the result of the running will be add into your spreadsheet:

JavaScript – page settings – 004.

This is an example of source code from an HTML page with basic settings:

The integrity attribute is used to ensure that the resource is loaded – in this case, the CSS file from the external CDN. The attribute value contains a cryptographic hash of the file contents, which is checked against the downloaded… Read More »

JavaScript – tweakpane example – 001.

This is a simple example with the tweakpane. Tweakpane is a compact pane library for fine-tuning parameters and monitoring value changes. I tested with this example source code created by me and works great:

If you want to test just use the Visual Code with Live Server extension, copy the source code and use… Read More »

JavaScript – airtable nodejs example – 002.

In the last tutorial, I used a default template project and this is shown on the source code like this:

If you use a grid view, see the next image: then the source code for selection is this:

If you want to use javascript, it needs to have a good field name. For… Read More »