Category: Web Development

Deal registration wordpress plugin
Web Development
Dasun Sucharith

How to Transform Your Partner Portal with the Custom Deal Registration Plugin for WordPress

Introduction Hello, world of WordPress enthusiasts and business owners! Today, I’m thrilled to share my journey in creating a custom WordPress plugin for deal registration. This plugin, designed for company partner portals, streamlines the process of registering deals directly from your website. As a developer and problem-solver at heart, I saw a need and filled

create a copy-to-clipboard widget
Web Development
Dasun Sucharith

How to create a copy-to-clipboard widget using HTML, CSS, and jQuery

Let’s create a copy-to-clipboard widget using HTML, CSS, jQuery. This kind of project can be useful when you are building an HTML website and if there is some piece of content that you want the viewer to copy. HTML So let’s start this by building the structure using Html. In this HTML page I’ve linked

how to create and deploy a website on github pages
Technology
Dasun Sucharith

How to create and deploy a website on GitHub pages for free

So, let’s see how you can create your own website and deploy it on Github pages for free. In this way, you’ll be able to have your own portfolio website, product website, or any other kind of website online for free with GitHub pages. So, let’s get into the tutorial. You may also like to