search
Found a total of 18778 related content
Lightweight JS library TypeLighter implements typewriter effect
Lightweight JS library TypeLighter implements typewriter effect
jQuery effects
1597

Lightweight JS library TypeLighter.js implements typewriter effect

Super cool background particle plug-in particles.js
Super cool background particle plug-in particles.js
focus slide
1723

particles.js A lightweight JavaScript library for creating particles.

jQuery image cropping plug-in cropbox.js
jQuery image cropping plug-in cropbox.js
Picture special effects
2871

cropbox.js is a lightweight image online cropping jQuery and JavaScript library.

Multi-touch plug-in Hammer.js
Multi-touch plug-in Hammer.js
focus slide
1273

Hammer.js is an open source, lightweight javascript library that can recognize touch and mouse events without relying on other things.

jQuery image magnifying glass plug-in blowup
jQuery image magnifying glass plug-in blowup
magnifying glass effect
1763

The jQuery image magnifying glass plug-in blowup is a lightweight plug-in that can set the appearance style and other attributes of the magnifying glass by configuring parameters.

lyadmin lightweight universal backend 1.1.0
lyadmin lightweight universal backend 1.1.0
Other templates
3583263

lyadmin is a lightweight general backend made using Bootstrap3, with built-in permission management and modular development.

MiniFramework
MiniFramework
Other templates
3881

An ultra-lightweight PHP open source framework to meet the most basic MVC layered development needs of developers. On the basis of supporting a few functions such as database and cache access, it is as streamlined as possible to ensure the efficiency of the framework.

Wynn Online Enterprise Website System Source Code
Wynn Online Enterprise Website System Source Code
Enterprise website source code
3573179

Wynn Online Enterprise Website CMS system is a lightweight enterprise website system built with a combination of php+mysql+smarty. It is a website management software with professional-level functions and fool-like management.

imcat website building system
imcat website building system
Other templates
2480996

Xinxinmao is a general PHP website building system that is efficient, free, lightweight, free, and shared. It is suitable for online stores, hospitals, schools, corporate websites, personal websites, internal intranets, small and medium-sized industry portals, etc...

Creative Tim backend management interface responsive HTML5 template
Creative Tim backend management interface responsive HTML5 template
backend template
3387238

Creative Tim backend management interface responsive HTML5 template is based on Bootstrap3.3.5, adaptive resolution, compatible with PC and mobile, lightweight template, skin changing function, background switching function, full set of templates, including dashboard, registration, login , lock screen, component, button, grid, icon, notification, panel, alert, layout, form, table, regular table, extended table, Bootstrap table, Google map, vector map, chart, calendar, user page and other HTML background templates page.

Cute summer elements vector material (EPS PNG)
Cute summer elements vector material (EPS PNG)
PNG material
2738

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.

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

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

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

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.

Golden graduation cap vector material (EPS PNG)
Golden graduation cap vector material (EPS PNG)
PNG material
2288

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

Black and white style mountain icon vector material (EPS PNG)
Black and white style mountain icon vector material (EPS PNG)
PNG material
2199

This is a black and white style mountain icon vector material, available in EPS and PNG formats, including JPG preview.

WinNMP - Windows Nginx MySql Php 8 stack
WinNMP - Windows Nginx MySql Php 8 stack
Programmer's Aid Tools
2879

WinNMP - Nginx MariaDB Redis Php 8 Development Stack for Windows A lightweight, fast and stable server stack for developing php mysql applications on Windows, based on the excellent web server Nginx. Is a lightweight alternative to XAMPP and WAMP. Also known as WTServer and wt-nmp the current package contains the latest stable versions of: - Nginx web server - MariaDB 10 database server, mysq

Uniform Server
Uniform Server
Programmer's Aid Tools
2609

Uniform Server is a free lightweight WAMP server solution for Windows. Built with a modular design approach, including the latest version of Apache, MySQL or MariaDB, PHP (supports version switching), phpMyAdmin or Adminer. No installation required! No need for registry junk! Just unzip and launch! -------Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------

mPDF
mPDF
php development editor
3994

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Fat-Free Framework
Fat-Free Framework
PHP framework
947

Fat-Free Framework, or F3, is a straightforward PHP framework. Its codebase is only 65 KB, and the framework is modular, allowing you to only use the necessary code.

PHPixie
PHPixie
PHP framework
872

PHPixie is easy to learn and does not rely on automagic. You will always be in charge of what's happening.

JSON Getting Started Guide Chinese WORD version
JSON Getting Started Guide Chinese WORD version
Other manuals
1328

JSON stands for JavaScript Object Natation. It is a lightweight data exchange format that is very suitable for the interaction between the server and JavaScript. This article will quickly explain the JSON format and demonstrate through code examples how to process JSON format data on the client and server respectively.

Android In-depth understanding of SQLite storage method Chinese WORD version
Android In-depth understanding of SQLite storage method Chinese WORD version
Mobile terminal
1511

This document describes Android's in-depth understanding of SQLite storage methods; SQLite is a lightweight database designed for embedded use, and it takes up very few resources. In embedded devices, it only requires a few hundred KB; there are Friends who need it can download it and take a look

Android data format parsing object JSON usage WORD version
Android data format parsing object JSON usage WORD version
Mobile terminal
1248

This document mainly describes the usage of Android data format parsing object JSON; JSON can convert Java objects into json format strings, and can convert json strings into Java. More lightweight than XML, Json is lighter and simpler to use. JSON data format is widely used in client and server communication in Android, and is very convenient for network data transmission and analysis. I hope this document will help friends in need; interested friends can come and take a look.

Web Service Design Based on REST Architecture WORD Version
Web Service Design Based on REST Architecture WORD Version
Other manuals
828

This document mainly talks about the design of Web Service based on REST architecture; REST (Representational State Transfer) is a lightweight Web Service architecture style. Its implementation and operation are obviously simpler than SOAP and XML-RPC, and can be completely passed HTTP protocol implementation can also use cache to improve response speed, which is superior to SOAP protocol in terms of performance, efficiency and ease of use. I hope this document will help friends in need; interested friends can

Quickly get started with Android database operations Chinese WORD version
Quickly get started with Android database operations Chinese WORD version
Mobile terminal
1107

Android uses the relational database SQLite3, which is a lightweight embedded database that supports SQL and is widely used in embedded operating systems. WM also uses SQLite3; more details about the principles and principles are in this article I won’t mention it, but if you want to quickly learn to operate SQLite3, then this is the article you are looking for! Interested friends can come and take a look

PHP lightweight notification library
Other libraries
1003

PHP lightweight notification library

A lightweight notification library for PHP
Other libraries
1613

A lightweight notification library for PHP

composer lightweight PHP development library
Other libraries
2340

Composer lightweight HTTP development library

Lightweight PHP tag parsing library
Other libraries
1472

Lightweight PHP tag parsing library

Lightweight tag parsing PHP library
Other libraries
1219

Lightweight tag parsing PHP library