Tag: web development

  • PHP Text PDF Generator App

    How to Generate Text PDFs Using PHP Without Third-Party Libraries In this tutorial, we will walk through how to generate PDF files with simple text using PHP without any external libraries, and we will also create a styled HTML5 form that allows you to input text and generate a PDF.

    Create PDFs from Text in PHP
  • PHP Dynamically Plotting HTML5 Graphs Using MariaDB

    Beginner Guide to PHP MariaDB and Dynamic Canvas Plotting with CRUD This guide introduces a simple way for beginners to use PHP with MariaDB to create a basic data system that can add update delete and display information as a live canvas graph in the browser.

    Dynamic PHP Charts Fast
  • Build An HTML5 3D Bar Graph

    How to Create Stunning HTML5 3D Bar Graphs with JavaScript Introduction Creating 3D bar graphs can add a touch of interactivity and professionalism to your web projects.

    Interactive 3D Data Visualization
  • Generate Wall Tiled Corner With Blender Python API For Website

    ,

    Creating a Granite-Tiled Wall Corner in Blender Using Python API and Displaying It in the Browser with Model-Viewer In this tutorial, we will learn how to use Blender’s Python API to create a simple tiled wall corner with a granite texture, lighting it using an HDR image from the Courtyard EXR in Blender 4.5 LTS.

    3D Tiling for Websites
  • PHP Dynamically Change Color Of Image

    ,

    How to Dynamically Change the Color of an Image with PHP Introduction: In this tutorial, we’ll explore how to dynamically change the color of an image on a webpage using PHP.

    PHP Image Manipulation Tutorial
  • Generate Snowman With Blender Python API For Website

    ,

    Creating a Simple Snowman with Blender Python API and Displaying It in the Web Browser with Model-Viewer Introduction Creating 3D models with Blender’s Python API is a fun and educational experience, especially when you’re a beginner.

    Build a Snowman in Blender!
  • PHP Database Word Search App

    Building a Word Search with PHP and MariaDB: Fetching Search Results Using FULLTEXT, LIKE, and LOCATE/POSITION In this beginner-level tutorial, we’ll walk you through creating a simple word search application using PHP and MariaDB.

    Learn FULLTEXT Search in PHP