Weekend Links – jQuery 1.4, CSS Images, Printing Techniques, Converting to CSS, Cross-Browser Coding

By  on  

Not the most notable week in programming news, but why not share what's out there?

jQuery 1.4 Released: Faster, More Tests, Ready for 1.2

I don't use jQuery but I know that the community is strong and there are a lot of great scripts out there. WordPress uses jQuery.
http://jquery.com/blog/2007/08/24/jquery-114-faster-more-tests-ready-for-12/

Pup Inc's Arrow Over Lay Screenshot Browsers Explained

Pretty cool script using CSS to move backward and forward through pages. Definitely worth a peek.
http://www.pupinc.com/browser/

Printing the Web: Solutions and Techniques

Users don't read, they scan. Perfect outlook on print vs. screen. All web programmers and designers should read this article.
http://www.smashingmagazine.com/2007/02/21/printing-the-web-solutions-and-techniques/

Why You Should Convert to CSS

Anyone who hasn't switched to CSS really should -- there's no advantage to not doing so. In case you haven't, this is a good read.
http://www.programimi.com/2007/08/18/why-you-should-convert-to-css/

Effectively Testing Your Website in Multiple Browsers

Making sure you website works in multiple browsers is essential to any public website. How can you do so? Read this article to find out.
http://www.vandelaydesign.com/blog/design/effectively-testing-your-website-in-multiple-browsers/

Recent Features

  • By
    5 More HTML5 APIs You Didn’t Know Existed

    The HTML5 revolution has provided us some awesome JavaScript and HTML APIs.  Some are APIs we knew we've needed for years, others are cutting edge mobile and desktop helpers.  Regardless of API strength or purpose, anything to help us better do our job is a...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

  • By
    CSS Tooltips

    We all know that you can make shapes with CSS and a single HTML element, as I've covered in my CSS Triangles and CSS Circles posts.  Triangles and circles are fairly simply though, so as CSS advances, we need to stretch the boundaries...

  • By
    Spyjax:  Ajax For Evil Using Dojo

    The idea of Spyjax is nothing new. In pasts posts I've covered how you can spy on your user's history with both MooTools and jQuery. Today we'll cover how to check user history using the Dojo Toolkit. The HTML For the sake of this...

Discussion

  1. Thanks for the link to my article Effectively Testing Your Website in Multiple Browsers.

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