Weekend Links – Firefox 3 Performance, Internet Explorer 8 JavaScript, Google / Microsoft Buying Digg, Social Bookmarking Icons, Referrer Spam

By  on  

Firefox 3 Performance Gets a Boost

The only problem I have with Firefox is that it's a memory hog and gets slow after you've opened multiple tabs. This article discusses improvement in Firefox's engine -- sweet!

http://cybernetnews.com/2008/02/25/firefox-3-performance-gets-a-boost/

Javascript In Internet Explorer 8

Mozilla employee and jQuery enthusiast John Resig gives his thoughts on Internet Explorer 8's new JavaScript enhancements.

http://ejohn.org/blog/javascript-in-internet-explorer-8/

Google, Microsoft Said To Be Preparing Bids For Digg

More rumors have surfaced regarding a Digg sale. Though Digg claims the article is completely inaccurate, I feel a sale is eminent. Too many rumors in the past year for there not to be some truth in them, and Kevin can't turn down $300 million for too long.

http://www.techcrunch.com/2008/03/07/google-microsoft-bidding-for-digg/

Social Bookmarking Icons Collection

Head over to this site to download some "outside-the-box" social bookmarking icons for Digg, Reddit, de.licio.us, and more.

http://www.webresourcesdepot.com/social-bookmarking-icons-collection/

Live.com's Referrer Spam Has Left Me In Despair

Live.com, and I'd heard this before, has the tendency to send spammers to you site on basic keyword searches like "about" and "example." The comments of this article provide a solution to preventing this problem.

http://kaioa.com/node/58

Recent Features

  • By
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

  • By
    CSS @supports

    Feature detection via JavaScript is a client side best practice and for all the right reasons, but unfortunately that same functionality hasn't been available within CSS.  What we end up doing is repeating the same properties multiple times with each browser prefix.  Yuck.  Another thing we...

Incredible Demos

  • By
    JavaScript Copy to Clipboard

    "Copy to clipboard" functionality is something we all use dozens of times daily but the client side API around it has always been lacking; some older APIs and browser implementations required a scary "are you sure?"-style dialog before the content would be copied to clipboard -- not great for...

  • By
    RealTime Stock Quotes with MooTools Request.Stocks and YQL

    It goes without saying but MooTools' inheritance pattern allows for creation of small, simple classes that possess immense power.  One example of that power is a class that inherits from Request, Request.JSON, and Request.JSONP:  Request.Stocks.  Created by Enrique Erne, this great MooTools class acts as...

Discussion

  1. Thanks, I’ll have to take a look at those networking icons later.

Wrap your code in <pre class="{language}"></pre> tags, link to a GitHub gist, JSFiddle fiddle, or CodePen pen to embed!