current location:Home > Technical Articles > Web Front-end

  • Cookie-less Session Variables in JavaScript
    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
    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
    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
    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
    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 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
    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
    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
    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
    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
    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?
    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
    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]
    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
    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

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28