Categories
t3ch

Versioning WordPress Content

Something that winds up being difficult when developing for WordPress (or Drupal, or any other database heavy CMS), is the versioning of content. Databases aren’t under your SCM directly. Because of this, deploying changes to production can be dicey. The scenario is typically something like this: Client wants 5 new pages, and a few revisions […]

Categories
t3ch

HTML5 and CSS3 Works in IE

Well, kinda … CSS can be a major headache for unseasoned front-end developers. The intricacies of layout design and how different browsers interpret them is the bane of a designers existence. The most common problem we have is how IE has handled this. With a few tools though, sanity can be restored to UI development.vFirst, […]

Categories
t3ch

SSH Without a Password

I used to always refer to a different site when I wanted to remember how to setup a machine to use SSH without a password. That site (I don’t recall what it is) isn’t around anymore. So, I guess I have to post the tutorial here. SSH is one of the major tools in what […]