downloading-website-files

viewing autocomplete.do files

i was trying to reverse engineer a website ("www.asklaila.com") to find out how their yahoo UI AutoComplete Widget is working. Upon finding the view source of it, i saw it is refering to a file called "/autocomplete.do", i wanted to know what does this autocomplete.do file mean and can i download and open it locally on my machine? Hope ...

Dynamically-generated .wav file in ASP.net is all messed up

So I've got this chunk of code in an ASP.net MCV2 View, which is making a computer dude read some data. I'm doing this to integrate with an IVR system, and I want the IVR to be able to pretend the .wav file is a remote resource, like: http://servername/Account/12345/Balance.wav SpVoice speech = new SpVoice(); SpeechStreamFileMode SpFi...