March 1, 2019 — I intend to discuss podcasts, how they work in a content marketing plan, how to create them (in broad terms) and how to use them effectively, in a marketing plan.
Audience: Anyone interested in including podcasts in their marketing plan.
March 1, 2019 — With much anticipation, the whole WordPress community is abuzz with its preparation for the coming of the new WordPress Post Editor experience. Codenamed Gutenberg as a callback to the 15th-century invention of the printing press, which heralded easier propagation of knowledge contained in the written text, the new Editor signals a commensurate leap on the path towards democratizing publishing.
The reimagining of the editor is centered around the concept of a block and is powered by a new force in WordPress, namely React.js, a technology pioneered by Facebook and embraced by many other web giants looking to improve the user experience. Using React in the editor allows for a richer development of elements and a better representation of what their combination will look like upon rendering in the frontend browser.
The fundamental shift that React represents is its departure from a PHP approach which requires a page reload triggered by saving settings or updating a post to see the changes in the dashboard. While we’ve long had the ability to invoke javascript via AJAX to make changes without page refresh, these calls are typically limited to a single focus. React allows all of the elements in the HTML structure to react to each other based on changes made to each.
And it can do all of this with great speed and efficiency because it does not need to interact with the database, like with PHP, and each block only uses the minimal set of React tools needed for its proper functioning. Upon publishing or updating a post, React packages each block from the javascript object to an HTML element complete with CSS and saves it as a comment to the post. In this way, a user can toggle between the classic editor and the new editor without losing any information.
In this talk, we’ll review in more depth how to create a block using the tools from the WordPress Block API and elsewhere, what the code constituents of a block are, and explore how to reshape existing code to render in this new Editor environment.
March 1, 2019 — Povoliť indexáciu je v našej agentúre signál, že je web pripravený pre klienta a produkciu.
Čo predchádza tomuto signálu? Čím všetkým si musíme v agentúre prejsť aby sme tento signál vôbec mohli povedať? Čo všetko sa môže stať po oznámení tohto signálu a spustení webu?
Porozprávam vám o tom, ako u nás v agentúre developujeme WP weby pre SK a zahraničie. Uvediem ukážky malých a veľkých webov, ktoré sme realizovali a ukážem prípadové štúdie problémov, ktoré bolo / je treba riešiť pred, počas a po spustení webu. Venovať sa taktiež budem téme klient VS agentúra VS developer, komunikácia a riešenie problémov od prvotného nacenovania webu až po samotnú realizáciu a spustenie.
March 1, 2019 — How to use Google Analytics data to make your website better for your users.
Understand your audience. Get to know them. Explore their interests. Follow their footprints on your website.
See what is working and what is not. Understand what is drawing in your visitors and how to keep them on your website. Evaluate your marketing channels. Improve your content and website structure. Find out if there are any problems. Use all this insight to make the most of your website and make it more interesting and accessible for your visitors.
March 1, 2019 — Freestyle prednáška
March 1, 2019 — Zistíte, aké otázky si musíte zodpovedať ešte pred spustením kampaní. Predstavíme rôzne spôsoby riešenia marketingovej stratégie, či už pre e-commerce alebo lead generation. Na záver si prejdeme ukážku taktiky, ktorá pomáha malým a rovnako aj veľkým hráčom.
March 1, 2019 — Vraví sa, že frontenďáci nie sú skutoční programátori.
Asi je správny čas zmeniť tento mýtus a ukázať, že aj frontend si zaslúži objektovo orientovaný prístup. Prednáška sa pokúsi zrozumiteľnou formou vysvetliť základy modulárneho prístupu k CSS využitím technológie Sass a metodológie Oxygen. Buďte ale pripravení na to, že vám hrozí zmena návykov v písaní CSS.
March 1, 2019 — – úvodné informácie o nás a o blogu
– začiatky vs. súčasnosť – ako sa web vyvíjal
– prečo sme si vybrali WordPress a aké pluginy používame
– aspekty úspešného blogu
– na čo si dávať pri blogovaní pozor
– čo plánujeme do budúcnosti?
March 1, 2019 — Vue.js je progresivní JavaScriptový framework pro tvorbu uživatelského rozhraní. Je navržen tak, aby jej bylo možné jednoduše implementovat do projektů, které využívají jiné JavaScriptové knihovny. Vue může být použit i jako webový aplikační framework pro pokročilé single-page aplikace (SPA) a je jednoduše rozšířitelný pomocí oficiálních i neoficiálních komponent.
Díky jeho návrhu a jednoduchosti implementace je možné jej jednoduše použít vedle jQuery s WordPressem a to od komplexnější kalkulačky či formuláře po kompletní front-end webu (šablonu využívající WordPress REST API k zobrazení obsahu).
V rámci přednášky se dozvíte základní informace o Vue, jaké jsou jeho výhody pro WordPress vývojáře a jaké jsou možnosti použití s WordPressem.
March 1, 2019 — Experimentujete s WordPress? Proč?
Cesta k slušným webovým stránkám je jednoduchá, když dodržíte několik zásad.
Povím vám pohádku o tom jak „hloupý“ Honza k webovým stránkám přišel.