The Ruby Craftsman
Posts
-
Geo-location search with Google maps
Provides a Google maps search of nearest FFL government data.
-
Canvas and AngularJS
Working with the canvas api and angular I was able to add some user controls to manipulate the circle. This was an experimental project so I could get familiar with HTML 5 canvas, I am really excited to work more with this api and see what I can do. I am interested in the future making graphs with this technology, I see it as great plugin free Flash although more base bones than flash with helper libraries it will be a better open standard.
-
Sublime Ruby Markers
I came across this awesome Sublime plug-in that let you execute ruby code in the comments.
-
Scrabble
This is the initial proof of concept of an online Scrabble game. The backend code is written in Ruby and Sinatra for the web view. The 7 letters are pulled out at random of a virtual bag of 100 tiles. You can drag the tiles in order to make a word then select them to the play the word. It will then be scored and listed below. The blank tile was a challenging bit, but I am very happy with the outcome. When a blank tile is clicked it activates some js that waits for a key press to tell the game what tile it is suppose to be. Otherwise the backend would have to guess what was meant by the blank tile and there may be more than one option. An edge case I ran into was on iOS where there is no input box the keyboard will not come up, so I made in input box that appeared off screen and focused it on click of the blank tile.
-
Critic Matcher
First group project at Portland Code School has shipped. Check it out Critic Matcher on heroku or see the Github repo. It lets you rate movies and find critics that agree with your taste.
subscribe via RSS