Showing posts with label Code Cleaning. Show all posts
Showing posts with label Code Cleaning. Show all posts

HTML Shows Nothing While Nothing Is Shown on Error Console

The most possible reason is either HTML or JavaScript codes are not clean. It often happens when you use Notepad to write codes. Another possibility is your JavaScript file is not accessible.

Error Message: XML cannot be the whole program

Error message "XML cannot be the whole program" appears when load a javascript file which was generated by PHP file. It actually has nothing to do with its appearance. There are two possible causes:

1. The file contains <script> and </script>. These two scripts indeed are unnecessary because in your html file, it had been already included: <script language='Javascript' src='filename.js.php' type='text/javascript'></script>.

2. Your php code is not clean. It contains some form of invisiable editorial codes inserted by your editor, such as Notepad, etc.

Koncord Code Cleanser

We have officially deployed an online code optimizer located at: http://koncord.webs.com/.

The code optimizer can compress your website codes as well as remove comments on codes, which supposed to be used by the programmers.

Please use Firefox since IE won’t work properly.

Click here to go there: http://koncord.webs.com/

Following is the Terms of Services of Koncord Partners: http://koncordpartners.blogspot.com/2010/06/terms-of-services.html

Labels