Dane Hale's repositories
Rails_Movie_Recommendations
This is my Final Ruby on Rails Capstone project. I'm building upon the app I did for ruby. It will show my understanding of ruby, rails, test driven development, sending data to database, and retrieving it from a database
Beer-League
@NashSoftware assignment. Beer League page.
beerLeagueProject
Here is a project we are working on in class to show our skills!
csschallenge
CSS Challenge for NSS
idiomatic.js
Principles of Writing Consistent, Idiomatic JavaScript
JSONbeerLeagueProject
This is the beer league project that is on backlift.com
Linked-List-Exercise
This was a fun exercise to get us more involved with the concept of Linked List. After we wrote our initial versions of code we had partners in class refactor our code and we updated the code with the refactoring notes.
NSS-Blog-Again
This is an example for a intro into rails
NSS-futureperfect-CLI
An implementation of a rotating task manager in CLI form
NSS-Ruby-Koans
A ruby koans repo for practicing Git *and* Ruby
nss_backbone
example backbone app with backlift. refactored from backlift example
pizzaScript
This is an exercise we have used to learn javascript and then convert it to jQuery
ProductCamp
This is a WordPress site I'm helping to put together for an event for Griffin Technologies. I'm using an existing WordPress theme and customizing it to match what the client wants.
prompt.html
Missing Manual tutorial github upload exercise
refactoringDustinsBaseballApp
refactoring assignment (dustin's baseball league app)
Ruby-Calendar
Ruby calendar that mimics the output of the command line program cal
RubyCheerExercise
We had to have each character of a name be cheered through a ruby script
sample_app
Making a sample application for Michael Hart's rails tutorial
testGrades
Working with multi-dimensional arrays
twitterBootstrapExercise
This is my first crack at Twitter Bootstrap
urMovieReviews-CapstoneProject
This my NSS (part 1) Capstone project. This is an app that's purpose is for "movie nerds" to keep track of what they have seen and organize most popular data in a fashion to use for discussion later. First type a movie in a search bar. That search bar will display a list of movies depending on your input (which will reference omdb api). Once selecting a suggested movie a form with pre-loaded movie data will display and the user will enter a review along with some other info. Then this review and info will be stored in a table that can be sorted based on most popular information. I am doing GET, DELETE, POST with JSON objects in order to make this app functional.