Tag Archives: sketch
Engine Piston Pin Sketch
Emmanuel College Campus Map
Randal created the first aerial perspective campus map for Emmanuel College, located in Boston, Massachusetts, in 2006. The first version is posted here as it appeared in the 1996 Viewbook on pages 58-59:
One nice thing about digital line and watercolor illustration produced this way, is that later changes and updates can be much more easily and seamlessly made. Emmanuel College contacted Randal again in 2009 to ask about updating the map to reflect changes in the campus due to the addition of new building facilities and changes in the master plan. The next image shows how the changes were incorporated.
Randal has created aerial perspective college campus maps, site plans and master plans for colleges including:
- Wheaton College – Wheaton, Illinois
- Belhaven College – Jackson, Mississippi
- Emmanuel College – Boston, Massachusetts
Nascar Sketch for IBM
Sometimes the early quick sketch or design study turns out better than the final art! This pencil sketch was done by Randal in preparation for an illustration for an IBM publication that featured information about the company’s AS400 product line. The number “64″ on the roof also had significance because the AS400 was being offered in a 64-bit model. Of course this makes the computer faster… hence the race car theme.
The quick loose lines and conceptual working out of the idea has a certain quality that is lost in many final illustrations. This was done with pencil on tracing paper. I always preferred this sketch version over the final pen and ink art!
ASP.NET Architecture Diagram
Seems like I am always making these little sketches to show people I am talking with, some of the ideas and concepts behind the type of websites we build at BIRKEY.COM. I made this sketch recently when explaining the difference between a typical classic Microsoft .ASP/SQL Server website architecture, and one that incorporates the newer Microsoft ASP.NET technology.
- The box labeled “Front” at the top of the diagram represents a public website. Could be any size, large or small.
- The “can” at the bottom represents a SQL Server database that is behind the scenes. The website user really doesn’t know or care that it is there, holding all the data for the website.
- The middle area represents what can be done with ASP.NET technology. The boxes represent little “engines” of code that do specific things. One might process a credit card. One might add an item to a shopping cart. Another might list items on a page with a thumbnail image next to them. The list is endless.
The point here is that with ASP.NET, all these “engines” can be ready at anytime for use by themselves, or in combination with other “engines” to perform website tasks, and features. This lessens the amount of special code that needs to be placed inside the actual web pages represented by the top box. It is a far more efficient, and much faster technology, especially the more complex and complicated a website may be.
Just thought you might like to know that.







