Archive for 2018

  • Rahul Gupta: How WordPress helps me put food on the table?

    WordCamp Udaipur 2018Speaker: Rahul Gupta

    February 8, 2018 — He would also like to talk about the ways he has been able to put food on the table using this and how internet and WordPress have helped him stay at home, work in a lungi and make a career.

  • Anju Abhilash: How to handle difficult clients successfully as a freelancer?

    WordCamp Udaipur 2018Speaker: Anju Abhilash

    February 8, 2018 — Being in IT industry for over a decade Anju knows impactful ways to connect more effectively with client and will be enlightening us on the various aspects of handling difficult clients in a conclusive win-win manner.
    She will discuss practical and effective strategies to deal with such clients on the points of retaining them and develop a much stronger client and service provider bonding.
    Anju will also discuss client communication balance, some specific tips and, techniques to help you execute and achieve effective results.

  • Vatsal Parekh: WordPress Beyond Monolith

    WordCamp Udaipur 2018Speaker: Vatsal Parekh

    February 8, 2018 — In this session, Vatsal would be discussing things around Linux Containers, with a very famous tool Docker. How containers can help deploying WordPress with ease and help scale easily. Brief about using Containers in Production with tools like Kubernatees and OpenShift.

    Vatsal will also discuss tools and techniques which help host WordPress beyond a single server, more towards distributed and containerized environment.

  • Nathan Ingram: Mastering the Client Consultation

    WordCamp Albuquerque 2018Speaker: Nathan Ingram

    February 8, 2018 — Has a client ever wasted your time in a consulting session? Ever had a one-hour consultation turn into 3? Have you experienced the sinking feeling that comes when you leave the consultation and realize you failed to ask a key question? This talk provides answers to these issues and more. Attendees will leave with a clear, memorable outline to manage the client consultation.

  • Nikunj Chauhan: Mastering the Art and Science Of Content Marketing in 2018

    WordCamp Udaipur 2018Speaker: Nikunj Chauhan

    February 8, 2018 — In this session, Nikunj will talk about the four most important steps of content marketing in new age digital marketing since digital content marketing is maturing and organizations are looking to invest more in the same.

    During this session, you will learn the core importance of ‘Delivering right information at the right time in proper form and through the appropriate platform’.

    He will also discuss the top 5 content marketing trends to watch out in 2018 including originality and trust factor of the content.

  • Prajyot Sharma: WordPress for Youth

    WordCamp Udaipur 2018Speaker: Prajyot Sharma

    February 8, 2018 — Prajyot’s session is going to be about the project WordPress for Youth which is spreading WordPress as a culture among the young.

    He is going to address the group about the pilot project, the students involved, the overall impact the local community and it’s success. He will also share the future plan along with the story of how everything came about for this journey.

  • Prathamesh Palve: Managing Customers the Right Way

    WordCamp Udaipur 2018Speaker: Prathamesh Palve

    February 8, 2018 — About the Session:

    Following points will be covered in the session-
    1. Customer BHAGWAN HOTA HE
    2. NEVER send template replies to a customer (Every Customer deserves personal attention)
    3. Understand Customer queries properly.
    4. Take time to replicate issues at your end.
    5. Take responsibility ( Accept Mistakes, Be Polite, Request time to Fix)
    6. “Converse” with your customers Because Communications is the only key to successful customer support.
    7.It is more than okay to request a customer to explain issue in more detail.
    8. If a ticket is in a different language than your official language, Kindly try to translate the ticket and try to understand what the customer has to say.
    9. Take note of bug customer reports by making a small excel sheet and revert to them when that particular issue has been resolved.
    10. If a customer asks about something which is not currently available with your product, return in a very polite way & make him feel he is heard & let him know you would surely think of it. It will surely make his day.

  • Hardeep Asrani: Automating Theme Development Process

    WordCamp Udaipur 2018Speaker: Hardeep Asrani

    February 8, 2018 — He will talk about how NPM, Grunt, Gulp, Sass and Travis CI with Github can help us automate some of our tasks and improve our development process. Attendees will leave understanding when and why they’d want to use these tools in a WordPress theme-specific context, and how they play together in a real-life workflow.

  • Maja Benke: Accessible Design

    WordCamp Brighton 2017Speaker: Maja Benke

    February 8, 2018 — The design of a website can support, but also hinder the accessibility of the site. In this taIk Maja will show some examples of good and bad design in terms of accessibility. She’ll give tips on how you can make your site more accessible by following some simple design rules and integrating accessibility from the beginning on into your design process.

  • Gabor Javorszky: Things You Didn’t Know You Need to Know About Databases and WordPress

    WordCamp Brighton 2017Speaker: Gabor Javorszky

    February 8, 2018 — This talk is about very heavy database schema / information architecture topics:

    – Some anecdotes of slow WordPress / WooCommerce sites, examples to illustrate the need to talk about this
    – Rundown on why they were slow
    – Detailed explanation of what indexes are, how they work conceptually and what MySQL does if they aren’t available
    – Rundown of WordPress / WooCommerce database schema
    – Common scenarios of user / client wishes and why the same doesn’t work in a large site (query / order by postmeta values for example)
    – What can be done about it (WooCommerce 3.0 data accessor classes, custom database tables, indexing)
    – References / links to learn more about this