Web Agencies Need Code Review
by Tony Rasmussen, Vice President
Web design and development agencies are lacking in code review practices, and our collective clients are suffering as a result. Read More…
You should follow us on twitter or subscribe to our RSS feed if you want to stay on top of all the latest.
by Tony Rasmussen, Vice President
Web design and development agencies are lacking in code review practices, and our collective clients are suffering as a result. Read More…
by Tony Rasmussen, Vice President
Views 3 now supports queries against Google Analytics. I've added this experimental module to the 7.x-3.x development release of Google Analytics Reports. Queries supported Most popular Google Analytics queries currently pass: Read More…
by Tony Rasmussen, Vice President
The slowest, most tedious way of finding a bad git commit is something we've all done before. You checkout some old commit, make sure the broken code isn't there, then checkout a slightly newer commit, check again, and repeat over and over until you find the flawed commit. Using git bisect is a much better way. It's like a little wizard that walks you through recent commits, asks you if they are good or bad, and narrows down the broken commit. In this blog post, I encourage you to create a fresh git repository and walk through each step. Hopefully, you'll gain an intrinsic understanding of git bisect by the end of the exercise. Read More…
by Tony Rasmussen, Vice President
How to use first class dependency objects with ECMAScript Harmony. Read More…
by Tony Rasmussen, Vice President
Over the years, I've created a list of ways to make Drupal easier for one of my target audiences: the non-technical admins and editors that run the day-to-day operations of a website. My list is getting huge, but the following six ideas are always reliable. Read More…
by Tony Rasmussen, Vice President
Views 3 addresses some of the most stubborn parts of Views 2, and significantly improves the way Drupal programmers deliver features to clients. Read More…