by chung chinyi | Sep 23, 2024 | Uncategorized
At the dawn of the new millennium, marketers began to embrace tracking cookies as a convenient method for connecting with their desired audiences on a broader scale. However, as time progressed, these tools lost their appeal due to increasing concerns over user...
by chung chinyi | Sep 23, 2024 | Uncategorized
HTML Web Storage is a powerful feature that allows web applications to save data directly in the user’s browser. Before the advent of HTML5, developers relied heavily on cookies for storage. This method was limited and inefficient, as cookies were sent with...
by chung chinyi | Sep 23, 2024 | Uncategorized
Federated Identity Glossary The concept of a centralised or linked electronic identity is known as federated identity. Federated identity systems handle several concerns: Authentication Authorisation User attributes exchange User management The authentication aspect...
by chung chinyi | Sep 22, 2024 | Uncategorized
As many of you know, JavaScript is widely regarded as a single-threaded programming language. This means it processes operations one at a time rather than running multiple calculations simultaneously, like Java, which can utilise multiple threads for parallel...
by chung chinyi | Sep 22, 2024 | Uncategorized
The code you’ve crafted successfully compiles and runs in your browser, bringing your stunning web application to life. But have you ever considered the various elements that work behind the scenes to produce this result? Let’s take a closer look at what...
by chung chinyi | Sep 22, 2024 | Uncategorized
We all rely on web browsers to navigate the vast landscape of websites and web applications. However, we seldom pause to consider how these browsers actually function. In this article, you’ll discover not only the mechanics behind browsers but also learn about...
by chung chinyi | Sep 22, 2024 | Uncategorized
In today’s digital landscape, modern web browsers such as Google Chrome and Maxthon are equipped with handy autofill functions. These features aim to streamline online interactions by remembering essential details like your name, phone number, email address, and home...
by chung chinyi | Sep 22, 2024 | Uncategorized
This piece delves into the series of events that transpire between the moment a user inputs a website address into their browser and when the desired webpage finally appears. Overview Several vital steps unfold from the instant a user requests a web page to when it is...
by chung chinyi | Sep 22, 2024 | Uncategorized
In a world filled with mysteries—whether it’s the enigma of modern art, the subtleties of Economist magazine cartoons, or the intricacies of physics—there’s one area we can confidently unravel: the address bar. It’s something we encounter daily but often...
by chung chinyi | Sep 22, 2024 | Uncategorized
Let’s delve into the role of browsers and their functionality. Given that the majority of your users will access your web application via a browser, grasping the fundamental workings of these remarkable tools is essential. At its core, a browser acts as a rendering...