Featured articles
See also …
Category Archives: REST
Netflix, Philips, and the fragility of APIs
Update: Either Philips or Netflix has now fixed the problem described below (2014-03-29). I bought an inexpensive 29″ Philips 4000 series TV for the basement, and its built-in Netflix app isn’t working. Why doesn’t Netflix work on my TV? Time … Continue reading
Posted in Integration, REST
10 Comments
Mobile web app or web site?
If you’re creating an HTML5 mobile web application, this is the minimum you need to give your users what Google calls a “homescreen launch experience” on an iOS or Android mobile device: <!doctype html> <html> <head> <title>Awesome app</title> <meta name=”viewport” … Continue reading
REST: the quick pitch
Now that the Java world is noticing REST, the low-pain alternative to RPC standards like WS-*, people are starting to blog about it again. Gossip with other IT folks also tells me that people’s customers are actually asking for REST … Continue reading