Resources  
  • What Are Data Attributes in HTML, and How Are They Used?Mar 28, 2024. Know the data attributes in HTML. Data attributes are commonly used in conjunction with JavaScript and CSS to enhance the functionality and styling of web pages.
  • Disable Social Bar (Like, Share and Views) in SharePoint OnlineMar 27, 2024. Learn how to manage the Social Bar feature in SharePoint Online modern pages. Disable it at either the site or tenant level using PowerShell commands for efficient administration. No UI option available.
  • Create Web Roles and Assign Them to Contact in Power PagesMar 26, 2024. Creating and assigning web roles in Power Pages is a process that plays a fundamental role in securing your site and managing user access efficiently. By carefully planning your web roles and permissions, you can ensure that users have a seamless experience while protecting sensitive information and functionality
  • What is Blazor WebAssembly?Mar 24, 2024. Blazor WebAssembly, a client-side web framework powered by .NET and C#, empowers developers to craft dynamic and interactive web applications directly in the browser. In this article, we'll explore the capabilities, advantages, and potential of Blazor WebAssembly in revolutionizing web development.
  • Understanding Classic Page in SharePointMar 07, 2024. Classic pages in SharePoint refer to the traditional layout and design structure used for creating and managing content. These pages typically utilize web parts, customizable layouts, and the ribbon interface for editing.
  • Boosting Web Page Performance with the Defer AttributeMar 06, 2024. JavaScript plays a vital role in enhancing the interactivity and functionality of web pages. However, the way scripts are loaded can significantly impact the user experience and overall performance of a website. In this article, we'll delve into the defer attribute in JavaScript.
  • Understanding Sharing in Lists on SharePoint Communication SitesMar 05, 2024. This guide provides detailed instructions on utilizing the Share option in lists on SharePoint Communication Sites. It covers the login steps, navigating to lists, selecting items to share, opening the Share dialog, adding recipients, selecting permission levels, and sending the invitation.
  • Web Developers' Guide to URL Encoding and Decoding MasteryMar 03, 2024. URL encoding and decoding are fundamental processes in web development, ensuring the secure and reliable transmission of data over the internet. We will explore the essentials of both URL encoding and decoding, their necessity, rules, examples, and how they are implemented in various programming languages.
  • MSAL for Vanilla JS SPA: Get JWT Access & ID TokensMar 01, 2024. This document provides an overview of Microsoft Authentication Library (MSAL) and its role in implementing secure authentication in Vanilla JavaScript Single Page Applications (SPAs). It discusses the significance of MSAL in obtaining JWT (JSON Web Token) Access Tokens and ID Tokens from Microsoft identity services.
  • Using Plugin.Maui.Popup to Create Eye-Catching Popups in AppsFeb 28, 2024. Learn how to utilize Plugin.Maui.Popup to incorporate popup functionality into your Xamarin.Forms application. Follow step-by-step instructions to install the package, create custom popup pages, and call popups from the code behind.
  • How to Build a Calendar in PHP?Feb 22, 2024. In this article, we'll guide you through creating a calendar using PHP. It's a straightforward process that involves using HTML for the structure, CSS for styling, and PHP for the logic. We'll start by styling the calendar with CSS, defining how it looks, from the table and headers to individual cells and links.
  • Installing and Configuring XAMPP on Windows 11Feb 20, 2024. This article provides a comprehensive guide on installing XAMPP, the popular PHP development environment, on Windows 10/11. XAMPP includes Apache, MySQL, PHP, and Perl, making it a convenient solution for local development.
  • D365 Data Retrieval: FetchXml, Paging Cookies, and PowerShellFeb 20, 2024. Prepare your PowerShell environment for Dynamics 365 with crucial commands: Install Microsoft.Xrm.Data.PowerShell module for interacting with Dynamics 365 data. Set execution policy to RemoteSigned for internet script execution.
  • A guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365Feb 20, 2024. Copilot Extensibility: Step by Step guide to display ServiceNow Knowledge articles in Copilot for Microsoft 365
  • Android Responsive Login Screen Design using Constraint LayoutFeb 16, 2024. In this article, I going to explain how we can create a responsive Screen for different android Screens using Constraint Layout.
  • How to Create Modern Site Page in SharePoint Online?Feb 07, 2024. SharePoint has evolved to meet modern collaboration needs, with the introduction of modern site pages providing dynamic and user-friendly interfaces. This article explores the differences between modern and classic site pages.
  • ASP.NET Core MVC vs Razor Pages vs CodeBehind FrameworkFeb 02, 2024. In this article, we compare the performance of ASP.NET Core with the CodeBehind framework. Once we compare Razor Pages with CodeBehind and once again we compare ASP.NET Core MVC with the CodeBehind framework.
  • Deploying a React App to GitHub PagesJan 29, 2024. In this article, we will learn how to deploy your React app to GitHub Pages. Follow steps like creating a GitHub repository, adding dependencies, updating package.json, pushing code updates, and viewing the deployed app.
  • Understanding Page Redirection in TypeScriptJan 20, 2024. Page redirection is a crucial mechanism in web development that involves directing search engines and users to a different URL from the original one. This process can occur within the same server, across different servers, or even on distinct websites. Unlike refreshing a page, redirection is a deliberate action, often implemented using JavaScript to enhance user experience.
  • Integrating Google Single Sign-On with AngularJan 17, 2024. Angular with Google SSO refers to the integration of Google Single Sign-On (SSO) authentication within an Angular web application. Single Sign-On is a method that allows users to log in to multiple applications or services with a single set of credentials, eliminating the need to remember separate usernames and passwords for each application.
  • Building a Secure PHP MySQL Signup/Login Website with Email VerificationJan 15, 2024. Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
  • JWT Authentication Using Refresh Token Series - 1 [Login Feature] In .NET Core 6.0-ADO.NET-SQLJan 10, 2024. In this series of articles, we'll focus on a hands-on, practical implementation of JWT authentication with refresh tokens in .NET Core 6.0 using ADO.NET and SQL, emphasizing real-world scenarios and code examples for a deeper understanding of the underlying concepts.
  • How to create a Logic App to insert Page number into PDF Jan 03, 2024. In this article, we are going to learn about How to create a Logic App to insert Page number into PDF
  • How to Create Login page in PowerApps using SharePointDec 27, 2023. PowerApps with a secure login screen. Learn the step-by-step process, from designing the interface to connecting to data sources, validating user credentials, handling navigation, and ensuring application integrity.
  • Elastic Bean Stalk in AWSDec 14, 2023. Amazon Web Services (AWS) Elastic Beanstalk simplifies web application deployment and management on AWS. It automates infrastructure tasks, ensuring scalability, load balancing, and updates, letting you focus on application development.
  • Adding Report Pages as Custom Tooltips in Power BIDec 13, 2023. Adding Report Pages as Custom Tooltips.
  • Trigger Power Automate Flow Utilizing Ultimate Forms Nov 30, 2023. How a Power Automate Flow be started in response to a particular SharePoint form update?
  • PHP.ini Upload_Max_Filesize Exceeded ErrorOct 26, 2023. The uploaded file exceeds the upload_max_filesize directive in php.ini." This error occurs when you're trying to upload a file in PHP, but the size of the file being uploaded is larger than the upload_max_filesize directive specified in your php.ini configuration file.
  • TabbedPage in .NET MAUIOct 22, 2023. In this article, you've introduced the concept of TabbedPage in .NET MAUI, a versatile framework for building cross-platform mobile and desktop applications. You've thoughtfully structured your explanation, providing a comprehensive guide for both newcomers and experienced developers.
  • Common Interface Architecture With SSOOct 18, 2023. How to consume common interface from multiple consumer with SSO mechanism. The Common Interface Architecture with Single Sign-On (SSO) integrates two essential concepts in the realm of digital identity and access management. In this architecture, a standardized framework, often referred to as the "Common Interface," is established. This interface provides a unified way for different applications, services, or modules to communicate and authenticate users.
  • Solution: Login failed for user 'sa'. Microsoft SQL Server, Error 18456Oct 11, 2023. Login failed for user 'sa'. (Microsoft SQL Server, Error 18456)" is the most common error in SQL server login. There are multiple reasons for this error. One potential reason is you are trying to use SQL Server Authentication, but the SQL server instance is configured for Windows Authentication mode.
  • Delete records from GridView without Page Reload using jQueryOct 03, 2023. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • Publish A Blazor Or Any Webapp On GitHub Pages For FreeSep 27, 2023. Looking to host your website for free, look no further. I'll teach you how to publish your website for free on Github pages.
  • Working with FlyoutPage in .NET MAUISep 25, 2023. In this article, we delve into .NET MAUI's FlyoutPage, a critical element in-app navigation. If you're new to .NET MAUI, it's advisable to review prior articles in this series
  • Convert Web Page to PDF in C#Sep 20, 2023. Learn how to create PDFs from web content in C# using the WebBrowser control. Ideal for generating order or transaction details in applications like Shopify.
  • How to Write an Article That Attracts More Viewers?Sep 09, 2023. This article will explain how you can write a better article that attracts more viewers.
  • Working With NavigationPage In .NET MAUISep 04, 2023. In this article, we will learn about the NavigationPage in .NET MAUI.In .NET MAUI (Multi-platform App UI), the NavigationPage is a fundamental navigation container that allows you to manage the navigation flow and hierarchy of pages within your mobile and desktop applications. It is a key component for creating structured and user-friendly navigation experiences. Here's a description of how to work with NavigationPage in .NET MAUI:
  • SignalR to enable real-time communication between clients and the serverSep 04, 2023. SignalR to enable real-time communication between clients and a server. SignalR is a library for ASP.NET that allows you to build real-time, interactive web applications. In this example, we'll create a simple chat application where clients can send and receive messages in real-time.
  • ASP.NET (4-1) - Page Life Cycle: DebuggingSep 04, 2023. In summary, debugging in ASP.NET Page Life Cycle involves closely monitoring the execution flow, inspecting control states, and handling exceptions to identify and resolve issues efficiently. Understanding the life cycle events and their order helps developers pinpoint problems and ensure smooth web application operation.
  • How to Build a Login Screen in SwiftUI?Aug 24, 2023. Learn how to create a login screen in SwiftUI. Know how you can leverage Apple's feature-rich UI framework in your iOS app development.
  • Let's Talk about IAM User in AWSAug 22, 2023. In our system, user management involves two key profiles: the Root User and IAM Users. Each serves distinct purposes in maintaining system integrity and security. This presentation outlines the differentiation between these user types, demonstrates how to transition from the Root User to an IAM User, and emphasizes the significance of controlled access.
  • How to Run HTML page in VS CodeAug 22, 2023. This article will introduce the ways to run HTML page in VS Code.
  • Configure OpenID for Okta Integration in Customer PortalAug 03, 2023. Learn how to seamlessly integrate Okta with OpenID Connect for your customer portal. Configure applications, add sign-in/sign-out URIs, and create authorization tokens for efficient OKTA user creation.
  • Salesforce REST API: The Login Request (Authentication Step)Aug 02, 2023. In this article, we will discuss the detailed steps on how to authenticate REST-based requests against Salesforce Org. We will explore the REST payloads for the Request & Response cycle for the request.
  • Capturing Phishing Email Using Custom Middleware in ASP.Net Core Web API Aug 02, 2023. To capture and detect phishing emails using custom middleware in an ASP.NET Core Web API, you can follow these general steps:Create Custom Middleware: Create a custom middleware that will intercept incoming HTTP requests and inspect the email content for potential phishing indicators. Middleware in ASP.NET Core can be used to perform custom processing on incoming requests and outgoing responses.
  • Flurl API Integration Tutorial for ASP.NET Core Web API with Advanced ConceptsJul 31, 2023. Flurl is a popular and easy-to-use library for working with HTTP APIs in .NET applications. It provides a fluent API for building and sending HTTP requests, as well as handling the responses in a convenient way.
  • Flyout Page in .NET MAUIJul 30, 2023. In this article, we will see how we can implement Flyout Page in .NET MAUI project.
  • How to Implement Login Stored Procedures with Node.js and MySQL?Jul 27, 2023. In this article, we learn how to create a login stored procedure MySql and how to call Stored Procedure in Node.js.
  • Adding Highlighted Content Web part in SharePoint Online PageJul 26, 2023. The Highlighted Content Web Part in SharePoint Online allows dynamic display of content from various sources, including document libraries and SharePoint sites. Use of Highlighted Content Web part.
  • How To Fix "This page can't load Google Maps correctly."Jul 20, 2023. Google Maps has become an essential tool for displaying interactive maps on websites and applications. However, encountering the error message "This page can't load Google Maps correctly" can be frustrating for both users and developers. This error typically arises due to misconfigurations, API issues, or billing-related problems. In this article, we will explore the common causes of this error and provide step-by-step solutions to fix it.
  • Laravel Lumen Lightweight Framework for Powerful Web ApplicationsJul 11, 2023. Laravel Lumen is a lightweight micro-framework built on Laravel, offering developers a fast and efficient solution for building microservices and APIs. With its minimalistic approach, seamless integration with the Laravel ecosystem, and emphasis on performance optimization, Lumen enables the creation of powerful web applications with ease.
  • Enhancing Accessibility in Web Pages According to "WCAG"Jul 10, 2023. Creating web pages that are accessible to everyone is essential. Web Content Accessibility Guidelines (WCAG) provide a comprehensive framework for ensuring websites are usable and inclusive for individuals with disabilities. By adhering to WCAG guidelines, web developers and designers can optimize their websites to accommodate diverse needs and provide equal access to information and services. This article explores the key principles of WCAG and offers insights into implementing accessibility features on web pages. and some other Terminolges Regarding Web page Optimization.
  • How to Fix "Form Elements do not have Associated Labels"Jul 07, 2023. When form elements do not have associated labels, it can make it difficult for users to understand the purpose or context of those elements. Adding clear and descriptive labels is important for accessibility and usability. Here's a step-by-step guide on how to solve form elements do not have associated labels issue.
  • Web Page Performance Optimization Through Lighthouse Jul 06, 2023. Examines the essential strategies and techniques for enhancing website performance with Google Lighthouse, a potent tool. This article explores the skilled process of web page optimization, discussing issues like image and code optimization, utilizing browser caching, reducing render-blocking resources, and utilizing Lighthouse's thorough speed analyses.
  • Custom search functionality for data tables for server-side processing with PHP and MySQLJun 30, 2023. To add custom search functionality to Data Tables for server-side processing with PHP and MySQL, you can modify the SQL query dynamically based on the search criteria provided by the user.
  • How to Redirect the Desired Web Page in ASP.Net Core MVC?Jun 28, 2023. ASP.NET Core MVC is a versatile framework for developing web applications. It offers features like dependency injection, routing, model binding, and Razor views. Learn how to use the RedirectToAction() method for effective page redirection and navigate between action methods in ASP.NET.
  • CRUD Operation in PHP using MySQLJun 21, 2023. In this article, you will learn the standard way to create a CRUD operation. It is created using PHP and MySQL with custom functions. So, it is very simple to learn and develop your project.
  • Secure Shell (SSH): A Comprehensive Guide to Secure LoginJun 19, 2023. In this comprehensive guide, you will delve into the world of Secure Shell (SSH) and its usage.
  • How to run a PHP code using XAMPP ServerJun 19, 2023. The most commonly used web-backend programming language is PHP. A PHP script can be executed through a web server module. Installing a web server like Apache and a database server like MySQL is required in order to run PHP for the web. Can use XAMPP on Windows and Linux operating systems. This tutorial will show you how to run a PHP program on an XAMPP server.
  • Power Pages - Avoid Duplicate 'Tracking Code' in Portal AnalyticsMay 25, 2023. This article explains how to avoid duplicate ‘Tracking Code’ elements in Power Pages.
  • Power Pages - Dynamic execution of long FetchXML without $batchMay 17, 2023. Dynamic execution of long FetchXML without $batch
  • Power Pages - Custom "Select All - Unselect All" button in Lookup records dialogMay 11, 2023. In Power Pages (Earlier Power Apps Portal), OOB support for selecting / deselecting all grid rows in “Lookup records” dialog is not found. Hence, I have built one client-side custom generic feature using Jquery which will be reusable for all such “Lookup records” dialog.
  • Exploring NavigationManager in Blazor: Navigating to Components and PagesMay 01, 2023. In this article, we'll explore NavigationManager in Blazor, which provides a simple and efficient way to navigate to different components and web-pages.
  • 6 Functionalities That Make PHP a Versatile LanguageApr 26, 2023. In this blog, we will explore the six most frequently utilized features and functionalities of PHP, along with real-world examples demonstrating how they can be applied in practical applications.
  • Best Practices for Building Large-Scale Laravel ApplicationsApr 22, 2023. This article provides tips and best practices for developing large-scale Laravel applications. By following these best practices, you can improve the quality and scalability of your application, make it easier to maintain and update and ensure that it is built using industry-standard coding practices.
  • Modernizing Classic And Wiki Pages In SharePoint OnlineApr 10, 2023. This article explains how to modernize classic pages and wiki pages using PnP PowerShell
  • Ways To Redirect A Page In JavaScriptMar 31, 2023. This article describes the multiple ways to redirect a page in javascript.
  • Improve Page Speed with Lazy Loading for YouTube EmbedsMar 28, 2023. Looking to optimize your site's load times? Check out our guide to lazy loading YouTube videos and start improving your site today!
  • Optimization Of Queries In SQL Server - HEAP TABLESMar 08, 2023. This article will help you to understand how to start to think on optimization of sql queries and why use indexes in tables
  • Ways To Refresh A Page In JavaScriptMar 03, 2023. This article describes the multiple ways to refresh the page.
  • Consume ChatGPT Open AI API Inside .Net Core Application Using Razor PagesFeb 23, 2023. This article demonstrates how to develop a ChatGPT application utilizing Razor pages and the OpenAI API in an ASP.Net Core web application.
  • How To Fetch More Than 100k Items From Dataverse TableFeb 20, 2023. In this article, we will learn how to fetch more than 100k items from Dataverse table. In Power Automate, the default threshold limit for the “List rows” action is 5000, which is used to fetch items from the Dataverse table. However, we can enable pagination to increase the limit up to 100,000 using this action.
  • My Journey From PHP To Flutter DeveloperFeb 13, 2023. Hello guys, In this article, I will be sharing my journey of transitioning from a PHP Developer to a Flutter Developer. So, without further ado, let's dive in,
  • Implementing Web3 Login With .NET 6.0 And MetaMask WalletJan 30, 2023. This article will guide you through the process of implementing a Web3 login feature in your .NET 6.0 application using MetaMask wallet. MetaMask is a browser extension that allows users to easily interact with decentralized applications (dApps) on the Ethereum blockchain. By using the Nethereum library, a .NET implementation of the Ethereum protocol, you can integrate the MetaMask Web3 Provider into your .NET 6.0 application and use it to interact with the Ethereum network. We will cover the steps needed to request the user's account, get the nonce, create and sign a transaction, and send it to the Ethereum network. By the end of this article, you will have a basic understanding of how to use MetaMask and Nethereum to implement a Web3 login feature in your .NET 6.0 application.
  • News Web Part In SharePoint Online PageJan 13, 2023. In this article, you will learn about news Web Part in SharePoint Online Page.
  • How To Login Multiple CRM Accounts In Microsoft Edge And Google Chrome BrowserJan 09, 2023. Step by step details to create browser profiles in Microsoft Edge and in Google Chrome.
  • How To Link Pages In SharePoint OnlineDec 12, 2022. In this article, you will learn about how to Link Pages in SharePoint Online.
  • Create Multiple Copies Of A Site Page, Rename And Update Properties Using Power Automate Dec 05, 2022. In this article, we will learn to create multiple copies of a SharePoint site page, rename and update its properties using Power Automate "Send an HTTP request to SharePoint" action.
  • Integrate Facebook Login For A WebsiteNov 28, 2022. In this article, we are going to explore one of the popular social logins that Facebook login and how we can integrate it into our react website by the npm package
  • Outlook Login Failed And Repeatedly Requested A Password In Office 365Nov 23, 2022. Many people, I've noticed, are unable to sign into their Outlook apps. One, in particular, is experiencing difficulties with Outlook and Office 365. They are confronted by "Connecting to: [email protected]" and a password request from Windows Security when they run Outlook.
  • How To Add Page Anchor Links Using Quick Links Web Part In SharePoint Online Modern PageSep 30, 2022. In this article, you will learn how to add page anchor links using quick links web part in sharepoint online modern page?
  • SignUp Page Using Material Design In AndroidSep 21, 2022. In this article, you will learn about how to create a signup page using material design in android.
  • Understand What are PHP Data TypesSep 16, 2022. In this article you will understand PHP data Types such as scalar data types, compound data type, and special data types
  • Implementing Prompt dialog in D365 CE - Part ISep 01, 2022. This article is about implementing dialog in Dynamics 365 CE
  • Creating The First Power Pages PortalAug 31, 2022. Power Pages Portal is a sequel to the Power Apps Portal but lots of features have been added to modernize the look and to fit all screen sizes.
  • Complete Signup-Login System Using Dependency Jul 11, 2022. To design a complete signup-login system using a dependency with the dashboard from the beginning.
  • Create Registration And Login Functionality In ASP.NET Core Using IdentityJun 27, 2022. In this article, you will learn about ASP.NET Core Login Register .
  • Button On Command Bar Doesn't Appear When An Item Is Selected In Sub Grid Microsoft Dynamic CRM - IssueJun 27, 2022. The mentioned issue would have been commonly encountered by the developers who extensively play around with the sub gird’s, who would have encountered the scenario where in you have a button on the sub grid which gets disappear when you select a sub grid record or doesn’t appear on the sub grid. This article would provide a resolution for such issues whereas the customized button doesn’t appear on one or more grid items selection in MS CRM online as expected.
  • PowerApps - Convert Text Into Currency ($) FormatJun 13, 2022. In this article, you will learn how to convert Text into Currency ($) Format.
  • PowerApps - How To Sort The Items In Gallery ControlJun 12, 2022. In this article, you will learn how to sort the Items in Gallery Control.
  • PowerApps - How To Filter Data Verse Choice Field In GalleryJun 10, 2022. In this article, you will learn how to Filter Data verse Choice Field in Gallery.
  • PowerApps - How To Patch Dataverse Choice FieldJun 10, 2022. In this article, you will learn how to Patch Dataverse Choice Field.
  • Create A Simple Model-Driven App In PowerappsJun 05, 2022. Create a simple model-driven app in PowerApps
  • How To Create a Custom Pages In Model Driven App (PowerAPPS)Jun 05, 2022. How To Create a Custom Pages In Model Driven App (PowerAPPS).
  • PowerApps - How To Create A Canvas App From An Image (Preview)May 30, 2022. In this article, you will learn how to Create a canvas app from an image (preview).
  • How To Create A PowerApps Portals (Website) Without Writing Code May 30, 2022. In this article, you will learn how to Create a PowerApps Portals (Website) without writing code.
  • How To Create A New Environment In Power AppsMay 29, 2022. In this article, you will learn how to Create a New Environment in Power Apps.
  • How To Create New DLP Policy In PowerAPPS Admin CenterMay 29, 2022. In this article, you will learn how to Create new DLP Policy in PowerAPPS Admin Center.
  • Good Vs Bad - Highlight The Active Page In The Nab-Bar For MVC Razor View EngineApr 27, 2022. In this article, you will learn how to highlight the active page in the nab-bar for mvc razor view engine.
  • Memory ManagementApr 25, 2022. Memory management in the operating system is a kind of method or kind of functionality to manage the various kinds of memories. This means in the system there are a lot of different types of memory available like RAM, hard disk, CD, registers, etc., how to manage all the memory resources in a more efficient method. Memory management primarily manages the “primary memory”. Primary memory is the priority of memory management, which means memory management manages the primary memory as the top priority and a very large amount.

About Login-page-with-PHP-article

NA

OUR TRAINING