Milind Daraniya

A Blog About Software Development And Life

Welcome to my blog. Subscribe and get my latest blog post in your inbox.

What is CSS and How it work ?

Published June 16th, 2023 4 min read

CSS, which stands for Cascading Style Sheets, is a stylesheet language used to describe the visua

Read more →

How to Remov a Specific Key from a jQuery Object

Published June 15th, 2023 2 min read

In jQuery, you may encounter situations where you need to remove a specific key-value pair from a

Read more →

How to remove the p tag automatically added by CKEditor?

Published June 14th, 2023 2 min read

To remove the <p> tags automatically added by CKEditor, you can customize the

Read more →

How to Copy Text to Clipboard using jQuery

Published June 13th, 2023 2 min read

The ability to copy text to the clipboard can enhance user experience and simplify certain action

Read more →

How setup project on git repository ?

Published June 12th, 2023 20 min read

Setting up a project in a Git repository is the first step towards utilizing the powerful version

Read more →

How to create custom pagination in PHP/Mysql

Published June 11th, 2023 12 min read

When working with large datasets in PHP and MySQL, it's often necessary to split the data into mu

Read more →

Exploring the json_encode() Function | How to Convert PHP Arrays to JSON

Published June 10th, 2023 13 min read

Hey fellow developers! In this post, we'll dive into the powerful json_encode() function in PHP a

Read more →

What is CSS Clamp Function?

Published June 9th, 2023 20 min read

What is CSS Clamp Function?
CSS Clamp function is a relatively new addition t

Read more →