14 December 2015
Omar Reiss
Git hooks are small executable scripts that provide a way to trigger actions on different points in a git workflow. At Yoast we've found multiple use cases, including regeneration of autoloading classmap, codestyle checks and asset minification.
Read: "Saving time with git hooks"
4 November 2015
Omar Reiss
In the upcoming 3.0 release of Yoast SEO (for WordPress), we’re moving the entire content analysis from the server to the client side. This way our users can get instant feedback on the content they’re writing, while they’re writing it. In the past six months we’ve been working hard on a JavaScript library called YoastSEO.js »
Read: "YoastSEO.js design decisions"
8 October 2015
Omar Reiss
Today we’re releasing a developer beta for the upcoming release of Yoast SEO for WordPress, containing the long anticipated real time content analysis functionality. The release is provisionally scheduled for november 2nd and will include native support for shortcodes. At the same time we had to break backwards compatibility for multiple filters. That means we really »
Read: "Yoast SEO: Developer Beta"
19 December 2013
|
Michiel Heijmans
Over the last couple of weeks I have been dealing with the fine art of CSS. Although that is not my daily business anymore – because I lead the website review team here at Yoast – I really enjoyed mastering SCSS and using that for an actual design. During this field trip, I encountered several »
Read: "Breaking up responsive design"