Remove Content Remove PHP Remove RSS Remove Writing
article thumbnail

Down the Stack | How Low Do You Go?

Tech Zulu Event

I’m largely talking about whether to use an Infrastructure-as-a-Service (IaaS) or a Platform-as-a-Service (PaaS), and to some extent, how much to rely on Software-as-a-Service (SaaS) providers or write your own application components. Most SaaS providers deliver end-user applications on-demand, as a service.

SaaS 90
article thumbnail

How to cleverly integrate your own URI shortener

SoCal Delicious

For the sake of this pamphlet I assume we’re dealing with a well structured site, hosted on Apache with mod_rewrite and PHP available. That allows us to handle each and every HTTP request dynamically with a PHP script. In many cases only the piece of code handling the content can catch malformed URIs that need canonicalization.

SEO 37