IE Can’t open pages

For some reason Internet Explorer has a problem opening websites containing the Google Maps API with a totally non-saying why error leading to a generic page. The linkielist contained this API, and it has now been removed, so IE users can get back to reading this.

Orb Networks

Orb is a freely downloadable slingbox type software alternative – allowing you to record TV, stream TV, videos, pictures and mp3s over teh internets to any device you might pwn at any location.

PHP speed tests

These pages have a few benchmark tests for PHP4 perfomance to do the same thing using different methods.: READ LOOP: foreach() vs. while(list()=each()) MODIFY LOOP: foreach() vs. while(list()=each()) For-loop test Using the &-ref-operator as so called “alias” $obj = new SomeClass() vs. $obj =& new SomeClass() using the =&-ref-operator double (“) vs. single (‘) quotes Read more about PHP speed tests[…]