Preethi Ranjit

A .NET developer with a JavaScript background, Preethi is expert in front-end coding, JavaScript, HTML, and CSS.

Latest posts

Three Ways to Create HTML Documents on the Fly

Creating HTML documents on the fly, with or without JavaScript, is sometimes necessary. Whether the goal is to display an acknowledgment page or an if…

Introduction to Shared Memory in JavaScript

Shared memory is an advanced feature of JavaScript, that threads (concurrently executed parts of a process) can leverage. Sharing the memory means not…

How to Change Default Text Wrapping with HTML and CSS

Unlike paper, web pages can almost infinitely extend sideways. As much as impressive that is, it’s not something we really need while reading. Brows…

An Introduction to Web Workers JavaScript API

Web Workers is a JavaScript API that allows you to run scripts in a separate thread from the main one. It can come in handy when you don’t want any …

5 <IMG> CSS Properties You Should Know

There are CSS properties, such as background images, border images, masking, and clipping properties, with which you can directly add images to web pa…

3 Ways to Create Object Instances in OOJS

When a programming language is all about objects, the first thing we need to learn is how to create objects. Creating objects in JavaScript is fairly …

How to Create a RSS Reader App in JavaScript

RSS (Really Simple Syndication) is a standardized format used by online publishers to syndicate their content to other websites and services. An RSS d…

How to Choose the Perfect Earphones

Whether we admit it or not, some of us are always buying new earphones. Others just get frustrated with a pair of earphones that are simply wrong for …

Moving Items in CSS Grid Layout [Guide]

Using the CSS Grid Layout Module in web design becomes more and more feasible as more browsers begin to support it. While creating layouts filling in …

5 HTML Features You Might Not Know About

For a language so simple and easy to learn, HTML surely offers an unexpected amount of useful features, many of which most of us don’t even know abo…

20 Power Tips For Your Amazon Kindle

People these days love everyday objects with a touch of technology. A gleaming example of it are the feature-filled handheld devices called e-book rea…

How to Create Medium-Like Floating Action Menu

The popularity of floating action menus has been on the rise, especially since Medium.com brought the feature into vogue. In brief, the floating actio…