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

Linux Deployment Scripts

A common issue in web development is getting new code to production environments. Nobody wants their site down for long, and depending on who you are a long time could be seconds or less. If you’re production environment is running a versioned instance of your code, updating that environment is as simple as using your […]

Categories
t3ch

Keep Your SSH Identity

So, I’ve been doing a ton of stuff lately on a ton of servers. Almost all of this involves using git to clone repositories into a multitude of servers. The problem with this, is that I’m limited to a single SSH key for all of my git clones. This is tricky, since shelling into a […]

Categories
Business

How To Incorporate In Florida

I’ve seen a lot of misinformation, and misguided information on how to start a corporation. The specifics of this vary by state to state. I live in Florida, and I went through the process on my own. The process was a bit difficult, but only because there wasn’t a clear guide on what to do. […]