[Written for internal DD9 use, published for the good of mankind] What is git? Git is an application for distributed version control. It’s version control because it lets you deftly create and manage versions of your files, and it’s distributed because there is no server. What is a git repository? … more
Author:
Taavo
Posted On:
July 5th, 2012
-
Categories:
Design, Tutorials, Web Development
[Quick guide written for internal DD9 use, published for the good of mankind.] This is a rough guide, since I don’t have a specific project to test it on. When we get there, I’d like to test it out myself to improve this document. That said… 1) Download and Install … more
Author:
Taavo
Posted On:
April 28th, 2012
-
Categories:
Design, Process, Tutorials
Below is a quick screencast illustrating the two methods for adding a PDF link to a WordPress Post or Page. If you’d prefer a non-video explanation or an additional resource, you can download this screenshot, which includes similar instructions to those covered in the video.
Author:
Hilary
Posted On:
March 25th, 2012
-
Categories:
Tutorials
Interesting bug today: A client’s web form takes file uploads and forwards them as email attachments. Script works great for .doc files, but .docx files end up as mysterious attachments with filenames like ATT00010.txt, whose content starts with this: application/vnd.openxmlformats-officedocument.wordprocessingml.document; name=”filename.docx” Content-Disposition: attachment; filename=”filename.docx” Content-Transfer-Encoding: base64 This “header” is followed … more
Author:
Taavo
Posted On:
June 21st, 2011
-
Categories:
Debugging, Tutorials, Web Development
After installing Internet Explorer 9, I began cross-browser testing the DesignDivine sites. IE9 destroyed the layouts of at least a half of our websites with no discernible or obvious patterns. Large content areas were missing from new and old sites alike. Each of these sites was compatible with IE6, IE7, … more
Author:
Todd
Posted On:
May 22nd, 2011
-
Categories:
Debugging, Tutorials, Web Development
One of our clients wanted two sites—two URLs, two designs, two sets of content—on a single WordPress install. They wanted to be able to log into a single admin area to manage both sites, and to be able to make posts of certain categories show up on both sites, while … more
Author:
Taavo
Posted On:
December 15th, 2010
-
Categories:
Tutorials, Web Development
We just launched a new site for one of our clients, and one small improvement we made was replacing all the old and ugly (and not especially SEO-friendly) URLs like /cand_jobs.shtml with shiny new ones like /jobs. The catch here is that Google’s existing index refers to all the old … more
Author:
Taavo
Posted On:
September 8th, 2010
-
Categories:
Server Configuration, Tutorials, Web Development
WordPress automatic updates are awesome. When they work, they’re as easy as a click of a button. When they fail, however, you’re left either reconciling yourself to an eternity of manual updates, or troubleshooting your host–a process that routinely takes much longer than applying the update manually would’ve. In this … more
Author:
Taavo
Posted On:
August 9th, 2010
-
Categories:
Server Configuration, Tutorials, Web Development
A VPS is the standard upgrade when conventional shared hosting won’t meet your needs. The catch, and most hosts try not to make this clear, is that you’re then on the hook for all configuration, upgrades, and maintenance. And as an added bonus, many hosts offer default VPS installs configured … more
Author:
Taavo
Posted On:
June 28th, 2010
-
Categories:
Server Configuration, Tutorials, Web Development
Compared to WordPress’s automated self-updates, Drupal’s update process is something of a chore. This chore isn’t made any easier by Drupal’s documentation (also here), which at the time of writing takes up nine pages, is self-contradictory, unnecessarily time-consuming and somewhat paranoid. And it never offers a canonical pragmatic checklist. After … more
Author:
Taavo
Posted On:
July 28th, 2009
-
Categories:
Tutorials, Web Development