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…
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…
The browser market is bustling with countless desktop and mobile browsers. Opera, Brave, and Vivaldi are not as popular as Firefox or Chrome but they …
A CSS-only image reveal effect can be solved in different ways. It’s actually quite easy to code a design in which the image stands out of (is overf…
It was once tables, then margins and floats, then flexbox and now grid: CSS always steered towards new and better ways to ease the age-old job of codi…
The text-to-speech feature refers to the spoken narration of a text displayed on a device. At present, devices such as laptops, tablets, and mobile ph…
With a cut-out border design we can show to users what can be found underneath the border area of an HTML element. This task is typically solved by st…
We talk about CSS ribbons in web design when a strip of box (called ribbon) wraps another box. It’s a fairly used design technique to decorate text,…
In the first part of this post, we saw how the concepts of synchronous and asynchronous are perceived in JavaScript. In this second part, Mr X appears…
Bookmarklets are JavaScript applications that can be accessed as browser bookmarks. They are used to enable users to perform different actions on web …
Normally, we need JavaScript to perform scrolling effects related to different user actions on web pages. The script does the job of tracking how far …
As a web developer, you frequently need to manipulate the DOM, the object model that is used by browsers to specify the logical structure of web pages…
Dropdown lists are a neat way for providing options for an input field, particularly when the list of options available are long. A user can choose th…