Page 5 of 5 FirstFirst ... 2345
Results 161 to 195 of 195

Thread: Ad link for some key words?

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

    Re: Ad link for some key words?

    Quote Originally Posted by techgnome View Post
    what's even more funny is that my original post isn't adword linked, but RB's quote of my post is...

    -tg
    Yes, it is! It just doesn't show up all the time.

    Edit:

    Sometimes it appears normal then you refresh the page and one link has adwords then you refresh the page again and two appear, etc.
    Last edited by Nightwalker83; May 11th, 2010 at 11:17 PM. Reason: Adding more!
    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

  2. #162

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Ad link for some key words?

    What is it trying to do now? I'm on Opera.

    EDIT:
    And where did the double line go?
    Attached Images Attached Images  
    Last edited by dee-u; May 12th, 2010 at 01:49 AM.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  3. #163
    Head Hunted anhn's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    3,669

    Re: Ad link for some key words?

    Now I don't see them at home on IE and FF, but see them at work on IE.
    • Don't forget to use [CODE]your code here[/CODE] when posting code
    • If your question was answered please use Thread Tools to mark your thread [RESOLVED]
    • Don't forget to RATE helpful posts

    • Baby Steps a guided tour
    • IsDigits() and IsNumber() functions • Wichmann-Hill Random() function • >> and << functions for VB • CopyFileByChunk

  4. #164
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: Ad link for some key words?

    Quote Originally Posted by techgnome View Post
    Can I ask what evil maniacal means is used to link adwords with their ads.... I mean... what does "database" have to do with preparing for windows 7?

    -tg
    TG

    I think they are randomly selected. If you happen to

    - mouseover "database"
    - click the "x"
    - repeat 10 times (as I'm ashamed to admit that I did)


    you'll notice that a different link is generated each time.

    Spoo

  5. #165
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Ad link for some key words?

    Quote Originally Posted by techgnome View Post
    what's even more funny is that my original post isn't adword linked, but RB's quote of my post is...

    -tg
    More strange stuff: posts ##157/158

    - in post 157 mouse over "database" and you will get "IT" tooltip
    - in either post mouse over "windows" and you will get "Developer" tooltip

    Note that both "keywords" are not even underligned nor highlighted. Go figure...


    edit:
    - as of 8:38 both keywords were underligned...
    - after editing this post they are no longer underligned...

    What is going on here?


    ...
    Attached Images Attached Images  

  6. #166
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Ad link for some key words?

    Check the marketing firm... see if their address is somewhere in the Twilight Zone... I bet their CEO is Rod Serling.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  7. #167
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: Ad link for some key words?

    There are limits and a bit of randomization to what is highlighted. That is why it is not always the say. Very similar to how refreshing a page can change the ads displayed at the top.

    As to the links leaving when you edit, that makes sense. The linking is done with some scripting. After the thread is displayed, that script completes its task. Editing a post uses the forum software's routines. The forum software doesn't know anything about the links, so the are in essense "not there" to the forum. When you save the edited file, the AJAX simply puts the post back. Since it didn't know about the highlighted words, and since the script for highlighting words is no longer running, the underlines go away for that post. Clear as mud? . Makes sense to me.

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  8. #168

  9. #169

  10. #170
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Ad link for some key words?

    if you use quick edit, the post is edited and displayed via Ajax. The script which links keywords runs on load. Quick edit does not involve or trigger any on load event, so the keyword linking script would not fire, not until page refresh.

    Where the other adverts are concerned, I added an Ajax script to refresh them at quick reply and quick edit. Otherwise they would not change either. They are also scripted to run on load

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

    Re: Ad link for some key words?

    Quote Originally Posted by brad jones View Post
    There are limits and a bit of randomization
    I'm glad I'm not the only person aware of that! I mentioned it in post #161.
    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

  12. #172

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Ad link for some key words?

    Quote Originally Posted by JPnyc View Post
    if you use quick edit, the post is edited and displayed via Ajax. The script which links keywords runs on load. Quick edit does not involve or trigger any on load event, so the keyword linking script would not fire, not until page refresh.

    Where the other adverts are concerned, I added an Ajax script to refresh them at quick reply and quick edit. Otherwise they would not change either. They are also scripted to run on load
    Can you shed light on my question on post #162? Is it because I am using Opera? Thanks!
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  13. #173
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Ad link for some key words?

    Sure. The double underline was removed in favor of single.

  14. #174
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: Ad link for some key words?

    Quote Originally Posted by JPnyc View Post
    Sure. The double underline was removed in favor of single.
    JP

    I'm now inclined to agree with the point TG made in post #151
    .. use of single underline is for ad words is confusing.

    Compared to the earlier "delay" problem, this is a minor detail. Nonetheless,
    I've recently found myself wondering, when encountering a poster-added
    link (which also appears as a single underline), whether it is a link or an
    ad word.

    I'd vote for ad words being shown with a double underline.

    Spoo

  15. #175
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: Ad link for some key words?

    Quote Originally Posted by Spoo View Post
    I'd vote for ad words being shown with a double underline.
    This is something I raised internally when it was decided to change it to a single underline from a double underline. I took a very strong stance on this, but I still lost the battle as it was a decision the president of the company pushed. Regardless of what other sites do (and thus what is commonly done), this is what was decided for our program.

    The easy way to know the difference between a standard hyperlink and one of these ads is to hover over it. Obviously a standard link isn't going to pop up a box.

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  16. #176

  17. #177
    PowerPoster Spoo's Avatar
    Join Date
    Nov 2008
    Location
    Right Coast
    Posts
    2,656

    Re: Ad link for some key words?

    Brad

    Thanks for the background scuttlebut.
    I can certainly live with the final decision.

    Spoo

  18. #178
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Ad link for some key words?

    For some resaon I'm experiencing slight delays again: page load is kind of sluggish - it lloks like it's trying to refresh itself more than once.
    I first noticed that last night so it's not exactly isolated case. I'm running IE8/Win7/fast cable broadband if that makes any difference.
    Just to be fare and clear - performance is still alot better then it was originally.

  19. #179

    Thread Starter
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: Ad link for some key words?

    Quote Originally Posted by JPnyc View Post
    Sure. The double underline was removed in favor of single.
    Why does hovering the ad link gives me the blank link, whatever that is called? Is it an Opera problem?
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  20. #180
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Ad link for some key words?

    Yeah, it might be. I just tried in opera and got 2 blanks. I'll report that.

  21. #181
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Re: Ad link for some key words?

    Quote Originally Posted by JPnyc View Post
    Yeah, it might be. I just tried in opera and got 2 blanks. I'll report that.
    It's not just Opera ... they come up blank in IE & FF too. In fact, they are blank 90% of the time (if not more) for me. I'm sure the advertisers (who are paying top dollar no doubt) would be thrilled to know that...

  22. #182
    PowerPoster JPnyc's Avatar
    Join Date
    Oct 2002
    Location
    Manhattan
    Posts
    3,015

    Re: Ad link for some key words?

    I think that is most likely limited to your case. I've only seen them blank and Opera so far. At least consistently.

    Anyone experiencing an issue with chrome?

  23. #183
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Ad link for some key words?

    Why is the inside of the advertisement box taking so much time to load? Also CPU usage jumps to more than 15% during this time.

    I'm using:
    IE6.0 SP3
    Windows XP Professional SP3
    3.40GHz Dual Core CPU
    4GB RAM (3.6GB effectively)

    Name:  vbforums-ad-cpu-usage.JPG
Views: 199
Size:  241.0 KB
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  24. #184
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Re: Ad link for some key words?

    Quote Originally Posted by RhinoBull View Post
    For some resaon I'm experiencing slight delays again: page load is kind of sluggish - it lloks like it's trying to refresh itself more than once.
    I first noticed that last night so it's not exactly isolated case. I'm running IE8/Win7/fast cable broadband if that makes any difference.
    Just to be fare and clear - performance is still alot better then it was originally.
    I can confirm this. A slight delay seems to have crept back in using IE. Not as bad it was originally, but it's definitely there & still somewhat annoying...

  25. #185
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: Ad link for some key words?

    Sorry for being lazy and not reading the entire thread to see if someone mentioned this before, but is it possible to put just a tiny time delay on the keyword ads, so they don't pop up if I just move the mouse over it by chance? Some threads have a lot of them and it's beginning to be a pain. Something like 1/3 of a second would probably do just fine.

  26. #186
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: Ad link for some key words?

    Quote Originally Posted by baja_yu View Post
    Sorry for being lazy and not reading the entire thread to see if someone mentioned this before, but is it possible to put just a tiny time delay on the keyword ads, so they don't pop up if I just move the mouse over it by chance? Some threads have a lot of them and it's beginning to be a pain. Something like 1/3 of a second would probably do just fine.
    That would be nice.

  27. #187

  28. #188
    Addicted Member
    Join Date
    Apr 2009
    Location
    Toronto, Ontario
    Posts
    242

    annoying inline Internet.com "keyword" searches in posts...

    Hi Admins,

    There seems to be a new "feature" on VBForums. When certain "keywords" appear in posts (like application, program, etc..) and you happen to pass your mouse over them, a popup from Internet.com appears with a "relevant" link I interpret this as "This company paid Internet.com to show you their link when this keyword is used".

    Is this happening only to me? Is there any way to get rid of this? PLEASE?!

    Thanks.
    -EM
    ---
    REMEMBER: If your issue is resolved, use the Thread Tools menu to set it as such, and be sure to rate the posts that help you the most!


    Just because I was jealous of g4hsean!

  29. #189
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    Re: annoying inline Internet.com "keyword" searches in posts...

    Quote Originally Posted by emartinho View Post
    Hi Admins,

    There seems to be a new "feature" on VBForums. When certain "keywords" appear in posts (like application, program, etc..) and you happen to pass your mouse over them, a popup from Internet.com appears with a "relevant" link I interpret this as "This company paid Internet.com to show you their link when this keyword is used".

    Is this happening only to me? Is there any way to get rid of this? PLEASE?!

    Thanks.
    -EM
    I'm sorry but are you referring to something different than what we have been talking about here for the last 180+ posts?

  30. #190
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Re: Ad link for some key words?

    Quote Originally Posted by baja_yu View Post
    Sorry for being lazy and not reading the entire thread to see if someone mentioned this before, but is it possible to put just a tiny time delay on the keyword ads, so they don't pop up if I just move the mouse over it by chance? Some threads have a lot of them and it's beginning to be a pain. Something like 1/3 of a second would probably do just fine.
    See post #126 & 127...

  31. #191
    Addicted Member
    Join Date
    Apr 2009
    Location
    Toronto, Ontario
    Posts
    242

    Re: annoying inline Internet.com "keyword" searches in posts...

    Quote Originally Posted by MartinLiss View Post
    I'm sorry but are you referring to something different than what we have been talking about here for the last 180+ posts?
    WOOOPS! Sorry. Shoulda known somebody would have complained already.
    I've been away from VBF for a while and lately have only stuck around the VB6 and Office Development forums, so I didn't see this Forum Feedback thread.

    Thanks for the boot... mmm, I mean, nudge in the right direction.
    -EM
    ---
    REMEMBER: If your issue is resolved, use the Thread Tools menu to set it as such, and be sure to rate the posts that help you the most!


    Just because I was jealous of g4hsean!

  32. #192
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: Ad link for some key words?

    Quote Originally Posted by Pradeep1210 View Post
    Why is the inside of the advertisement box taking so much time to load? Also CPU usage jumps to more than 15% during this time.
    THe load time of the insides is something being addressed. I agree it is way too slow and should be near instant. I've been told it is being addressed.

    As to 15% CPU usage... I see more of a bump in my CPU usage when I sneeze Seriously, I'm not sure I see that small bump as an issue as that is way less than what some flash running on a page would do. If people disagree with me... well, if they do, I'm sure I'll get the PMs or the responses in this thread

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  33. #193
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Ad link for some key words?

    Yes. I know it seems sarcastic to raise an issue of CPU usage in such situations, when there are web elements (like flash etc.) that eat a much greater amount of CPU. But shouldn't we keep this in mind that we are here loading just a 10KB image file which is no comparison those heavy elements we are comparing it to?
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

  34. #194
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: Ad link for some key words?

    Actually, there is a lot more going on than just loading a 10k image. There is logic being executed to look at the current page and determine what words to underline. The page is then being adjusted to do that underlining and to associate the appropriate ads. After all that, the image you indicated is loaded. Overall, there is some real calculation and processing happening.

    If we monopolized the CPU doing this, then I agree that we'd need to further tweak the code to lighten in up. If we are taking only 15&#37; of the CPU,then I (personally) think it makes more sense to be focusing on speeding up the code rather than lightening its CPU load.

    Regardless, we are letting the tech team know all the issues that are being raised here. We are taking each one seriously.

    Brad!
    Have you given out your reputation points today? Select the Rate This Post link to give points for good posts!
    -------------------------------------------------------------
    Brad! Jones
    Lots of Software, LLC
    (I wrote: C Programming in One Hour a Day) (Dad Jokes Book) (Follow me on Twitter)

    --------------------------------------------------------------

  35. #195
    VB Addict Pradeep1210's Avatar
    Join Date
    Apr 2004
    Location
    Inside the CPU...
    Posts
    6,614

    Re: Ad link for some key words?

    Thanks
    Pradeep, Microsoft MVP (Visual Basic)
    Please appreciate posts that have helped you by clicking icon on the left of the post.
    "A problem well stated is a problem half solved." — Charles F. Kettering

    Read articles on My Blog101 LINQ SamplesJSON ValidatorXML Schema Validator"How Do I" videos on MSDNVB.NET and C# ComparisonGood Coding PracticesVBForums Reputation SaverString EnumSuper Simple Tetris Game


    (2010-2013)
    NB: I do not answer coding questions via PM. If you want my help, then make a post and PM me it's link. If I can help, trust me I will...

Page 5 of 5 FirstFirst ... 2345

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