kballcodes.blogspot.com
Ruby Merriment: Name change & feedback request
http://kballcodes.blogspot.com/2009/02/name-change-feedback-request.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Sunday, February 1, 2009. Name change and feedback request. I've been doing very little playing with Rails outside of work. That said, one thing I'm excited about is trying to engage in an ongoing conversation with other peop...
kballcodes.blogspot.com
Ruby Merriment: Exploring the Shoes class hierarchy
http://kballcodes.blogspot.com/2009/01/exploring-shoes-class-hierarchy.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Saturday, January 17, 2009. Exploring the Shoes class hierarchy. I've spent a lot of time this week attempting to get to know the Shoes. This has a couple of implications:. However, if you try to do something that why. The up...
kballcodes.blogspot.com
Ruby Merriment: Running with shoes
http://kballcodes.blogspot.com/2009/01/running-with-shoes.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Sunday, January 11, 2009. I've been playing off and on with Shoes. Instead of the intimidating scope of something like learning the GTK. Want to add a button? Its as simple as. To add a handler on that button? Shoes Class Hie...
kballcodes.blogspot.com
Ruby Merriment: New Home
http://kballcodes.blogspot.com/2009/09/new-home.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Wednesday, September 2, 2009. Subscribe to: Post Comments (Atom). Exploring the Shoes Class Hierarchy. View my complete profile. Katz Got Your Tongue? Why I'm Working on Yarn. The Red Gem of Programming. FiveRuns Blog - Home.
kballcodes.blogspot.com
Ruby Merriment: September 2009
http://kballcodes.blogspot.com/2009_09_01_archive.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Wednesday, September 2, 2009. Links to this post. Subscribe to: Posts (Atom). Exploring the Shoes Class Hierarchy. View my complete profile. Katz Got Your Tongue? Why I'm Working on Yarn. The Red Gem of Programming.
kballcodes.blogspot.com
Ruby Merriment: Using inject for improved performance
http://kballcodes.blogspot.com/2009/04/using-inject-for-improved-performance.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Tuesday, April 28, 2009. Using inject for improved performance. I found myself wanting to know if an array had any truth values in it, and wrote a method that I was pretty proud of:. Module Enumerable def any true? 1000003919...
kballcodes.blogspot.com
Ruby Merriment: Flash of Insight about Prototypal Inheritance
http://kballcodes.blogspot.com/2009/02/flash-of-insight-about-prototypal.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Tuesday, February 24, 2009. Flash of Insight about Prototypal Inheritance. I've always been confused about how JavaScript inheritance worked, and what. All of these prototype things actually are. Reading article. In other wor...
kballcodes.blogspot.com
Ruby Merriment: Introducing ShoeQuery
http://kballcodes.blogspot.com/2009/01/introducing-shoequery.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Sunday, January 25, 2009. ShoeQuery (better name needed) was born out of a desire to be able to find and manipulate elements in Shoes without having stashed away their locations ahead of time. It was inspired by jQuery. In th...
kballcodes.blogspot.com
Ruby Merriment: More Shoes Structure
http://kballcodes.blogspot.com/2009/01/more-shoes-structure.html
A repository for thoughts about hacking, the software development process, and various development frameworks. Focused around Ruby, with forays into Rails, Shoes, Camping, Sinatra, and other development frameworks. May include occasional dalliances with other languages and subjects. Saturday, January 31, 2009. The most fundamental being Stacks and Flows. This is critical to understanding to design your GUI, but it wasn't enough for me to really understand what was going on. Reading through the source code.