Author Archive

  • Stella Njogo: Stop trying to become viral, become vital. Here’s how with WordPress

    WordCamp Nairobi 2017Speaker: Stella Njogo

    November 16, 2017 — Going viral has been the holy grail of content creators and we should realise that there is room for everyone, but not just at the top. There are several ways to become successful in content creation and it’s about time we explored them all. Let’s change the game.

    Presentation Slides »

  • Милен Петрински – Гонзо: Отзивчиви изображения и WordPress

    WordCamp Sofia 2017Speaker: Милен Петрински – Гонзо

    November 16, 2017 — Когато създаваме теми за WordPress грижата за оптималното зареждане на изображенията някак остава на заден план. А и WordPress нали вече поддържа отзивчиви изображения? Всъщност не е точно така. Най-важната част от осигуряването на правилно и оптимално зареждане на изображения се пада на разработчиците на теми и всъщност никак не е трудно!

    Presentation Slides »

  • Nick Croft: Efficient Plugin Design Using Advanced WordPress hooks

    WordCamp D.C. 2017Speaker: Nick Croft

    November 16, 2017 — If you are a WordPress developer, you are likely familiar with the basic hooks like init, wp_enqueue_script, and wp_footer. These are the bread and butter of WordPress development. WordPress has a whole world of advanced hooks and filters and combined with OOP, autoloaders, or clever file requirements you can use these to make your code smaller, faster, and better.

  • Йордан Хлебаров: Content Interfaces – качествено съдържание без технически подробности

    WordCamp Sofia 2017Speaker: Йордан Хлебаров

    November 16, 2017 — В тази лекция ще научите за известните визуални редактори, други специфични редактори на съдържанието, настройки на темата или всъщност как да направим така, че клиентите ни да си използват своите сайтове? Как да улесним писането на съдържание, за да може хората, чиято работа е това да е концентрират върху това, а не върху технически неша.

  • Петър Николов: HTTPS миграция – От – До

    WordCamp Sofia 2017Speaker: Петър Николов

    November 16, 2017 — Описание на стъпките за извършване на мигриране на съществуващи сайтове към HTTPS. Защо да използваме HTTPS? Как да тестваме сайта след миграцията? Целия процес ще е разбит на няколко прости стъпки които дори и начинаещи ще могат да изпълнят. Ще бъдат приложени примери към всяка една стъпка.

  • Diane Whiddon: Writing a Non-Sleazy Landing Page

    WordCamp Denver 2017Speaker: Diane Whiddon

    November 16, 2017 — It’s pretty well-known that landing pages follow a psychological model designed to get people to do what you want them to do. But that doesn’t mean that they have to be manipulative. It’s possible to write meaningful sales and landing pages that market your product or service in ways that connect with your right people. Then, it’s the connection that sells, and not because you’re being coercive, but because you’re actually illustrating that you can be of service to them.
    In this presentation, you’ll learn how to use compelling language that doesn’t manipulate people’s pain or fear, and how to close a sale on your website that you can feel good about.

  • Sandy Smith: Don’t Fear the Regex

    WordCamp D.C. 2017Speaker: Sandy Smith

    November 16, 2017 — Do you have data and lists you keep having to massage to make it useful for your project? Have you heard of regular expressions but been frightened by the Klingon-looking examples? Fear no longer!

    I’ll demystify regular expressions and show you how best to do them in PHP. We’ll cover the syntax and functions that make PHP a great text-parsing language, and give you the foundation to learn more.

    As a bonus, I’ll give you two cases people often use as examples for regexes that PHP gives you better native ways to accomplish.

  • Kim White: Choosing Hosting For Your WordPress Site

    WordCamp Pittsburgh 2017Speaker: Kim White

    November 16, 2017 — Hosting providers are as numerous as the stars, and what they offer can be just as varied. Learn some lingo and evaluate what your unique needs are to choose the solution that not only gives you the POWER to run your website, but the peace of mind to sleep at night. I will not be “naming names” but supplying information for what you should be looking for!

    Presentation Slides »

  • Kyle M. Brown: Support, Customer Experience, and WordPress

    WordCamp D.C. 2017Speaker: Kyle M. Brown

    November 16, 2017 — This talk will cover best practices that you can use to get effective support from theme and plugin shops as a freelancer, blogger, agency, enterprise, or government client.

    From the other side as a customer support provider, this talk will also discuss best practices that you can use to provide effective support to your customers for your theme, plugin, or service.

  • Jason Wasser: Be Better By Doing Less: Front End Automation

    WordCamp D.C. 2017Speaker: Jason Wasser

    November 16, 2017 — As developers, we constantly strive to do better. Whether it’s writing better code, making a more performant site or just doing it faster; with automation you can have your cake and have robots feed you it too. You’ll work faster and get feedback on how to make it better.

    This presentation is for front end developers who want to push themselves to be better, whether using a WordPress backend or not. After this presentation I hope that you feel empowered to find new ways to make your life as a front end developer better and your code even more awesome than it already is.

    – Get feedback on coding standards and issues
    – Minimize site assets automatically
    – Generate and update image sprites and have your css updated for you
    – Run several performance scans and aggregate them into a report
    – And more!