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

Incredible Demos

  • By
    Select Dropdowns, MooTools, and CSS Print

    I know I've harped on this over and over again but it's important to enhance pages for print. You can do some things using simple CSS but today's post features MooTools and jQuery. We'll be taking the options of a SELECT element and generating...

  • By
    Fading Links Using jQuery:  dwFadingLinks

    UPDATE: The jQuery website was down today which caused some issues with my example. I've made everything local and now the example works. Earlier this week, I posted a MooTools script that faded links to and from a color during the mouseover and mouseout events.

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!