Blog Archives

enabling CORS on Apache

Many people struggle to get CORS (Cross-Origin Resource Sharing) enabled on their site to allow transmission of JSON, XML, or some other sort of data from one script to another, running on different domains. Simply adding Header always set Access-Control-Allow-Origin “*” 

Tagged with: , , , ,
Posted in how-to, resources, unsorted

how to create an iPad video kiosk

I was recently tasked with building an iPad floor display that would loop a series of video clips indefinitely in a public place. Surprisingly, it’s not very obvious how to do this, and the third-party applications for looping video don’t

Tagged with: , , , , , ,
Posted in how-to

comma separated list of United States counties

In case you need a complete CSV list of US counties for your next… killer app or whatever: united-states-counties.csv.zip

Tagged with: , , , , , ,
Posted in resources
filter