AJAX
Alerusrb Com Login Page
Log in here Welcome to my blog where I share my knowledge and personal insights on various technical topics. Today, I want to discuss the login page for Alerusrb.com. As an expert in web development, I have come across many login pages, and I must say that the Alerusrb.com login page stands out for its … Read more
Casanova Gaming Login Page
Log in here Welcome to my blog! Today, I want to talk about one of my favorite gaming platforms – Casanova Gaming. As a passionate gamer myself, I understand the importance of having a seamless and user-friendly login page. It sets the tone for the entire gaming experience, making it easier and more enjoyable for … Read more
Choice Advantage Login Page
Log in here As a frequent user of Choice Advantage, I must say that the login page is one of the most crucial aspects of the platform. It serves as the gateway to accessing all the powerful features and tools that Choice Advantage offers. In this article, I will delve deep into the login page … Read more
Blink Login Page
Log in here Hey there! Today I’m going to talk about one of my favorite login pages – the Blink login page. Blink is a fantastic platform that allows you to stay connected and chat with friends and family. Their login page is not only simple and easy to use, but it also has some … Read more
Aff Login Page
Log in here Today, I want to share with you all my experience with the AFF login page. As someone who has been using this platform for quite some time now, I must say that the login page is one of the most crucial aspects when it comes to user experience. It’s the gateway that … Read more
Using jQuery to Reorder a List and Update a Database
This tutorial will show you how to use jQuery to allow as list (UL) to be reordered and will also make an AJAX call to a PHP file that will update the database when an item is dropped. I found this useful for a project I was working on recently. The user wanted to be able to change the order that categories displayed in a report. The items are stored in a database with a field called display_order. When the report is generated we simply order by that field.
Validating Email Address with PHP and AJAX
This tutorial will walk you through checking for an e-mail to be valid as the user is filling out the form without having to reload the page.