This great building

It is fascinating to look at the variety of documents connected with the early history of the Cathedral Church of Saint John the Divine. The guidebooks and historical accounts are, of course, interesting; but sermons preached there can also be highly revealing of how the meaning of the cathedral was...

Digital Welcome Mats

We were talking yesterday about the purpose of our Morningside Heights historical Web site. What is the overarching vision or the story we are trying to tell? How do we impart any kind of vision to users? One suggestion was that we include narrative elements–for example each compiler of a...

You Can Go Home Again

I thought I knew the four things I had learned from today’s session. They are listed below. But then, when I read Barbara’s post, ‘Revisiting Requirements Guidelines,’ I realized that we really were returning in today’s session to crucial principles from some of our earliest meetings.  In one of those...

Gitting to Know You

Four things learned today, Oct 1, 2013 When working in Github: “commit often.” Commit every time you’ve made a substantial change. Each time that you commit, you create a version that can be rolled back to in the future. The description field is Optional when you commit. When you are...

Web design

Four things learned in the session today December 17, 2013: Responsive design responds to variability in screen size. The designer can encode multiple sets of instructions based on different screen sizes. These instructions determine how the design will configure itself for each screen size. Overlapping elements are a common feature...

Four Things on PHP

1. For learning more about PHP, we should codecademy.com or Lynda.com. 2. PHP is a widely used open source scripting language. 3. PHP commands are typically incorporated into pages that begin and end as HTML documents. 4. The value and power of PHP is that it can execute instructions based...

Programming, week 2

Four things learned: In the phrase ‘object-oriented programming,’ the word ‘object’ should be construed to mean the data plus the methods information that tell you how the data would like to be used. PHP is an example of object-oriented programming. We can teach ourselves more about using PHP on Lynda.com....