I just thought I would share my go to starter template with you guys. I know its not much but it is powerful. HTML5 ready, Twitter bootstrap and jQuery at your fingertips. This is usually what I start a new template or project with and makes getting started a snap!

#1 by Jules Gravinese on 9/28/11 - 8:19 PM
https://ajax.googleapis.com/ajax/libs/jquery/1/jqu...
... you'll be sure to load the latest 1.x.x version.
#2 by Adrian J. Moreno on 9/28/11 - 9:26 PM
#3 by Scott Conklin on 9/28/11 - 11:38 PM
#4 by Dan Vega on 9/29/11 - 8:32 AM
@Adrian - Great point, I think once you move off of development you def need to test with a specific version.
@Scott - I have seen it before but haven't tested it out yet, thanks for the reminder!
#5 by Jules Gravinese on 9/29/11 - 8:37 AM
https://ajax.googleapis.com/ajax/libs/jquery/1.4/j...
Which loads the latest 1.4.x version.
I forgot to mention the other nice thing about this is the download is gzipped.
#6 by Brett on 9/30/11 - 8:51 PM
#7 by Dan Vega on 9/30/11 - 8:57 PM
I could be wrong but it seems like they are and if you look at the CDN site this is the URL they have posted.
#8 by Jules Gravinese on 9/30/11 - 9:08 PM
#9 by Brett on 10/1/11 - 2:00 PM
firebug/wget show the Cache-Control response header from the google ssl cdn as \
Cache-Control: private, x-gzip-ok="", max-age=31536000
that's not the "Cache-Control: public" setting that is supposed to instruct the browser to cache.
Still even with a public cache control you're not going to have the cache saved to the disk so it won't be persisted between browser sessions.