News Headline |
Ideas for the next project
Google Analytics Questions & Answers
If you have a question for me, or anyone who stops by this site, feel free to ask. Please keep the questions somewhat relatived to computer programming. Questions are moderated and removed if deemed unsuitable for the site.
Q: What is Document.ReadURL and what does it do, and what other ways to use it?
By: Churk on 2009-10-04
A: To make the answer short, document.ReadURL.readFile is the old way of loading the contents of a file without refreshing. The Older way to do AJAX call. This uses a java file to perform the work. So if the browser does not support java applet, then it would not work. The alternative to this is use a framework similar to JQuery and make a function call similar to this to accomplish the same task: $("#contentBody").empty().load(fileLocation); and this will push what ever the content at fileLocation into the div id=contentBody
By: SimpleFunctions on 2010-02-07
Q: What is the best JQuery Syntax Highlighter?
By: Churk Leung on 2010-02-07
A: Here is a few choices: http://code.google.com/p/syntaxhighlighter/wiki/Version_1_5_1 and http://www.dscoduc.com/post/2008/09/25/More-Efficient-SyntaxHighlighter.aspx
By: Churk Leung on 2009-10-04
Latest Technology
Android Apps Future Technology
AI (Artifical Intelligence) |
