Month: August 2006

  • Silicon Valley Pioneer Hitchikers

    It’s an art project and a history lesson! It’s GPS/Cellphone equipped cutouts of Silicon Valley pioneers hitchiking across the country! To read more about this project and see the cutout GPS locations and travelogue go here : http://www.ylem.org/Hitchhikers/ Sun Microsystems also got in on the action as HP didn’t seem to want to care for…

  • Snakes on a Plane

    A movie that tells you everything you need to know in its title. And it delivers. It is fun. It is very quotable. It even has a very basic plot. All in all a fun movie going experience and it is probably better to see it in a theatre than on video as the “group”…

  • Right after: A New Hope

    I believe this originally aired on Robot Chicken on Cartoon Network :

  • PHP5 and SOAP is making me nuts

    <geek rant> Trying to generate a soap header using ext/soap in php5 : What I need to create is : … <SOAP-ENV:HEADER> <USER xsi:type=”xsd:string”>myusername</USER> <PASSWORD xsi:type=”xsd:string”>mypasswd</PASSWORD> </SOAP-ENV:HEADER> … What PHP5 is doing : … <SOAP-ENV:HEADER> <ns1:USER xsi:type=”xsd:string”>myusername</ns1:USER> <ns1:PASSWORD xsi:type=”xsd:string”>mypasswd</ns1:PASSWORD> </SOAP-ENV:HEADER> … For whatever reason PHP requires the header parms to have a namespace which unfortunately…

  • Site upgrade

    WordPress has been upgraded, if you notice anything strange, please let me know.