Ian Graham

MooTools Messenger Part 1

One of the problems I’ve run into in creating larger applications is how to elegantly control messaging. By messaging I mean application feedback to the user when they have completed a task. These are message that are getting sent to the user when they complete tasks. The task is usually submitting an ajax form, but it could also include voting up a post or sharing an article. The way I solved this problem was to create a messenger class using MooTools to be the central location for messages to be created and sent out.
View Demo
Continue reading

Posted in Javascript, MooTools | Tagged , , | Leave a comment