Re: Google Adsense.

2009-02-03 Thread ej595

Fair enough, i will validate the page. It seems to only happen when i have a
ajax calls on the same page, and it also only seems to happen if im using
TEXT-ONLY ads. Strangely, it doesnt actually prevent the page being
rendered. It only throws huge stack traces. Ive tailed the logfile, and it
actually happens a while after the page has loaded (stack trace that is).

Ive also deployed the ap to a real domain using tomcat, as i never get the
problem using localhost.

will update after my tests, and thanks for the comments thus far.



Nino Martinez-2 wrote:
 
 I have no problems neither with 1.3.x or 1.4.x ...
 
 So it might be your page that has incorrect syntax.. You could try both 
 the css syntax checker and the html validator from w3c. If you do that 
 in conjunction with browsershots.org and a couple of different browsers 
 you can get a clear picture if its working or not...
 
 Xhelas wrote:
 I have no problem with this using wicket 1.4.rc1. And i never had problem
 using previous versions. 
 Regards
 Alexandre

 ej595 wrote:
   
 Hi all,
 im not sure if anyone else has any experience of using google adsense
 within your wicket html, but i seem to be finding that it interferes
 with
 the rendering of the wicket pages. By that i mean, if i include the
 adsense code in the html, when wicket renders the page i get this
 intermittent 'unable to find component X' error. It seems to be
 something
 to do with the time it takes to retrieve the actual advert and the
 rendering of the page via wicket. It never happens on localhost, but
 once
 the war has been deployed to a web environment, the logs are littered
 with
 this error and the html stack traces.

 Im not entirely sure what to do other than to remove the ad. Once i
 remove
 the ad, the page is fine. Id appreciate if anyone has any experience in
 this area of adsense and wicket.



 

   
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Google-Adsense.-tp21764673p21814492.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Adsense.

2009-02-03 Thread Michael Sparer

as the two others, I've never experienced problems using adsense code within
a wicket app. But as you're saying that it only occurrs when deployed -
maybe it's got to do something with development/deployment mode. Try
switching to deployment mode when running on localhost, if it doesn't work
then, you might be stripping something that shouldn't get stripped. (take a
look at WebApplication#getMarkupSettings()
http://www.wicketstuff.org/wicket13doc/org/apache/wicket/settings/IMarkupSettings.html)

regards,
Michael


ej595 wrote:
 
 Hi all,
 im not sure if anyone else has any experience of using google adsense
 within your wicket html, but i seem to be finding that it interferes with
 the rendering of the wicket pages. By that i mean, if i include the
 adsense code in the html, when wicket renders the page i get this
 intermittent 'unable to find component X' error. It seems to be something
 to do with the time it takes to retrieve the actual advert and the
 rendering of the page via wicket. It never happens on localhost, but once
 the war has been deployed to a web environment, the logs are littered with
 this error and the html stack traces.
 
 Im not entirely sure what to do other than to remove the ad. Once i remove
 the ad, the page is fine. Id appreciate if anyone has any experience in
 this area of adsense and wicket.
 
 
 


-
Michael Sparer
http://techblog.molindo.at
-- 
View this message in context: 
http://www.nabble.com/Google-Adsense.-tp21764673p21807132.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Adsense.

2009-02-03 Thread Nino Martinez
ok, and yeah I had some trouble when my html and css syntax where 
wrong... Still having some trouble with IE 6 on one case.. But it has 
nothing todo with wicket or google adsense..


ej595 wrote:

Fair enough, i will validate the page. It seems to only happen when i have a
ajax calls on the same page, and it also only seems to happen if im using
TEXT-ONLY ads. Strangely, it doesnt actually prevent the page being
rendered. It only throws huge stack traces. Ive tailed the logfile, and it
actually happens a while after the page has loaded (stack trace that is).

Ive also deployed the ap to a real domain using tomcat, as i never get the
problem using localhost.

will update after my tests, and thanks for the comments thus far.



Nino Martinez-2 wrote:
  

I have no problems neither with 1.3.x or 1.4.x ...

So it might be your page that has incorrect syntax.. You could try both 
the css syntax checker and the html validator from w3c. If you do that 
in conjunction with browsershots.org and a couple of different browsers 
you can get a clear picture if its working or not...


Xhelas wrote:


I have no problem with this using wicket 1.4.rc1. And i never had problem
using previous versions. 
Regards

Alexandre

ej595 wrote:
  
  

Hi all,
im not sure if anyone else has any experience of using google adsense
within your wicket html, but i seem to be finding that it interferes
with
the rendering of the wicket pages. By that i mean, if i include the
adsense code in the html, when wicket renders the page i get this
intermittent 'unable to find component X' error. It seems to be
something
to do with the time it takes to retrieve the actual advert and the
rendering of the page via wicket. It never happens on localhost, but
once
the war has been deployed to a web environment, the logs are littered
with
this error and the html stack traces.

Im not entirely sure what to do other than to remove the ad. Once i
remove
the ad, the page is fine. Id appreciate if anyone has any experience in
this area of adsense and wicket.





  
  

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org






  



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Adsense.

2009-02-02 Thread Nino Martinez

I have no problems neither with 1.3.x or 1.4.x ...

So it might be your page that has incorrect syntax.. You could try both 
the css syntax checker and the html validator from w3c. If you do that 
in conjunction with browsershots.org and a couple of different browsers 
you can get a clear picture if its working or not...


Xhelas wrote:

I have no problem with this using wicket 1.4.rc1. And i never had problem
using previous versions. 
Regards

Alexandre

ej595 wrote:
  

Hi all,
im not sure if anyone else has any experience of using google adsense
within your wicket html, but i seem to be finding that it interferes with
the rendering of the wicket pages. By that i mean, if i include the
adsense code in the html, when wicket renders the page i get this
intermittent 'unable to find component X' error. It seems to be something
to do with the time it takes to retrieve the actual advert and the
rendering of the page via wicket. It never happens on localhost, but once
the war has been deployed to a web environment, the logs are littered with
this error and the html stack traces.

Im not entirely sure what to do other than to remove the ad. Once i remove
the ad, the page is fine. Id appreciate if anyone has any experience in
this area of adsense and wicket.






  



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Google Adsense.

2009-01-31 Thread ej595

Hi all,
im not sure if anyone else has any experience of using google adsense within
your wicket html, but i seem to be finding that it interferes with the
rendering of the wicket pages. By that i mean, if i include the adsense code
in the html, when wicket renders the page i get this intermittent 'unable to
find component X' error. It seems to be something to do with the time it
takes to retrieve the actual advert and the rendering of the page via
wicket. It never happens on localhost, but once the war has been deployed to
a web environment, the logs are littered with this error and the html stack
traces.

Im not entirely sure what to do other than to remove the ad. Once i remove
the ad, the page is fine. Id appreciate if anyone has any experience in this
area of adsense and wicket.


-- 
View this message in context: 
http://www.nabble.com/Google-Adsense.-tp21764673p21764673.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Google Adsense.

2009-01-31 Thread Xhelas

I have no problem with this using wicket 1.4.rc1. And i never had problem
using previous versions. 
Regards
Alexandre

ej595 wrote:
 
 Hi all,
 im not sure if anyone else has any experience of using google adsense
 within your wicket html, but i seem to be finding that it interferes with
 the rendering of the wicket pages. By that i mean, if i include the
 adsense code in the html, when wicket renders the page i get this
 intermittent 'unable to find component X' error. It seems to be something
 to do with the time it takes to retrieve the actual advert and the
 rendering of the page via wicket. It never happens on localhost, but once
 the war has been deployed to a web environment, the logs are littered with
 this error and the html stack traces.
 
 Im not entirely sure what to do other than to remove the ad. Once i remove
 the ad, the page is fine. Id appreciate if anyone has any experience in
 this area of adsense and wicket.
 
 
 

-- 
View this message in context: 
http://www.nabble.com/Google-Adsense.-tp21764673p21765776.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org