Thread: Bugs (and strange things...)

  1. #241
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    I've noticed on cprogramming.com, when you start browsing around the links....more links keep adding themselves to the bar on the left or disappearing. For example:

    starting at
    http://www.cprogramming.com/

    has the list of links:

    Resources

    Source Code
    Syntax Reference
    Snippets
    Links Directory
    Glossary
    Book Reviews
    Function Lookup



    and clicking "Syntax Reference" will bring you to a new page with this list of links:

    Resources

    Source Code
    Syntax Reference
    Snippets
    Links Directory
    Glossary
    Book Reviews
    Syntax Reference
    Snippets
    Function Lookup

  2. #242
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    Thanks, that should be fixed. As it turns out, I added a link on every page, but it had already been done by hand on a few pages earlier.

  3. #243
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,817
    Ok, I just responded to a post and tried to use the automatic coloring, i.e. highlight some text and then use the colors from the dropdown listbox to select a color, but nothing happened. I can do it manually but this feature seems to not work properly. It was working yesterday.
    "Owners of dogs will have noticed that, if you provide them with food and water and shelter and affection, they will think you are god. Whereas owners of cats are compelled to realize that, if you provide them with food and water and shelter and affection, they draw the conclusion that they are gods."
    -Christopher Hitchens

  4. #244
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    This should be fixed. Please let me know if you continue to experience problems.

  5. #245
    Attack hamster fuh's Avatar
    Join Date
    Dec 2002
    Posts
    176
    I haven't been seeing any "Last edited by..." messages lately (even after I edited one of my posts). Just wondering what happened, but anytime you can fix it I would like for you to do so.

    Thanks,
    \/\/
    fuh
    /\/\

    EDIT: Testing...

    EDIT: I think it started today, because I saw one of Govtcheez's posts had the message on it from about 12 hours ago.

    EDIT2: It works here, but here it doesn't (I added "You're" to "welcome"). Is it just the C++ section?
    Last edited by fuh; 02-03-2005 at 06:36 PM.
    Stupid things pop singers say

    "I get to go to lots of overseas places, like Canada."
    - Britney Spears

    "I love what you've done with the place!"
    -Jessica Simpson upon meeting the Secretary of Interior during tour of the White House

  6. #246
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    The "edited time" thing doesn't actually get shown unless I'm guessing one of these two things happens, not sure exactly because I'm not familiar with the board's code:

    1) You post a post, someone else other than you views it, you edit it, and it then says it was edited
    2) Time limit: after 2 minutes (or so) of your post being active it displays the edited time

    However, if neither of those above things happen and you edit your post, it doesn't display the edited time.

  7. #247
    Attack hamster fuh's Avatar
    Join Date
    Dec 2002
    Posts
    176
    Okay. That clears it up for me.

    Thanks,
    \/\/
    fuh
    /\/\
    Stupid things pop singers say

    "I get to go to lots of overseas places, like Canada."
    - Britney Spears

    "I love what you've done with the place!"
    -Jessica Simpson upon meeting the Secretary of Interior during tour of the White House

  8. #248
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    I don't know if this is the right place to post this, but I just noticed a very annoying ad on the main site. It plays an annoying buzzing noise over and over and over. It seems to be coming up on every page I visit on the site, rather than switching randomly through ads. Attached a pic:
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  9. #249
    Administrator webmaster's Avatar
    Join Date
    Aug 2001
    Posts
    1,012
    I have already contacted the company serving those (really annoying) ads, and expect them to pull them soon.

  10. #250
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    If you use a character's HTML code value in a post, and then attempt to edit the post the character's symbol is in the post instead of the html code.

    Example:
    Lets say I the copyright symbol. So I put in ©
    If I edit the post it no longer contains © but instead it contains ©

    Normally this isn't a problem but just a bit ago I wanted to use the curly braces in a post that didn't contain code. Well the validator saw the curly braces and gave me the popup. Not a big deal as I changed the braces to { and }. Not a big deal but when I went to edit the post I got the popup again because it had replaced it with the actual symbol.

  11. #251
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    I believe the validator only checks that a code tag exists in the post if a curly brace exists.
    {}}{

    Thus you can use a dummy code section to trick it.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  12. #252
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    you missed the point. when I edit the post the curly braces are there and not the code which means I have to go and replace them with the code if I need to edit the post.

  13. #253
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Or you trick the system in a different way. A way that persists past editing. Like I pointed out.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  14. #254
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    But I don't want to "trick" the system. And this isn't totally about the curly brace. I've had the same problem with other symbols (like pi)

  15. #255
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Well, actually you're already tricking the system by using a character reference.

    And why would you have to edit the Pi sign? Doesn't it get reposted correctly?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Strange side effects?
    By _Elixia_ in forum C Programming
    Replies: 4
    Last Post: 08-16-2005, 03:25 PM
  2. Strange file problem.
    By tilex in forum C++ Programming
    Replies: 1
    Last Post: 12-29-2004, 12:32 AM
  3. strange linked list problem
    By maes in forum Windows Programming
    Replies: 0
    Last Post: 09-06-2003, 09:28 AM