I ran tests on my website using Google's PageSpeed and it recommends that I "Leverage browser caching" and provided the following resource:
Ccna final exam - java, php, javascript, ios, cshap all in one. This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
Sunday, June 10, 2012
Set HTTP Caching Expiration, Recommended by Google PageSpeed
Google SPDY - Has anyone used it on Apache?
Just wondering if anyone has had any experience with Google SPDY on Apache? http://code.google.com/p/mod-spdy/
Friday, June 1, 2012
Why does Google append while(1); in front of their JSON responses?
This is something I've always been curious about, is exactly why Google appends while(1); in front of their (private) JSON responses.
Thursday, May 31, 2012
Downloading jQuery CSS from Google"s CDN
I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself?
Tuesday, May 29, 2012
How to call SOAP web service with Android
I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service with Android. All I've been able to find are either very convoluted documents and references to "kSoap2" and then some bit about parsing it all manually with SAX . OK, that's fine, but it's 2008 so I figured there should be some good library for calling standard web services.
Sunday, May 27, 2012
How does Google Instant work?
Any ideas on exactly how the new google instant search works? It seems to just be AJAX calls to the old search, but it's pretty hard to simplify Google that much. Anybody have speculations?
Friday, May 25, 2012
Best way to use Google"s hosted jQuery, but fall back to my hosted library on Google fail
What would be a good way to attempt to load the hosted jQuery at Google (or other Google hosted libs), but load my copy of jQuery if the Google attempt fails?
Tuesday, May 15, 2012
Integrate Google, Yahoo and OpenID in android application?
I want to integrate Google, Yahoo and OpenID in my android application. I have successfully done with facebook, twitter. I had used facebook android sdk for facebook integration and twitter4j-core-android-2.2.3.jar for twitter integration. Now I am looking for Yahoo, Google and openId integration. I searched for yahoo integration also registered to get consumer key, consumer secrete key and application id. But I didn't find any jar or sdk for yahoo integration. There is for iPhone but not any thing for android.
Sunday, May 13, 2012
Should I use a hosted version of JQuery? Which one?
Should I use a local copy of jquery, or should I link to a copy provided by Google or Microsoft? I'm primarily concerned about speed. I've heard that just pulling content from other domains can have performance advantages related to how browsers limit connections. In particular, has anyone benchmarked the speed and latency of Google vs. Microsoft vs. local?
Friday, May 4, 2012
Google Groups alternative
I'd like to be able to have Google groups functionality on my site. Meaning having the ability for people to email each other, with the emails posting to my site, in a threaded manner.
Tuesday, May 1, 2012
Google webpage thumbnails absolute URI
How can I get a list of either the absolute URI's or base64 encodings for page URL's in Google's search results?
Friday, April 6, 2012
Is Google the only OpenID provider that requires "identifier_select”?
I am developing an OpenID consumer in PHP and am using the fantastic LightOpenID library ( http://gitorious.org/lightopenid ). Basing my code off of that found in the example client script I have successfully created a consumer. However, I've run across a snag: Google requires the openid.identity and openid.claimed_id to be set to "http://specs.openid.net/auth/2.0/identifier_select" (see here ). If I do that it works but other providers (i.e. AOL) don't.
Saturday, February 25, 2012
Is there a better way to embed maps on the iPhone, without using native code?
I have an iPhone application, which does include maps. However, when a user clicks a button in the app - it just brings up an embedded safari browser, with the Google Maps in it. This is because I have a web version of the app, and I want the exact same result on both iPhone and web, without having to constantly update both codes. Also, it includes display of a polygon and pins.
Tuesday, January 17, 2012
AppEngine Connected Android Project: sendNoRetry: Unauthorized - need token
i have created a new 'AppEngine Connected Android Project' with the Wizzard and entered my registred Mail-Adress. I changed nothing on the Registration-Code, that is created automatically, but I get the following Error erverytime I try to send a Message:
Friday, January 13, 2012
Get geo location from RSS feed
I am working on RSS feed and I want to display it on google map, for that I need geo location (latitude and longitude). Is there any way to get geolocation from RSS feed.