Google hosted javascript libraries

Google recently announced that they are hosting popular open source javascript libraries for everyone to use in their projects. This is a great opportunity to have fast access to javascript libraries without worrying about bandwidth charges.

Despite some negative feedback about Google tracking websites, I believe that this is not a major concern as many websites already use Google Analytics and Adsense for tracking purposes.

The real benefit of this announcement is that if everyone starts using the same core javascript files from Google’s site, these files will be cached on every website that uses them. This will significantly speed up websites across the web, which is fantastic for everyone. The only challenge now is convincing people to use the libraries hosted by Google.

Personally, I am a fan of jQuery but there are many other javascript libraries available and Google supports all the major ones. Currently, you can get jQuery, prototype, script.aculo.us, MooTools, and dojo from their site. There’s something for everyone!

Now it’s time for me to start utilizing these libraries. As mentioned earlier, jQuery is my preferred language and I plan to use it more extensively on my future websites as well as replacing existing code on my current ones.

Let me know what you think on Mastodon, or BlueSky (or Twitter X if you must).

Link to this page

Thanks for reading. I'd really appreciate it if you'd link to this page if you mention it in your newsletter or on your blog.

Related Posts

13 Dec 2008

A quick way to speed up your website

Getting a faster internet is great – it gives us loads of opportunity to improve the browsing experience through more advanced javascript and designs – I still remember the dreadful websites of the late 90’s that took an hour to...
02 Sep 2023

Keeping Web Dev Simple

As I have gotten older, I have realized that caring less about what people think has brought me a great sense of freedom. In the past, I used to follow all the latest trends in tech, constantly trying to keep...
20 Jul 2016

Empathy in Web Design

I wasn’t able to make WordCamp Europe this year, but they’ve been really quick at getting all of the talks online, and so I have been watching some of them – and this one stood out.Morten Rand-Hendriksen is an experienced...
31 Aug 2018

Chrome for Android may start disabling JavaScript on 2G connections

This week a pull request was made on the Chromium project that, in certain situations, blocks Javascript from loading on 2G connections.Currently the Gutenberg editor doesn’t work without Javascript; it doesn’t even have a noscript tag.Chrome for Android may start...
14 Sep 2018

What’s the Deal with Google AMP?

I recently read an article title Google AMP Can Go To Hell, all about how Google AMP is an attempt by Google to control the internet entirely.When I first saw this article I thought it was going to be a...