Weekend Links – AJAX ASCII Art, Website Evolution, FlexiGrid jQuery, IE CSS Compatibility, jQuery File Tree, PHP Logging Class

By  on  

Gaia AJAX ASCII Art Generator

Lets be honest: ASCII is truly on of the coolest accomplishments in programming history. Combined with AJAX, it's even better.

http://ajaxwidgets.com/Ascii-Art/AsciiArt.aspx

The Evolution of Websites: How 10 Popular Websites Have (and Have Not) Changed

I loved this article. I remember when some of these websites (ESPN, CNN, etc.) looked horrible. Check out this article to take a trip down memory lane!

http://www.wakeuplater.com/index.php/website-building/evolution-of-websites-10-popular-websites.aspx

FlexiGrid for jQuery

FlexiGrid is an ultra cool table widget built using jQuery. Very user-friendly and provides great control over the table data.

http://webplicity.net/flexigrid/

CSS Compatibility and Internet Explorer

Sounds like an oxymoron, right? The friendly people over at MSDN have created numerous table detailing CSS support in each version of Internet Explorer.

http://msdn2.microsoft.com/en-us/library/cc351024(VS.85).aspx

jQuery File Tree

There are a thousand different JavaScript file tree scripts out there, but this one is the most impressive I've seen so far.

http://abeautifulsite.net/notebook.php?article=58

PHP Logging Class

I've tinkered around with creating my own logging class but after seeing this I may not have to. If you're PHP programmer, try out this awesome logging class. It could save you a lot of time down the road!

http://urbanoalvarez.es/blog/2008/03/21/php-logging-class/

Recent Features

  • By
    How I Stopped WordPress Comment Spam

    I love almost every part of being a tech blogger:  learning, preaching, bantering, researching.  The one part about blogging that I absolutely loathe:  dealing with SPAM comments.  For the past two years, my blog has registered 8,000+ SPAM comments per day.  PER DAY.  Bloating my database...

  • By
    Write Simple, Elegant and Maintainable Media Queries with Sass

    I spent a few months experimenting with different approaches for writing simple, elegant and maintainable media queries with Sass. Each solution had something that I really liked, but I couldn't find one that covered everything I needed to do, so I ventured into creating my...

Incredible Demos

  • By
    Digg-Style Dynamic Share Widget Using MooTools

    I've always seen Digg as a very progressive website. Digg uses experimental, ajaxified methods for comments and mission-critical functions. One nice touch Digg has added to their website is their hover share widget. Here's how to implement that functionality on your site...

  • By
    jQuery topLink Plugin

    Last week I released a snippet of code for MooTools that allowed you to fade in and out a "to the top" link on any page. Here's how to implement that functionality using jQuery. The XHTML A simple link. The CSS A little CSS for position and style. The jQuery...

Discussion

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