October 5, 2017 — With WordCamp US rapidly approaching, I wanted to chat with someone who was involved in the planning. Michele Butcher-Jones is a member of the Speaker Selection Team and has some interesting facts about speaker submissions and WCUS in general.
October 5, 2017 — You have a plugin, but you want users to be able to use it in their native language. Learn how to get it ready for translation, things to watch out for, and tips for maintaining it as you change the plugin over time.
October 5, 2017 — FacetWP est un plugin incroyable, probablement conçu et pensé comme un mode de navigation dédié à la recherche, il offre une expérience utilisateur très bonne.
Dans les faits, il permet de changer significativement la façon de développer vos projets en l’utilisant pour des besoins très différents :
navigation avancées dans vos contenus ;
vos produits ;
vos offres d’emploi ;
il permet même de gérer des lexiques, des FAQ, etc.
Là où FacetWP est particulièrement intéressant, c’est que tout ça est rendu accessible aux non-développeurs ! Il ne reste plus qu’à faire un peu de CSS pour finaliser tout ça ! Ou encore mieux, utiliser un page builder.
Cette session vous présente la solution, et différentes démos rapides pour implémenter cette navigation.
October 5, 2017 — There are a number of ways to add custom meta boxes to WordPress admin, from coding against core functions through code API frameworks to GUI interfaces. All of these have a place, but which is the right one for your project, code style and coding level? In this talk I will provide code examples and illustrations of the code techniques for each of the methods.
October 4, 2017 — WordPress コミュニティでは、開発者、ホスティング会社、セキュリティ企業などが協力して、セキュリティや信頼性の向上などに取り組もうとしています。このセッションでは WordPress の哲学なども踏まえながら、WordPress の近未来について紹介します。
October 4, 2017 — WordPress の案件を様々体験している二人が、どんな実装の依頼をうけて、してどう乗り切っていったのか、実体験の話と、何が問題でどう解決しようと試みたかなど、設計中心にお話します。
二人がかんがえる、無理のない設計とは?
October 4, 2017 — This session is for those that are thinking of upping their coding game and attending a coding bootcamp. It is intended for anyone who wants to know more about those coding camps and whether it is right for them or not.
October 4, 2017 — In this session, you will learn how you can optimize your websites for users and to be compatible with Google search engine. You will learn how search works. You will be given tips on how to do well on search and explore tools that Google offers which you can use to manage your online presence on Google Search. This session is suitable for WordPress users, website or business owners as well as web developers who want to learn more about your website presence on Google organic search.
October 4, 2017 — As developers, we try to follow best practices in our daily work. One such best practice is internationalisation, a term that’s used a lot in the ever globalizing world in which we live. However, it’s often not fully understood or not used to its full extent.
In this presentation, I’m going to explain the concept behind internationalisation, localization, and their benefits. I will show how culture influences the user’s behaviour and why we need to do more than just “making things translatable”. For example, internationalisation is also about date formats, text direction, meaning of symbols, and even humour.
Internationalisation has a massive impact on user acceptance and usability. I will highlight existing tools, interfaces, and best practices to get internationalisation right in the UIs we create and the code we write.
October 4, 2017 — ¿Cómo hace WordPress que veamos lo que vemos? ¿Cómo funciona eso de que la portada tenga un diseño y los artículos otro diseño?
WordPress gestiona lo que un visitante puede ver del sitio web a través de su sistema de plantillas, algo que es importante conocer para realizar cualquier edición de aspecto sobre la web dónde “tocar el código” sea imprescindible, o simplemente porque el saber no ocupa lugar.
En esta charla hablaremos sobre:
– Qué es este sistema de plantillas.
– Entender lo básico que nos encontramos dentro de los archivos de plantillas.
– Cómo funciona su jerarquía de archivos (esta es la joya de la corona para cualquiera que quiera desarrollar o modificar una plantilla).
– Qué son las plantillas hijas, por qué debemos usarlas y cómo funcionan.