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
    Page Visibility API

    One event that's always been lacking within the document is a signal for when the user is looking at a given tab, or another tab. When does the user switch off our site to look at something else? When do they come back?

  • By
    Convert XML to JSON with JavaScript

    If you follow me on Twitter, you know that I've been working on a super top secret mobile application using Appcelerator Titanium.  The experience has been great:  using JavaScript to create easy to write, easy to test, native mobile apps has been fun.  My...

Incredible Demos

  • By
    NSFW Blocker Using MooTools and CSS

    One of my guilty pleasures is scoping out the latest celebrity gossip from PerezHilton.com, DListed.com, and JoBlo.com. Unfortunately, these sites occasionally post NSFW pictures which makes checking these sites on lunch a huge gamble -- a trip to HR's office could be just a click away. Since...

  • By
    Fullscreen API

    As we move toward more true web applications, our JavaScript APIs are doing their best to keep up.  One very simple but useful new JavaScript API is the Fullscreen API.  The Fullscreen API provides a programmatic way to request fullscreen display from the user, and exit...

Discussion

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