PHP
Most Recent Posts
Object Oriented Programming and Late Binding with PHP
posted on: February 19th, 2009 | (0) comments
Object–oriented programming, OOP, is good for many reasons: Simplifying complex tasks through abstraction layers, preventing data corruption through encapsulation, and enhanced maintainability through modularity. For me, the biggest reason to support the ... »
Technorati ™ Tags: PHP OOP Inheritance Polymorphism Dynamic Binding
Breadcrumbs with PHP
posted on: January 2nd, 2009 | (0) comments
During the development of this site there came a time—as there should in all well designed sites that care about usability and SEO—to consider a script that would execute a breadcrumb trail. I looked over some scripts during a search of what other developers before me had used to get the job done, and I came across a few that I'm sure would have worked quite well. Yet, I ... »
Technorati ™ Tags: SEO PHP






