I've become a convert to the design concept that says when you build something with an MVC pattern, you should have fat models and skinny controllers. What does this really mean? It means that you put as much of your business logic as you can into your models and all the controller should be doing [...]
Being a programmer with Attention Deficit Disorder when it comes to new ideas. I'm always interested in new ideas, technologies and programming languages. So, since I had been doing some work with web services I found the RADAR idea very interesting. I even posted some code snippets and thoughts about it. Then I went and [...]
Here are some of the things bouncing around in my head this month: Following my "just build it, damnit!" mantra, I finally got the new web site for my simulation baseball league launched. It's not 100% the way I want it layout-wise, but I can tweak that going forward. It at least has all the [...]
Okay, time for some code samples to boost traffic to my site. In a previous posting I talked about the idea of RADAR, or RESTful Application, Dumb-Ass Recipient. So, wanting to see if I could put it into use, I decided to do the following for a new application: Have the core of the application [...]
I need a design for a t-shirt done up for me, based on the phrase "Be a developer, not a typist!". If you can help me out on a pro-bono basis, send some mail to chartjes@littlehart.net.
Recent Comments