May 27, 2015 — Considerate design and user experience is vital to making alternatives to the current mainstream tech. We don’t want our alternatives to only be available to a geek elite. Accessibility and diversity will make us design better solutions, and help new tech spread beyond enthusiasts. Accessible sharing and education will also help us promote sustainable practices in our industries and communities.
May 27, 2015 — We’ve all come to use JavaScript in WordPress, be it in the admin or the front end. This talk covers some common pitfalls/traps and ways you can avoid them in your code
May 26, 2015 — This talk covers the three major conventions for organizing CSS: Object Oriented CSS (OOCS), Scalable and Modular Architecture for CSS (SMACSS) and Block Element Modifier (BEM). And discusses similarities, differences and use cases between the schools, as well as general tools that can be used to speed up and clean up the CSS development process.
May 26, 2015 — On vous a convaincu, vous voulez bien faire les choses. Vous ne modifierez pas le code de WordPress, des extensions ou de votre thème. Mieux encore, vous êtes sur WordPress.com et vous ne pouvez tout simplement pas modifier ce code. MAIS… vous aimeriez _tellement_ que la sidebar soit à gauche plutôt qu’à droite (seulement dans les pages, pas dans les articles). Tant qu’à y être, on pourrait pas enlever le texte “Les commentaires sont fermés.”? On peut tout faire ça en CSS, et bien plus encore. À l’aide d’exemples concrets, nous illustrerons comment la puissance des sélecteurs CSS vous permet de modifier pratiquement toute l’apparence de votre site, sans toucher une ligne de PHP ou de HTML.
May 26, 2015 — An introduction on how to configure your .htaccess file to do more than what WordPress provides by default. The talk will cover basics like setting up a preferred URL, and redirecting old page URLs for better SEO. How to optimize your site’s files using gzip will also be covered, as well as preventing image hot linking, and more. A sample .htaccess file will be provided to all attendees. A useful introduction to a very important file for any shared hosting environment.
May 25, 2015 — This is a discussion on understanding WordPress security, basic internet security and what you should be doing to practice “good basic security”.
May 25, 2015 — Today’s web users have the need for speed. With internet and cellular connections getting faster and faster, users expect sites to feel snappy and not make them wait. We as developers must make sure we’re doing our very best to serve those pages quickly. This talk focus’ on the things you should be doing, both on the front-end and back-end, when building WordPress themes.
May 25, 2015 — Fear is a powerful force that stalks us through most aspects of our lives. Kirk works full-time as a developer, but not a day goes by without having to face feelings of inadequacy, Imposter Syndrome, and making a commit that takes down one of the highest traffic sites on the Internet. He shares the power of fear in his life (past and present), give some fun disaster stories along the way, and share tips to ensure we all wake up raring to code every morning.
May 25, 2015 — Plugins are what make WordPress extra-awesome and enable you to make your website do pretty much anything you want it to. Need to add collapsible sections to a page or make your gallery images circular? There’s a plugin for that! How about making your widget titles into links, or duplicating pages at the click of a mouse? Yep, plugins can help you do that too. Whether you’re just getting started with WordPress or use it everyday, there are over 30,000 plugins to choose from and finding the right one for the job can be tricky. We look at how to choose an appropriate plugin and I’ll introduce you to a few I just couldn’t live without.
May 25, 2015 — This presentation talks about getting out of the Photoshop mindset, embracing the tools that the modern web has provided us in order to streamline our development practises and get real-live sites up and running fast. We’ll start with talking about how to use style tiles to reduce the amount of time spent on mockups, and then we’ll move on to discuss how to leverage available tools in order to quickly get a site running: skeleton themes, CSS precompilers, version control for quick deployment, icon fonts, browser development tools, grids, and CSS frameworks. Whew!