Archive for the 'Web Development' category
Posted on October 19th, 2008 in Programming, Uncategorized, Web Development, ruby with 1 comment
For any folks out there struggling to get the Ruby OAuth gem working with Netflix authentication, here’s a quick run down on how to get started. The 0.2.7 version of Ruby OAuth isn’t totally compatible with the Netflix authentication APIs. However, thanks to the grooviness that it is GitHub, Rob Ares graciously forked the OAuth [...]
Posted on October 9th, 2008 in Programming, Web Development, datamapper, ruby with no comments
I’ve apparently caught the DM Adapter bug, as I’ve decided to write one to access Netflix while I finish up my MailChimp adapter. I’ll be posting as I go along, as I’ve been learning quite a bit about the inner workings of DataMapper while going through this process. Cheers.
Posted on October 3rd, 2008 in Programming, Web Development, datamapper, merb, ruby with no comments
As I mentioned in my last post, I’ve started looking into writing DataMapper Adapters, using my MailChimp wrapper as an example. Thus far, I’ve been pretty impressed with the Adapter layer built into DataMapper and the possibilities this abstraction layer provides. A quick search over at GitHub will show you all the interesting things folks [...]
Posted on September 8th, 2008 in Programming, Software Design, Web Design, Web Development with 3 comments
A while back, I was asked to build some code to help keep a businesses mailing list synchronized between SalesForce.com and their campaign management tool, which I suggested should be MailChimp and not the tool they were currently using, but I digress. The project never materialized, but I figured I would build it anyway and [...]
Posted on July 26th, 2008 in Programming, Web Development, miscellaneous with no comments
Some interesting resources and news in the world of web site optimization recently. Good stuff for those who care about this sort of thing. I look forward to clogging up my works print queue with Velocity presentations on Monday even though printing is a bit evil.
Posted on May 28th, 2008 in Book Reviews, Web Design, Web Development with no comments
If you do anything web design or development related or just have some free time on your hands and feel like contributing to an interesting independent publisher, I highly recommend checking out Luke Wroblewski’s book on web form design. While somewhere in my subconscious I’ve definitely been annoyed by filling out forms, I hadn’t really [...]
Posted on April 7th, 2008 in Programming, Rails, Web Development with 5 comments
A plugin that beats the monkey metaphors to death: script/plugin install git://github.com/matthewjcarlson/acts_as_chimp . Let me know if it does or doesn’t work. It’s less a library then an implementation of a use case I’ve encountered a few times recently. As such, while plugins are falling out of favor a bit, I felt like a plugin [...]
Posted on March 26th, 2008 in Programming, Rails, Web Development with no comments
acts_as_chimp plugin underway this evening….finished product will be here shortly. update: an early version of the plugin has been added to a github repository. Please see this post.
Posted on March 9th, 2008 in Uncategorized, Web Design, Web Development, miscellaneous with no comments
Location, location, location. Now this is interesting…. In some industries they say location can be everything…
Posted on March 9th, 2008 in Programming, Web Design, Web Development, miscellaneous with no comments
Interesting post from the High Performace Web Sites Blogs. Perhaps not surprisingly, efficient page serving is good for your users and our environment.