CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Join Date
    Oct 2007
    Posts
    8

    these forums have lots of ads

    do people live with the crazy amounts of ads on this site?

  2. #2
    Join Date
    Feb 2005
    Location
    Normandy in France
    Posts
    4,590

    Re: these forums have lots of ads

    You'd rather post on the feedback forum.

    Quote Originally Posted by mkoryak
    do people live with the crazy amounts of ads on this site?
    They live or they leave.
    Recently, an additionnal annoyance has been added at the top of every page.
    It's sad to see that codeguru slowly becomes harder and harder to live with.
    "inherit to be reused by code that uses the base class, not to reuse base class code", Sutter and Alexandrescu, C++ Coding Standards.
    Club of lovers of the C++ typecasts cute syntax: Only recorded member.

    Out of memory happens! Handle it properly!
    Say no to g_new()!

  3. #3

    Re: these forums have lots of ads

    I've only been here a short time, but haven't really noticed, which means personally I can live with them.

    At least they aren't those adds where if your mouse clumsily points over it it expands over half of your screen! - those are the worse ads. And those popups that don't open in new windows are pretty bad too.

  4. #4
    Join Date
    Jul 2007
    Location
    Illinois
    Posts
    517

    Re: these forums have lots of ads

    Quote Originally Posted by goatslayer
    At least they aren't those adds where if your mouse clumsily points over it it expands over half of your screen! - those are the worse ads. And those popups that don't open in new windows are pretty bad too.
    Agreed, or the ones that start talking to you. I hate those, if I wanted my computer to speak to me, Id bust out narrator and amuse myself with its incredible ability to say words that don't even exist.
    R.I.P. 3.5" Floppy Drives
    "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein

  5. #5
    Join Date
    Nov 2006
    Posts
    1,611

    Re: these forums have lots of ads

    My primary problem is with the streaming video commercials.

    They should ask if I'm able to devote the throughput to them.

    I open maybe 6 tabs in Firefox - throughput nearly stops on the web traffic because a video is on each page.
    If my post was interesting or helpful, perhaps you would consider clicking the 'rate this post' to let me know (middle icon of the group in the upper right of the post).

  6. #6
    Join Date
    Feb 2005
    Location
    Normandy in France
    Posts
    4,590

    Re: these forums have lots of ads

    @JVene: If you use FF, you can download ads-blocking extensions.
    You can also download an extension that prevents flash animations from playing until you activate the plug-in explicitly by clicking on the box.

    Or, you can simply disable flash animations. They're mostly used for ads.
    "inherit to be reused by code that uses the base class, not to reuse base class code", Sutter and Alexandrescu, C++ Coding Standards.
    Club of lovers of the C++ typecasts cute syntax: Only recorded member.

    Out of memory happens! Handle it properly!
    Say no to g_new()!

  7. #7
    Join Date
    Oct 2007
    Posts
    8

    Re: these forums have lots of ads

    if you have a firefox plugin called stylish, you can use this style to remove nearly all the ads

    I just made this yesterday, and it blocks some other stuff too, like post times, ill probably need a few more iterations with this style before everything is blocked perfectly


    -- begin cut here ---

    @namespace url(http://www.w3.org/1999/xhtml);
    @-moz-document domain("codeguru.com") {
    /*
    blocks annoying stuff on the codeguru forums
    as a side effect also blocks some other content, i need to see
    if this content is important enough to unblock.
    by koryakm
    */
    embed, iframe, .rss_box, .forums_box, #collapseobj_forumrules, center table, td[bgcolor="#f1f1f1"], a[href="http://www.codeguru.com/"], td.vbmenu_control, a[href="http://www.codeguru.com"], body center {
    display: none !important;
    }

    tbody tr td span {
    display:none ;

    }
    span.navbar {
    display:inline;
    }
    }

  8. #8
    Join Date
    Aug 2005
    Location
    Netherlands, The
    Posts
    2,184

    Re: these forums have lots of ads

    i got noscript, and adblock plus but im thinking of removing adblock plus it doesnt seem to work 100% that stylish think is looking good. then i could have some fun making ad remove myselve for sites that i allow noscript for

  9. #9
    Join Date
    May 2002
    Posts
    10,943

    Re: these forums have lots of ads

    Blocking ads is against the Acceptable Use Policy of CodeGuru and will be punished by banning. Do not mention blocking ads.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  10. #10
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    Re: these forums have lots of ads

    Maybe, but the ads should not prevent users from using CG. They significantly decreases the performance, I think. Especialy the topmost toolbar, which is not exactly ads, but annoy me a lot.

    Does anybody else have similar experience?
    • Make it run.
    • Make it right.
    • Make it fast.

    Don't hesitate to rate my post.

  11. #11
    Join Date
    Feb 2005
    Location
    Normandy in France
    Posts
    4,590

    Re: these forums have lots of ads

    Quote Originally Posted by PeejAvery
    Blocking ads is against the Acceptable Use Policy of CodeGuru and will be punished by banning. Do not mention blocking ads.
    Where is it written?
    The only statement regarding ads I see is about not posting ads.

    BTW: Is it forbidden not to install the Flash plug-in or to have a browser that doesn't "support" Flash, or supports it in an alternative way (e.g. require a user action to play the animation)?
    "inherit to be reused by code that uses the base class, not to reuse base class code", Sutter and Alexandrescu, C++ Coding Standards.
    Club of lovers of the C++ typecasts cute syntax: Only recorded member.

    Out of memory happens! Handle it properly!
    Say no to g_new()!

  12. #12
    Join Date
    May 2002
    Posts
    10,943

    Re: these forums have lots of ads

    Quote Originally Posted by http://www.jupitermedia.com/corporate/privacy/aup.html
    ...bypass or modify the features of the forum software at any Jupitermedia site.
    As per Brad...the forums are an intricate part of CodeGuru. Attempting to block ads is a "bypass" of these features.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  13. #13
    Join Date
    Oct 2007
    Posts
    8

    Re: these forums have lots of ads

    my style blocks much more then ads, it also blocks some other parts of the site... so perhaps i am accidentally blocking the ads? ah crap... oh well.

  14. #14
    Join Date
    Jul 2007
    Location
    Illinois
    Posts
    517

    Re: these forums have lots of ads

    The ads are blocked on my PC at work for various reasons to do with server authentication and possible malicious flash or ActiveX programs. Nothing I can do about that.

    And isn't forcing us to see the ads like forcing us to see TV commercials we don't wanna see? If we don't want these ads on our PC's filling our drive space with tracking cookies, we should be allowed to block them.

    I suppose the servers here at work do us that favor as a side effect to the real problems.
    Last edited by RaleTheBlade; October 17th, 2007 at 04:45 PM.
    R.I.P. 3.5" Floppy Drives
    "I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones." - Albert Einstein

  15. #15
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: these forums have lots of ads

    I see an IP address being killed off...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured