search
Found a total of 18778 related content
Login implemented using Css3 html5
Login implemented using Css3 html5
jQuery effects
1962

Login implemented using Css3 html5

Super cool css3 login interface
Super cool css3 login interface
focus slide
3915

Super cool login using Css3 html5

jQuery hidden login box window
jQuery hidden login box window
window effects
1829

Using jquery to implement a hidden login box window

jquery stretch login window effect
jquery stretch login window effect
window effects
1817

Use jquery to achieve the stretch login window effect

jQuery mouse hover display large image special effect
jQuery mouse hover display large image special effect
Mouse effects
3549

Use jQuery to implement the special effect of displaying a large image on mouse hover

Dynamic cloud login interface
Dynamic cloud login interface
backend template
3434746

The dynamic cloud login interface implemented by CSS3+jQuery adopts HTML5 technology. The login interface effect of white clouds fluttering and the realistic white cloud special effects are realized using CSS3. Of course, jQuery also plays an important role, but in traditional HTML , it is impossible to do. I hope that HTML will be fully compatible as soon as possible. The current IE8 is really heartbreaking. If you want to study HTML5 technology, download the special effects as soon as possible.

Blue minimalist style company login page web template
Blue minimalist style company login page web template
Front-end template
716

The blue minimalist style company login page template is a minimalist style company promotion web page login template download. Tip: This template calls the Google font library, and the page may open slowly.

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

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.

Business information network management system template
Business information network management system template
backend template
3435843

Business information network management system template, a very beautiful and practical backend template, dark blue style, with login page and backend operation page, the function page is opened in tab form, the left menu effect is also quite dynamic, it is indeed a good backend template.

Simpla Admin foreign simple background template
Simpla Admin foreign simple background template
backend template
3426090

Simpla Admin foreign simple background template, black and green style, div+css layout design, very web2.0 design effect, this template uses jquery and some plug-ins, and also includes a complete login page and background operation page, like this The background template is really rare.

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.

Unifiedtransform
Unifiedtransform
Programmer's Aid Tools
2052

Unifiedtransform is an open source school management software that can comprehensively and efficiently manage school operations. This software was built as the developers saw a lack of efficient, high-quality, free and open source school management software. It has developed into a high-standard school management platform with a wide range of practical functions. These functions include: platform roles (students, administrators, teachers, accountants, etc.), payment platform integration, attendance, syllabus, registration, score entry, etc. Users can create classes, divisions, exams, add courses and departments, enter grades, and finally issue certificates or certificates to students.

TeemIp - IPAM and DDI solution
TeemIp - IPAM and DDI solution
Programmer's Aid Tools
2634

TeemIp is a free, open source, WEB-based IP address management (IPAM) tool that provides comprehensive IP management functions. It allows you to manage IPv4, IPv6 and DNS spaces: track user requests, discover and assign IPs, manage your IP plans, subnet spaces, zones and DNS records in compliance with best DDI practices. Meanwhile, TeemIp's Configuration Management Database (CMDB) allows you to manage your IT inventory and associate your configuration items (CIs) with the IPs they use. The project source code is located at https://github.

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.

Slim
Slim
PHP framework
730

Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.

Using JNI to realize the interaction between android and SO files Chinese WORD version
Using JNI to realize the interaction between android and SO files Chinese WORD version
Mobile terminal
1052

This document mainly demonstrates how to interact with so files in Android. That is to say, the current problem requires hardware manufacturers to re-develop the dynamic library and develop the dynamic library according to the .h file generated by the entire Internet of Things. Interested friends can come and take a look

Delphi memory management guidance content PDF version
Delphi memory management guidance content PDF version
Server side development
1486

The instructive content on Delphi memory management has been excerpted into an e-book in PDF format. This book is an excerpt of the memory management chapter from a Delphi book. It does not involve other aspects of content and is relatively targeted. The content involves traversing memory blocks, shared memory managers, third-party memory managers, Delphi memory management implementation framework, implementation of user call routines, etc.

How to use GitHub efficiently Chinese WORD version
How to use GitHub efficiently Chinese WORD version
Other manuals
802

This document mainly talks about how to use GitHub efficiently; it is Github that makes social programming a reality. This article attempts to talk about the culture, skills and influence of GitHub. Interested friends can come and take a look

AutoIt3 Chinese help document packaging
AutoIt3 Chinese help document packaging
Other manuals
1020

AutoIt v3 version, which is a free software that uses a BASIC-like scripting language, is designed for automating operations in a Windows GUI (Graphical User Interface). It utilizes simulated keyboard keys, mouse movements, and window/control combinations to implement automated tasks. This is impossible to achieve in other languages ​​or has no reliable method (such as VBScript and SendKeys). AutoIt is very small and runs completely on all windows operating systems. (thesnow note: It is no longer available.

Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
Summary of three major techniques for performance optimization of programming language Perl Chinese WORD version
Server side development
2304

This article will focus on discussing Perl performance optimization techniques. When using Perl to develop some service applications, sometimes you will encounter problems with Perl performance or resource usage. You can use require to load modules, use system functions and XS-based modules, and write yourself with low overhead. Modules, etc. to optimize Perl performance. Perl is a powerful language, a powerful tool, and a very delicious dish:-) Using many of Perl's features, you can achieve some very interesting and practical functions. I hope this document will help friends in need; interested friends can come and take a look.

A collection of 50 excellent classic PHP algorithms
Other libraries
25201

Classic PHP algorithm, learn excellent ideas and expand your thinking

PHPExcel-1.8 class library (worth collecting!)
File processing library
92093

PHPExcel PHP class library for operating Office Excel documents

PHP library for dependency injection containers
Other libraries
25589

PHP library for dependency injection containers

Small PHP library for optimizing images
Other libraries
19265

Small PHP library for optimizing images

PHP library to extract GIF animation frame information
Other libraries
11288

PHP library to extract GIF animation frame information