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:
-
- Javascript Beautifier Plugin with Sublime 2
- The JavaScript code beautification plugin for Sublime Text 2 uses JavaScript provided by jsbeautifier.org to format Python modules. Currently the plugin functions are relatively basic and will not check if you are in a .js file. It only formats the selected text and formats the entire file if no text is selected. More articles about Sublime Text 2: - How to set up Sublime Text 2 text editor - Sublime Text 2 vs Notepad - Map new in Sublime Text 2
- JS Tutorial . json 730 2025-03-02 01:01:09
-
- 10 jQuery Language Translator Plugins
- Ten excellent jQuery translation plug-ins help you easily build multilingual websites! Web page translation can be easily implemented without modifying HTML code. The following recommended jQuery translation plug-in will help you easily integrate website translation functions and improve user experience. jQuery Translator Plugin: Easily translate web pages into multiple languages without modifying HTML. Just add the script reference and initialize the plugin. Source Code Demo jTextTranslate: A translation plug-in based on jQuery: This plug-in uses the Google language API and supports text translation in all languages provided by the API. Source Code Demo SundayM
- JS Tutorial . json 604 2025-03-02 00:25:12
-
- How to Create an XML to JSON Proxy Server in PHP
- This article demonstrates building a PHP XML to JSON proxy server. This approach offers a practical solution for leveraging the advantages of XML data exchange while simplifying client-side JavaScript interactions using the more streamlined JSON for
- JS Tutorial . json 896 2025-03-02 00:13:09
-
- How to deactivate Instagram because the Likes don’t love you back
- Tired of the Instagram drama? This guide shows you how to deactivate or delete your account, offering a path to digital serenity. Deactivation hides your profile but allows for future reactivation; deletion is permanent. Before you proceed, conside
- Troubleshooting . json 428 2025-03-02 00:12:11
-
- Llama 3.2 90B Tutorial: Image Captioning App With Streamlit & Groq
- Meta has finally added multimodality to the Llama ecosystem by introducing the Llama 3.2 11B & 90B vision models. These two models excel at processing both text and images, which led me to try building a project using the 90B version. In this art
- AI . json 710 2025-03-01 10:28:09
-
- Scheduling with Zend Job Queue
- Use Zend Job Queue for task scheduling Core points Zend Server's Job Queue module allows for asynchronous execution of non-interactive and long-running tasks, supports parallel operation, delayed or regular execution of tasks, and is managed through the GUI. The Job Queue API is accessible through the ZendJobQueue class, which allows creating jobs, passing parameters, and setting other job options such as priority, persistence, and scheduling. As shown in the extension example, Job Queue can be used to improve user experience and improve application efficiency, and tasks can be scheduled and executed in parallel, reducing user waiting time. Although there is
- PHP Tutorial . json 323 2025-03-01 10:21:11
-
- How to Use the Symfony Filesystem Component
- This article explores Symfony's Filesystem component, a powerful tool for streamlined file system interactions in PHP applications. We'll cover installation, configuration, and practical examples. Why Use the Symfony Filesystem Component? PHP develo
- PHP Tutorial . json 310 2025-03-01 09:55:08
-
- Build a React App With a Laravel RESTful Back End: Part 1, Laravel 9 API
- Laravel and React are two popular web development technologies used for building modern web applications. Laravel is prominently a server-side PHP framework, whereas React is a client-side JavaScript library. This tutorial serves as an introduction t
- PHP Tutorial . json 612 2025-03-01 09:14:10
-
- jQuery AJAX Differences Between GET vs POST
- Core points In jQuery AJAX request, GET and POST are both methods to send data to the server. The key difference is that GET attaches data to the URL (key-value pair form), which is visible in the browser address bar, which is suitable for sending a small amount of data; POST places the data in the HTTP request body, which is not visible to the user, which is suitable for sending a large amount of data or sensitive information. GET should be used for idempotent operations (such as database queries); POST should be used for operations with side effects (such as modifying databases or subscribing to services), or for processing long requests (especially when sending large amounts of or sensitive data, and should be via HTTPS). In a single application, both GET and POST methods can be used according to specific needs. Although P
- JS Tutorial . json 467 2025-03-01 08:44:10
-
- jQuery AutoForm Script Easy Form AutoComplete
- Tired of filling in web forms? Testing heaps of web forms and keep losing your default values because you have to clear your cookies? Well do I have a treat for you! I have written this jQuery script called jQuery AutoForm and what it does is simple
- JS Tutorial . json 807 2025-03-01 08:43:09
-
- Creating Drill-down Analytics with FusionCharts, PHP, MySQL and JSON
- Key Takeaways FusionCharts is a user-friendly application that enables the creation and deployment of multi-level, drill-down charts to present data in a simple, attractive interface. This tool can be implemented using PHP, MySQL and JSON. The i
- JS Tutorial . json 941 2025-03-01 08:35:10
-
- HTTP Debugging with Node and http-console
- http-console is a Node module that gives you a command-line interface for executing HTTP commands. It’s great for debugging and seeing exactly what is going on with your HTTP requests, regardless of whether they’re made against a web server, web serv
- JS Tutorial . json 958 2025-03-01 01:37:11
-
- jQuery to PHP via AJAX using JSON
- This tutorial demonstrates how to send JSON data via AJAX (POST method) from jQuery to a PHP script, and then decode that data into usable PHP variables. While this example uses form input, the JSON data origin is flexible. jQuery AJAX Implementatio
- JS Tutorial . json 662 2025-03-01 01:36:17
-
- 10 jQuery Signup Form Demos
- Ten jQuery registration form tutorials and demonstrations to improve the aesthetics of the website form! Website forms, whether they are registration, login or comment forms, are crucial and they are an important bridge for the website to interact with users. Today, we have compiled ten jQuery registration form tutorials and demonstrations to help you improve the aesthetics and user experience of your website form. jQuery registration form with elastic effect A highly interactive and easy-to-operate registration form can impress users, especially on many websites, registration is the first step. This tutorial will introduce an interactive registration form with elastic jQuery effects. [Source Code] [Demo] Create a Facebook-like jQuery registration form Xiang You
- JS Tutorial . json 722 2025-03-01 00:46:16
-
- How to Build a REST API With Laravel
- This course teaches you to build RESTful APIs with Laravel, simplifying the process significantly. It's ideal for beginners and experienced developers alike. Key Learning Points: Database modeling, seeding test data. Handling GET requests. Transfo
- PHP Tutorial . json 1045 2025-02-28 09:41:16