I’ve come to believe that there are definite stages that software developers go through when learning a new concept or technology, and you can’t claim to know that concept or
Category: WEB
Introduction To iBatisIntroduction To iBatis
The iBatis data mapping framework for Java, .NET and Ruby increases developer productivity by facilitating database storage at a higher level than say, JDBC, without the complexity of larger object-relational
Another django-restful-model-views UpdateAnother django-restful-model-views Update
As I mentioned a few weeks ago, Andreas Stuhlmueller has proposed a general REST API for Django, and as his ideas and mine seemed very compatible, we began talking about
Drupal 6 Site Structure Script.Drupal 6 Site Structure Script.
I continue to find useful the script I posted some time ago that creates a basic site structure in Drupal. Its not uncommon that a customer will want a leg
The Golden Age of Web Application Development.The Golden Age of Web Application Development.
In a recent episode of This American Life, host Ira Glass suggested that we are now living through a “Golden Age” of television, a time when the major networks are
IMPLEMENTING TAGGING IN A DJANGO APPLICATIONIMPLEMENTING TAGGING IN A DJANGO APPLICATION
my motivation Although I’ve used many Web based applications that employ tagging, I’ve yet to create an application of my own with this feature. But now, I have two potential
TIPS FOR IMPLEMENTING A SUBSCRIPTION BASED DRUPAL SITE.TIPS FOR IMPLEMENTING A SUBSCRIPTION BASED DRUPAL SITE.
I recently finished implementing a Drupal site that contained premium content, which a user can access only by purchasing a subscription. I am going to describe the general roadmap I
Django REST reduxDjango REST redux
This is the third post in a series exploring how to create a basic tagging application, and how to do so in the Django framework so that I may better