When we were in Oregon with Brandy and Justin, I sent Chris into a Safeway for some eggs while we all waited in the car. As Chris was getting out of the car to head inside Safeway, I said, “Be sure to get happy eggs!” This is a silly thing I always say to Chris….
Category: Code
When it gets nerdy, this is where it goes
Learning to code – Tools you should use
I know I said that this lesson would be about links, file paths and how to organize your files but let’s move that to the next lesson so we can get you the tools that will make this entire process much
Learning to code – Images and Styles
In the last tutorial I showed you how to get started with HTML, how to add tags and how to see your results in your browser window. The reason we are starting with HTML is because it is very easy to learn,
Learning to code from scratch
After posting my first code tutorial I realized that maybe I needed to start from the beginning. I know a lot of people that are interested in learning how to build web sites and learn to write code but
MCN Workshop Outline
I\’ve been working on my outline for the workshop and this is what I have so far. There will be some work for the participants before the workshop but I will have some pretty good instructions for them
I’m speaking at the Museum Computer Network this year
I received the confirmation from MCN (The Museum Computer Network) conference that they would like me to present this year. So it looks like I have my work cut out for me because I put together a very
Duplicating a Collection View for the Web
A CollectionView in iOS (and tvOS) is a view that displays a grid of items. This is a pre-built view and is very easy to use in the iOS environment. The problem is that there is no really basic way to