Saint Paul College Students
Don’t Make Me Think Discussion Questions
In the Web Design course I teach at Saint Paul College we read Don’t Make Me Think, Revised (3rd Edition)* by Steve Krug. I searched the Internet for existing study questions and failed to find them. Hence, I will be writing my own discussion questions. I hope you find these discussion questions useful. If you…
Read MoreProgrammer Portfolio Websites
In the Web Fundamentals course I teach at Saint Paul College, I require students to create a final project website. The final website project gives students an opportunity to develop and publish a website demonstrating the skills that they learned in class. Most students choose to make a portfolio website for their final project website.…
Read MoreTen Simple Design Rules for Web Design
In my Web Fundamentals course (CSCI1450 at Saint Paul College), I primarily teach college students how to use HTML, CSS, and some common frameworks to make websites. The focus is less on design and more on learning how to code. Even so, I created this list of simple design rules for web design so they…
Read MoreWhat Can You Do With Bootstrap?
Developers know that they can use Bootstrap to make stackable columns on responsive websites. But Bootstrap has prebuilt classes that allow you do so much more. Here is a short list of what you can do with Bootstrap. So when you want to try something new on your website, check first to see if Bootstrap…
Read MoreHow to Center Web Page Elements Horizontally
Centering HTML elements on a web page is a bit tricky. How you center elements depends on the type of element on the web page. There are three different ways to horizontally center elements on the web page, depending on what you want to center. Is the element you want to center: A text element;…
Read MoreHow to Make Money Making Websites
While learning web development skills you can make money making websites. In fact, as a student of web development, you have the added benefit that any time you spend making websites not only provides you with monetization opportunities but also adds websites to your portfolio. My Path To Monetizing My Work When I first changed…
Read MoreA Career in Web Design
What is it like to work as a Web Designer? Web design is a combination of art and problem solving. On the art side, a web designer crafts websites that are a beautiful reflection of the brand and are intuitive to use. On the problem-solving side, a web designer creates a fluid layout that works…
Read MoreWhy I Love Coding
After working 30 years in health care administration, I was bored at my job and wanted to do something completely different. I had opportunities to make job changes within Health Care Administration, but none of those appealed to me.
On on whim, I went on to Amazon.com and looked for a book on programming. The book I picked out was actually for teens, a book on how to learn to program with GameMaker by Yoyogames.com. On a Saturday afternoon, I opened up the book and started to go through the first tutorial. After a few hours, I had followed all of the many steps in the tutorial, and I was ready to push the “Compile” or “Run” button, to see the result.
Read MorePurchasing a Domain Name
Ready, Set, Go! Purchasing your domain name is your first step in making a website. Purchasing a domain name is one of the most important and lowest-cost tasks on your to do list in making a website. All you do is go to a website registrar, like Hover.com, and start to type in domain names…
Read MoreWebsite Files and Folders: Explaining the Magic
A website is a set of files and folders that work together. When I first started making websites, I had a hard time wrapping my head around the fact that a website is made up of a host of folders and files that work together to make the app. The files and folders reference each other based on their location in relation to each other.
Read More