links for 2009-01-16

  • I have a Master’s Degree in Interactive Telecommunications so I get a lot of calls to help people with their technical systems. These calls are mostly from my Mom wanting to watch TV and they mostly result from her not understanding the universal remote. My life on the family AV squad would be helped if I could see what she sees when she calls. I thought it would be nice to give her a hat with a camera in it.
Published
Categorized as Awareness

links for 2009-01-15

  • On the phone it’s better to focus on one task. From what I’ve seen, the best iPhone applications do one thing and do it well. Supporting URL schemes in your application makes that single task more attractive to other developers and users. It leads to what my friend Daniel Jalkut has aptly called the “Un-Coda-fication” of iPhone apps.
  • If you have worked with Google Android prior to the 1.0 release, you probably have noticed that Google has upgraded the Apache HttpClient module in Android 1.0 from 3.x to a recent alpha release of version 4, which is a complete rewrite and brings with it a host of API changes.
  • BucketUpload is an application for Android Google phone. It allows uploading files to an Amazon S3 bucket, any web server or any FTP server . Files could be images, audios, videos or any documents available on your Android device. BucketUpload provides a file browser able to list folders from local file system, sd card and shared content providers.
    (tags: amazon s3 android)
Published
Categorized as Awareness

links for 2009-01-12

  • This site provides information about Extended Environments Markup Language (EEML), a protocol for sharing sensor data between remote responsive environments, both physical and virtual. It can be used to facilitate direct connections between any two environments; it can also be used to facilitate many-to-many connections as implemented by the web service Pachube, which enables people to tag and share real time sensor data from objects, devices and spaces around the world.
  • Static map is one big image. Markers are embedded inside the image. You can not use traditional <a href=”#”> tags around separate markers. Binding onclick event to separate marker images wont work either. There are no separate markers. Just one large image.

    With imagemaps you can specify arbitary areas inside an image which links to given url.

  • JSONP is an unofficial protocol that allows making cross domain calls by generating script tags in the current document and expecting a result back to calls a specified callback handler.
Published
Categorized as Awareness

links for 2009-01-09

Published
Categorized as Awareness