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:
-
- Cookie-less Session Variables in JavaScript
- Cookies may be delicious delicacies, but they can leave a nasty taste if you don’t cook them correctly! Cookies can be blocked by the user, storage space is limited to four 20Kb cookies per domain, only strings can be used, paths can cause confusion,
- JS Tutorial . http 411 2025-03-09 00:50:10
-
- jQuery Set/Get Browser Session Cookies
- Use jQuery to set and get code snippets of browser session cookies. This can be used to store view status when a user clicks on something. The following example shows how to save cookies to store element visibility. // Events that hide elements ... $("#element").hide(); $.cookie('cookie_name', 'not_in_view'); // Show the element's events ... $("#element").show(); $.cookie('cookie_name', 'in_view')
- JS Tutorial . http 1008 2025-03-09 00:49:18
-
- Processing XML with JavaScript
- Today's work involved manipulating an XML string from a textarea using JavaScript's DOM. I recalled Sarissa, an open-source library providing cross-browser compatibility for HTTP requests, XML processing, and XSLT transformations. While powerful (us
- JS Tutorial . http 398 2025-03-09 00:47:09
-
- Using The Tabular Data Control in Internet Explorer
- In Web pages, it’s possible to create instances of objects that can be used to perform various tasks, using ‘ActiveX controls’ and ‘Java Applets’. These objects are inserted into the Web page using the HTML tag. Each object has a 32-bit un
- JS Tutorial . http 905 2025-03-09 00:41:10
-
- JSON Server Example
- This JSON server example is part of an article series that was rewritten in mid 2017 with up-to-date information and fresh examples. The JSON Server is a popular tool for front-end developers for quickly setting up a fully fake REST API in less than
- JS Tutorial . http 548 2025-03-09 00:33:22
-
- 10 jQuery Google Map Plugins
- 10 jQuery Google Maps plug-ins with different styles make map operation as easy as you can! Whether it’s simple route guidance or powerful interactive maps, these plugins can easily meet your needs. Not only do they simplify the map installation process, they also provide rich additional features to help you create the ideal map application. Start your map journey! Related Readings: - jQuery ranks top of Google Trends - Google Maps JSON File Example - Dynamic Image Map Based on Pixel Color Premium version – Google Maps Video Search A script for searching and displaying Google Maps videos. 1. gMap
- JS Tutorial . http 605 2025-03-09 00:25:09
-
- Hide Your jQuery Source Code
- Protecting your jQuery code from casual copying is impossible, as browsers must access the code to execute it. However, you can significantly hinder casual theft through obfuscation and minification techniques. This makes the code far more difficul
- JS Tutorial . http 880 2025-03-09 00:16:10
-
- jQuery Inserting Script to Secure/Encrypted Pages
- Key Points This article discusses the issue of using JavaScript/jQuery to dynamically insert scripts into DOM head tags during page loading. The author provides solutions for the following issues: IE8 error messages caused by encrypting pages/websites; loading a second script that references variables created by the first script resulted in an undefined error message; document.write causes page refresh. The author provides a final script that can be run in all browsers, including IE8. This script avoids errors by checking that the page is not encrypted before loading the OpenX script and checking that the variable exists before using it. The FAQ section emphasizes scripting
- JS Tutorial . http 855 2025-03-09 00:01:09
-
- How to Build a Chatbot Using the OpenAI API & Pinecone
- LLM Chatbots: Revolutionizing Conversational AI with Retrieval Augmented Generation (RAG) Since ChatGPT's November 2022 launch, Large Language Model (LLM) chatbots have become ubiquitous, transforming various applications. While the concept of chatb
- AI . http 540 2025-03-08 12:04:09
-
- Hugging Face's Text Generation Inference Toolkit for LLMs - A Game Changer in AI
- Harness the Power of Hugging Face Text Generation Inference (TGI): Your Local LLM Server Large Language Models (LLMs) are revolutionizing AI, particularly in text generation. This has led to a surge in tools designed to simplify LLM deployment. Hu
- AI . http 507 2025-03-08 11:58:11
-
- How to update apps on Mac
- Keep Mac apps updated and make writing smoother! This article will introduce a variety of Mac application update methods, including App Store, terminal and third-party tools, to help you easily manage application updates and say goodbye to software failures. Efficient application update management Use CleanMyMac to complete Mac application updates, uninstalls and cleanses of residual files in one click. Experience it now on Setapp! Free trial Security beta version Update Mac apps via the App Store Regularly update Mac App Store apps to get the latest features, improvements and bug fixes, and improve application performance and user experience. Update apps from the App Store This is the easiest way to update your Mac App Store app
- MAC . http 1033 2025-03-08 11:54:13
-
- How to Open RAR Files on Mac? How to Unarchiver & Extract Them?
- Opening RAR Files on Your Mac: A Comprehensive Guide Mac users often encounter RAR files, a popular archive format known for its efficient compression. Unlike ZIP files, macOS doesn't natively support RAR, requiring a third-party application for ext
- MAC . http 823 2025-03-08 11:46:16
-
- Elon Musk & Sam Altman Clash over $500 Billion Stargate Project
- The $500 billion Stargate AI project, backed by tech giants like OpenAI, SoftBank, Oracle, and Nvidia, and supported by the U.S. government, aims to solidify American AI leadership. This ambitious undertaking promises a future shaped by AI advanceme
- AI . http 1159 2025-03-08 11:15:14
-
- Best 10 Notepad Alternatives for Mac [The Most Equivalents Apps]
- Notepad for Mac? A comprehensive guide to the best alternatives. Since its 2003 debut, the open-source Notepad has gained immense popularity, boasting over 28 million downloads. However, its Windows-only limitation leaves Mac users searching for
- MAC . http 804 2025-03-08 11:14:11
-
- Exploring Linux Network Protocols for Better Packet Processing
- Introduction In the field of modern computing, the network is the cornerstone of connecting devices and systems. Among many operating systems, Linux is known for its powerful network processing capabilities and versatility. This article aims to illustrate Linux network protocols and packet processing, providing key insights to network administrators (novice and senior). Network protocol overview Definition and Importance Network protocols are formal standards and policies, consisting of rules, processes and formats that define how data is transmitted on the network. They ensure that devices can communicate effectively regardless of their underlying architecture or design. Without these protocols, seamless exchange of information would be impossible in the huge and diverse environment of the Internet. Common network protocols TCP/IP suite: Transmission Control Protocol (T
- LINUX . http 253 2025-03-08 10:56:10