0
votes
JScript debugging
To make the Microsoft Script Debugger more user friendly (and to add javascript error messages that actually are helpful to IE), I highly recommend …
1
vote
What would be the best place to start learning AJAX (I have Perl as a backend)
If you're somewhat new to the javascript side of things you should probably get started using a framework.
Jquery is lightweight and nice and …
2
votes
2
votes
embeddable flash based mp3 player
The player you have found is also available from this page: http://wpaudioplayer.com/standalone (this might be a more recent version …
1
vote
Tools for faster, better web development
Addition to other tools mentioned here I often find great help in having a proper debugging proxy - Fiddler (free, Windows only) and …
1
vote
Providing alternative images if Adobe Flash isn’t available
Actually having flash installed but javascript turned off is a valid scenario. This should work across most browsers:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" …
0
votes
What are the approaches to restrict the access to a group of machines in a web system?
I would guess your bank was doing it by using a trusted applet - my bank used to have a similar approach (honestly I thought it was a bit of a hassle - now they're using a calculator-like code gene …
