August 2, 2016 — Our fast moving technology means that kids are using gadgets way earlier each year. This discussion will discuss how children can utilize WordPress.
August 2, 2016 — If there’s one thing worse than writer’s block, it’s running out of ideas for your blog or business — or not having any to begin with. Luckily, the internet has made getting inspired an easy task, not to mention an incredibly quick one. In this talk, I’ll share tips, tools, and content “lifehacks” you can use to generate 100 (or more!) content ideas in less time than it takes to settle on a new theme.
August 2, 2016 — We shot some testimonials at WordCamp Sunshine Coast about the WordCamp experience and thought it might be useful for WordCamp promotional purposes.
August 2, 2016 — “Microservice Architecture”という言葉をご存知でしょうか?1つの大きな一枚岩アプリケーションを作るのではなく、サービス単位で作られたアプリを疎結合に構築するアーキテクトのことを指します。今回はWordPressのプラグイン・テーマの「密結合」な部分について紹介しつつ、WP REST APIなどを用いた疎結合なサイト・アプリ構築について紹介します。
August 2, 2016 — Mac/Windows での WordPress の Dockerize (Docker 化)についてお話します。
前半(初級)は Docker の基礎について、後半(中上級)は様々な Docker 化方法やそれぞれの特徴についてお話します。
さらに、これからの WordPress でどのように Docker をうまく利用すればいいのかについて提案します。
August 2, 2016 — Webサイトやメディアを運用する側として、落ちにくいサイトはとても安心します。
落ちにくくするためには、システムをスケーラブルな構成にして負荷に耐える必要があります。
しかし、WordPressで構築されたサイトをスケーラブルにするためには工夫が必要です。
色々な方法があると思いますが、WordPress.Skeleton[https://github.com/ttskch/WordPress.Skeleton]とAWSを利用して、スケーラブルなサイトを構築する方法を解説いたします。
August 2, 2016 — Cain & Obenland in the Morning! is a morning talk show-style WordCamp session aimed to kick-off WordCamps with interesting, current, and informative WordPress topics… and a little bit of lighthearted fun.
Our sessions are broken into three parts: The WordPress Not-Nightly News (news and current events from around the community); a special guest interview (a Q&A introduction to a bigger name attendee/speaker – what do you do?/how’d you get started?/etc.); a current, introductory-intermediate design or development topic (i.e. internationalization, security best practices, theming, etc.).
August 2, 2016 — WordPress upgrades, they bring us new features, faster sites, and better security. But pushing that upgrade button can be a scary moment, unless you’ve ensured your site is ready and compatible. I’ll show you the best practices for ensuring your site is ready including a simple strategy that works whether you manage one site or hundreds.
August 1, 2016 — From starting a blank canvas theme with custom CSS, or wanting to use a JS framework for your custom plugin, the problematic remains the same: how do I not build a front-end structure from scratch at every new project?
To make sure not to waste precious time, and to be consistent in your workflow, automation and systematization of your front-end structure can be easily implemented through several tools.
This presentation will present you among others things how I use SASS, Gulp, Bower, and other useful tools that will make your life so much easier.
August 1, 2016 — I denne præsentation vil prøve at give en introduktion WP Plugin API’et, så andre kan begynde at lære at lave plugins. Ofte i WordPress ser man ofte løsningen med en child-theme, men der ville jeg i de fleste tilfælde hellere udvikle et lille plugin via. hooks.
Jeg vil prøve kort at beskrive, hvordan jeg arbejder med API’et til dagligt, og eksempler fra den virkelige verden og fra virkelige kunder.