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
    7 Essential JavaScript Functions

    I remember the early days of JavaScript where you needed a simple function for just about everything because the browser vendors implemented features differently, and not just edge features, basic features, like addEventListener and attachEvent.  Times have changed but there are still a few functions each developer should...

  • By
    JavaScript Promise API

    While synchronous code is easier to follow and debug, async is generally better for performance and flexibility. Why "hold up the show" when you can trigger numerous requests at once and then handle them when each is ready?  Promises are becoming a big part of the JavaScript world...

Incredible Demos

  • By
    PHP / MooTools 1.2 Accordion Helper

    The MooTools Accordion plugin seems to be the plugin that people seem to have the most problems with. It's an awesome plugin, so I can see why so many people want to use it, but I think that may be part of the problem.

  • By
    Facebook-Style Modal Box Using MooTools

    In my oh-so-humble opinion, Facebook's Modal box is the best modal box around. It's lightweight, subtle, and very stylish. I've taken Facebook's imagery and CSS and combined it with MooTools' awesome functionality to duplicate the effect. The Imagery Facebook uses a funky sprite for their modal...

Discussion

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