Weekend Links – Web Design Trends & Cliches, CSS Design, PHP HTML Parser, Yahoo! Web 2.0, PHP Checklist, MooTools AJAX Bejeweled, Starbox

By  on  

2007: More Web Design Trends & Cliches

Not so much as a a rip at the year's design trend as it is an indictment of Web 2.0. My RSS icon is cliche -- damn!

http://www.modernlifeisrubbish.co.uk/article/2007-more-web-design-trends-and-cliches/

Best of CSS Design 2007

This list is a more positive look at 2007.

http://www.webdesignerwall.com/trends/best-of-css-design-2007/

Parsing HTML in PHP

A great HTML parsing class written in PHP. Use it to check the number of links, included JavaScript libraries, or whatever you'd like in an HTML document.

http://www.onderstekop.nl/articles/114/

PHP: The Power Behind Web 2.0

This article provides insight and reason why PHP drives Web 2.0. Cites Yahoo! as a major PHP user.

http://www.ddj.com/web-development/204800652

PHP Checklist

Need to evaluate a hosting environment to see which modules are loaded? Use this PHP code.

http://till.vox.com/library/post/phpchecklist.html

MooTools / AJAX Bejeweled

The addictive game made without flash. I'll probably spend way too much time playing this.

http://static.popcap.com/iphone/

Starbox

A collection of Prototype & Scriptaculous JavaScript star raters.

http://www.nickstakenburg.com/projects/starbox/

Recent Features

  • By
    Create Namespaced Classes with MooTools

    MooTools has always gotten a bit of grief for not inherently using and standardizing namespaced-based JavaScript classes like the Dojo Toolkit does.  Many developers create their classes as globals which is generally frowned up.  I mostly disagree with that stance, but each to their own.  In any event...

  • By
    CSS 3D Folding Animation

    Google Plus provides loads of inspiration for front-end developers, especially when it comes to the CSS and JavaScript wonders they create. Last year I duplicated their incredible PhotoStack effect with both MooTools and pure CSS; this time I'm going to duplicate...

Incredible Demos

  • By
    Create Spinning, Fading Icons with CSS3 and MooTools

    A goal of my latest blog redesign was to practice what I preached a bit more;  add a bit more subtle flair.  One of the ways I accomplished that was by using CSS3 animations to change the display of my profile icons (RSS, GitHub, etc.)  I...

  • By
    WebKit-Specific Style:  -webkit-appearance

    I was recently scoping out the horrid source code of the Google homepage when I noticed the "Google Search" and "I'm Feeling Lucky" buttons had a style definition I hadn't seen before:  -webkit-appearance.  The value assigned to the style was "push-button."  They are buttons so that...

Discussion

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