Where Everybody Knows Your Name
jQuery Transit
Siri Proxy: Using Siri to control your thermostat
Siri Proxy is a proxy server for Apple’s Siri “assistant.” The idea is to allow for the creation of custom handlers for different actions. This can allow developers to easily add functionality to Siri. Here’s a demonstration that I wrote: It allows me to control my thermostat when I am at home. Doesn’t require a …
Continue reading “Siri Proxy: Using Siri to control your thermostat”
Fico | a font with icons
jQuery Mobile 1.0
Where citations come from
Also see South Park’s S15E13 episode where the boys get taped with statements about a History Channel show they saw, which is then used in the follow-up of that show as actual fact. Citogenesis → Here on bram.us I have this post named “My lighter”. It contains a quote from a song by The Streets …
Html5 File Upload with Progress
Html5 finally solves an age old problem of being able to upload files while also showing the upload progress. However it is fairly complicated and not for the faint of heart because you are essentially taking over the entire server side processing (when you tap into the byte stream) and that includes implementing the multipart/form-data …