Resources  
  • Chocolates Pickup (Two Robots Problem)Apr 27, 2026. Solve the classic 'Chocolates Pickup' problem with 3D Dynamic Programming! Maximize chocolate collection by two robots moving simultaneously. Java solution included.
  • How do AI models generate videos using implicit 3D representations?Mar 10, 2026. Discover how AI models use implicit 3D representations to generate realistic videos. Learn about neural rendering, spatial understanding, and more!
  • Implementing Robust Email and Mobile Number Validation with jQueryFeb 24, 2026. Enhance web form validation with jQuery! This tutorial provides robust email & mobile number validation, preventing errors and improving user experience. Includes checks for patterns and sequences.
  • Understanding the Difference Between header jQuery blur() and textbox onblurFeb 24, 2026. Explore the nuances of jQuery's blur() method versus HTML's onblur attribute for handling focus loss events. Understand syntax, use cases, and performance differences to optimize web development workflows. Choose the best approach for form validation and UI updates.
  • What Is Google Antigravity Tool and What Does It Do?Jan 12, 2026. Uncover Google Antigravity! Explore this playful Easter egg: a visual experiment simulating zero gravity on a Google webpage. Learn its purpose and technical aspects.
  • How Does the Google Antigravity Tool Work?Jan 12, 2026. Explore Google Antigravity's simple yet engaging animation. Discover how JavaScript & CSS Transforms create a gravity illusion without complex physics. Learn the core principles!
  • Cosmos Reason 2: What NVIDIA’s reasoning VLM is and how to use it for physical AIJan 08, 2026. Learn what Cosmos Reason 2 is and how NVIDIA’s reasoning vision-language model helps AI see, understand, and act in the physical world, with practical workflows, integration patterns, and deployment tips.
  • Building a User-Friendly Date Range Filter Using jQuery and Moment.js in ASP.NET Core MVCJan 06, 2026. Implement a user-friendly date range filter using jQuery, Moment.js, and Bootstrap. Enhance ASP.NET Core MVC apps with optimized data filtering and improved UX.
  • Web Animations: From CSS Transitions to JavaScript LibrariesDec 12, 2025. A deep, practical guide to modern web animations from CSS transitions to advanced JavaScript libraries, explained with Angular-focused examples. Covers real-world best practices, performance considerations, and proper architectural decisions. Ideal for senior developers building scalable, production-grade Angular applications.
  • Creating Animations with CSS and GSAP for Modern UIsDec 11, 2025. A complete senior-developer guide to creating modern UI animations using CSS and GSAP. Covers Angular integration, performance techniques, real-world patterns, and best practices. Ideal for front-end engineers building smooth, production-ready user interfaces.
  • jQuery AJAX vs Fetch API (2025 Comparison)Nov 20, 2025. Explore jQuery AJAX vs Fetch API in 2025. Discover which method is best for modern web development, considering performance, syntax, and browser support. Learn when to use each!
  • Building Interactive UI in ASP.NET Web Forms with Data Binding & jQueryNov 06, 2025. Explore dynamic data binding in ASP.NET Web Forms! Learn how to pass data to client-side JavaScript for interactive modal updates using Bootstrap.
  • Animations using WPFNov 04, 2025. Animations in WPF
  • Building Life One Triangle at a Time: Modeling Tetrahedrons for 3D Bioprinting Using PythonOct 14, 2025. Explore tetrahedron modeling in Python for 3D bioprinting. This article details representing tetrahedrons with triangular faces, crucial for creating tissue scaffolds. Learn to implement a Python class for tetrahedron modeling, validate its geometry, and understand its real-world applications in regenerative medicine. Discover how accurate modeling ensures structural integrity in bioprinted constructs, bridging geometry and biomedical engineering.
  • Calculating 3D Distance Between Two Points: Enabling Real-Time Collision Avoidance in Autonomous MiningOct 12, 2025. Explore the 3D Euclidean distance formula and its vital role in autonomous mining. Learn how precise distance calculations prevent collisions in GPS-denied underground environments, ensuring safety and operational efficiency. This article provides a Python implementation, validation tests, and best practices for safety-critical systems, highlighting the importance of accuracy in real-world applications.
  • Animation of Different Signalling Formats using PythonOct 08, 2025. Unlock the power of visual signal analysis with Python! This article demonstrates how to animate NRZ, Manchester, and Differential Manchester signalling formats using matplotlib. Learn to debug real-time systems like train control with intuitive visualizations, revealing timing errors and protocol violations. Turn raw data into actionable insights and build your own signal observability tool in just 50 lines of code. See the signal, save time, and enhance safety!
  • How to Use a 3D Array to Store and Manipulate Literacy Data Across Cities and Time in PythonOct 07, 2025. Learn how to leverage 3D arrays in Python to store and manipulate literacy data across cities and time. This article provides a practical guide to building a real-world education monitoring dashboard, complete with code examples, test cases, and best practices for handling multi-dimensional data. Discover how governments and NGOs can use this structure for spatial and temporal analysis to drive education policy and improve outcomes.
  • Apply 3D Arrays using Python: The Hidden Power Behind AI-Powered Insurance Risk MappingSep 30, 2025. Unlock the power of 3D arrays in Python for AI-driven insurance risk mapping! Learn how to predict claim severity by region, product, and time without complex ML. Build a production-ready risk matrix, analyze trends, and cut losses. Discover best practices, performance tips, and real-world applications for data-driven decision-making in insurance and fintech.
  • Top Tools and Platforms for VR DevelopmentSep 11, 2025. Explore the essential tools and platforms driving the virtual reality revolution. From game engines like Unity and Unreal Engine to 3D modeling software and specialized VR development kits, discover the technologies that empower developers to create immersive experiences. Learn about hardware SDKs, collaboration platforms, and testing environments for building and deploying VR applications across various industries and platforms like Meta Quest and PlayStation VR.
  • Overview of JavaScript’s requestAnimationFrame MethodSep 09, 2025. Unlock the power of JavaScript animations with requestAnimationFrame! This comprehensive guide explores how to use this browser API for smooth, efficient animations. Learn how it optimizes performance, adapts to refresh rates, and provides time-based animation support.
  • Unity 6.2 Now AvailableAug 21, 2025. Unity 6.2 boosts game development with faster performance, stability, and new XR tools. Unity AI Beta automates tasks, aids debugging, manages assets, and enhances workflow for smarter, more efficient game creation.
  • Bind Dropdown with jQuery AJAX & WebMethod in ASP.NETAug 01, 2025. This ASP.NET WebMethod fetches unique applicant names and their UCC IDs from a SQL database and returns them as a list of ListItem objects, ideal for populating dropdowns via AJAX in web forms.
  • Differences Between 2D and 3D Development in UnityJul 24, 2025. Differences Between 2D and 3D Development in Unity, based on the official Unity documentation and expanded for clarity and depth.
  • Interactive PDF Annotation Tool with Movable Text Using HTML, Bootstrap, and JavaScriptJul 11, 2025. This project showcases a browser-based tool to load and annotate PDF files dynamically using movable, resizable, and editable text elements. It allows users to place texts on a canvas over the PDF, adjust font size and spacing, and export all data as a structured JSON. Ideal for printed form customization, data mapping, and PDF editing tasks.
  • What is a Prefab in UnityJul 01, 2025. Prefabs in Unity are reusable templates for GameObjects, allowing developers to efficiently create, manage, and instantiate consistent objects across scenes, boosting performance and streamlining game development.Ask ChatGPT
  • How to Make Power Pages Form Fields Mandatory or Optional Using jQueryMay 22, 2025. In this article, we will learn how to use jQuery to dynamically set Power Pages form fields as mandatory or optional.
  • Bootstrap5 Session Timeout Script (JS) Mar 27, 2025. This article presents a custom Bootstrap 5 session timeout script using JavaScript and jQuery. It ensures security by logging out inactive users, handling AJAX challenges, and supporting multilingual Bootstrap themes
  • WebMethod and ScriptMethod Attributes in .NET WebfromsMar 15, 2025. ?In ASP.NET Web Forms, client-side scripts like JavaScript and jQuery can call server-side methods using the [WebMethod] and [ScriptMethod] attributes. These methods must be declared as static (C#) or Shared (VB.NET). This approach enables AJAX functionality, allowing asynchronous data exchange without full page reloads.
  • Dynamic Breadcrumb Navigation with jQueryFeb 03, 2025. Enhance user experience with dynamic breadcrumbs! Automate navigation using jQuery, improve SEO, and simplify site hierarchy with lightweight, responsive design. Perfect for seamless navigation on dynamic websites.
  • Exploring LensGo AI: A Game-Changer in Artificial IntelligenceJan 02, 2025. LensGo AI is an innovative platform that leverages the power of artificial intelligence to revolutionize visual content creation.
  • Build Testimonial Carousel in React with Dynamic Animations Nov 15, 2024. Create an interactive testimonial carousel in React to showcase client feedback effectively. This component offers smooth animations, auto-advancing slides, responsive design, and dynamic star ratings using Lucide Icons.
  • Getting Dynamic Input Value and Post to the AJAX functionSep 26, 2024. This article explores how to dynamically retrieve input values from a user interface and send them to an AJAX function for processing. It covers essential concepts like event handling and asynchronous requests, utilizing JavaScript and jQuery.
  • Dynamic SharePoint Column Creator with jQuerySep 24, 2024. Unlock the power of SharePoint with our Dynamic SharePoint Column Creator using jQuery! This innovative tool allows users to effortlessly create and customize columns in SharePoint lists.
  • Integrating AngularJS with jQuery Select2 for Dropdown ChangesSep 02, 2024. Integrating AngularJS with jQuery Select2 enhances dropdown menus by combining AngularJS’s data binding with Select2’s advanced features. This setup involves initializing Select2 with AngularJS, handling dropdown changes, and synchronizing Angular models.
  • Implementation Ajax Calls in ASP.NET Core MVC Aug 27, 2024. Learn how to build a dynamic fleet management system using AJAX in ASP.NET MVC with SQLite as the database provider. This tutorial guides you through creating, managing, and displaying vehicle data in a responsive web application, enhancing user experience with real-time updates.
  • Smooth Horizontal Scrolling Text Animation with Play/Pause ToggleAug 21, 2024. This tutorial covers CSS and JavaScript techniques to build a responsive scrolling marquee that enhances user interaction. Perfect for showcasing announcements, news tickers, or featured content.
  • Creating a Custom Date Picker in jQuery with ValidationAug 13, 2024. This article demonstrates how to create a custom date picker in jQuery with validation. It covers setting up HTML text boxes for date input, initializing jQuery Datepicker with date range constraints, and storing selected dates in hidden fields.
  • Creating a Dynamic Dropdown List with JavaScript and jQueryAug 05, 2024. dynamically populating dropdown lists can enhance the user experience by ensuring that options are up-to-date and relevant. This article will guide you through creating a dropdown list using jQuery and AJAX, providing a complete solution for fetching and displaying data from a server
  • How to Use async in jQuery When Calling an API Using AjaxJul 30, 2024. Learn how to use async and await in jQuery to streamline API calls with Ajax. This guide covers setting up an HTML page, creating a JavaScript file for async operations, handling errors with try-catch blocks, and updating the UI with fetched data. Simplify asynchronous code and improve readability.
  • Implementing Form Validation with jQueryJul 30, 2024. Discover how to implement form validation using jQuery, a powerful JavaScript library. This guide covers essential techniques to ensure user input accuracy, enhance user experience, and prevent errors.
  • jQuery DataTable Plugin to Customize Tables in Power Pages PortalJul 19, 2024. How to integrate the jQuery DataTable Plugin into custom tables within the Power Pages Portal. The DataTable Plugin enhances tables by providing features such as pagination, column filtering, efficient search capabilities, and customizable styling.
  • Creating a Three Dot Loading AnimationJul 03, 2024. Creating a three-dot loading animation using HTML and CSS. The HTML sets up a container with three dots, while the CSS styles the dots and applies a blinking animation using Flexbox for centering and keyframes for the animation effect. The staggered animation delay creates a sequential blinking effect.
  • Implementing Cascading Dropdowns in ASP.NET MVC Using jQuery AJAXJun 28, 2024. create a cascading dropdown functionality where the selection of a "Brand" in the first dropdown (BrandId) should dynamically populate the options in the second dropdown (BrandlistId). However, there are some issues and potential improvements that need to be addressed to ensure correct functionality.
  • User Interaction with Dropdowns in DataTables Using jQueryJun 27, 2024. This article explores techniques to enhance user interaction with dropdowns in DataTables using jQuery. Learn how to create dynamic and responsive tables that improve user experience through intuitive dropdown menus.
  • Using Jquery in React ApplicationJun 16, 2024. Discover how to effectively integrate jQuery into your React application. This guide covers the essentials of using jQuery with React components, handling DOM manipulation, leveraging React lifecycle methods, and ensuring smooth interoperability between the two libraries.
  • Webcam Capture and File Upload with HTML JavaScript jQueryJun 12, 2024. The HTML structure for this interface consists of a video element for the live webcam feed, a canvas for displaying the captured image, and a file input element for uploading images. Additionally, buttons are provided for capturing the photo and triggering the final upload process.
  • The 3D Concept: Discovery, Development, DeliveryJun 06, 2024. 3D Concept Discovery, Development, and Delivery encompasses a comprehensive framework for innovation and product lifecycle. Discovery involves research, ideation, and exploration. Development focuses on design, prototyping, and testing. Delivery ensures effective distribution, deployment, and execution to the market.
  • Understanding the document.ready Method in jQueryJun 04, 2024. The document.ready method in jQuery ensures your code runs only after the DOM is fully loaded. This method simplifies event binding, DOM manipulation, and enhances cross-browser compatibility. Learn how $(document).ready() works, its syntax, best practices, common pitfalls, and modern JavaScript alternatives.
  • How does filter differ from map and reduce in JavaScript?Jun 02, 2024. In JavaScript, filter, map, and reduce are powerful array methods. Filter selectively removes elements based on a condition. Map transforms each element. Reduce boils down the array into a single value through accumulation. Each serves distinct purposes in data manipulation.
  • Understanding DOM Manipulation in jQueryMay 29, 2024. Learn the fundamentals of DOM manipulation in web development using jQuery. This article covers selecting elements, modifying content, changing attributes, handling events, creating and appending elements, and animating elements with concise syntax and cross-browser compatibility.
  • How to Build a Game with React Js?May 19, 2024. Learn how to build a game with React.js in this step-by-step guide. Explore React's capabilities for game development, including component-based architecture, state management, and hooks. Discover techniques for creating interactive UIs, handling user input, and optimizing performance for a seamless gaming experience.
  • Ckeditor4 Integration with MathType and ChemType using jQueryMay 06, 2024. CKEditor is a WYSIWYG rich text editor which enables writing content directly inside of web pages or online applications. Its core code is written in JavaScript and it is developed by CKSource. CKEditor is available under open source and commercial licenses.
  • JQuery Multiple File Upload and RemoveMay 03, 2024. This code segment utilizes jQuery to handle file upload and removal events in a dynamic UI environment. It captures file details upon selection, facilitates removal with associated buttons, and updates the display accordingly.
  • Unity Muse Features Expanded In Editor With 3 New UpdatesApr 24, 2024. Real-time collaboration enables developers to work together from anywhere, boosting synergy and speeding up creativity. It encourages teamwork, enhances knowledge exchange, and leads to top-notch results through collective effort and continuous improvement.
  • Becoming Proficient in C# and ASP.NET: A Roadmap to MasteryApr 08, 2024. From traditional ASP.NET Web Forms to the sleek ASP.NET MVC, and from robust backend solutions using ADO.NET and SQL Server to dynamic front-end interactions with jQuery, AJAX, and more, developers have a plethora of tools at their disposal to create powerful web experiences.
  • jQuery Filters: Selecting, Manipulating, and Filtering DOM ElementsApr 05, 2024. jQuery Filters" refer to powerful methods in jQuery for selectively targeting elements within the DOM based on specific criteria. These filters allow developers to efficiently manipulate and interact with HTML elements, enhancing the dynamic behavior of web pages.
  • What is Animations in Vue.js?Mar 27, 2024. Animations in Vue.js can be achieved through built-in transition components, CSS animations, JavaScript libraries like GSAP, Vue Router transitions, and Vue-specific plugins for engaging user experiences.
  • Introduction to 3D Object Control in Power AppsMar 21, 2024. Introduction to 3D Object Control in Power Apps explores integrating 3D objects into user interfaces. Learn how to manipulate objects, design interactions, and enhance user experiences using Power Apps' visual programming capabilities for augmented and virtual reality applications.
  • Explain Floating Labels Animation in BootstrapMar 20, 2024. In this article, we will cover how we can implement Floating Labels Animation in Bootstrap 5. Bootstrap 5 introduces form-floating labels, enhancing form design by providing dynamic floating labels above input fields, improving usability, and saving space.
  • Effortless Pagination with jQuery DataTables and BootstrapFeb 28, 2024. Effortless pagination with jQuery DataTables and Bootstrap offers seamless integration, providing a plug-and-play solution for front-end development. It enhances the user interface with responsive design, sorting, filtering, and customizable options.
  • Lottie animations in .NET MAUIFeb 05, 2024. Lottie animations in .NET MAUI
  • CSS :has() unleashedJan 24, 2024. The CSS :has() pseudo class is now supported since December 2023.
  • Lottie Animations in .NET MAUIJan 08, 2024. In this article, we will learn about .NET MAUI projects with Lottie animations, a magical touch to enhance your app's visuals. Learn the basics with SkiaSharp in this beginner-friendly guide, adding life to your app effortlessly.
  • How to Create a 3d Illustration on Microsoft Image CreatorJan 07, 2024. In this article, we will learn how to create a 3D illustration using AI with Microsoft Image Creator. Follow the steps on the Bing Chat AI-powered tool to generate unique, customizable images from text prompts.
  • Using HTML5, CSS3, and JavaScript to their full potentialDec 28, 2023. Crafting dynamic and engaging web journeys: HTML5, the cornerstone of web architecture, has evolved to embrace semantic elements such as <header>, <nav>, <section>, <article>, and <footer>. Replacing generic <div> tags, these elements imbue meaning and enhance accessibility. - Ziggy Rafiq
  • Display Loading or Processing Message Inside DataTableNov 27, 2023. displays a loading screen while data is being loaded into a DataTable using JavaScript, you can use a combination of HTML, CSS, and JavaScript. Below is a simple example demonstrating how you can achieve this using the DataTables library and a loading spinner.
  • Delete records from GridView without Page Reload using jQueryOct 03, 2023. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • Call Web API in .NET and Filter Data using Bootstrap Filters with Less CodeAug 27, 2023. We can filter records for each columns in table with single textbox or search. With less code and few mins, We can implement that feature to work on complex data.
  • Image Transition with Animation in Jetpack ComposeAug 23, 2023. This article will describe the Image Transition with Animation in Jetpack Compose.
  • Expandable Card with Animation in Jetpack ComposeAug 09, 2023. This article will explain how we can create an expanded card animation in Jetpack compose.
  • Create Various Types of Charts in Word Documents in C# and VB.NETJul 17, 2023. By creating charts in your Word document, you can enhance the impact of your content and make it more engaging and informative for your readers. In this article, we will explore how to create Column Chart, Line Chart, Pie Chart, Bar Chart, Scatter Chart, Bubble Chart, 3D Surface Chart in a Word document using C# and VB.NET.
  • Clipping and Animation in AWTJun 23, 2023. Clipping is a technique that restricts the drawing area to a small portion of the screen.
  • Custom Tabs with Animated Background in AndroidJun 14, 2023. Customs tabs that highlights when selected and animates the background to the next selection backward and forward.
  • Power Pages - Dynamic execution of long FetchXML without $batchMay 17, 2023. Dynamic execution of long FetchXML without $batch
  • Getting Started With Angular AnimationsMay 05, 2023. In this article, you'll learn about the power of Angular animations and how to use them to create engaging and interactive user interfaces. You'll explore the different types of animations available in Angular and see how to use them to bring your UI to life. The article will include code examples and step-by-step instructions to help you get started with Angular animations.
  • What is Roblox Studio?Apr 26, 2023. Roblox Studio, you can have a game developed and ready
  • CSS3 Transforms and Transitions Best PracticesApr 24, 2023. CSS3 Transforms and Transitions are powerful tools that allow developers to create engaging and interactive user interfaces.
  • CSS 3 Performance Considerations Transforms and TransitionsApr 24, 2023. CSS 3 Transforms and Transitions can add visual interest and interactivity to web pages.
  • How To Use Canvas In HTML And Its Benefits?Apr 24, 2023. This article provides an overview of HTML 5 Canvas, a powerful tool for designing graphics on web pages. It covers the basics of creating an empty canvas and using JavaScript to draw various shapes, lines, text, and images on the canvas. Additionally, the article includes an example of creating a filled shape using the fill() method in HTML 5 Canvas.
  • What are Transitions in CSS 3?Apr 22, 2023. CSS3 transitions are a powerful tool for creating smooth and engaging animations on your website
  • CSS3 Combining Transforms and TransitionsApr 22, 2023. CSS3 offers several powerful techniques for creating dynamic and engaging web experiences
  • CSS3 2D TransformsApr 21, 2023. CSS3 2D transforms are a set of CSS properties that allow you to manipulate elements in two-dimensional space
  • CSS3 Transition On HoverApr 21, 2023. CSS3 transitions on hover are a great way to add visual effects to a website.
  • CSS3 3D TransformsApr 21, 2023. CSS3 3D transforms allow you to manipulate elements in three dimensions on your webpage
  • CSS3 Transform OriginApr 21, 2023. CSS3 Transform Origin is a highly useful property that enables you to change the origin point of various transformations such as rotate, scale, and skew.
  • CSS3 Transition Timing FunctionsApr 21, 2023. CSS3 transition timing functions are a powerful tool for creating smooth and engaging animations on your website
  • What are Transforms in CSS3?Apr 21, 2023. We will look at Transforms in CSS 3
  • How To Export HTML Table In Excel Using jQueryApr 11, 2023. We will see How to export an HTML table in Excel by using jquery
  • What Is 3D Array In C#Apr 04, 2023. In this article, you will learn 3d Array in C#.
  • .NET MAUI - Displaying Lottie AnimationsMar 09, 2023. In this article, you will learn how to use the SkiaSharp library to display Lottie animations in .NET MAUI.
  • Show And Hide DIVs On Button Click With jQueryFeb 13, 2023. In this article, you will learn how to show and Hide DIVs on Button Click with Jquery.
  • Function To Show Error Message Using jQueryNov 02, 2022. In this article, you will learn about input validation using Javascript at the bottom of input field.
  • .Net MAUI - AnimationsOct 26, 2022. In this article, you will learn about .Net MAUI - Animations.
  • Pagination In MVC With Jquery DataTable Oct 04, 2022. Pagination in MVC with Jquery DataTable with Complex data as parameter
  • Implementing Repository Pattern Along With Dependency InjectionAug 29, 2022. In this article topics covered are Repository Pattern, Dependency Injection, Ajax call.
  • JQuery SelectorsAug 18, 2022. In this article, you will learn about JQuery Selectors.
  • Consuming Web API Using jQuery(AJAX)Aug 09, 2022. in this article, I will explain how we can access data from a web API using ajax jQuery.
  • How To Add CSS In HTMLJun 10, 2022. We have 3 different ways Inline as inside the tag itself, Internal as inside the head tag, and External in a different file.
  • Animated Screen In Windows FormsMay 18, 2022. In this article, you will learn how to add an animated screen using Windows Forms.
  • Good VS Bad - Beyond The JavaScript ConsoleApr 29, 2022. In this article, you will learn about JavaScript Console.