It's difficult to tell what is being 开发者_如何学Goasked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
I have a facebook application in which I generate pages for each object: www.mydomain.com/object.php?object_id=1 --> apps.facebook.com/myapp/obejct.php?object_id=1
I\'m using that code to comment one the add pages <div id=\"fb-root\"></div><script>(function(d){var js, id = \'facebook-jssdk\'; if (d.getElementById(id)) {return;}js = d.createEle
I have created a comment box successfully using PHP with MySQL. The comment table structure is: CommentID PK AI
I\'ve put the code for Facebook comments on my website: www.weloveisrael.org (down at the bottom). I can\'t seem to be able to moderate them, this is the code, what am I missing? :
I\'ve this markup. #popup has been styles with CSS to act as a modal pop-up <div id=\"popup\" style=\"display: none;\"><div id=\"pop-con\"></div></div>
I\'m using the Facebook Comment plugin for comments on my site. I was hoping that comments made to links shared on my Facebook Page would also show 开发者_运维技巧up on my website.
It\'s my opinion that multi-line comments should ideally appear something like this: /* this is a mult-line comment, which wraps lines at some reasonable length,
Is there a Visual Studio add-in which adds a line of comment 开发者_开发百科at the top of the source file on save with someting like below?
I have two tables which I have joined. The query looks like this: SELECT *, AVG(rate) FROM comments c LEFT JOIN supps s