Displaying 3 results from an estimated 3 matches for "google_ad_width".
2015 Nov 24
0
Google Ads in rsyslog documentation files
...r/share/doc/rsyslog-5.8.10/*
> /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_client = "pub-3204610807458280";
> /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_slot = "5958614527";
> /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_width = 125;
> /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_height = 125;
> /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
> /usr/share/doc/rsyslog-5.8.10/tls_cert_ca.html:google_ad_client = &qu...
2015 Nov 24
3
Google Ads in rsyslog documentation files
...hare/doc/rsyslog-5.8.10/*
/usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_client
= "pub-3204610807458280";
>> /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_slot =
"5958614527";
>> /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_width =
125;
<snip>
> I find it rather disconcerting if there are commercial ads embedded in
help texts I find on my open source servers.
"Disconcerting" isn't the word I would use. Completely unacceptable is
what I'd say. I think it's time to put in a bug report to upstre...
2009 Apr 28
0
google adsense breaks render :partial =>
...e_form_for :action => :submit_remote_form do |f| %>
<%= f.text_field :something %>
<%= f.submit "submit" %>
<script type="text/javascript"><!--
google_ad_client = "";
/* WhySpam Square */
google_ad_slot = "";
google_ad_width = 200;
google_ad_height = 200;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<% end %>
I know i could get around this by taking out the adsense js, but t...