<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043469" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043469</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thank you to all the</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239950</link>
    <description> &lt;p&gt;Thank you to all the contributors.  I now have to try the various ideas you suggested and see what happens.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
 </description>
     <pubDate>Tue, 31 Mar 2009 07:10:26 +0000</pubDate>
 <dc:creator>tochiro</dc:creator>
 <guid isPermaLink="false">comment 1239950 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>This page about using</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239942</link>
    <description> &lt;p&gt;This &lt;a href=&quot;http://www.w3schools.com/htmldom/dom_methods.asp&quot;&gt;page about using innerHTML&lt;/a&gt; should explain better than I can here - especially the links to Try It pages! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Basically, you need to create a container, a div or a p (paragraph) and give it an id name &lt;code&gt;&amp;lt;div id=&amp;quot;adsense&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;then, later on in the page (so the container has been created/rendered) some javascript to set its content:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;	document.getElementById(&amp;#039;adsense&amp;#039;).innerHTML=&amp;quot;your adsense code here&amp;quot;;&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;it would probably also work with:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;adsense.innerHTML=&amp;quot;your adsense code here&amp;quot;;&lt;br /&gt;//--&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;but I do not know if adding your adsense code like this will work with the adsense service...&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Mar 2009 20:14:04 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1239942 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thank you Greg for your time</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239941</link>
    <description> &lt;p&gt;Thank you Greg for your time and input.  I have done what you suggest and it looks fine now in FF and IE whereas a few hours ago I had to add &quot;left: 110px&quot; to have the div correctly positioned.  I do not know why it now works without this rule... The weird thing is that with or without this rule, IE displays the div at the same place.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Mar 2009 19:36:44 +0000</pubDate>
 <dc:creator>tochiro</dc:creator>
 <guid isPermaLink="false">comment 1239941 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>tochiro wrote:
That is</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239940</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;tochiro&lt;/em&gt; wrote:&lt;/div&gt;That is weird because in my FF 3.0.8 and IE7 the left side ads are well positioned.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;See the image I have attached.&lt;br /&gt;
I am using Firefox 3.07 (on Ubuntu)&lt;/p&gt;
&lt;p&gt;As for why, I only briefly looked at your code..&lt;br /&gt;
In your main_styles.css (line 255) you have this&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#googleAds {&lt;br /&gt;left:110px;&lt;br /&gt;padding:0 10px;&lt;br /&gt;position:absolute;&lt;br /&gt;top:900px;&lt;br /&gt;width:180px;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;When I remove that &lt;code&gt;left:110px;&lt;/code&gt; it looks fine in my FF.&lt;br /&gt;
I didn&#039;t try it in any other browser without the left margin.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Mar 2009 19:08:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1239940 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>decibel.places wrote:
in FF</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239939</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;decibel.places&lt;/em&gt; wrote:&lt;/div&gt;in FF 3.0.8 the ads show&lt;/p&gt;
&lt;p&gt;but the left side ads are outside your sidebar to the left of it, probably not what you intend (display the same in IE7)&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;That is weird because in my FF 3.0.8 and IE7 the left side ads are well positioned.  How come?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;decibel.places&lt;/em&gt; wrote:&lt;/div&gt;&lt;br /&gt;
You can try writing the code for the Google ads with PHP or Javascript&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Actually I insert the ads through PHP includes.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;decibel.places&lt;/em&gt; wrote:&lt;/div&gt;&lt;br /&gt;
Or perhaps you can use a script - that executes AFTER the jquery one - that will add your ads as innerHTML content (not sure how that will work with Google&#039;s analysis of the page content).&lt;br /&gt;
&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;How would you do that?  Are there such scripts freely downloadable?&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;decibel.places&lt;/em&gt; wrote:&lt;/div&gt;&lt;br /&gt;
&lt;strong&gt;If jquery is the problem,&lt;/strong&gt; you could try another menu, &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-urban.htm&quot;&gt;this one&lt;/a&gt; from Dynamic Drive is quite similar.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;What I like with the menu I use (&lt;a href=&quot;http://www.i-marco.nl/weblog/jquery-accordion-menu-redux2/&quot; title=&quot;http://www.i-marco.nl/weblog/jquery-accordion-menu-redux2/&quot;&gt;http://www.i-marco.nl/weblog/jquery-accordion-menu-redux2/&lt;/a&gt;) is that it remembers its state between pages.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Mar 2009 18:50:53 +0000</pubDate>
 <dc:creator>tochiro</dc:creator>
 <guid isPermaLink="false">comment 1239939 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>in FF 3.0.8 the ads show
but</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239937</link>
    <description> &lt;p&gt;in FF 3.0.8 the ads show&lt;/p&gt;
&lt;p&gt;but the left side ads are outside your sidebar to the left of it, probably not what you intend (display the same in IE7)&lt;/p&gt;
&lt;p&gt;As Megan noted, it is probably an issue with page load and triggering the jquery script.&lt;/p&gt;
&lt;p&gt;You can try writing the code for the Google ads with PHP or Javascript&lt;/p&gt;
&lt;p&gt;Or perhaps you can use a script - that executes AFTER the jquery one - that will add your ads as innerHTML content (not sure how that will work with Google&#039;s analysis of the page content).&lt;/p&gt;
&lt;p&gt;I developed a system to save all the AdSense codes for my site in a js file and write them as variables in specific pages, so I could maintain and change the ad codes easily in a central repository (not on my current site, on my old &lt;a href=&quot;http://www.geocities.com/rgoya/portfolio.htm&quot;&gt;GeoCities Free site&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If jquery is the problem,&lt;/strong&gt; you could try another menu, &lt;a href=&quot;http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-urban.htm&quot;&gt;this one&lt;/a&gt; from Dynamic Drive is quite similar.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Mar 2009 18:22:22 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1239937 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Here is a link to the page:</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239936</link>
    <description> &lt;p&gt;Here is a link to the page:  &lt;a href=&quot;http://ivredimages.free.fr/croustwich/sudouest.php&quot; title=&quot;http://ivredimages.free.fr/croustwich/sudouest.php&quot;&gt;http://ivredimages.free.fr/croustwich/sudouest.php&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You have to use IE6 or 7 because in FF the ads do not show. (do not know why)&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Mar 2009 16:43:53 +0000</pubDate>
 <dc:creator>tochiro</dc:creator>
 <guid isPermaLink="false">comment 1239936 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Can you post a link to your</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/problem-google-ads-slowing-down-another-script#comment-1239935</link>
    <description> &lt;p&gt;Can you post a link to your page so we can see what&#039;s happening?&lt;/p&gt;
&lt;p&gt;This is most likely a problem with jquery waiting until the rest page is loaded before it does anything. That&#039;s what it&#039;s doing when you use (document).ready. So if google is taking awhile to respond then jquery can&#039;t do anything until it&#039;s finished.&lt;/p&gt;
&lt;p&gt;Not sure if there&#039;s a way to fix this... I had to remove some tracking scripts from my site because they were causing similar problems.&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Mar 2009 16:36:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1239935 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
