HoTemplate.Com free wordpress template,seo tools,tutorials and more

Archive for December, 2007

InlineBBQ Queue service

12.21.2007 · Posted in Blogging

I was reading TopFunky’s great post on various queue’s that you can use with Ruby , and came across Rick Olson’s particularly amazing BBQ Queue service . Being immediately inspired, I wrote a complementary version, the InlineBBQ Queue service . Expect an MIT license on this sucker soon once it goes through at least ...

class DuckTyping < InterfacePolymorphism < UniformInterface

12.18.2007 · Posted in Blogging

I really like the concept of the Uniform Interface. One of my favorite things to do is spend hours on my whiteboard (and sometimes days) fiddling with ideas that express what I consider to be elegance. This ranges from macroscopic elegance (ie: the architecture level) to microscopic elegance (ie: the function/method level). Somewhere in ...

Intro to Rails (using v. 2.0)

12.07.2007 · Posted in Blogging, video

As some of you know, when I’m not working I’m taking classes in Information Systems at UCF. One of the classes I took this semester was Web Systems II, which is essentially a server-side course that focuses on ASP.NET development. One particular assignment was creating a “Category Code Manager”, which I had never heard ...