Posts tagged google
Use Secure HTTP for Google JQuery Javascript Include.
0It’s nice to include jquery from Google for performance, less load, etc. But use the secure link!
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
It prevents IE from nagging about insecure content. Anyway, I can also advice on not using IE altogether.
(Thanks Webpatser: http://www.god-object.com/)
Google Favicon PHP Proxy.
0A little code snippet to fetch and cache favicons via the google s2 favicon service.
It uses the PHP Zend framework to store and retrieve the favicons from a (MySQL) database …
Google App Engine Supports JAVA!
0App Engine is unveiling its second language (first = Python): Java. Today’s release includes an early look at our Java runtime, integration with Google Web Toolkit, and a Google Plugin for Eclipse, giving you an end-to-end Java solution for AJAX web applications.