Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
comments
- Page 1
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Reverend Jim
>
Comments
are mostly meant to be short things like "I …
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by Dani
Ah, yes, I thought you were talking about posts themselves. Post
comments
can no longer be edited. (Too many people were replying to post
comments
and then the person would change their vote and remove the comment.)
Comments
are mostly meant to be short things like "I agree with that!" or that type of thing.
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
2 Months Ago
by Yenjeff
Posting consistently helps a lot, but engagement is key. I make sure to reply to
comments
, ask questions, and interact with similar pages. It makes a huge difference in visibility.
Re: How to Implement Lazy Loading for Faster Web Portals
Programming
Web Development
2 Months Ago
by jkon
… to the people who took the time to respond. No
comments
in DaniWeb can't be edited at all > You…
Re: I'm Tired! How to Increase Social Media Followers
Digital Media
Digital Marketing
1 Month Ago
by MajithaDotcom
… value (tips, relatable posts, etc.). Engage with your audience through
comments
, DMs, and stories, and use relevant hashtags. Also, try collabs…
Re: Fujitsu Windows Server 2019 Servers Rebooting at 11pm every day
Hardware and Software
Microsoft Windows
1 Month Ago
by rproffitt
Try a focused area like on Reddit such as https://www.reddit.com/r/homelab/
comments
/740ap2/the_unofficial_fujitsu_server_guide/ If these were mine I'd move to Linux or BSD.
Re: Comments
Programming
Software Development
13 Years Ago
by thines01
Comments
with three slashes are used by the compiler to create documentation and class-diagram properties. You can do this backwards also by creating a class diagram and populating the
comments
fields. You will see those attributes populated in your code. I have never used a class diagram in C++ code (only C#)
Comments
Programming
Software Development
17 Years Ago
by mansi sharma
Single line
Comments
---? Multi-Line
Comments
--? I dont want the description, I want how to commnet the section of code. Ex, Line in C, [COLOR="Red"]Single Line
Comments
-[/COLOR] // [COLOR="Red"]Multi-Line
Comments
-[/COLOR]/* */
Re: Comments
Programming
Software Development
17 Years Ago
by cometburn
for single line
comments
use single quotes( ' ) for multi line
comments
this is what i use View --> Toolbars --> Edit On your code highlight the lines you want to comment then on Edit Toolbox look for the comment block and click it..
Comments
Programming
Web Development
16 Years Ago
by baudday
I was wondering if anyone had any good places I could look at to learn how to write a
comments
script. I need to allow
comments
on content if people are signed in. Thanks
Re: Comments
Programming
Web Development
16 Years Ago
by mustafaneguib
… the user table and the other is the
comments
table im just posting the
comments
table. the other table u make urself…
Re: Comments
Programming
Web Development
16 Years Ago
by cwarn23
…-script-tutorial.php[/URL] which shows how to make a
comments
box in a similar way that I would do it…
Re: Comments
Programming
Web Development
16 Years Ago
by baudday
Alright I kind of came up with my own solution. Basically store the user that's commenting's username and then store the content's id number. then just recall all the
comments
based on the id number. I appreciate the reply. Now I have to think up a way of doing replies.
Re: Comments
Programming
Web Development
16 Years Ago
by emammablog
Well for
comments
script u can visit php tutorials at [URL="http://www.emammablog.com"]EMAMMABLOG[/URL] where u will get to know variety of ways through which u can comment in PHP
Re: Comments
Programming
Web Development
16 Years Ago
by baudday
yeah i got that up and running. any suggestions on how to do replies and have them show up in a thread fashion the way disqus does it? i.e. a reply to a comment would be indented from the rest of the
comments
.
Re: Comments
Programming
Web Development
16 Years Ago
by cwarn23
And so with your current script you can post
comments
but not view them? What exactly needs to be done? Have you already done any code in relation to this and if so please post it.
Comments
Programming
Software Development
16 Years Ago
by faisaly
Pleae pass the
comments
on "It is said by some people that insertion and deletion operations in Heaps make them less preferable than Binary Search Trees"
Comments help
Programming
Software Development
15 Years Ago
by manutd4life
hi all i need is the
comments
for this piece of code here it is: [code=vb.…
Comments
Programming
Software Development
13 Years Ago
by Zssffssz
… my question is what does /// mean in C++ I searched
comments
and escape characters but nothing came up.
Comments for pictures in php
Programming
Web Development
14 Years Ago
by Layerphp
… gallery.Actually i have table to store the
comments
regarding the particular image.I'm able to …retrive the recent
comments
for the image,but the problem here is …i'm not getting the previous
comments
posted by users for the same image.I'…m getting the
comments
of all the photos into an array using …
Re: Comments for pictures in php
Programming
Web Development
14 Years Ago
by pritaeas
Are you trying to get all
comments
for one filename? If so, do you have the filename … = mysql_fetch_array($result)) { echo $row['comment'] . '<br/>'; } } else { // no
comments
} [/code]
Re: Comments for pictures in php
Programming
Web Development
14 Years Ago
by pritaeas
Show the query you are using to get these
comments
.
Re: Comments for pictures in php
Programming
Web Development
14 Years Ago
by Layerphp
yeah the query is working fine and i'm getting the comment for the image but that is only recent one,i want the previous
comments
for the same image to be displayed which are stored in the database...!
comments with ajax
Programming
Web Development
14 Years Ago
by cretu.stefan
… if i say anyting silly. :) I'm trying to insert
comments
into a mysql DB and immediately (no page refresh) show… it on the same page as the
comments
form I use to insert the comment, somewhere in another…
Re: Comments page
Digital Media
UI / UX Design
18 Years Ago
by mesamb1
not a mac issue!!! it is coding and how to code a page that allows
comments
, you asked how i made the blog page and yes i used a mac but the code is what i want to know, is it possible to create a page that people can leaves
comments
on using code or what do i need to use to make it
Comments page
Digital Media
UI / UX Design
18 Years Ago
by mesamb1
I need some help, i am new to html and am looking for a way to create a
comments
page for my blog. my html is limmented and i have dreamweaver and fireworks but no idea how to do it, any help would be greatly apreciated.
Re: Comments page
Digital Media
UI / UX Design
18 Years Ago
by tgreer
… want a system (regardless of platform or IDE) that allows
comments
to be stored, and then incorporated into a page, you…
Comments/Critiques Wanted on C++ OO solution to a sudoku solver
Programming
Software Development
16 Years Ago
by lss123
…. I'd like to invite anyone to ask questions, give
comments
, or make critiques on the methods or algorithms in the…
Comments on ER diagram
Programming
Databases
15 Years Ago
by Agni
…. This is the first time we're doing this, some
comments
would be useful Problem statement: A website which allows students…
Comments not visible in DLL
Programming
Software Development
14 Years Ago
by arsheena.alam
Hi, I am creating the dll of my website by building the website. Now the problem is I am not getting the XML documentation file in the debug folder of the bin folder. There is no debug folder inside the bin folder!! I am unable to see
comments
in my dll. Please give any solution to this. Thanks in advance!!
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC