Pingdom Home

US + international: +1-212-796-6890

SE + international: +46-21-480-0920

Business hours 3 am-11:30 am EST (Mon-Fri).

Pingdom Blog

Royal Pingdom

Ramblings from the Pingdom team about the Internet and web tech

RSS Feed

Posts Tagged ‘JQuery’

15 open source projects you should know about as a web developer

Open source projects

Building websites and web applications today is not only about being a great programmer, it’s even more important to be a smart programmer. This means to re-use existing code and applications when possible instead of re-inventing the wheel.

Open source has been around for ages and much of the web is built using it. Every developer knows about Linux, Apache, MySQL and PHP (LAMP).

But what about all the other open source projects out there? As a web developer you can save lots of time or optimize the performance of your applications by using many of the other projects that are available.

Lets take a look on what’s out there, free for everyone to use.

Read more

jQueryIf you’re using jQuery, a good thing you can do is to use the jQuery file hosted on one of the three public content delivery networks (CDNs) provided by Google, Microsoft and Edgecast (via MediaTemple).

This has several benefits:

  • You offload your own servers.
  • You increase the odds that the file is cached, since other sites will be linking to the same file.
  • A CDN will probably deliver the file faster than you can.

So which of these free CDN options will give you the best performance?

Read more

jQuery’s triumphant march to success

jQueryFive years ago, no one had heard about jQuery. It was just an idea in the back of Javascript guru John Resig’s head. Today, jQuery is by far the most popular Javascript library in the world and is used by over 28% of all websites on the internet.

jQuery is open source, web developers love it, it’s been embraced by a slew of big companies, and is close to becoming a de facto standard for website development. It doesn’t just have the support of the open source developer community behind it, it’s even received official support from Microsoft.

Read more

Javascript framework usage among top websites

Which Javascript frameworks are the most common? To answer that question, we here at Pingdom have examined a set of almost 200 popular websites to see if they use a Javascript framework, and in that case which framework they have chosen. The websites were collected from the Alexa US Top 100 and the Webware Top [...]

Read more