Posts tagged with “javascript“ (14)

  1. Write a VS Code extension in JavaScript, not TypeScript ^

    The VS Code API docs are oriented towards TypeScript. I will offer a JavaScript alternative, and offer some insight on building extensions.

  2. Animating text along a path (it’s easy)

    It is easy to animate text along a path. You can use it to make some fun effects. All you need is some SVG and a sprinkle of JavaScript.

  3. An analog limegreen clock against a stark white background. It has The Matrix vibes.

    Calculate the estimated reading time for a blog post

    Can we add anything to a standard blog that would enhance the reading experience? How about the estimated reading time?

  4. A turquoise analog alaram clock.

    Make a reading progress bar for your blog

    Can we add anything to a standard blog that would enhance the reading experience? How about a reading progress bar?