how do we set the content type header for a page not served from a server? (i.e. a simple local file saved to desktop)
I am trying to load up an XML file that lives in my Windows Phone 7 solution. I\'d like to know the proper way to include the file in the project and then reference it with code. My current code is gi
开发者_如何学Cfunction publish(text) { $(\'#helpdiv\').prepend(text); } function get_help(topic) {
I have a bug in this program, and I keep coming back to these two functions, but they look right to me. Anything wrong here?