by chung chinyi | Sep 23, 2024 | Uncategorized
B/S Architecture Overview The term B/S refers to Browser/Server architecture, a framework that gained prominence with the advent of Internet technology. In this model, users interact with applications primarily through a web browser, such as Netscape Navigator...
by chung chinyi | Sep 23, 2024 | Uncategorized
What exactly is a web application? At its core, a web application, often referred to as a web app, is software that resides on a remote server and is accessed via the Internet using a web browser. By definition, web services fall under the umbrella of web apps,...
by chung chinyi | Sep 23, 2024 | Uncategorized
Have you ever paused to think about why certain online advertisements seem tailor-made for your likes and interests? Or how is it that websites and apps can recall your preferences each time you return? The answer lies in the realm of online tracking. Let’s...
by chung chinyi | Sep 23, 2024 | Uncategorized
Throughout my journey of exploring authentication methods in web browsers, I’ve come across many intriguing aspects. Today, I want to delve into a particular feature that often flies under the radar: Browser Single Sign-On (SSO). Just recently, a user was taken...
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...