Currently i have a word document with comments added. The structure of the document is specified in the comment. The document contains embedded images.
I did the following to display a single post in my home page: home.php: <?php get_header(); query_posts(\'posts_per_page=1\'); //returns only the front page
I\'ve been learning scheme, and I just realized that I don\'t really know how to properly comment my functional scheme code. I know how to add a comment of course - you add a ; and put your comment af
I need to read the first "batch" of comment in a PHP file. An example would be: <?php /** This is some basic file info **/
During a recient PCI audit the auditor said that we had major security risks because It was possible to download static resources from our website such as images css and javascript without prior au
Recently we planned to use checkstyle plug-in in our project. As a part of this exercise existing code has to be cleaned up to comply with checkstyle rules. We have found that close to 18K violations
I am u开发者_如何学Csing vim to write latex.I would like to highlight the latex comments using a different file type.(For example I would like to highlight the latex comments using c++ formatting).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am a big fan of Stylecop and I always follow it guidelines. I also follow the guideline that state that a comment should bring added value to the code and not repeat what the code is doing.
We have created a facebook-app which开发者_运维百科 contains a fb:comment field. We have included the app on a fanpage. All works well so far, but when a user comments in the app on the fanpage and ch