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 Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Easy Custom Web Servers with Dart and Redstone
- Node.js reigns supreme for server-side scripting, thanks to its speed, event-driven architecture, and JavaScript foundation. For web developers already fluent in JavaScript, the seamless transition to Node.js's backend is undeniably attractive, espe
- JS Tutorial 632 2025-02-19 09:35:09
-
- Responsive CSS Patterns without Media Queries
- This article explores responsive design techniques that minimize or eliminate reliance on media queries. While acknowledging media queries' value, the author argues that container dimensions often provide a more effective basis for responsive adjustm
- CSS Tutorial 225 2025-02-19 09:28:10
-
- Build a Face Detection App Using Node.js and OpenCV
- This article demonstrates building a face detection application using Node.js and the OpenCV library, employing the Viola-Jones object detection algorithm. We'll create a simple web application that allows users to upload images, and the application
- JS Tutorial 316 2025-02-19 09:24:15
-
- Remote Control Your Mac With Node.js and Arduino
- This project demonstrates a Mac remote control built using Arduino, Node.js, and AppleScript. It allows users to control their Mac's volume, iTunes playlist playback, and mute functionality. Key Features: Remote Control: An Arduino board acts as t
- JS Tutorial 640 2025-02-19 09:16:11
-
- How to Grunt and Gulp Your Way to Workflow Automation
- This article explores automating front-end development workflows using Grunt and Gulp, two popular JavaScript task runners. It guides you through setting up both tools, highlighting key differences and helping you choose the best fit for your projec
- JS Tutorial 654 2025-02-19 09:13:08
-
- 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 393 2025-02-19 09:10:10
-
- How to Access Member Functions in Polymer Elements
- This article explores accessing member functions within Polymer objects, a common challenge for Polymer developers. We'll examine correct and incorrect approaches, highlighting the role of Shadow DOM encapsulation. Key Takeaways Accessing Polymer o
- JS Tutorial 650 2025-02-19 09:09:10
-
- 5 Easy Performance Tweaks for Node.js Express
- Key Points Switching to production mode can significantly improve Express application performance, because production mode eliminates logging and exception stack trace tasks in development mode. Enabling GZIP compression in Express 4.x can reduce HTTP load and improve performance. This can be done by installing the compression module and using it as the first middleware function. Deleting unnecessary middleware, considering using a simpler template engine, and effectively caching common variables can further optimize the performance of Express applications. You can use build tools such as Gulp to compress and merge HTML templates, CSS, and JavaScript files
- JS Tutorial 623 2025-02-19 09:06:11
-
- 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 744 2025-02-19 09:03:09
-
- Build Your Own Atom Theme with CSS
- Atom, this 21st century "customable text editor", has become the first choice for thousands of developers around the world. Its easy to expand and customize makes it popular. Developers share new features with the Atom community by releasing expansion packages and themes. After reading this article, you will be able to publish your own Atom grammar theme – an excellent first step to embarking on your Atom customization journey! Quick look at the key points Atom is a customizable text editor that allows developers to create and share their own syntax themes using CSS. To create a syntax theme, you first need to download the Atom text editor, and then use the automatic generation function to create a syntax theme package. Atom uses Less (a superset of CSS) to style, including variables and nested styles
- CSS Tutorial 406 2025-02-19 08:59:11
-
- Validating HTML5 Documents - SitePoint
- HTML5 Verification: Simplify code and improve web page quality Key Points HTML5 verification focuses more on the correct use of elements, the accuracy of attribute values and the integrity of required attributes, rather than the code style. It is still a valuable tool to ensure that your tags comply with HTML5 specifications. There are many differences between XHTML and HTML5 validation, including optional elements and attributes, case insensitivity, and the validity of previously deprecated elements. It is recommended that you choose a style and maintain consistency throughout your HTML5 project. HTML5 verification is critical to ensuring that web pages are correctly formatted and interpreted by the browser, thereby improving performance, reducing errors and improving accessibility. There are a variety of online and offline tools available for HTML5 verification, for that
- CSS Tutorial 557 2025-02-19 08:58:09
-
- 3 JavaScript ORMs You Might Not Know
- Core points This article describes three JavaScript ORMs that can be used to manage complex data in applications: Bookshelf.js, Sequelize, and Lovefield. Bookshelf.js and Sequelize are designed for Node.js and work well with PostgreSQL, MySQL, MariaDB, SQLite3, and MSSQL. Lovefield is a web application relational database built on IndexedDB, developed by Google. Bookshelf.js and Sequelize
- JS Tutorial 793 2025-02-19 08:56:17
-
- Creating a CRUD App in Minutes with Angular's $resource
- This article demonstrates how to efficiently perform CRUD (Create, Read, Update, Delete) operations in AngularJS applications using the $resource service. It simplifies interaction with RESTful backends. Key Concepts: Leveraging $resource: $resour
- JS Tutorial 759 2025-02-19 08:55:10
-
- A Guide to Upgrading to Polymer 1.0
- Core points Polymer 1.0 is a thorough refactoring of previous versions, with more efficient performance, smaller size, better support for custom elements, and improved data binding system to make it easier to use and more intuitive. Upgrading from Polymer 0.5 to Polymer 1.0 requires several steps, including updating Bower dependencies, updating HTML imports, tweaking element definitions and data bindings to fit new syntax, and thorough testing to make sure everything works as expected. Polymer 1.0 introduces Shadow DOM, a key part of the Web Components standard, encapsulates the implementation details of custom elements.
- JS Tutorial 887 2025-02-19 08:53:14
-
- Goodbye Joyent, Hello Node.js Foundation
- This article examines the rise of io.js and its impact on the server-side JavaScript landscape. io.js emerged as an alternative to Node.js, addressing the latter's failure to keep pace with the latest v8 JavaScript engine features. Key Takeaways: T
- JS Tutorial 443 2025-02-19 08:52:09