Skip to content
Articles

Show and Tell: A valuable company tradition

Show and tell

Writing better object oriented Javascript

  • Justin showed a jQuery plugin he wrote for a client web app to easily create various types of modal pop up windows.
  • Many of the issues we run into as coders are solved problems. Design patterns can show us the way. We should leverage existing patterns as much as possible instead of reinventing the wheel.

Interactive PHP command line debugger

  • PsySH is a command line PHP debugger
  • A bet replacement for the native PHP command line utility
  • Great for testing quick methods or dumping variables

Sublime Linter

  • Sublime Linter is a plugin for Sublime Text editor that checks for code syntax errors.
  • It helps catch syntax errors while you’re in the editor. Justin says, "I rarely see PHP syntax errors in the browser any more."

Recap of ConvergeSE talk on Agency Pricing

  • Katie attended ConvergeSE in Columbia, SC and recapped Rob Harr's talk on Agency Pricing.
  • There’s no one perfect way to price design/development work (fixed, value, hourly)
  • “Whatever your rates are, raise them.”
  • Maintaining a cash cushion and get a line of credit before you need it.
  • When working with a new client, use discovery as a courting period and a time to mitigate risk both ways. You’re getting to know the client and they’re getting to know you. Use this time to talk about your pricing model.
  • Pricing should be a collaborative process with the client.
  • For each project, decide as a team what we're going to try that's new or experiment with.
  • Build in “finesse time” at the end of the project for clean up, refactoring, documentation, etc.

Intercooler.js

  • Bransin highlighted intercooler.js as a library that we should investigate.
  • It allows you to use AJAX using simple, declarative HTML attributes

Squarespace

  • Rob has spent some time investigating Squarespace for a client.
  • It has a very slick user interface and many great out of the box themes.
  • There doesn't seem to be a lot a lot of room for heavy customization like custom content types, etc.
  • Looks like a potential option for sites that might otherwise be built with Shopify and WordPress.

Recap of Peers Conference talk on Confessions of a Technical Director

  • Jason attended Peers Conference in Washingon DC and recapped a talk by Matt Fordham on his team's technical operations.
  • Document your team's procedures and code styles. A simple Google Doc will do. Update it every time you add someone to the team (at least).
  • User stories are captured in Trello cards. Each story has a checklist of acceptance tests that need to pass as well as browsers that need to be tested.
  • Each story must be peer reviewed, browser tested and deployed before being marked as "done."
  • Hire developers that love to code and collaborate. We're not looking for "front end developers" or "back end developers." If you like learning new technology you'll fit right in. This jives well with our Surprise Highway approach to hiring.

Have experience with anything we've mentioned or want to highlight your own research? Leave a comment.