current location:Home > Technical Articles > Web Front-end

  • HTML5 & CSS3 for the Real World, Second Edition
    HTML5 & CSS3 for the Real World, Second Edition
    Key Takeaways HTML5 and CSS3 are designed to ensure backwards compatibility with older browsers, meaning changes to markup won’t cause layout issues or errors. Even if older browsers don’t fully support new features, they won’t break pages or caus
    CSS Tutorial . edge 928 2025-02-19 10:27:09
  • The Future of Programming: WebAssembly & Life After JavaScript
    The Future of Programming: WebAssembly & Life After JavaScript
    Key Takeaways The future of programming will likely see a move away from JavaScript, with the introduction of WebAssembly making the web a more attractive compile target for other languages. The author hopes that whatever replaces JavaScript wil
    JS Tutorial . edge 439 2025-02-19 09:10:10
  • How to Create Your Own Browser with JavaScript Using EdgeHTML
    How to Create Your Own Browser with JavaScript Using EdgeHTML
    This tutorial demonstrates building a basic web browser in Windows 10 using the Microsoft Edge WebView control and standard web technologies (HTML, CSS, JavaScript). While a Mac-based equivalent isn't directly supported, virtual machines or dual-boo
    JS Tutorial . edge 806 2025-02-19 09:03:09
  • How to Run Multiple Versions of PHP on One Server
    How to Run Multiple Versions of PHP on One Server
    In this particular post, we’ll demo a solution to install multiple versions of Phalcon and PHP and run them on a single web server. PHP 5.5.x and 5.6.x will be used here, but you can replace them with other versions. Any servers that support PHP-FPM
    PHP Tutorial . edge 551 2025-02-19 09:02:13
  • Vivaldi 1.0 Release: Your New Default Browser?
    Vivaldi 1.0 Release: Your New Default Browser?
    Vivaldi 1.0: A Breath of Fresh Air in the Browser World A new browser launch isn't an everyday event. The market's seen a drought of significant new entrants, but Vivaldi 1.0 has arrived, available for Windows, Mac, and Linux. Key Features: Develop
    It Industry . edge 1086 2025-02-18 13:12:10
  • How to Build a WI-FI Dashboard Using Node.js and Ractive.js
    How to Build a WI-FI Dashboard Using Node.js and Ractive.js
    Key Takeaways Utilize Node.js to build a server that extends existing functionalities to include Wi-Fi network information, making the dashboard more comprehensive. Implement Ractive.js for the client-side to manage real-time updates and interac
    JS Tutorial . edge 640 2025-02-18 13:05:16
  • Embedding Virtual Reality Across the Web with VR Views
    Embedding Virtual Reality Across the Web with VR Views
    Key Takeaways The development of virtual reality experiences for the web is rapidly advancing, with Google’s embeddable VR Views being a recent addition. VR Views allows developers to embed 360 degree virtual reality images and videos into website
    JS Tutorial . edge 662 2025-02-18 11:46:10
  • Python Web Applications: The basics of WSGI
    Python Web Applications: The basics of WSGI
    Key Takeaways WSGI, or Web Server Gateway Interface, underpins all Python web frameworks, providing a common specification for web servers that allows for interaction between different web servers and application frameworks. A WSGI application i
    It Industry . edge 702 2025-02-18 11:40:08
  • Graph Data with Firebase
    Graph Data with Firebase
    Firebase: A Platform for Building Real-time Web and Mobile Applications with Graph Data Capabilities Firebase is a comprehensive platform for developing mobile and web applications, providing essential services like user authentication, a real-time d
    JS Tutorial . edge 666 2025-02-18 11:34:11
  • Create a Text-to-Speech Chrome Extension
    Create a Text-to-Speech Chrome Extension
    Core points This article explains how to create a Chrome browser text-to-speech (TTS) extension that uses HTML5 voice synthesis API or third-party API to convert highlighted text or clipboard content into speech. Chrome extensions usually contain manifest files (metadata files), images (such as extension icons), HTML files, JavaScript files, and other resources (such as style sheets). The TTS extension waits for the user to click on its icon or press a specific hotkey (Shift Y), and then converts the highlighted text or clipboard content to voice. The code for the extension includes background scripts and content scripts, permissions to access active tags and user clipboards to
    JS Tutorial . edge 908 2025-02-18 11:30:16
  • The Ups and Downs of Open-source Software, with Ken Wheeler
    The Ups and Downs of Open-source Software, with Ken Wheeler
    This episode of the Versioning Show features Tim Evko, M. David Green, and Ken Wheeler, a Formidable JavaScript programmer known for open-source projects like Slick Carousel. They discuss the challenges and rewards of open-source software developmen
    It Industry . edge 878 2025-02-18 11:14:10
  • 'Reskinnable' SVG Symbols: How to Make Them (..and Why)
    'Reskinnable' SVG Symbols: How to Make Them (..and Why)
    SVG icons are increasingly used in modern web design, thanks to their scalability, small file sizes, and CSS styling capabilities, making them ideal for responsive websites. Although SVG can be styled using CSS, this only works if the SVG code is embedded in the HTML page. This means that a single part of the SVG cannot be modified unless the SVG is embedded. This article introduces the concept of "removable SVG symbols", where the "skeleton" of the SVG image remains unchanged, but the surface appearance can be easily changed. The article proposes a solution to the problem of not being able to modify a single part of SVG. This involves creating a symbol for each shape in the SVG, each symbol is in the same viewBox, allowing accordingly
    It Industry . edge 466 2025-02-18 10:17:09
  • Introduction to jCanvas: jQuery Meets HTML5 Canvas
    Introduction to jCanvas: jQuery Meets HTML5 Canvas
    HTML5 lets you draw graphics straight into your web page using the element and its related JavaScript API. In this post, I’m going to introduce you to jCanvas, a free and open source jQuery-based library for the HTML5 Canvas API. If you d
    JS Tutorial . edge 504 2025-02-18 10:06:11
  • Make a Voice-Controlled Audio Player with the Web Speech API
    Make a Voice-Controlled Audio Player with the Web Speech API
    Core points The Web Voice API is a JavaScript API that allows web developers to integrate speech recognition and synthesis into their web pages, thereby enhancing the user experience, especially for people with disabilities or users who need to handle multiple tasks simultaneously. Voice Recognition API Currently requires an internet connection and user permissions to access the microphone. Library such as Annyang can help manage complexity and ensure forward compatibility. Voice-controlled audio players can be built using the Speech Synthesis API and Speech Recognition API. This allows the user to navigate between songs and request specific songs using voice commands. The audio player will contain settings data, UI methods, and voice API methods
    JS Tutorial . edge 1060 2025-02-18 09:40:09
  • Generating PDFs from Web Pages on the Fly with jsPDF
    Generating PDFs from Web Pages on the Fly with jsPDF
    jsPDF: A powerful tool for client PDF generation, fine control of page elements Core points: jsPDF is a JavaScript library that allows the generation of PDF files directly on the client side, thereby speeding up processing. It is especially suitable for precise control of the position, size and paging of elements in a document. The jsPDF library is easy to use for basic PDF file generation, but due to limited documentation, it can be more challenging for complex projects. However, it provides the ability to add text, images, and shapes to PDFs, and provides precise control of position and size. The jsPDF library can be extended using its API. You can add functions such as textAlign() and use setFontSize(), set
    JS Tutorial . edge 597 2025-02-18 09:30:10

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28