Tuesday, November 18th, 2008
Category: JavaScript
<
>p
>
Because viewing the source is too bothersome, we now have WTFramework (short for “What The Framework”, obviously), a bookmarklet that will detect and display the Ajax / JavaScript frameworks used in the current website.
It does so by checking for loaded JavaScript objects for each framework, not by analyzing the <script> element URIs.
Handy.
- Doing Ajax with open source
The author warns against getting too complex with Ajax development and sees promise in the Ajax Toolkit Framework (ATF) from...
- Tips for Ajax with ASP.NET
Patterns for creating Ajax applications using ASP.NET is discussed in a podcast with Brad Abrams, group program manager for the UI Framework and...
- Simplifying Ajax with Spry
Simplifying Ajax development using the Spry framework is explained in an article, by Paul Gubbay, a director of engineering at Macromedia, which is...
- Ajax Learning Guide
Chances are, you've been doing JavaScript and XML developer work in Lotus Domino for quite some time. This old/new approach is causing quite a stir in...
- Diet Ajax, 100% JavaScript free
The open source Ajax framework ZK 1.0 has been released with its own markup language along with XUL and XHTML components to get around programming in...
I wrote a Greasemonkey/Userscript based off of this awesome bookmarklet. I added a few other components to be detected; like Google Analytics, sIFR, ExtJS.
Here’s the link: http://userscripts.org/scripts/show/36874
very handy!
Thanks for the Greasemonkey script, mattpowell.
Not bad, one issue though is it doesn’t seem to be able to detect multiple frameworks.
I know what you’re thinking:
“WTF, you’re using multiple frameworks?”
Yup, jQuery and YUI.