Course Elementary 10627
Course Introduction:The 13th online training class of php Chinese website officially started last night (2020.9.28)~~! The first 3 days of the course are free and open to the public, welcome to study! To register, please contact QQ27220243 (Teacher Zhong) or go to: //m.sbmmt.com/k.html
Course Elementary 14073
Course Introduction:The Bootstrap framework is a very popular front-end development framework. It allows back-end programmers and front-end personnel who do not understand design to create beautiful Web pages or Web applications. In this series of tutorials, we will lead you to understand the Bootstrap framework and how to use it, and you can independently customize Bootstrap that suits you.
Course Intermediate 4794
Course Introduction:Bootstrap is one of the most popular front-end development frameworks. It integrates a large number of elegant and efficient element styles and components. Whether it is the layout of the front-end page or the construction of the back-end development framework, it can be completed quickly. This set of courses is based on the mature version 3.3.7 of Bootstrap. It uses a large number of concise small cases to allow you to quickly master the practical techniques of using Bootstrap to create front-end projects.
Course Advanced 5156
Course Introduction:JavaScript is a purely object-oriented programming language, and object-oriented is always its core. This set of courses uses the creation and use methods of commonly used objects to show you the ins and outs of JavaScript objects, past and present, and all involved in JavaScript. The design pattern of object creation has been analyzed and explained in depth. Welcome to learn.
Course Elementary 6997
Course Introduction:The 17th online training class of php Chinese website (2021.9.17) has officially started~~! The first 2 days of the course are free and open to the public, welcome to study! To register, please contact QQ27220243 (Teacher Zhong) or go to: //m.sbmmt.com/k.html
Course Advanced 8164
Course Introduction:In "Commonly used libraries for front-end development—jQuery UI", jQuery UI is a set of user interface interactions, special effects, widgets and themes built on the jQuery JavaScript library. Whether you're creating a highly interactive web application or just adding a date picker to a form control, jQuery UI is a perfect choice. jQuery UI contains many widgets that maintain state, so it is slightly different from the typical jQuery plug-in usage pattern.
Course Elementary 22010
Course Introduction:The sixth online training class of php Chinese website will officially start on April 22, 2019~~! In order to let the majority of Web development enthusiasts understand this course, a live broadcast experience class has been specially arranged. Interested friends should not miss it! Live broadcast every night from 20:00-22:00. If you have any questions, please contact qq: 88526 (Brother Zhu). "Get 6 training quotas for free" activity post address: //m.sbmmt.com/wenda/159728.html
Course Elementary 11465
Course Introduction:The front-end layout of a web page is inseparable from html and css. PHP Chinese website's "Daily Sharing of HTML/CSS Technical Knowledge" course shares some commonly used HTML or DIV+Css knowledge every day, and conveys these commonly used knowledge in the form of videos. Click for explanation! From basic to advanced, the difficult points are broken down, each knowledge point takes about 5 minutes, and we strive to be easy to understand and create a small knowledge base of high-quality HTML and DIV+Css! Let you gradually master web page layout skills and complete an independent front-end page!
Course Elementary 18314
Course Introduction:vscode is a cross-platform source code editor for writing modern web and cloud applications that runs on Mac OS X, Windows and Linux. It runs on the desktop and is available for Windows, macOS and Linux. It has built-in support for JavaScript, TypeScript, and Node.js, and a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity).
Course Intermediate 5287
Course Introduction:Smarty template engine is currently one of the most popular template engines for PHP and has had a huge impact on many other template engines. This set of courses is based on the latest 3.0 system template engine and introduces some of the latest syntax and commonly used basic operations.
Course Elementary 7636
Course Introduction:Composer is a dependency management tool for PHP. We can declare the external tool libraries we depend on in the project, and Composer will help you install these dependent library files. With it, we can easily use one command to reference other people's excellent code into our project. .