Tagged: Javascript

0

Blogring – Web Component using Vanilla JavaScript

I wanted to write a simple web component to display the Blogring. Currently, I have embed.html, I use it in an iframe, inside which we get the data to create the content and set it as the innerHTML of a div. I just wanted a fancy tag that would embed the Blogring.

0

Linked List: Three Firefox Add-ons for Power Users

A browser is q sandboxed area where you can access, view, and manipulate the data. Somehow the ability to manipulate the data (website) locally; to suit users’ needs doesn’t get noticed much. This feature is a potent tool in the hands of capable users. The following addons will add to that users’ power.

2

Introduction to Querying JSON using JSONata

Table of Contents1 Getting Started1.1 Using JSconsole1.2 Into an HTML Page1.3 Using Try JSONata2 Let’s begin with some data3 Let’s write some more queries JSON is the defacto data format for web APIs. Usually getting the data you want out JSON means iterating through the arrays, find if the key exists and then...

0

Using DataTables with CouchDB

DataTables is an Open Source jQuery plugin that adds controls to any HTML table. Usually DataTable takes an existing HTML table and adds functionality to it. It can also pull data from a remote JSON and create table on the fly. It’s a useful feature. Although for big datasets it doesn’t work as...

0

V7: Embeddable JavaScript Engine

For a project of mine I was looking for an embedded scripting language. Lua was my first choice. But not many outside gaming know Lua much. Even though I thought about JavaScript, I ignored it for a long time considering it isn’t great for an embedding. Recently I while exploring embeded systems I...

Mathematics on Web 10

Mathematics on Web

At some point of time course material of Processing will go online. I believe in true web and hence the presentations are in HTML. Last two days I was struggling to put some mathematical formulas with out breaking the web. The best I could find was MathJax. Its an open source JavaScript display...