search
Found a total of 18780 related content
Grid picture accordion jquery special effects code
Grid picture accordion jquery special effects code
Picture special effects
2444

The grid image accordion jquery special effects code combines the functions of grid accordion thumbnails and accordion panels to give you an interesting way to display your image website. You can choose to use XML or HTML. The powerful API will allow further increasing the functionality of this jQuery plugin, which can be easily integrated into your own applications. Compatible with mainstream browsers, PHP Chinese website recommends downloading! Instructions: 1. Introduce the style sheet files style.css and grid-accordion.css in the head area 2. in head

jQuery carousel plug-in compatible with IE8
jQuery carousel plug-in compatible with IE8
focus slide
696

The jQuery carousel plug-in that is compatible with IE8 is a very compatible and very simple website focus map code.

CSS3 Swimming Pool Rules Explanation Picture and Text Album
CSS3 Swimming Pool Rules Explanation Picture and Text Album
Photo album effects
821

CSS3 swimming pool rules description graphic album is a graphic and text introduction layout using div and css3 to create a web version of swimming pool rules description.

Celebrate New Year text icon flashing H5 special effect
Celebrate New Year text icon flashing H5 special effect
html5 special effects
662

The H5 special effect of celebrating the New Year text icon flashing is a special effect of celebrating the New Year flashing animation based on CSS3 SVG.

Webmaster Home Important Events jQuery Timeline
Webmaster Home Important Events jQuery Timeline
timeline effects
793

Webmaster's Home Important Events jQuery Timeline is a jQuery timeline special effects code with a sliding switching effect. This work is collected and organized by [Webmaster Materials], please indicate the source when reprinting!

Mobile infinite scroll loading waterfall flow
Mobile infinite scroll loading waterfall flow
Front-end template
220562

There are 2 folders inside. The file name is: finishing, which is a simulation of writing data that my project has not yet requested from the background. After requesting the background data, the waterfall js has a little change, and the file name is: finished. The change is that the parameters need to be passed to the background, and the filled content is filled with data from the background. It depends on your project needs. Since the chrome simulator does not allow reading the local file json, if you want to test it, you can see the effect by opening the project in hbuilder, or using Firefox.

Home Decor Cleaning and Repair Service Company Website Template
Home Decor Cleaning and Repair Service Company Website Template
Front-end template
4209

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.

Fresh color personal resume guide page template
Fresh color personal resume guide page template
Front-end template
3673

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.

Designer Creative Job Resume Web Template
Designer Creative Job Resume Web Template
Front-end template
3607

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.

Modern engineering construction company website template
Modern engineering construction company website template
Front-end template
3063

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.

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

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
2359

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
2259

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
2299

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
2206

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

Dompdf
Dompdf
Programmer's Aid Tools
2622

dompdf is an HTML to PDF converter. At its core, dompdf is a (mostly) CSS 2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer that downloads and reads external style sheets, inline style tags, and style attributes of individual HTML elements. It also supports most expressive HTML attributes. PDF rendering is currently provided by PDFLib or a bundled version of the R&OS CPDF class written by Wayne Munro. (for R&OS class

Parallels Desktop 12
Parallels Desktop 12
php development environment (integrated)
19998

Mac activation version-the best virtual machine on Mac

PhpStorm 18.2.1 Win版
PhpStorm 18.2.1 Win版
php development editor
373467

Professional PHP integrated development tools

Fat-Free Framework
Fat-Free Framework
PHP framework
955

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
877

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

Matlab reads CSV file WORD version
Matlab reads CSV file WORD version
Other manuals
979

This document mainly talks about Matlab reading CSV files; I hope this document will help friends in need; interested friends can come and take a look.

Android development tutorials and notes pdf version
Android development tutorials and notes pdf version
Mobile terminal
3122

Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.

Android development skills collection tutorial pdf version
Android development skills collection tutorial pdf version
Mobile terminal
1083

Android development skills collection pdf version, including: ANDROID common class library description, ANDROID file system and application architecture, ANDROID application structure, ANDROID UI LAYOUT (layout), ANDROID UI controls, ANDROID UI beautification, ANDROID UI animation, asynchronous calls , data storage and reading, etc.

Usage examples of Android database SQLite Chinese WORD version
Usage examples of Android database SQLite Chinese WORD version
Mobile terminal
1210

Android provides three data storage methods, the first is file storage; the second is SharedPreferences storage; and the third is database SQLiteDatabase storage. I don’t need to say more about file storage, but SharedPreferences can access simple data (int, double, float.etc). It is often used for data caching because it is simple to read and store. For details, please refer to this series. Advanced Tutorial for Android Experts (7) - Android Medium

Android resources and internationalization settings Chinese WORD version
Android resources and internationalization settings Chinese WORD version
Mobile terminal
1282

This document mainly talks about Android's resources and internationalization settings; resources are external files (files without code), which are used by the code and compiled into the application at compile time. Android supports different types of resource files, including XML, PNG and JPEG files. XML files have different formats depending on the description. This document describes what files, syntax, and various formats can be supported. I hope this document will help friends in need; interested friends can come and take a look.

PHP reads xml file class
File upload class library
5159

PHP reads xml file class

PHP reads csv file class
Other libraries
1828

PHP reads csv file class

A php function class for reading remote files
Other libraries
1892

A php function class for reading remote files

PHP class for QR code reading
Other libraries
5884

PHP class for QR code reading

PHP reads the class library of mobile client browser
Other libraries
2955

PHP reads the class library of mobile client browser