Community
Articles Topics Q&A
Learn
Course Programming Dictionary
Tools Library
Development tools Website Source Code PHP Libraries JS special effects Website Materials Extension plug-ins
AI Tools
Leisure
Game Download Game Tutorials
search
English
简体中文 English 繁体中文 日本語 한국어 Melayu Français Deutsch
Login
singup

  • Popular searches:
  • PHP
  • MySQL
  • jquery
  • HTML
  • CSS
  • Whole station
  • Course
  • Article
  • Q&A
  • Download
Found a total of 1452 related content
Scala Tutorial

Course Elementary  13353

Course Introduction:Scala Tutorial Scala is a multi-paradigm programming language, designed to integrate various features of object-oriented programming and functional programming.

CSS Online Manual

Course Elementary  81801

Course Introduction:"CSS Online Manual" is the official CSS online reference manual. This CSS online development manual contains various CSS properties, definitions, usage methods, example operations, etc. It is an indispensable online query manual for WEB programming learners and developers! CSS: Cascading Style Sheets (English full name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language).

SVG Tutorial

Course Elementary  12816

Course Introduction:SVG is a markup language for vector graphics in HTML5. It maintains powerful drawing capabilities and at the same time has a very high-end interface to operate graphics by directly operating Dom nodes. This "SVG Tutorial" is intended to allow students to master the SVG language and some of its corresponding APIs, combined with the knowledge of 2D drawing, so that students can render and control complex graphics on the page.

AngularJS Chinese Reference Manual

Course Elementary  24268

Course Introduction:In the "AngularJS Chinese Reference Manual", AngularJS extends HTML with new attributes and expressions. AngularJS can build a single page application (SPAs: Single Page Applications). AngularJS is very easy to learn.

Go language tutorial manual

Course Elementary  27056

Course Introduction:Go is a new language, a concurrent, garbage-collected, fast-compiled language. It can compile a large Go program in a few seconds on a single computer. Go provides a model for software construction that makes dependency analysis easier and avoids most C-style include files and library headers. Go is a statically typed language, and its type system has no hierarchy. Therefore users do not need to spend time defining relationships between types, which feels more lightweight than typical object-oriented languages. Go is a completely garbage-collected language and provides basic support for concurrent execution and communication. By its design, Go is intended to provide a method for constructing system software on multi-core machines.

More courses
  • Is there any other way to track the progress of erasing pixels in Phaser?

    So I'm trying to create a scratch card game where the user needs to scratch the card to reveal what's underneath. I want to check if the user has scratched 70% of the canvas to reveal it all. I'm trying to use phaser to implement this functionality, but it doesn't work. I tried calculating imagedata to get an array of pixels, but it returns an array of all zeros. I'm using the calculateScratchRatio function in the code below. importBaseScenefrom"./BaseScene"

    2023-08-14 20:29:20 0  1  783

  • php - Can anyone help me with my questions about filing Apache configuration?

    1. Can unregistered domain names be resolved and used normally? 2. Is access to port 80 of the public network allowed if it is not registered? 3. Why are there many photo websites on the Internet that are legal and can be registered even if they don’t reveal their website at three o’clock? 4. I have never configured an online project myself, but the answers on the Internet are all the same and it is difficult to filter...

    2017-06-13 09:22:05 0  3  1004

  • PHP Chinese website public welfare live class: "Revealing the whole process of Web projects from analysis to online", starting tonight!

    A new large-scale free public welfare live class on the PHP Chinese website has started! For three consecutive nights, all P friends, please move your benches and get ready! Training objectives: reveal the complete process of a Web project from analysis and planning, environment construction, use of open source software, and project launch. Suitable for the crowd: students who have no independent website building experience. If you want to get practical training, please sign up for "The Third Online PHP Practical Class of PHP Chinese Network". Registration QQ: 88526 (Brother Zhu), 498668472 (Teacher Zhu)

    2018-08-07 10:59:05 0  1  3067

  • Place interactive markers on images using React

    please help. I have an image like the one below that is displayed on the home page (a larger image). Note that the "FORGE" house has a white and blue marker with a black arrow in the middle. The same goes for "rental" homes. Each of these markers will act as an interactive button. Here's the expected interaction behavior: On hover, the blue background will expand to reveal the text "Forge" or "Rentals". When clicked, it will direct the user to the appropriate "Forge" or "Rentals" page. Also want it to be responsive if and when the screen resizes,

    2023-09-08 21:25:41 0  1  945

  • Laravel Modal does not return data

    I don't know why I'm not getting the value from the modal in my Laravel controller. Please check it for me. However, I use the same code for other modes and controllers. It's working and returning the value from the property without any issues. I'm using Laravel8 and php8.1; below is my code. app\Http\Controllers\Admin\MpdController.phppublicfunctionedit(mpd$mpd){dd($mpd);}app\Mode

    2024-03-29 10:31:31 0  1  437

MoreQ&A
Can JavaScript Reveal Your Local LAN IP Address Using WebRTC?

Course Introduction:Can JavaScript Reveal Your Local LAN IP Address?Traditionally, obtaining a user's local LAN IP address via JavaScript was considered impossible....

2024-10-27 comment 0  955

Can Browser-Based Scripting Reveal the Exact Windows OS Version?

Course Introduction:Can Browser-Based Scripting Reveal the Exact OS Version?In the realm of web development, determining the precise operating system (OS) version...

2024-10-26 comment 0  1171

How to Add a CSS Reveal Animation to Your Images

Course Introduction:Cleverly use CSS to achieve image hovering and reveal animation effects without additional elements! This article will explore in-depth how to use only elements to create stunning image reveal animations by cleverly manipulating padding, background color and image positioning. Core points: Only elements are needed to implement CSS reveal animations without any extra elements or pseudo-elements. The key to animation is to add padding to the image, then gradually reduce it to zero when hovering, while using background colors to create the visual effect of the image being revealed. The object-fit: cover and object-position: right properties are used to maintain the aspect ratio of the image and prevent the image from moving during animation. By adjusting

2025-02-09 comment 0  914

Image Reveal Animation with HTML, CSS, and GSAP

Course Introduction:This article demonstrates a simple image reveal animation when hovering over items. The HTML code represents a section with works, including images and titles. The CSS code provides the necessary styling for the layout and animation. The JavaScript c

2024-11-24 comment 0  627

How to stop 'Click Wallpaper to Reveal Desktop' on Mac

Course Introduction:macOS Sonoma's "Click Wallpaper to Reveal Desktop" feature: How to disable and alternative widget access methods After upgrading to macOS Sonoma, you might find the new feature that reveals your desktop when clicking the wallpaper a bit dis

2025-03-20 comment 0  389

MoreTechnical Articles

Public welfare online PHP training,Help PHP learners grow quickly!

About us Disclaimer Sitemap

© php.cn All rights reserved