Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
tano1221
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
大†Shinegumi†大
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
ПΣӨƧӨFƬ
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
Engh3
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
ℛeℙ@¢ᴋ€r
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
ronaldinho424
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
geodasoft
Wordpress Gutenberg Blocks For  Beginners Vote_lcapWordpress Gutenberg Blocks For  Beginners Voting_barWordpress Gutenberg Blocks For  Beginners Vote_rcap 
Septiembre 2024
LunMarMiérJueVieSábDom
      1
2345678
9101112131415
16171819202122
23242526272829
30      
CalendarioCalendario
Últimos temas
» Zoner Photo Studio X 19.2409.2.579 (x64) Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 3:03 pm por Engh3

» AnyMP4 Data Recovery 1.5.12 (x64) Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:58 pm por Engh3

» Rcysoft GoPro Video Recovery Pro 8.9.0.0 Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:55 pm por Engh3

» Disk Drill Enterprise 5.6.913.0 (x64) Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:52 pm por Engh3

» Drive SnapShot 1.50.0.1595
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:47 pm por Engh3

» Rcysoft Photo Recovery Pro 8.9.0.0 Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:45 pm por Engh3

» Rcysoft Raw Drive Partition Recovery Pro 8.9.0.0 Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:44 pm por Engh3

» Rcysoft USB Flash Drive Data Recovery Pro 8.9.0.0 Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:42 pm por Engh3

» Rcysoft External Hard Drive Data Recovery Pro 8.9.0.0 Multilingual
Wordpress Gutenberg Blocks For  Beginners EmptyHoy a las 2:41 pm por Engh3

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Wordpress Gutenberg Blocks For Beginners

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 73343
Fecha de inscripción : 20/08/2016

Wordpress Gutenberg Blocks For  Beginners Empty
MensajeTema: Wordpress Gutenberg Blocks For Beginners   Wordpress Gutenberg Blocks For  Beginners EmptyJue Nov 03, 2022 5:11 am


Wordpress Gutenberg Blocks For  Beginners Dbde536d3e7d08d50b7d54a7594046af
Wordpress Gutenberg Blocks For Beginners.
Last updated 10/2018
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.65 GB | Duration: 4h 12m

Learn how to code blocks from scratch for Gutenberg, the new WordPress editor.

What you'll learn
You'll be able to build blocks from scratch for Gutenberg, the new WordPress editor.
You'll be able to set up your development environment for building Gutenberg blocks.
You'll feel very comfortable using the command line to copy, create, delete, and move files and directories.
You'll be able to build a WordPress plugin from scratch.
You'll know how to create an easy to maintain, scalable architecture for your Gutenberg blocks.
You'll know how to use your blocks in both plugin and production environments.
Requirements
Be familiar with WordPress.
A desktop Mac or Windows computer is required.
Be familiar with HTML, CSS, JavaScript, React and PHP. None of these are required, but knowing a little about each will definitely help.
Description
This course is for anyone who wants to learn how to build Gutenberg blocks from scratch. Are you a WordPress theme developer? Are you a WordPress plugin developer? Do you build WordPress websites? Then you really need to check this course out.In the not so distant future WordPress is going to be releasing a new editor codenamed Gutenberg. This new editor will replace the existing TinyMCE wysiwyg editor with the goal of making it easy to create rich page and post layouts.What the heck is a Gutenberg block? Great question! These new rich page and post layouts will be built using a collection of blocks. A Gutenberg block is then just a piece of a website. A block could be as simple as a button. Or a button with different customization options. Or a button with a form to subscribe to a newsletter. Or a header with a customizable background image. Get it?!In this course we walk you through every step of creating a block, from setting up your local development environment to installing WordPress, building your first block in development, and finally preparing your your block plugin for production with lots of opportunities to get really comfortable with the command line and other modern javascript dependencies such as webpack and the Node.js package manager NPM. We teach you everything you need, and nothing you don't.
Overview
Section 1: Introduction and Setup
Lecture 1 Introduction
Lecture 2 Setting up Mamp
Lecture 3 Setting up and using the Command Line
Lecture 4 Installing Node.js
Lecture 5 Getting a Text Editor
Lecture 6 Installing WordPress
Lecture 7 Installing Gutenberg
Lecture 8 Creating a WordPress plugin
Section 2: Creating Your First Block
Lecture 9 Enqueuing Scripts
Lecture 10 Registering your Block
Lecture 11 Setting up package.json
Lecture 12 Setting up Webpack
Lecture 13 Using your First Block
Section 3: Applying Styles with Stylesheets
Lecture 14 Enqueuing Scripts
Lecture 15 Registering your Block
Lecture 16 Setting up package.json
Lecture 17 Setting up Webpack
Lecture 18 Using your Stylesheets Block
Section 4: Creating a Block with the RichText Component
Lecture 19 Enqueuing Scripts
Lecture 20 Registering your Block
Lecture 21 Setting up package.json
Lecture 22 Setting up Webpack
Lecture 23 Using your Editable Block
Section 5: Creating a Block with a Toolbar
Lecture 24 Enqueuing Scripts
Lecture 25 Registering your Block
Lecture 26 Setting up package.json
Lecture 27 Setting up Webpack
Lecture 28 Using your Block with a Toolbar
Section 6: Creating a Block with a Media Uploader
Lecture 29 Enqueuing Scripts
Lecture 30 Registering your Block
Lecture 31 Setting up package.json
Lecture 32 Setting up Webpack
Lecture 33 Using your Block with a Media Uploader
Section 7: BONUS: Creating a Scalable Architecture for your Blocks
Lecture 34 Creating the File Structure
Lecture 35 Adding your Blocks
Lecture 36 Enqueuing Scripts
Lecture 37 Setting up package.json
Lecture 38 Setting up Webpack
Lecture 39 Internationalizing your Blocks
Lecture 40 Using All Your Blocks
Lecture 41 Using Source Maps
Section 8: Where do I go from here?
Lecture 42 Using Blocks in Production and Next Steps
Anyone who wants to learn how to build blocks from scratch, for the new Gutenberg editor for WordPress.,Anyone beginning block development for the new Gutenberg editor for WordPress.,Anyone who wants to learn how to build a WordPress plugin.,Anyone who wants to get more familiar with using React and WordPress.,Anyone who wants to get more comfortable with using the command line, the NPM package ecosystem, and webpack.

Wordpress Gutenberg Blocks For  Beginners D94f1f36227c3ee4ffd86ad03f736d8f

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/1d89628bd4273837f39caeb1deb7f5ea/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part1.rar.html
https://rapidgator.net/file/0fbebaf959367c47d9e732f70b343396/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part2.rar.html
https://rapidgator.net/file/179ce3fb93c943bf260acea76b57072c/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part3.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/EBd5dcbb217A200c/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part1.rar
https://uploadgig.com/file/download/8A7511a62b8e0009/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part2.rar
https://uploadgig.com/file/download/F6981dA1d0f0E21a/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part3.rar

nitroflare.com:
Código:

https://nitroflare.com/view/EDCAFA829998E20/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part1.rar
https://nitroflare.com/view/15A144C357E6CB9/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part2.rar
https://nitroflare.com/view/E5AB6185E5648BF/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part3.rar

1dl.net:
Código:

https://1dl.net/wwch3kxdzyq8/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part1.rar.html
https://1dl.net/lsxx5g20xnvw/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part2.rar.html
https://1dl.net/a1k14mpkwx40/kebnr.Wordpress.Gutenberg.Blocks.For.Beginners..part3.rar.html
Volver arriba Ir abajo
 

Wordpress Gutenberg Blocks For Beginners

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» WordPress Developing Blocks with Gutenberg
» Building Gutenberg Blocks In Wordpress. No Js Required!
» How to Create 3 Useful Gutenberg Custom Blocks
» Create Gutenberg Blocks Without Writing JavaScript
» Create Content With WordPress Gutenberg

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-