Category: Articles

  • Connecting to RPi via Ethernet Cable

    There are a lot of how-to’s online describing ways to set up a Raspberry Pi without a monitor or keyboard, but none of them are simple or straightforward. This will be. I’m going to walk through how to do this on a Mac, but something like this should also work on Windows using internet connection…

  • Remote SSH Login

    To log into your Raspberry Pi using SSH try the following steps: In a terminal window in your Mac, type “ssh pi@xxx.xxx.xxx.xxx”, where “xxx.xxx.xxx.xxx” is the IP address you discovered in the previous step. It will then prompt for your password. Type in the default password raspberry and type return. (Note that this will not…

  • Booting up Raspberry Pi

    Once you’ve formatted a Raspian SD Card you’re ready to boot up your Raspberry Pi (RPi). You have a few options: Plug a keyboard, mouse and monitor to your RPi to get the full affect. Run RPi ‘headless’ without monitor or keyboard. Either way you’ll need to plug an ethernet cable to RPi and your network…

  • Preparing Raspian SD Card

    You can use the Raspberry Pi for all sorts of different things—some of which may require their own special operating systems—but to start out, it’s a good idea to get acquainted with the Pi by installing Raspbian, a Raspberry Pi-focused version of Linux. Here’s what you need to do. Step One: Prepare Your SD Card…

  • Raspberry Pi Basics

    The Raspberry Pi is a wonderful little computer that fits in the palm of your hand, yet packs enough power to run your home media center, a VPN, and a lot more. This article attempts to cover the basics of this great little prototyping tool. The Raspberry Pi may be a computer all on its…

  • Interaction Design Principles

    Download the Lecture Slides PDF 1. IxD Principles a. Design Values: Ethical: It does no harm, and hopefully improves situations Purposeful: It helps people accomplish goals. It is appropriate o the user’s context Pragmatic: it achieves business goals and fits within constraints Elegant: It provides the simplest complete solution It engages the emotions appropriately b.…

  • Information Architecture

    In the context of web site design, information architecture describes the overall conceptual models and general designs used to plan, structure, and assemble a site. Every web site has an information architecture, but information architecture techniques are particularly important to large, complex web sites, where the primary aims are to: Organize the site content into…

  • Responsive Web Design

    Creating responsive designs can be confusing at first, mostly because of the radical change in thinking that’s required. For some that means letting go of strict control of pixel-fixed dimensions in your layout and approaching interfaces in a more fluid way. As time goes on, responsive web design is drifting away from the pool of…