What does Muller Digital do?
Besides offering web-programming services and advice, one of the primary objectives of Muller Digital is to share technical information. We have set up this “bulletin board” to do just that. New information will be updated on a regular basis.

“This page contains both secure and nonsecure items” IE fix

January 26th, 2010

Use a CGI proxy service on your secure site. Download CGIProxy. Upload to your sites cgi-bin folder (most hosting packages will have that set already). Once uploaded, change the permissions of the ‘nph-proxy.cgi’ file to 755 (rwxr-xr-x) Owner=Read,Write,Excute   Group=Read, No Write, Excute   Everyone=Read, No Write, Execute.
Visit the CGI script on your secure address: https://www.yoursite.com/cgi-bin/nph-proxy.cgi
Type in the address of the non-secure item you’re trying to show on your secure site. Uncheck “Show URL entry form”. Click “Begin Browsing”.
After the page loads, you can copy the address from the address bar, and it will be using your secure address.
Should look something like: https://www.yoursite.com/cgi-bin/nph-proxy.cgi/000000A/http/www.nonsecure-site.com/awesome-page.html
Now paste that address in your site and no more IE warning.

.htaccess tutorial reference and cheat sheet

January 21st, 2010

Best reference of all things .htaccess perishablepress

Post, share, receive, send and download audio files

December 6th, 2009

Soundcloud is a free audio third-party (a.k.a. “not my problem”) service that allows you to post, share, receive, send and download audio files with anyone, anywhere. Also allows you to manage your audio files efficiently and effectively in “the cloud”.

Google’s gonna school you

November 28th, 2009

With the advent of Google Wave looking like it could replace Independent Learning Centre. And Google Docs now being used heavily by students — news article link. It’s not so far fetched to assume that students will have laptops running the Google OS while reading on Google Books.

Supporting iPhone custom protocols

November 27th, 2009

The iPhone Safari browser supports several extra protocols to launch their corresponding apps:
Apple documentation on iPhone integration

  • sms ex. Text this ( <a href=”sms:5555555555″>Text this</a> ) For SMS texting
  • tel ex. Phone this ( <a href=”tel:5555555555″>Phone this</a> ) For regular phone calls
  • youtube ex. Singing Shiba ( <a href=”youtube:rnXQDMDobHc”>Singing Shiba</a> ) Starting youtube videos
  • itms ex. ZipCar App ( <a href=”itms://itunes.apple.com/ca/app/zipcar/id329384702?mt=8&uo=6″>Items</a> ) ZipCar App
  • maps ex. CN Tower ( <a href=”maps:301 Front Street West, Toronto, ON”>CN Tower</a> ) Launching maps with address marker