Happy Tarot

Daily readings, guest readings, examining spreads, theories and thoughts (cards in photos by Zach Wong, thank you! © info)
Search this site:

Archives for the ‘Code’ Category

Model-View-Controller in JQuery

By Dia • Aug 6th, 2008 • Category: Code

I don’t have the time summarize this right now, have to sleep.
Marking this for follow up, good reading. I like that he uses PHP in his examples. From what I’ve read so far I get it. Front end easily becomes a spaghetti mess. .NET Ajax toolkit resembles mess #2.

All of the JavaScript in an app [...]



Google Analytics Made Spiffy with jQuery

By Dia • Aug 5th, 2008 • Category: Code

Jason Huck makes Google Analytics even easier to implement thanks to jQuery.
Currently the plugin does the following:

Determine whether to include the SSL or non-SSL version of the GA script.
Include the GA script from within try/catch to help suppress any issues GA may have from time to time.
Set the _uacct variable to your GA tracking code.
Call [...]



jQuery Tooltip

By Dia • Jul 27th, 2008 • Category: Code

The saga of the jQuery tooltip and how to use jQuery when you’re not allowed to traverse the DOM. Who would have thought that would be an issue.