Weekend Links – CSS Fonts, YAML CSS Framework, CompressorRater, PHP Image Cloud, Who’s Online

By  on  

Back to school links!

CSS @ Ten: The Next Big Thing

What? There's more than just Verdana? Håkon Wium Lie discusses the use of TrueType fonts in CSS.
http://alistapart.com/articles/cssatten

YAML The CSS Framework

YAML is a CSS framework to help programmers and designers to create multicolumn layouts. I prefer to create my own, but this can help.
http://www.yaml.de/en/

CompressorRater - Rate JavaScript Compression Utilities

Compressor Rater takes server JavaScript compression utilities including JSMin, Packer, Dojo Shrinksafe, and the YUI Compressors. Awesome utility, check it out.
http://compressorrater.thruhere.net/

PHP Image Cloud Using jQuery

A really cool image cloud utility using jQuery. Not very useful, but sure is cool!
http://phpimagecloud.sourceforge.net/examples/jquery/

The Fastest Way To See How Many People Are Online

A clever way to find out how many persons are on your website by calculating the number of sessions in the specified sessions folder. Uses PHP, check it out!
http://www.webdigity.com/index.php?action=tutorial;code=57

Recent Features

  • By
    An Interview with Eric Meyer

    Your early CSS books were instrumental in pushing my love for front end technologies. What was it about CSS that you fell in love with and drove you to write about it? At first blush, it was the simplicity of it as compared to the table-and-spacer...

  • By
    Send Text Messages with PHP

    Kids these days, I tell ya.  All they care about is the technology.  The video games.  The bottled water.  Oh, and the texting, always the texting.  Back in my day, all we had was...OK, I had all of these things too.  But I still don't get...

Incredible Demos

  • By
    jQuery Link Nudging

    A few weeks back I wrote an article about MooTools Link Nudging, which is essentially a classy, subtle link animation achieved by adding left padding on mouseover and removing it on mouseout. Here's how to do it using jQuery: The jQuery JavaScript It's important to keep...

  • By
    CSS Scoped Styles

    There are plenty of awesome new attributes we've gotten during the HTML5 revolution:  placeholder, download, hidden, and more.  Each of these attributes provides us a different level of control over an element on the page, but there's a new element attribute that allows...

Discussion

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