tag
Mvc
- Shame-Driven Development, or Why I Published My MVCThis week I finally made the leap and pushed my personal MVC to a public GitHub repo. I didn’t do this …
- Forcing Cross-Layer Dependencies? You're Doing it Wrong.There are a few things that frustrate me more as a web developer than finding cross-layer coupling in …
- How I Learned to Stop Worrying and Love the String ObjectPHP was the first programming language that I understood fluently. Sure, I had dabbled in BASIC, Java, …
- Best Practices in DevelopmentOver the last few days I’ve been working on a relatively large change to my image linking logic. This …
- Why You Should Build Your Own Darn Framework (Usually)I’ve always been a big fan of writing my own website frameworks. It’s how I learned to code, …
- Abstract Form HandlingI’ve already gone over some basic form handling and form best practices with my last few posts, but …
- How Many Tiers for a Clean View Layer?An interesting possibility cropped up for my MVC a few weeks ago. I’ve been working with microformats on …
- Thoughts on Data AbstractionSomething that I’ve been working on a lot with both my work and personal web programming is data …
- Website OverhaulIt may be no surprise to any of my long-term visitors, but I’ve decided to perform a deep overhaul of my …
- Dynamic Template MethodsEver since I started working on websites during the summer of 2006 I made sure to keep dynamic and static …