I recently developed a website that has a real SSL area protected by a real valid SSL certificate.
However, I was getting complaints that, under SSL, browsers croaked about some parts being sent over an insecure connection.
I dug on the situation and found that because I was using Google Analytics, the <script> URL is HTTP under the SSL area. To get it working under SSL areas just change the URL:
Under SSL:
<script src="https://ssl.google-analytics.com/urchin.js" ...
Out of SSL:
<script src="http://www.google-analytics.com/urchin.js" ...
solved :-)
Remember I told about this course?
I’ve heard that there is simple hardware emulators for Linux so you can design your own device driver, implement, test and learn without using real hardware! Do you know were I can find it?
What’s the best way of extending Mail.app with GPG functionalities?
Google gave me too many answers..
Today I discovered Yahoo Pipes after reading this post. A friend of mine told me the service is already one year old. It seems I’m a little bit distracted.
First, I have to say this: IMHO, this wins the “best web service of the year” award, and by a large margin! Google has some serious competition with this kind of services…
So on this post I decided to give a brief introduction to this Yahoo service and demonstrate how easily you can build a dynamic feed aggregator using Yahoo Pipes!
(read more)