Author Archive

  • Aleksander Kuczek: Turning WordPress Maintenance Into a Money-Making Machine

    WordCamp Bucharest 2016Speaker: Aleksander Kuczek

    November 1, 2016 — He promises that everyone can turn WordPress maintenance into a lucrative business. You will learn what’s the difference between managing and creating websites, how to organize website maintenance efficiently and other interesting and useful things.

    Presentation Slides »

  • Shilpa Shah: What Do Customers Want

    WordCamp Mumbai 2016Speaker: Shilpa Shah

    November 1, 2016 — How to get inside the head of customers who use WordPress products. This session makes sense towards a whole range of WordPress users – from full stack developers to casual bloggers to people who are new to WordPress. While Shilpa can’t help you develop super-natural powers, she is definitely going to try – by sharing her learnings, explaining how to read and understand customer expectations, tune yourself to receiving feedback (often times it is disguised !) , act on it and delight your customer.

  • Francesca Marano: Multi-Author Blogging How to – Tips, Tricks, Tools To Keep You Sane

    WordCamp Nederland 2016Speaker: Francesca Marano

    November 1, 2016 — In September 2013 I launched a blog for Italian creative female entrepreneurs: I was chatting almost daily with a bunch of other freelancers and we thought it would have been cool to have a place to hangout online and tell our stories.

    Three years later, C+B (Casa+Bottega) is a very popular niche blog in Italy, entirely made of volunteers, with more than 10 regular authors and 50 guest-posters.

    In these 3 years we tried many different approaches to organize our team and our editorial calendar: in this talk I will take you behind the scenes of our blog and show you what we do to coordinate our efforts and keep our sanity!

    Presentation Slides »

  • Björn Wijers: The Benefits Of Your Own Internal WordPress.org Like Repository

    WordCamp Nederland 2016Speaker: Björn Wijers

    November 1, 2016 — In this talk Björn will talk about:

    The pro and cons of having your own WordPress.org like repository for your organisation and to create one yourself.

    How to setup an internal WordPress repository for clients using github-updater, Git, Atlassian’s Bitbucket Server (I might add other options as well).

    After seeing this talk you should have gotten an idea on why and how to setup your own internal WordPress.org like repository!

  • denisco: Как восстановить адрес сайта WordPress

    Speaker: denisco

    November 1, 2016 — Скачать Notepad++
    https://notepad-plus-plus.org/

    Скачать FileZilla
    http://filezilla.ru/

    Код для первого способа
    define(‘WP_HOME’,’http://wptest.local’ );
    define(‘WP_SITEURL’,’http://wptest.local’ );

    Код для второго способа
    update_option(‘siteurl’, ‘http://wptest.local’ );
    update_option(‘home’, ‘http://wptest.local’ );

    Код для третьего способа
    define(‘RELOCATE’, true);

    Запрос для четвертого способа
    UPDATE `wp_options` SET `option_value`=’http://wptest.local’ WHERE `option_name`=’siteurl’ OR `option_name`=’home’;

  • Tate Barber: Local WordPress Development With Docker

    WordCamp Sacramento 2016Speaker: Tate Barber

    October 31, 2016 — “Docker this, Docker that!” It seems like your nerd friend won’t shut up about this whole nautical technology. And he can be a real jerk about it, but he can sure spin up a local WordPress site faster than I can.

    In this hands-on session, you will learn how easy Docker can be, and why it will quickly become your favorite local WordPress development environment. Whether you are a WordPress site designer, manager, or developer this session is for you.

    Learn how to replace your LAMP or MAMP stacks with Docker.

    Presentation Slides »

  • Sallie Goetsch: Falling In Love With Flexbox

    WordCamp Sacramento 2016Speaker: Sallie Goetsch

    October 31, 2016 — For me, CSS Flexbox wasn’t just a discovery, it was an epiphany. It’s become my number-one tool for responsive layouts, and I keep discovering new uses for it.

    If you’re a front-end developer or a designer who codes and you haven’t started using Flexbox yet, come to this talk to find out how to save time, save math, and save media queries. If you build plugins that add new content types (events, products, portfolio entries) and ship stylesheets and templates with them, Flexbox is the easiset way to create layouts to display that content attractively in any theme, on any size screen.

    Join me for a tour of real-life design problems solved with Flexbox:

    Presentation Slides »

  • Trevor Freeman: Intro to SEO for WordPress

    WordCamp Phoenix 2016Speaker: Trevor Freeman

    October 31, 2016 — This presentation would cover some basics of Search Engine Optimization for WordPress. I would begin with an intro to SEO and primarily focus on some On-Site and technical factors to improve a site’s visibility to Google and other search engines. The presentation would include: Mobile-friendly themes, Google Analytics, URL structure, Sitemaps, SEO Plugins, Schema, and Page Speed.

    Presentation Slides »

  • Matthew Dorman: Slick Websites with Custom WordPress JSON API Endpoints

    WordCamp Phoenix 2016Speaker: Matthew Dorman

    October 31, 2016 — Detailed steps to build custom JSON API endpoints using WordPress REST API for your next WordPress site.

  • Greg Taylor: Content Development for WordPress: The Good, The Bad, The Ugly, The Superb

    WordCamp Phoenix 2016Speaker: Greg Taylor

    October 31, 2016 — Now more than ever good content will not get the job done. Learn the traits of content: The Good, The Bad, The Ugly & The Superb, and make something happen for your site.