A comment is a programming language construct used to embed non-compiled, programmer-readable annotations in the source code of a computer program.

learn more… | top users | synonyms (1)

0
votes
0answers
15 views

How can I hide the user icons in the facebook comment widget

We're adding facebook comments to our site but they will be in a very narrow left rail. As a result, we'd love to have the user images hidden. I've checked the documentation and traced the css enough ...
0
votes
1answer
12 views

Use Facebook Comments without posting back to Facebook?

I would like to use Facebook Comments with my blog software as there is integration. However, I only want to use it since most people already have Facebook and we won't be allowing registrations (And ...
0
votes
0answers
11 views

How I can comment answer in stackoverflow [migrated]

I don't want to publish new answer of the question. I want to ask how I can comments answer. Can I do it ? or I should have some reputation
-3
votes
0answers
13 views

Comment restriction [closed]

So there was this post going around a while ago where it said to pick a box and post it in the comment section and see what happens, so I did and all of a sudden I was restricted from commenting on ...
0
votes
1answer
44 views

Want to create a comment system in asp.net

i am coding for a commenting system in asp.net C# but i am stopped at delete command because of i am not using any type of serial numbers to comments posted, then how can i able to delete a specific ...
1
vote
4answers
105 views

Why does /*comment*/ inserted randomly inside C code works in some places only,not everywhere?

Isn't everything between and including /* and */ ignored by the compiler?Isn't it supposed to be so everywhere in a C program, ignored as if it doesn't exist?Why then in my program it works in the ...
0
votes
0answers
30 views

Need help finding suitable html5 video gallery

I've tried making the video gallery, but it's too hard to do alone for someone who doesn't have much experience. I was wondering if anyone here knows of a video player/embed thing, that not only ...
-1
votes
1answer
24 views

MYSQL + PHP photo gallery [closed]

Hi everyone I have this gallery here http://imageshack.us/f/89/sanstitreyhf.png/ The images you see are saved in a directory and extracted in function of user name, but I want to add a Comment or ...
3
votes
4answers
79 views

Java Comment Dilemma

This was a question on my assignment: Which of the following is not an acceptable way of indicating comments? Why? /** comment */ /* comment */ // comment // comment comment /*comment comment */ ...
0
votes
0answers
17 views

How can I use the DISQUS count link in my asp.net mvc 4 razor link?

I have a razor link that looks like this: @Html.ActionLink("Comment", "Comment", new { id = item.NewsId }) In the Disqus install info it says: Place the following code before your site's closing ...
2
votes
2answers
28 views

Any way to simulate intra-statement comment in VB.net?

I have a list of guids I need to put into an array literal in VB. Each of them corresponds to a certain entity which I'd like to document in code. In C#, I'd do something like this: var guids = ...
0
votes
0answers
11 views

PyDev comment indentation behaviour

Problem: In PyDev (multiline) comments (Ctrl+/) always prepend the comment character # on the beginning of the line. This behaviour might not be preferred for the user (at least for me it is not). The ...
0
votes
0answers
9 views

Activating A Template Comment box, Recent/Featured Posts Section and Contact Form

I made an account in hopes of getting help for my problem. I'm using this template (http://quanticalabs.com/Lemon/Template/) for my portfolio website. I am trying to "activate" the 'recent posts' and ...
0
votes
1answer
14 views

comment with no spaces will destroy my table comment

$display = mysql_query("SELECT * FROM table_comment WHERE blogid=$theID ORDER BY comment_id DESC")or die(mysql_error()); echo "<table border='0' align='center' width='900px' ...
-3
votes
0answers
47 views

how to get python comment lines count in ruby on rails using regular expressions in ruby [closed]

I need the count of comment lines in pythone code using ruby script with regex. I need the count of block of comments too. For eg: """ This is block of comments """ Thanks for the help in advance
0
votes
0answers
7 views

How to remove Facebook user from FB Comments plugin

I have a website at Flickwit. Users can log in with Facebook and post comments which are then recorded on the database and shown on the home page within the content. These are also managed by an admin ...
0
votes
2answers
31 views

Rails - How Do I Nest Comments - Polymorphism

For my application, I have Projects. I have used Polymorphism to build a model called "Newcomment" for comments made on these Projects. I followed this railscast. This works great. But now, I want ...
0
votes
1answer
15 views

How to remove this text under the comments box on my website?

How to remove this text under the comments box? You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote ...
3
votes
2answers
87 views

why # followed by a number seems do nothing in C plus plus

Repro steps: insert the following line into any line of your c++ source code. #1234 Any line including the first line, the last line. Even you can input between function header and body like ...
0
votes
1answer
32 views

How to prevent asterisk with Enter is pressed inside C# /* */ comments

In VS2012 C# text editor, when Enter is pressed inside /* */ comments, new line is added, beginning with *. Is it possible to disable this behaviour and get just an empty new line? From Visual ...
-3
votes
1answer
11 views

Comments with votes and “best answers” [closed]

I would like to make something like question and answers sites. I need votes and best answer on the comments. I've already done from scratch something but I don't like the appearence and I am looking ...
0
votes
0answers
17 views

Comment system with api

I am developing a site (PHP/MySQL)with contains an event and comments on it. While creating events user specifies the message that will display as comment and other users will be allowed to comment on ...
1
vote
2answers
24 views

Using Devise gem, how do i display username with comment?

New to devise. I am using a partial form to post a comment. I was wondering how may I pass the current user into the form. so that i can use it to display what user posted what comment. I tried ...
0
votes
1answer
47 views

Secure comment box in PHP

I have had my comment box function on my website for a while and it was all grand until yesterday when I noticed a bizarre comment appear on my website that didn't look like anything normal. My ...
0
votes
4answers
49 views

Does out commented code consume memory

I have a question about out commented code and couldn't find a good answer. Does the compiler read out commented code, or does it immediately skip that code?
0
votes
0answers
20 views

How to share comments of Wordpress with social media

I have a Wordpress site on which people can put their comments on a post. What I want to do is as following: I want to get rid of the difference between a post and a comment; the post (so the first ...
0
votes
0answers
10 views

Assitance requested with facebook comments plugin

I'm trying to use the facebook comments plugin for the blogs on my website, but am having troubles. The box is displaying correctly and people are able to log in and post a comment, but it is not ...
0
votes
0answers
7 views

Relationship between two variations of the same comment object

Im seeing that through the Graph API I can get to a given comment one of two ways, the first having a two 'part' ID, the second having a three 'part' ID, like this; 10151333905645378_8516984 or ...
0
votes
1answer
12 views

Is it possible to use Disqus without using links?

So I need a comment system for my site but when I was reading the tutorial on how to install it, it seems that the comments are linked to a url. My site do not have that, I have instead a bunch of ...
0
votes
1answer
35 views

Facebook comment plugin does not show in iframe

I am trying to use facebook comment plugin in my fancybox (iframe) however for some reason the plugin does not load / show. Like plugin just next to the comment plugin works fine. I am using HTML5 ...
0
votes
0answers
14 views

Could I get Yelp's comments by Yelp API?

I was wondering if I could get comments from Yelp API? I try to use the Search API, but I don't think I could get comments from JSON file. Is the only way to retrieve commends is to do HTML parser?
0
votes
1answer
27 views

retain comments post XSLT transform

This seems like an easy one, but one that I haven't come across before. I need to retain the comments in an XML file to the output XML after applying an XSLT. Does anyone know how/if this is ...
0
votes
0answers
16 views

How I can to use JComments component in administrator back-end?

I have web site with joomla. JComments component was installed at this site. And now I need to add ability to use comments in administrtor back-end. When I try to call JComments::show() function, ...
0
votes
1answer
30 views

Retrieve first few comments on a post from MySQL table

You know how the Facebook home feed lists all the recent posts? It shows the user that posted, their actual post and then the first few comments attached to that post. That's what I'm trying to ...
1
vote
2answers
42 views

How to find first instance of HTML comment starting with <!— ? (Python)

Is there a simple way of finding the first instance of HTML comment starting with <!--? I've been doing it as such: for line in open('some.html'): if line[:4] == "<!--": print line ...
3
votes
1answer
35 views

SCSS comment issue

Following is my SCSS file and its output. But when you check the compiled comments all are misplaced. SCSS /* Navigation */ .navigation{ background: red; /*Subnavigation 1*/ .subnav{ ...
1
vote
1answer
44 views

Wordpress comments children customization to work with bootstrap?

I have been searching whole day how to customize comments template on Wordpress. Im working on new wordpress theme and trying to build it using bootstrap. At the end comment template got me stuck. I ...
0
votes
0answers
39 views

post to facebook comments plugin using visual basic or php or anything external

I want to be able to post comments on a few pages with the facebook plugin using an external program on the desktop without the browser, or maybe php, as long as its external Is that possible
0
votes
1answer
48 views

DISQUS comments in asp.net webforms

Hi i want to use DISQUS comments system. But i couldnt find any resource for C# asp.net webforms, examples , source code or implement. I have found a project in codeplex and CodeProject but it seems ...
1
vote
1answer
32 views

count comments in IDL file using regex and Visual Studio's Find & Replace window

I'm trying to find an easy way to find the number of comment-lines in an IDL file and I don't want to install another extension just for this (also: I don't have Code Analysis, so no metrics). It ...
5
votes
2answers
217 views

Processing shell-style comments in JSON

I'm dealing with systems which manipulate "relaxed" JSON data which includes shell-style # line comments: [ { # Batman "first-name": "Bruce", "last-name": "Wayne" }, { # ...
0
votes
2answers
57 views

Facebook Comment API

According to these docs: https://developers.facebook.com/blog/post/2013/04/03/new-apis-for-comment-replies/ and https://developers.facebook.com/docs/reference/api/Comment/, I should be able to GET ...
-1
votes
0answers
20 views

How to get information on an account of someones that had passed away? [closed]

My name is Heather Thompson I am trying to find away to contact you guys about a profile. My boyfriend Daniel Kain Bothuel passed away on Dec. 18, 2012 and i was needing to know how i can go about ...
1
vote
0answers
54 views

Sharepoint 2013: How to get most commented article pages?

Any idea on how to retrieve article pages based on the number of comments in it ? I have the SocialCommentControl on my articles.
0
votes
2answers
20 views

pre populating comments fields in facebook iOS

Can anybody let me know how can we pre populate the comments fields on Facebook from within the app.I am using Facebook SDK3.2.I can set the pictures, captions, name etc.But I couldnt find the message ...
0
votes
0answers
24 views

number of comments,disqus comments plugin

I am using "disqus comments" plugin to every post in website. I have to get number of comments and depends on count number i have to show featured posts. how can I get number of comments from this ...
0
votes
0answers
9 views

How to adminstrator Comments Plugin after domain migration - 301 redirect?

Earlier I had hosted my website at domain A. Now I have changed my domain to domain B i.e. 301 redirect. I am using the face book social comments plugin, where people had posted lot of comments. so ...
-1
votes
4answers
38 views

PHP: Set duration before commenting again [closed]

I made a comment section for my project. But it lacks some 'security' I guess? 1) I can comment as many as I want. 2) Similar comment is not disabled. I'm wondering if there is such a thing in PHP. ...
1
vote
1answer
32 views

Include Blog on my website

I am building a website, which should also include some blog posts. I am tired of programming and I would like to use some ready solution. What is the best way to include a blog on my website? I would ...
0
votes
2answers
74 views

Hide and show comments

I'm writing all my scripts on .R file using R for mac. It is convenient to me because there are colors to highlight the type of commands. I have a many comments following the # symbol that are useful ...

1 2 3 4 5 58