Friday, 3 October 2025

Responsive Image Slider | HTML, CSS, Js

 


Looking for a simple and responsive image slider for your website? Here you can download a free image slider made with pure HTML, CSS, and JavaScript. It is lightweight, fast-loading, and fully mobile-friendly, making it perfect for blogs, portfolios, and business websites. This slider supports smooth transitions, modern design, and can be easily customized to match your theme. No heavy libraries required—just copy, paste, and integrate into your project!

HTML


<div class="slider">
   <div class="slides"> 
        <img src="f1.jpg" alt=" Photo Gallery" loading="lazy">
        <img src="f2.jpg" alt="  Photo Gallery" loading="lazy">
        <img src="f3.jpg" alt="  Photo Gallery" loading="lazy"> 
   </div>
   <button class="prev">&#10094;</button>
   <button class="next">&#10095;</button>
</div>

Thursday, 19 June 2025

E‑Learning Platform Project (ASP.NET MVC + SQL Server) – Sell Webinars, Video & Audio Lectures Download Free


πŸŽ“ Free Download: ASP.NET MVC5 E-Commerce Project with Full Source Code + 400-Page Documentation


Are you a Computer Science or IT student looking for a complete academic project to submit for your BCA, MCA, BSc, MSc, B.Tech, O Level, A Level courses? You're in the right place!

I'm offering a fully functional E-Commerce Web Application developed using ASP.NET MVC5 (C#) and SQL Server as the backend — absolutely FREE for educational purposes.


πŸ’‘ Project Overview

This project is specially designed to sell educational content like:

  • Online Webinars

  • Offline Audio Lectures

  • Offline Video Lectures

It includes all core functionalities expected from a professional e-commerce platform.


🧩 Features

  • πŸ‘¨‍🏫 Product Categories (Webinars, Audio, Video)

  • πŸ›’ Add to Cart / Checkout

  • πŸ’³ Order Processing & Payment (dummy gateway for academic purpose)

  • πŸ‘€ User Registration & Login

  • πŸ“¦ Admin Dashboard (Manage products, orders, users)

  • πŸ”Ž Search and Filter Products

  • πŸ“ Downloadable Content (after purchase)

  • πŸ“ˆ Order History / Tracking

  • ✉ Contact & Support Page

  • πŸ“ˆ Payment gateway integration ( Paypal, CC Avenue, Stripe, Razorpay)

Thursday, 29 May 2025

Dairy Management System – A Mini Project for Computer Science Students (VB.NET + SQL Server)

 


Are you a computer science student looking for a practical and impactful mini project? The Dairy Management System, developed using VB.NET and SQL Server, is a perfect project that blends real-world utility with essential programming skills. Designed specifically to meet the basic operational needs of a dairy business, this project helps in managing day-to-day activities like customer records, product inventory, sales tracking, invoicing, and more.

Tuesday, 20 May 2025

Boost Website Sales with a Spin-to-Win Popup Offer Wheel

Boost Your Website Sales with a Spin-to-Win Offer Popup!





Looking for a fun and effective way to engage your website visitors and increase conversions? Our Spin-to-Win UI is the perfect solution!

This interactive UI element features a rotating spin wheel that activates with a simple button click. When the wheel stops, it automatically selects a discount or special offer—creating an exciting, game-like experience for users.

What makes it even better? The entire spin interface appears in a popup modal, making it super easy to integrate into any website—no need to redesign your layout or page structure.

By adding a little surprise and delight, this tool helps attract customer attention, encourage engagement, and ultimately increase your revenue. Turn casual visitors into loyal buyers with a spin!


<!DOCTYPE html>

<html lang="en">

<head>

    <title>Bootstrap Example</title>

Friday, 28 February 2025

Parameterized Queries Without Stored Procedures In ASP.NET

 

Why Use Parameterized Queries?

Parameterized queries help prevent SQL injection, making them a secure way to interact with a database. While stored procedures are highly recommended for their security benefits and performance advantages, they also come with some practical limitations.

Tuesday, 25 February 2025

Coming Soon page with animated background

 


A Coming Soon page is essential when upgrading or launching a new website. Building or updating a website takes time, and working on it live may expose users to incomplete pages, which can leave a negative impression.

A better approach is to display a Coming Soon page while you work on the website in the background. Once your site is ready, simply replace the Coming Soon page with your live website.

I have created a fully responsive Coming Soon page with smooth animations in the background. Just copy the code below, save it as a .html file, and upload it to your server.


Code (HTML, CSS, Javascript)

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Coming Soon</title>

Thursday, 20 February 2025

Client Testimonal/ Review UI

 

review-testimonials


Responsive, Customizable Client Review & Testimonial UI
Enhance your website with a sleek and fully customizable client review and testimonial UI. Designed to seamlessly adapt to any device, ensuring a perfect fit and optimal user experience across desktops, tablets, and smartphones.

Fully Customizable Client Testimonial UI
Responsive design that fits every device, delivering a seamless user experience.

Tuesday, 24 December 2024

Summernote Image Upload at server in ASP.NET MVC5 using C#

 




Summernote is an online WYSIWYG (What You See Is What You Get) editor that is lightweight and easy to integrate into any platform. Its tools resemble those of MS Word, making it user-friendly and intuitive. By default, Summernote stores images as base64 strings in the database. However, this approach is not ideal from a bandwidth and performance perspective.

A better solution is to store images on a server and save only the file paths in the editor. Summernote also supports adding images via URL, providing additional flexibility.

In this post, I share my custom solution for saving images to a server and integrating them into the editor. Although the example is based on an ASP.NET MVC5 C# web application, the approach is platform-independent and uses jQuery AJAX to handle image uploads.

Tuesday, 3 December 2024

OPD Management | VB.Net Windows Desktop Application

 


OPD Management is a desktop application developed in VB.Net using Visual Studio 2019. This fully integrated software is designed for hospitals to manage patient records and treatment history efficiently. It allows users to store detailed patient information, including treatment history, test reports, and remarks from doctors and staff.

The application enables doctors to quickly access a patient’s complete treatment history, including test results and professional notes, all at the click of a button. This streamlined approach enhances understanding and decision-making, improving the overall quality of care.

Wednesday, 6 November 2024

Send OTP Using C# MVC5

 



This blog post will guide you through implementing OTP verification during user signup using C# in ASP.NET MVC5. I've simplified the steps to make the OTP verification process clear and easy to Implement.

Tuesday, 22 October 2024

Razorpay payment gateway intergration C# ASP.Net MVC5

 

Streamline your payments with Razorpay integration in ASP.NET MVC5 using C#. This comprehensive guide provides step-by-step instructions and includes well-commented source code.

Key benefits:
  • Versatile application: The code can be seamlessly integrated into any e-commerce or web application requiring a secure payment gateway.
  • Real-world example: The accompanying sample code demonstrates a printing house scenario, similar to VistaPrint, where users upload PDFs for printing and utilize Razorpay for secure transactions.

Need help? Don't hesitate to reach out for assistance via email at rajkumar9795@gmail.com.

Screen Shots



Checkout

Checkout


Razorpay Payment Page

Monday, 26 August 2024

Enum C#

public  enum BranchCode
{

            Branch1=1,

            Branch2,

            Branch3

}

Console.Write(((int)BranchCode.Branch2));


Sunday, 30 June 2024

Fill date in input type date using javascript

<input type="date" name="DOB"  id="dob" placeholder="Date of Birth  " >

Input type date takes date in format of yyyy-mm-dd. But it will show you as per your local clock setting.

While editing A form we need to fill the date coming from the database into the date picker. You will have to change format yyyy-mm-dd otherwise date will not be show .

My date formate coming from the database is 15-05-1985
 <input type="hidden" id="ddob" value="@Model.DOB" />

var dt = new Date($("#ddob").val().split("/").reverse().join("/"));

        var td = dt.getFullYear() + "-";

        month = (dt.getMonth() + 1);

        if (month < 10)

            td += "0" + month;

        else

            td += month;

        td += "-";

        day = dt.getDate();

        if (day < 10)

            td += "0" + day;

        else

            td += day;       

        $("#dob").val(td);


Next Topic

Thursday, 27 June 2024

Install Let's Encrypt SSL into Godaddy shared Linux hosting

 



Let's Encrypt provide free SSL certificate. Mostly Hosting service provider automatically install Let's Encrypt SSL but some hosting provider like Godaddy doesn't support Let's Encrypt by default.

Thursday, 18 April 2024

Form Control Post C# ASP.Net MVC

 Form Post is a simple process to submit data to the server. C# works the same as other languages like PHP works. Problems arise with the radio button and checkbox. These controls are different from the textbox. So we need different ways to detect user selection. This is post will help you to learn checkbox and radio button selection using form POST.

Radio Button selection detect 

HTML

<form method="post" >
  <
input type="radio"  name="SalaryPerson" value="1" checked/> Salary Person
  <input type="radio" name="SalaryPerson" value="0" /> Self Empployee
 
<input type="submit" value="Save" >
</
form>

Wednesday, 17 April 2024

Query String URI in Route in Code codeigniter 4

 


You can pass some information using the query string. Query string is very useful for creating dynamic page. As you can see in the image given above, the Query string is a circle of red color. Page content will be changed as per the product ID provided. 

Tuesday, 9 April 2024

Online Clinic/Hospital Management Synopsis

 

Online Clinic/Hospital Management Synopsis

The Online Clinic Management System is a web-based application designed to streamline the administrative tasks of a Clinic/Hospital or healthcare facility. It provides a platform for managing patient records, appointments, billing, and other administrative functions in an efficient and organized manner. The system aims to enhance the overall efficiency and effectiveness of clinic operations while improving patient satisfaction.Live projects have been already made through this synopsis. This synopsis covers all the standards for the synopsis. So this can be used by BCA, MCA, Bsc, O-Level, A-Level, IGNOU students.

Sunday, 25 February 2024

Online E-Content Sale Website | ASP.NET C# MVC | Free Source Code

 


Sale your E-Content by Online Webinar Management Website with full free source code. A fully functional website with source code to sell E-Content material online. You can create profiles of teachers and their separate virtual web pages. Sale their content in the form of PDF, Audio, and video.  Customer management sale to invoice everything is covered. This project can be used as any student project from minor to major. Sample code is run by many business holders around the world. You will get a popular inbuilt payment gateway able to take payment INR or Dollars. SEO friendly fully optimized. 

Key Feature

  • Dynamic Website
  • Responsive Page design
  • Lightweight for speed optimization
  • SEO Friendly page
  • Fully Feature of E-Commerce 
  • Integrated payment gateway (Stripe,CC Avenue, Paypal)
  • Customer management
  • Customer communication
  • Chat boat
  • Speaker/Teacher/Auther separate webpage
  • Intergrated security Feature
  • Power of ASP.Net MVC C#
  • SQL Server Database
  • Cart and Order Management
  • Live running in many country
  • Email Notification

Front End Technology

  • HTML
  • CSS
  • Java Script
  • Angular JS
  • Jquery

Backend

  • C#
  • SQL Server

Framework (ASP.Net MVC 5)

Screenshot

Home Page About Us




 

Saturday, 23 December 2023

Install Lets Encrypt SSL in Windows Server Plesk

 


Let's Encrypt is the world's biggest free SSL provider. Normally a certificate is provided for 3 months. So you have to re-install the certificate manually, if you are not using any auto-generated SSL generator client program like ACME Client. Many Hosting providers integrate auto SSL generator programs, Some are not like Godaddy.

Monday, 11 December 2023

Insert record in a table with only an IDENTITY column? SQL Server

 I was making an image gallery with images only. So I have created a table with a single column named ID with identity. I want to create a row with the auto number and create an image with a created auto.  number.

The problem is How to insert a table with only an IDENTITY column. 

This problem is solved by the query given below.

INSERT dbo.TABLE DEFAULT VALUES;

Next Example