Scroll to top
© 2022, Empty Code | All Rights Reserved DMCA.com Protection Status
Share

Web Development


Category

Implementing Lazy Loading in Angular: A Comprehensive Guide with Examples

Implementing Lazy Loading in Angular: A Comprehensive Guide with Examples

Introduction Lazy loading is a crucial optimization technique in Angular that enhances the performance...

Rahul Kumar Sharma December 31, 2023
Understanding Opcode Caching in PHP: A Comprehensive Guide from Installation to Implementation

Understanding Opcode Caching in PHP: A Comprehensive Guide from Installation to Implementation

Introduction In the dynamic realm of web development, optimizing PHP applications is essential for...

Rahul Kumar Sharma December 25, 2023
Saving Form Data into Google Sheet

Saving Form Data into Google Sheet

Introduction In today's digital age, collecting and managing data efficiently is crucial for businesses...

Rahul Kumar Sharma September 10, 2023
Auto Generate Color Palettes for Pie Charts using D3 Scale Chromatic

Auto Generate Color Palettes for Pie Charts using D3 Scale Chromatic

Introduction: When it comes to presenting data in a visually appealing and comprehensible manner,...

Rahul Kumar Sharma August 20, 2023
Multi Step Form or Wizard in Bootstrap 5 using jQuery

Multi Step Form or Wizard in Bootstrap 5 using jQuery

Introduction When designing web forms that require users to input a significant amount of...

Rahul Kumar Sharma October 13, 2022
Autoplay Text Slider by using HTML, CSS & JavaScript

Autoplay Text Slider by using HTML, CSS & JavaScript

In the dynamic world of web development, incorporating interactive elements into your website can...

Rahul Kumar Sharma August 13, 2020
Sending Emails in PHP using PHP Mailer Library without Composer

Sending Emails in PHP using PHP Mailer Library without Composer

To send emails in PHP, It's always recommended to use a popular library called...

Rahul Kumar Sharma May 15, 2020
JSON String to PHP Array/Object

JSON String to PHP Array/Object

Introduction When working with web applications and APIs, exchanging data in JSON (JavaScript Object...

Rahul Kumar Sharma October 17, 2019
Copy text to Clipboard using JavaScript

Copy text to Clipboard using JavaScript

Instead of Copy text using the shortcut (ctrl+c), JavaScript is the simplest way. We...

Rahul Kumar Sharma October 15, 2019
Gradient Text CSS

Gradient Text CSS

The following code will help the UI Developer to write CSS for text gradient....

Rahul Kumar Sharma October 13, 2019
Disable update Notifications and Maintenance nags in WordPress

Disable update Notifications and Maintenance nags in WordPress

It is very annoying when we get WordPress Plugin or Theme Update notifications. And...

Rahul Kumar Sharma October 11, 2019
Get User IP Address using PHP

Get User IP Address using PHP

Getting a User IP Address using PHP helps to track and monitor users' activity...

Rahul Kumar Sharma October 8, 2019
How to Backup Database through PHP

How to Backup Database through PHP

Introduction: Backing up your database is a critical task to ensure the safety and...

Rahul Kumar Sharma October 3, 2019
Login and Signup with prepared statements through PHP, jQuery, AJAX, MySQL

Login and Signup with prepared statements through PHP, jQuery, AJAX, MySQL

In PHP, We should always use a prepared statement which protects from SQL Injection....

Rahul Kumar Sharma October 2, 2019
Password Strength Validation in PHP

Password Strength Validation in PHP

In the world of web development, ensuring the security of user data is of...