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
    39 Shirts – Leaving Mozilla

    In 2001 I had just graduated from a small town high school and headed off to a small town college. I found myself in the quaint computer lab where the substandard computers featured two browsers: Internet Explorer and Mozilla. It was this lab where I fell...

  • By
    CSS Animations Between Media Queries

    CSS animations are right up there with sliced bread. CSS animations are efficient because they can be hardware accelerated, they require no JavaScript overhead, and they are composed of very little CSS code. Quite often we add CSS transforms to elements via CSS during...

Incredible Demos

  • By
    Reverse Element Order with CSS Flexbox

    CSS is becoming more and more powerful these days, almost to the point where the order of HTML elements output to the page no longer matters from a display standpoint -- CSS lets you do so much that almost any layout, large or small, is possible.  Semantics...

  • By
    Vibration API

    Many of the new APIs provided to us by browser vendors are more targeted toward the mobile user than the desktop user.  One of those simple APIs the Vibration API.  The Vibration API allows developers to direct the device, using JavaScript, to vibrate in...

Discussion

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