Archive for the 'Code' Category



Quick Caching With PHP Sessions

In developing mashups, we’re often in a position to be frequently making calls to outside data sources. A finished application might query something once, parse it, and then save the results, but sometimes that parsing can take more than one try to get correct.
Why spend time setting up a sophisticated cache for the whole responses […]