how to call webservices from javascript
here are some useful resources/howto’s:
should be possible with prototype js lib!
http://www.prototypejs.org/
howto:
64bytes.com
blog.glenc.net
here are some useful resources/howto’s:
should be possible with prototype js lib!
http://www.prototypejs.org/
howto:
64bytes.com
blog.glenc.net
Here is a short trick for resizing the browser window, very useful for web development.
If you wan´t to resize your browser window then type
javascript:resizeTo(500,500)
or
javascript:resizeTo(1024,768)
in the address field and hit enter!
I tested this with firefox and ie 6 and it works with both browsers! Test it for your self by clicking the following Link!
javascript:resizeTo(1024,768)
Just a few seconds ago I found this very cool Javascript based Widget for Gridviews from ActiveWidgets, it´s released under GPL! I like the look and feel, maybe I will integrate it in WordPress! ;o)
Source: ActiveWidgets