Is this the Productivity Future?

This video shows how Microsoft believes technology is poised to evolve over the next five to 10 years, based on the trends its researchers and engineers are seeing in software, devices, displays, sensors, processors and intelligent systems.

Share from google reader to identi.ca

  1. Log-in to your Google Reader Account
  2. Click on Settings > Reader Settings > Send To
  3. Click on Create a custom link
  4. Input the following in the fields

Name: identi.ca
URL: http://identi.ca/?action=newnotice&status_textarea=From ${source}: ${title} ${short-url}
Icon URL: http://identi.ca/favicon.ico

Thanks Thanos.

meta name viewport

You see things like <meta name="viewport" content="width=780" />in many html pages. The question that rises “width in portrait or landscape?” The answer seems to be that it is the width of the viewport. If this handy I don’t know. Also check out this example from iPhone Development: 12 Tips To Get You Started.

Testing WebDAV on EC2

WebDAV

I installed WebDAV on the EC2 server today. There is as far as I can see one problem with WebDAV. You can’t GET .CGI or .PHP files with the normal http GET. Perhaps WebDAV needs to be extended with a DAVGET that always downloads the source. For now I disabled .PHP execution like this:

RewriteEngine off
<Files ~ “\.(php|jsp)$”>
   ForceType text/plain
</Files>

You can see this in action bij opening phpinfo.php on:

http://www.davcloud.com/open/

Testing Amazon EC2

www.trealize.com is now on EC2.. Testing, Testing, Testing

B9i PodCast test via ITbende.nl

This text will be replaced

ePub Validator

If you create an ePub file you can validate it here.

goo.gl

You can Shorten goo.gl links with goo.gl. I don’t understand why but now you can create links like http://goo.gl/LoeN that don’t go anywhere. This because your browser stops redirecting after some x redirects. This is what IE 8 does:
-------------------
URI: goo.gl/LoeN IP: 66.102.13.101:80 Time: 23:08:38.453
GET /LoeN HTTP/1.1
-------------------
URI: goo.gl/LoeN IP: 66.102.13.101:80 Time: 23:08:38.671
HTTP/1.1 301 Moved Permanently
Location: http://goo.gl/iVC1
-------------------
URI: goo.gl/iVC1 IP: 66.102.13.101:80 Time: 23:08:38.671
GET /iVC1 HTTP/1.1
-------------------
URI: goo.gl/iVC1 IP: 66.102.13.101:80 Time: 23:08:38.734
HTTP/1.1 301 Moved Permanently
Location: http://goo.gl/1LyW
-------------------
URI: goo.gl/1LyW IP: 66.102.13.101:80 Time: 23:08:38.734
GET /1LyW HTTP/1.1
-------------------
URI: goo.gl/1LyW IP: 66.102.13.101:80 Time: 23:08:38.906
HTTP/1.1 301 Moved Permanently
Location: http://goo.gl/9hdZ
-------------------
URI: goo.gl/9hdZ IP: 66.102.13.101:80 Time: 23:08:38.906
GET /9hdZ HTTP/1.1
------------------
URI: goo.gl/9hdZ IP: 66.102.13.101:80 Time: 23:08:38.968
HTTP/1.1 301 Moved Permanently
Location: http://goo.gl/SSq8
-------------------
URI: goo.gl/SSq8 IP: 66.102.13.101:80 Time: 23:08:38.968
GET /SSq8 HTTP/1.1
-------------------
URI: goo.gl/SSq8 IP: 66.102.13.101:80 Time: 23:08:39.046
HTTP/1.1 301 Moved Permanently
Location: http://goo.gl/J6rK
-------------------
URI: goo.gl/J6rK IP: 66.102.13.101:80 Time: 23:08:39.046
GET /J6rK HTTP/1.1
-------------------

But http://goo.gl/LoeN is pointing somewhere. Please let me know if your browser reaches the final URL……..

Testing Google Wave

I am testing Google Wave. My wave address is: martin.broerse@googlewave.com You can Wave at me now….

Json Cross-site test

I just tested a Json Cross-site test. Take a look at the source.:
http://www.exmer.com/youtube/json.htm
Why is downloading XML from an other domain more dangerous?