Weekend Links – Premium CSS Tips, MooTools 1.2 Clientside, Google Sky, JavaScript Typing, PHP Image Resizer

By  on  

8 Premium One Line CSS Tips

You probably know most of these tips, but there are a few snippets that you may be surprised to find.

http://cssglobe.com/post/1392/8-premium-one-line-css-tips

Clientside For MooTools 1.2 - RC1

The Clientside at CNET is headed by Aaron Newton, a MooTools core developer. The Clientside has created numerous plugins for MooTools 1.2 and they're all very practical and useful. If you're a Moo fan, check it out.

http://clientside.cnet.com/cnet-js-standards/clientside-for-mootools-12-rc1-a-long-time-coming/

Google Sky

Google has created a method for navigating the sky -- Google Sky! It's much like Google Maps but probably not as useful. Worth a look though!

http://www.google.com/sky/

Understanding Loose Typing in JavaScript

Jeremy Martin covers variable typing issues in JavaScript. When does "+" mean concatenate? What does "+" mean add? What happens when you add a string to an int, and visa versa? Let this article be your guide.

http://blog.jeremymartin.name/2008/03/understanding-loose-typing-in.html

Smart Image Resizer

This PHP image resizing script creates the best image thumbnails I've seen. Not grainy, good file size, and free to download.

http://shiftingpixel.com/2008/03/03/smart-image-resizer/

Recent Features

  • By
    Create a Sheen Logo Effect with CSS

    I was inspired when I first saw Addy Osmani's original ShineTime blog post.  The hover sheen effect is simple but awesome.  When I started my blog redesign, I really wanted to use a sheen effect with my logo.  Using two HTML elements and...

  • By
    Serving Fonts from CDN

    For maximum performance, we all know we must put our assets on CDN (another domain).  Along with those assets are custom web fonts.  Unfortunately custom web fonts via CDN (or any cross-domain font request) don't work in Firefox or Internet Explorer (correctly so, by spec) though...

Incredible Demos

  • By
    Sexy Album Art with MooTools or jQuery

    The way that album information displays is usually insanely boring. Music is supposed to be fun and moving, right? Luckily MooTools and jQuery allow us to communicate that creativity on the web. The XHTML A few structure DIVs and the album information. The CSS The CSS...

  • By
    MooTools History Plugin

    One of the reasons I love AJAX technology so much is because it allows us to avoid unnecessary page loads.  Why download the header, footer, and other static data multiple times if that specific data never changes?  It's a waste of time, processing, and bandwidth.  Unfortunately...

Discussion

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