Instructions for creating the screencast can be found here!
<first-name><last-name>_<month>-<day>.mov
Instructions for creating the screencast can be found here!
<first-name><last-name>_<month>-<day>.mov
Sinatra Flash is an awesome gem that allows you to pop up little messages alerting your users of important things, via some simple code in your server.rb
file. This is very useful for things like displaying error messages if the user has filled out a form wrong, or displaying "success" messages if the user did something successfully like sign in, sign out, or submit a form.
This also gives you a great chance to implement Foundation's beautiful alerts. Here's how to set it up!
gem install sinatra-flash
in your terminal.require 'sinatra/flash'
For Career Day, you're required to prepare a 2-minute presentation that introduces yourself and demonstrates some of your work on your Breakable Toy. The presentation will be accompanied by a screencast that will play in the background as you speak (details on that will be coming early in Week 9).
Make sure you definitely do the following things (in whatever order you think is best):
For your Career Day presentations, you are required to record a screencast to play in the background of your presentation.
You can record and edit the video with Quicktime, which should be pre-installed on your computer. To make a new recording, open quick time, and go to File > New Screen Recording.
(Follow these steps if not)