Pinned Repositories
Beer-League
@NashSoftware assignment. Beer League page.
beerLeagueProject
Here is a project we are working on in class to show our skills!
CalProject
csschallenge
CSS Challenge for NSS
demo_app
Creating a demo app for Michael Hart's Rails Tutorial
first_app
Doing a Michael Hart rails tutorial
idiomatic.js
Principles of Writing Consistent, Idiomatic JavaScript
jQuery-Simple-Validate
Super light-weight jQuery form validation
JSONbeerLeagueProject
This is the beer league project that is on backlift.com
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
danehale0612's Repositories
danehale0612/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
danehale0612/Beer-League
@NashSoftware assignment. Beer League page.
danehale0612/beerLeagueProject
Here is a project we are working on in class to show our skills!
danehale0612/CalProject
danehale0612/csschallenge
CSS Challenge for NSS
danehale0612/demo_app
Creating a demo app for Michael Hart's Rails Tutorial
danehale0612/first_app
Doing a Michael Hart rails tutorial
danehale0612/idiomatic.js
Principles of Writing Consistent, Idiomatic JavaScript
danehale0612/JSONbeerLeagueProject
This is the beer league project that is on backlift.com
danehale0612/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.
danehale0612/NSS-Blog-Again
This is an example for a intro into rails
danehale0612/NSS-futureperfect-CLI
An implementation of a rotating task manager in CLI form
danehale0612/NSS-Linked-List-Spring-2013
danehale0612/NSS-Ruby-Koans
A ruby koans repo for practicing Git *and* Ruby
danehale0612/nss_backbone
example backbone app with backlift. refactored from backlift example
danehale0612/pizzaScript
This is an exercise we have used to learn javascript and then convert it to jQuery
danehale0612/portfolio
Here is my portfolio page
danehale0612/preseason
CentreSource Rails 3+ application templates
danehale0612/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.
danehale0612/prompt.html
Missing Manual tutorial github upload exercise
danehale0612/refactoringDustinsBaseballApp
refactoring assignment (dustin's baseball league app)
danehale0612/Ruby-Calendar
Ruby calendar that mimics the output of the command line program cal
danehale0612/RubyCheerExercise
We had to have each character of a name be cheered through a ruby script
danehale0612/RubyMovieRecommendations
danehale0612/sample_app
Making a sample application for Michael Hart's rails tutorial
danehale0612/testGrades
Working with multi-dimensional arrays
danehale0612/ToDo
NSS project to make a ToDo rails app.
danehale0612/treebook
Doing a tutorial to see how Team Treehouse does rails
danehale0612/twitterBootstrapExercise
This is my first crack at Twitter Bootstrap
danehale0612/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.