Blog Archives

DRY CSS – Theories, methods and tools for efficient and scalable Stylesheets

The value of keeping all code D.R.Y (Don’t Repeat Yourself) is universally accepted and demanded in the world of programming, but when it comes to CSS we’ve all learned to compromise and live in a wet mess. We don’t have … Continue reading DRY CSS – Theories, methods and tools for efficient and scalable Stylesheets

Comments Off on DRY CSS – Theories, methods and tools for efficient and scalable Stylesheets

Responsive Design for WordPress

Responsive design: is it mobile, fluid, dynamic, or all of the above? A summary of all the ways you can get your WordPress site ready for the responsive Web. I’ll look at responsive images, typography, grids and video. I’ll cover … Continue reading Responsive Design for WordPress

Comments Off on Responsive Design for WordPress

Code Faster and Smarter PHP with IDEs Like NetBeans

Simple text editors are fast and easy to use, but they don’t understand the code you’re writing. This talk will show you how Integrated Development Environments (IDEs) like NetBeans or Eclipse (both are Free Software and cross-platform), can handle the … Continue reading Code Faster and Smarter PHP with IDEs Like NetBeans

Comments Off on Code Faster and Smarter PHP with IDEs Like NetBeans

WordPress Workflows and Process for small teams

Whether you work alone or in a small team for your WordPress projects, it helps to get off on the right foot. This workshop-style talk will dig in to topics to help you including: – tracking WordPress core and plugins … Continue reading WordPress Workflows and Process for small teams

Comments Off on WordPress Workflows and Process for small teams

WordPress dans les nuages

Votre idée de Startup ou votre produit repose sur votre site Web sous WordPress? Vous bloguez et trouvez qu’il est important que votre site réponde aux besoins de vos lecteurs? Vous avez donc besoin d’une solution solide comme le roc! … Continue reading WordPress dans les nuages

Comments Off on WordPress dans les nuages

Becoming a better WordPress developer

With a very low barrier to entry, developing with WordPress has become particularly popular in the past few years. However, this sometimes means that standards and best practices aren’t well respected. This talk will cover WordPress coding standards, best practices, … Continue reading Becoming a better WordPress developer

Comments Off on Becoming a better WordPress developer

WordPress Plugin Development 201

After covering WordPress Plugin Development basics at last year’s conference, this presentation will continue its exploration of plugin development by covering topics such as the creation of an efficient development environment, efficiently loading and using jQuery, making plugins ready for … Continue reading WordPress Plugin Development 201

Comments Off on WordPress Plugin Development 201

Debugging for WordPress Developers

Techniques, tools, and examples on how to debug WordPress development issues. Beginning or Advanced Coders. Must understand concepts of WordPress development. About Mo Jangda Mo wrangles code and VIPs at WordPress.com / Automattic. Mo enjoys ice cream and other sugary … Continue reading Debugging for WordPress Developers

Comments Off on Debugging for WordPress Developers

Don’t be Afraid of the HTML Tab

Does the HTML tab on your WordPress dashboard beckon to you, but the thought of tags, divs and stylesheets keeps you from clicking over? All good sites start with a good foundation — semantic and valid HTML and CSS. Once … Continue reading Don’t be Afraid of the HTML Tab

Comments Off on Don’t be Afraid of the HTML Tab

Creating Custom Child Themes for WordPress

Everyone wants a unique site, but altering a WordPress theme directly can cause all kinds of problems. In this presentation, you’ll learn how to safely change the look-and-feel of your site using Child Themes, without modifying the core code of … Continue reading Creating Custom Child Themes for WordPress

Comments Off on Creating Custom Child Themes for WordPress