You are here

developer tools

Generate AJAX Animated GIF Indicator

So you are building your AJAX-enabled web site and want a nice animated gif to indicate to your users that something is happening behind the screen.
You google for images and all you find are those traditional black and white animated gifs. What if you need it in blue background and yellow foreground? Like this nice one below... ;)

Well, just go here and generate your image just the way you need it!

What is your favorite Javascript Framework?

Prototype + Scriptaculous
29% (5 votes)
JQuery
47% (8 votes)
Mootools
0% (0 votes)
YUI
6% (1 vote)
Dojo
6% (1 vote)
Other (comment)
12% (2 votes)
Total votes: 17

* Prototype + Scriptaculous
* JQuery
* Mootools
* YUI
* Dojo
* Other (comment)

Get a view of your site on different combinations of Browsers and Operating Systems

Do you need to check how your website look on combination of browsers under different operating systems? Try entering the URL on the first page of the browsershots website.
Just choose the browsers you want to test under each operating system (no MAC OS available) the browsershots service will produce a series of images which area available online for 30 minutes, but that you can download and save for a more careful analysis.

Telnet on Cygwin

Using telnet in Cygwin is very easy, but most people does not realize that it is not installed by default, therefore when you try to run telnet on a Cygwin shell you are instantly returned to the prompt. This happens because Cygwin finds the Microsoft telnet installed in your windows box and runs it; but this won't work in a Cygwin shell. To find out if this is the source of your problems type:

    $ which telnet
    /cygdrive/c/WINDOWS/system32/telnet

Subscribe to RSS - developer tools