News Headline

Follow Me On Twitter
Ideas for the next project

Google Analytics
Google Analytics for IPhone, charts, tables, datas, metrix, and etc...

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:
By: on 2009-10-04

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
Just like IPhone apps a year ago that is sweeping consumers off their feet. I feel android app, with their framework base on Java, will be a new wave of success. Now Java developers can cash in on their talent just like Objective C people did for IPhone Apps. I just launch the first MySQL Analyzer available Android Apps, hopefully I can cash in just like IPhone developers.

Future Technology

AI (Artifical Intelligence)
We may fear this, or maybe marvel at the idea of artifical intelligence, but as we all know AI is making head waves. As computers becomes faster and robots are being developer with more human characteristics, AI are becoming more and more complex and more intelligent. As we know it AI would be as advance as human would be within the next few decade. I sure hope someone put some golden rules down such as robot can not harm humans.