June 4, 2017 — The popularity of JavaScript has lead to an ecosystem that’s vibrant, growing, and to be honest, somewhat out of control. Each day leads to a new framework labeled as the next great thing, but each framework presents it’s own unique set of pros, cons, and frustrations.
In this talk, we will look at Vue.js, one of the most popular JavaScript frameworks available. In 2016, stateofjs.com conducted a survey where over 89% of the surveyed developers gave Vue.js a satisfactory rating, which rates it as the second highest rated framework behind React, which received a rating of 92%. We will look at real world examples of how Vue.js can be integrated into a WordPress project for the front end, the back end, and interaction with the WordPress Rest API.
May 16, 2017 — Überblick einer React App für ein WordPress Frontend am Beispiel des neuen Plugin Verzeichnis.
– Benötigte NPM module
– Entwicklungsworkflow mit Grunt
– Anforderungen an die REST API
– Verwendung des REST API Javascript layers
– Struktur und Aufbau der React Komponenten – im Plugin Verzeichnis
– Das Endergebnis
Optional:
Internationalisierung mit Moment, Jeb, und Calypso-i18n
May 4, 2017 — PHP is the language that WordPress is built on, and it isn’t going anywhere. “Learn JavaScript deeply” is a great sentiment, and I feel like every aspiring developer should take JavaScript seriously if they want to go down that route. However, if you are building JavaScript (framework or not) applications powered by the WordPress REST API, don’t forget about PHP. I’ll run through a few examples of full on JavaScript application builds, where there is equal if not more PHP custom code than JavaScript. So before you learn JS deeply, do you have a moment to talk about PHP?
May 2, 2017 — O mundo e as tecnologias estão evoluindo e sem dúvidas o JavaScript vem tomando conta de uma boa fatia do mercado atual. E não se engane pois o WordPress não vai ficar de fora dessa!
Nessa palestra Breno Alves vai te mostrar porque você deve aprender JavaScript “pra ontem”!
Você verá tudo que está sendo feito hoje e o que vem sendo pesquisado para o amanhã em relação ao WordPress.
March 31, 2017 — At WordCamp US, Matt Mullenweg offered explicit direction to the WordPress Community: “Learn Javascript.” But how do we efficiently incorporate Javascript into our theme? This talk will offer example of how Javascript tools like Gulp and Bower helped inform the “Via Nola Vie” theme, built for Tulane University. The talk will also introduce ways to keep a javascript-integrated theme inline with DRY (“Don’t Repeat Yourself”) fundamentals, without having to build complex solutions like Theme Wrappers and API dependent integrations.
March 29, 2017 — JavaScript is awesome when it works, but when it doesn’t, it can be extremely frustrating. How do you troubleshoot an AJAX call? How do you know if your JavaScript is even on the page? How do you know if it is executing when and how it should? We will walk through some of the best practices for finding and identifying problems with your JavaScript inside WordPress.
March 9, 2017 — – porovnanie najznámejších cache pluginov (ktorý je rýchlejší)
– optimalizácia obrázkov – manuálne aj automatizovane
– case study (ako klient z 3 sekundového webu spravil 12 sekundový len tým, čo pridal do obsahu)
– načo si dávať pozor pri výbere šablóny
– čo je to asychnrónny javascript a ako naň
October 28, 2016 — WordPress, JS, API, SPA, REST, JSON, Angular, React are the terms and abbreviations that are being mentioned and handled to try to explain that WordPress can be a platform as another.
October 8, 2016 — Learn the correct way to enqueue scripts, how to load scripts only when they’re needed instead of all the time, and how to write your JavaScript in a way that minimizes the potential for conflicts with other plugins or with themes.
September 19, 2016 — WordPress関数・WordPressテーマ・WordPressプラグイン。
これまでWordPressでwebサイトのフロントエンドを構築するためには、WordPressやPHPの知識が必要とされてきました。
しかしWP APIの登場により今それが変わろうとしています。
今まで通りの作り方を続けるべきか
それともWP APIを利用するか
事例を紹介しつつお話しします。