search
Found a total of 18770 related content
Practical jQuery form validation
Practical jQuery form validation
jQuery effects
1012

Practical jQuery form validation

A practical jquery form validation plug-in webluker
A practical jquery form validation plug-in webluker
form button
1828

A practical jquery form validation plug-in webluker

jQuery practical registration form validation code
jQuery practical registration form validation code
form button
1957

jQuery's simple registration form validation code is a way to set the blur attribute to validate registration form elements.

Registration verification instance member registration form verification code
Registration verification instance member registration form verification code
form button
2027

Registration verification example member registration form verification code is used to verify whether the user's registered member information meets the requirements. If not, re-enter it. It also increases security. PHP Chinese website recommends downloading!

HTML5 click refresh verification code special effect
HTML5 click refresh verification code special effect
html5 special effects
3107

HTML5 click-to-refresh verification code special effect is very suitable for corporate websites or shopping mall websites. Generally, we use verification codes when registering or logging in as a member, or logging in in the background. Usually we use scripts to create verification codes, which are generated through HTML5. The verification code produced is recommended to be downloaded from the PHP Chinese website!

Easy-to-use adaptive simple login template
Easy-to-use adaptive simple login template
Bootstrap template
235534

Completed form verification, remember password, automatic login. Local storage is used. If you change it, you can put it in jsp.

LeTing music system background login page
LeTing music system background login page
backend template
3427959

LeTing Music System backend login page is a beautiful backend login login template based on jQuery. With verification code and password remembering functions, the page background has pictures of cats, digital cameras, strawberry salad, etc. for a full-screen background image carousel effect.

Bangguanke CRM customer management system
Bangguanke CRM customer management system
OA system source code
5167

Enterprise computing based on WEB, developed with PHP+MySQL, with stable and reliable performance, centralized control of data access, avoiding the possibility of data leakage, using encrypted data transmission parameters to protect system data security, multi-level authority control, and complete password verification and login mechanism to further strengthen system security.

Bangguanke CRM customer management system
Bangguanke CRM customer management system
OA system source code
13290

Enterprise computing based on WEB, developed with PHP+MySQL, with stable and reliable performance, centralized control of data access, avoiding the possibility of data leakage, using encrypted data transmission parameters to protect system data security, multi-level authority control, and complete password verification The login mechanism further enhances system security.

Leifeng Film and Television CMS
Leifeng Film and Television CMS
Other templates
2474877

Lei Feng Film and Television CMS is a film and television content management program developed using PHP based on the THINKPHP3.2.3 framework. It is suitable for all types of video and film and television websites. It has a good user experience and is suitable for artists to quickly build sites. You can also do it according to your needs. Apply extensions to achieve more powerful functions. You can use our program completely free of charge under the terms of the agreement.

Clown popping out of the box design April Fools' Day vector material (AI+EPS)
Clown popping out of the box design April Fools' Day vector material (AI+EPS)
Vector material
378

This is an April Fool's Day vector material designed by a clown popping out of a box. It is available in AI and EPS formats, including JPG preview.

Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
Red-nosed clown popping out of the box design April Fools' Day vector material (AI+EPS)
Vector material
348

This is an April Fool's Day vector material designed by a red-nosed clown popping out of a box. It is available in AI and EPS formats, including JPG preview.

Colorful beautiful floral design spring background vector material (AI+EPS)
Colorful beautiful floral design spring background vector material (AI+EPS)
Vector material
368

This is a spring background vector material designed with colorful and beautiful flowers. It is available in AI and EPS formats, including JPG preview.

14 different types of dinosaur vector materials (EPS+PNG)
14 different types of dinosaur vector materials (EPS+PNG)
PNG material
508

This is a different kind of dinosaur vector material, available in EPS and PNG formats, including JPG preview.

Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
Tyrannosaurus rex with open mouth side vector material (EPS+PNG)
Vector material
386

This is a side vector material of a Tyrannosaurus rex with its mouth open. It is available in EPS and PNG formats, including a JPG preview.

PHPMailer
PHPMailer
Programmer's Aid Tools
4632

PHPMailer - A full-featured email creation and delivery class for PHP. Supports UTF-8 content as well as 8-bit, base64, binary and quoted-printable encodings. Provides SMTP authentication for LOGIN, PLAIN, CRAM-MD5 and XOAUTH2 mechanisms over SMTPS and SMTP+STARTTLS transports. Automatically verify email addresses. Many PHP developers need to send emails from their code. The only PHP function that directly supports this is mai

PHP QR Code
PHP QR Code
Programmer's Aid Tools
2024

PHP QR Code is an open source (LGPL) library used to generate QR Code, that is, two-dimensional code. Based on the libqrencode C library, it provides an API for creating QR Code barcode images (PNG, JPEG depend on GD2). Completely implemented in PHP.

WIKINDX
WIKINDX
Programmer's Aid Tools
4395

Reference management, document management, citations and more. Designed by scholars for scholars, continuously developed since 2003 and used by individuals and major research institutions worldwide, WIKINDX is a virtual research environment (enhanced online literature manager) that stores searchable references, notes, documents, Quotes, thoughts, etc. The integrated WYSIWYG word processor exports formatted articles to RTF and HTML. Plug-ins include a citation style editor and import/export of references (BibTeX, Endnote, RIS, etc.). WIKINDX supports every reference text

CiviCRM
CiviCRM
Programmer's Aid Tools
4482

CiviCRM is an open source and free to download member relationship management solution for advocacy, non-profit and other organizations. For more information, visit http://civicrm.org

Joomla
Joomla
Programmer's Aid Tools
3945

Joomla! is an award-winning content management system (CMS) that allows users to build websites and powerful online applications. It's very easy to use, stable and secure, with thousands of free extensions and templates.

Selected Delphi examples to fully master CHM
Selected Delphi examples to fully master CHM
Server side development
542

The DELPHI programming blog from Wan Yi is the crystallization of high-quality experience and actual combat. Thank you Wan Yi for your selfless dedication. I believe it will definitely be useful to friends of DELPHI programming. Most of the source codes in CHM are compiled and passed under D7, and third-party controls are rarely used. It is a masterpiece for learning. Note: If the e-book cannot be displayed normally, you need to click "Properties" -> "Unlock" of the e-book.

Flash ActionScript3 Advanced Tutorial pdf version
Flash ActionScript3 Advanced Tutorial pdf version
Front-end development
3166

Flash ActionScript3 advanced tutorial pdf, book directory: Chapter 1 Advanced collision detection Detection of collisions of irregular graphics BitmapData.hitTest is used for collision detection of a large number of non-bitmap objects Implementing grid-based collision detection Writing grid code testing and adjusting the grid Grid uses this type of detection not just for collision Chapter 2 Steering Behavior 2D Vector (Vector2D) Class Locomotive (V

Android AsyncChannel source code analysis WORD version
Android AsyncChannel source code analysis WORD version
Mobile terminal
569

This document mainly talks about the analysis of Android AsyncChannel source code; the AsyncChannel class is used to handle asynchronous message passing between two Handlers. The Handler for message passing can be from the same process or in different processes. Handler message passing between different processes Implemented using Android's Binder communication mechanism. I hope this document will help friends in need; interested friends can come and take a look.

Things about JNI programming in Android Chinese WORD version
Things about JNI programming in Android Chinese WORD version
Mobile terminal
671

This document mainly talks about JNI programming in Android; JNI is translated as Java local interface. It allows Java code to interact with code written in other languages. Provide JNI method in android so that Java programs can call C language programs. Many Java classes in android have native interfaces, which are implemented locally and then registered in the system. I hope this document will help friends in need; interested friends can come and take a look.

Python website development guide WORD version
Python website development guide WORD version
Server side development
979

This document mainly talks about the guidelines for developing websites in Python; HTML is the universal language of the Internet, a simple and universal all-in-one markup language. It allows web page producers to create complex pages that combine text and images. These pages can be browsed by anyone else on the Internet, no matter what type of computer or browser is used. Python, like other programming languages, has its own set of processes. Control statements, and the syntax of these statements is similar to other programming languages. They all have keywords such as for, if, and while to express the program flow. I hope this document will help friends in need

PHP implements simple and practical verification code class
Verification code library
4900

PHP implements simple and practical verification code class

Verification code class implemented in PHP
Verification code library
1490

Verification code class implemented in PHP

Easy to use php verification code class
Verification code library
1745

Easy to use php verification code class

Encapsulated verification code class implemented by php
Verification code library
1923

Encapsulated verification code class implemented by php

Click captcha click verification code class implemented by php
Verification code library
2953

Click captcha click verification code class implemented by php