Results 1 to 10 of 10

Thread: Why is BigResource.com suddenly front-ending my google hits?

  1. #1

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,562

    Why is BigResource.com suddenly front-ending my google hits?

    I'm working on a vb6 application and I was googling why, when the code executed a checkbox.value assignment instruction, it was causing the checkbox's clicked event. Well, I found the answer in VBForums (my favorite forum and the only one on which I'm registered), but I wondering why I had to go through BigResource.com to get here?

    http://www.bigresource.com/VB-CheckB...aBJZISoH.html#

    This site comes up now in a lot of my searches, only to redirect me somewhere else? Is this a good thing? 'Cause I don't think I like it.
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Why is BigResource.com suddenly front-ending my google hits?

    I hate it... it scrapes lots of sites (in a 'nice' way from a legal point of view, as you need to view the original page rather than seeing it all there), and is basically a long-winded way of getting where you want to go.

    To stop it, we all need to avoid clicking on their pages in search results (as the search engine keeps track, and increases their ranking each time).

    Depending on the search engine you are using, you can eliminate their site by adding this to the end of your search text: -BigResource
    (and if you use the search box built in to the browser, you may be able to add that permanently [how depends on the browser])

  3. #3

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,562

    Re: Why is BigResource.com suddenly front-ending my google hits?

    Quote Originally Posted by si_the_geek View Post
    you can eliminate their site by adding this to the end of your search text: -BigResource
    Yes, it will give me pleasure to do that! (BigResource? More like BigBrother!) Thanks.
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

  4. #4
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: Why is BigResource.com suddenly front-ending my google hits?

    Long before I signed up here, I used to get answers from here through BigResource. Back then I always believed here and there were part of the same site.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  5. #5
    Elite Hacker Jacob Roman's Avatar
    Join Date
    Aug 2004
    Location
    Miami Beach, FL
    Posts
    5,349

    Re: Why is BigResource.com suddenly front-ending my google hits?

    Then once that site is finally on the bottom, we still have to widdle through all the stackoverflow sites. 98% of stackoverflow members dont know what a stack overflow is.

  6. #6
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: Why is BigResource.com suddenly front-ending my google hits?

    Well to be fair, a stack is an abstraction found only in high level languages that implement sub-routines. That excludes a whole slew of IT sub fields like database management, web-based programming, any field that use declarative languages like HTML and so forth. StackOverflow doesn't just cater to programmers.
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  7. #7
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Why is BigResource.com suddenly front-ending my google hits?

    They have a link to the forums under the forum tab.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  8. #8

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,562

    Re: Why is BigResource.com suddenly front-ending my google hits?

    Quote Originally Posted by Niya View Post
    Long before I signed up here, I used to get answers from here through BigResource. Back then I always believed here and there were part of the same site.
    That is sad...glad you've found your way!
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

  9. #9
    Angel of Code Niya's Avatar
    Join Date
    Nov 2011
    Posts
    9,017

    Re: Why is BigResource.com suddenly front-ending my google hits?

    lol
    Treeview with NodeAdded/NodesRemoved events | BlinkLabel control | Calculate Permutations | Object Enums | ComboBox with centered items | .Net Internals article(not mine) | Wizard Control | Understanding Multi-Threading | Simple file compression | Demon Arena

    Copy/move files using Windows Shell | I'm not wanted

    C++ programmers will dismiss you as a cretinous simpleton for your inability to keep track of pointers chained 6 levels deep and Java programmers will pillory you for buying into the evils of Microsoft. Meanwhile C# programmers will get paid just a little bit more than you for writing exactly the same code and VB6 programmers will continue to whitter on about "footprints". - FunkyDexter

    There's just no reason to use garbage like InputBox. - jmcilhinney

    The threads I start are Niya and Olaf free zones. No arguing about the benefits of VB6 over .NET here please. Happiness must reign. - yereverluvinuncleber

  10. #10

    Thread Starter
    PowerPoster MMock's Avatar
    Join Date
    Apr 2007
    Location
    My Mustang GT
    Posts
    4,562

    Re: Why is BigResource.com suddenly front-ending my google hits?

    Speaking of stack overflow...Stack Overflow is a question and answer site for professional and enthusiast programmers - why are they using a noun to modify a noun???

    en·thu·si·ast
    /enˈTHo͞ozēˌast/
    Noun

    A person who is highly interested in a particular activity or subject.


    How can anyone post something so blatantly wrong in such a prominent place in their web site??? That would've turned me off right away - had I ever noticed it before . (The caffeine must really be kicking in this morning! A google hit just brought me there, and it hit me over the head!)
    There are 10 kinds of people in this world. Those who understand binary, and those who don't.

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