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.
Posted in Programming, Web | 1 Comment »
January 21st, 2010
Best reference of all things .htaccess perishablepress
Posted in Programming, Web | Comments Off
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”.
Posted in Multimedia, Service, Web | Comments Off
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.
Posted in General, Products, Service | Comments Off
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
Posted in Mobile, Programming, Web | Comments Off