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:
-
- Revealing the Magic of JavaScript
- We use tons of tools every day. Different libraries and frameworks are a part of our daily job. We use them because we don’t want to reinvent the wheel for every project, even if we don’t understand what’s going on under the hood. In this article, we
- JS Tutorial . http 663 2025-02-21 09:38:10
-
- Review: Top 5 Web-based Presentation Tools Compared
- This article reviews five web-based presentation tools: Slides, ZOHO Docs, Google Slides, Emaze, and Visme. Each offers distinct features and customization levels, catering to diverse user needs. photo credit: plural For users seeking a high-qualit
- It Industry . http 262 2025-02-21 09:26:10
-
- An Intro to App.js - Mobile Webapps Made Easy
- JavaScript has become increasingly popular for mobile application development. It has enabled web application developers to develop mobile web applications without learning any native language skills. In this tutorial, we’ll discuss a lightweight J
- JS Tutorial . http 795 2025-02-21 09:21:11
-
- 10 Common Web Development Mistakes to Avoid Right Now
- Building a successful website requires attention to detail. Overlooking even minor aspects can significantly impact performance, user experience, and overall success. This is especially true for first-time website builders or those managing multiple
- It Industry . http 413 2025-02-21 09:12:09
-
- Using Solarium with SOLR for Search - Setup
- Core points Apache SOLR is a powerful search platform that provides full-text search, faceted search, result highlighting and geospatial search. It can be integrated with any programming language via HTTP, and for PHP users, the Solarium project simplifies this integration. SOLR runs as a web service, creating search indexes for documents. It allows full text searches and adds additional information to the indexed search document. One of its most useful features is facet search, allowing users to filter search results. Installing SOLR involves setting it on your operating system, starting the server and verifying the installation through the administrative interface. The pattern defines the fields of the indexed document, which can be customized by copying the default directory.
- PHP Tutorial . http 428 2025-02-21 09:00:14
-
- Jump Start Sass: Architecture in Sass
- Sass Architecture: A Deep Dive into Modular CSS Development This excerpt from Jump Start Sass explores the complexities of CSS architecture and how Sass enhances the process. We'll examine various architectural approaches and best practices for buil
- CSS Tutorial . http 236 2025-02-21 08:53:09
-
- Image Scraping with Symfony's DomCrawler
- A photographer friend of mine implored me to find and download images of picture frames from the internet. I eventually landed on a web page that had a number of them available for free but there was a problem: a link to download all the images toget
- PHP Tutorial . http 541 2025-02-21 08:47:11
-
- IronMQ and Laravel: Setup
- This two-part tutorial guides beginners on using push queues with Laravel for background tasks, illustrated by a photo upload and resizing example. Resizing images is time-consuming; this approach prevents user delays by offloading the task. We'll a
- PHP Tutorial . http 788 2025-02-21 08:43:08
-
- Implementing Authentication in Angular Applications
- Key Points Implementing authentication in a single page application (SPA) involves the server exposing an authentication endpoint that verifies user credentials and returns an access token. This token is then used for all secure API requests made to the server. In Angular, access tokens can be stored in a service or in a value because they are singleton objects on the client. However, to prevent token loss when the user refreshes the page, it is recommended to use a browser persistence mechanism (such as sessionStorage) to store the token. To prevent potential data theft, the user's status should be maintained and verified on the server side and on the client side. When the user logs out, the corresponding API should be called (the request header contains the access token) and
- JS Tutorial . http 343 2025-02-21 08:40:14
-
- PHP 5.6 End of Beta
- PHP 5.6 Beta Program Concludes: A Look at Key Features and Changes The PHP development team announced the final beta of PHP 5.6 on June 5th, 2014, marking the end of the beta phase and the commencement of the Release Candidate (RC) program. This s
- PHP Tutorial . http 398 2025-02-21 08:35:09
-
- 10 Tips to Make Your Node.js Web App Faster
- Node.js, inherently fast due to its asynchronous and event-driven architecture, still requires optimization for peak modern web performance. This article outlines ten crucial strategies to significantly boost your Node.js application's speed. Let's
- JS Tutorial . http 325 2025-02-21 08:31:10
-
- How to Create a Laravel CSS-Minify Command
- In this article you’ll learn how to use Laravel’s Artisan command line tool, and how to create a customized command. Note that you need to be familiar with the Laravel framework to get the most of this article. Key Takeaways Leverage Laravel Art
- PHP Tutorial . http 373 2025-02-21 08:30:14
-
- Visual Regression Testing with PhantomCSS
- Key Takeaways PhantomCSS is a Node.js tool that performs visual regression testing, which is a form of automated testing that checks if web page elements appear as intended. It does this by taking a screenshot of the page or a specific element, co
- CSS Tutorial . http 876 2025-02-21 08:24:11
-
- Connecting to the Jawbone UP API with Node.js
- As a developer, I cannot help but want to access the huge amount of step count and sleeping habit data my Jawbone UP has on me. There is so much data! So I began looking into how to pull in this data using the Jawbone UP API and Node. I found exampl
- JS Tutorial . http 960 2025-02-20 13:16:09
-
- How I Used Blob Storage to Host My Podcast .mp3 Files
- This tutorial demonstrates how to use Azure Blob Storage to host podcast MP3 files, solving the storage limitations of free podcast hosting services. The author, a game developer podcast host, uses this method to archive past episodes. Key Advantage
- It Industry . http 382 2025-02-20 13:13:08