If you use AJAX code on you site and you need a "loading" sort of icon to display during AJAX calls, try visiting this page: http://www.ajaxload.info/.
It is free and lets you config your own animation - nice! :-)
Showing posts with label ajax. Show all posts
Showing posts with label ajax. Show all posts
Monday, June 16, 2008
Need an icon for AJAX loading action?
By
Sten Hougaard
on
Monday, June 16, 2008
0
kommentarer
Friday, February 8, 2008
eval function in any browser!
Working a lot in frontend environment you sometimes have to do "eval()" in javascript. That function is not standard for all browsers.
Firefox for one does not support it! No problem! Here is a simple script you can put in the top of you page. It will ensure that a working eval function is present!
Try it out! - Enter code and press "eval"
<script language="javascript" type="text/javascript">
<!--
if (typeof(eval)=='undefined') {
eval = new Function(s, '_dynamicCode = new Function(s);_dynamicCode()')
}
// -->
</script>
By
Sten Hougaard
on
Friday, February 08, 2008
0
kommentarer
Etiketter: ajax, Dynamic Web CMS, Javascript
Thursday, October 11, 2007
Introducing meeboo.com!
This chatroom I have "created" using meeboo.com, it is a very cool up-front website.
By
Sten Hougaard
on
Thursday, October 11, 2007
0
kommentarer
Etiketter: ajax, Chat, Javascript
Subscribe to:
Posts (Atom)