current location:Home > Technical Articles > Web Front-end
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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
- 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
- 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
- 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: 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
- 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
- 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
- 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
- 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
- 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
- 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)
- 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
- 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
- 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
- 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