Remove Examples 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. For example, IaaS providers will give you raw infrastructure like compute and storage resources.

SaaS 90
article thumbnail

Quickly Enable Social Logins with JanRain Engage

SoCal Delicious

A Helpful Login Class Some code examples are provided by JanRain Engage. A Very Simple Example Ive set up a site where you can try out the Twitter login. Your article is the only useful information Ive found about Engage but one thing I dont get is, what methods do you say we have to write? (in

article thumbnail

How to cleverly integrate your own URI shortener

SoCal Delicious

For example, you can transform your longish and ugly dynamic URIs into short (but keyword rich) URIs, and more. For example when you operate a WordPress blog, you could code nearly everthing below in your 404 page (consider alternatives ). That allows us to handle each and every HTTP request dynamically with a PHP script.

SEO 37