<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'adsense'</title><link>http://forums.asp.net/search/SearchResults.aspx?q=&amp;tag=adsense&amp;orTags=0&amp;o=DateDescending</link><description>Search results matching tag 'adsense'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Select Tags button</title><link>http://forums.asp.net/thread/3005508.aspx</link><pubDate>Fri, 13 Mar 2009 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3005508</guid><dc:creator>XIII</dc:creator><description>Hi,&lt;p&gt;[quote user=&amp;quot;Naom&amp;quot;]What does it do, BTW?[/quote]&amp;nbsp;&lt;/p&gt;&lt;p&gt;It opens a modal overlay where you can choose tags from to include with your post. Personally I don&amp;#39;t use the tagging feature, or only extremely limited, since it has not a lot to offer for me.&lt;/p&gt;&lt;p&gt;Grz, Kris. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to place google adds in my classifides site</title><link>http://forums.asp.net/thread/2644213.aspx</link><pubDate>Wed, 24 Sep 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2644213</guid><dc:creator>binobose</dc:creator><description>&lt;p&gt;Infact placing Google Ads in your site is really simple. For that matter you need to have a google account. Once you get a google account goto &lt;a href="http://www.google.com/adsense"&gt;www.google.com/adsense&lt;/a&gt; and login with ur user name and then apply for an adsense account. Google will then verify your site credibility and based on that they will approve or deny your request.Once they approve you can sighn in to &lt;a href="http://www.google.com/adsense"&gt;www.google.com/adsense&lt;/a&gt; and log in with ur user id. After logging in they will provide you with an easy step by step instruction and finally you will get a code snippet which will be a piece of Javascript. You can place this code in your website and thats it, done.&lt;/p&gt;</description></item><item><title>Re: Login control is suddenly broken in IE7 but works perfectly on Firefox (It works on both browsers locally)</title><link>http://forums.asp.net/thread/2350848.aspx</link><pubDate>Sun, 11 May 2008 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2350848</guid><dc:creator>Zasz</dc:creator><description>&lt;p&gt;
&lt;font size="2"&gt;&lt;b&gt;Does the login control not work in IE (Internet Explorer 6 , 7 , any) and works fine in Firefox (1.0 , 2.0 , any )?&lt;/b&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; The problem always occurs after publishing, right?, not during development&amp;nbsp; (unless you&amp;#39;ve incorporated Google AdSense in the development version also).&amp;nbsp; The culprit is Google AdSense people.
&lt;/p&gt;
&lt;p&gt;
A simple test : Use the visual studio comment toolbutton to comment out all the google scripts you&amp;#39;ve incorporated into your site, and check if login control works .....
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; I have created a custom user control that contains the javascript from google and am registering and using the usercontrol wherever i need the Advertisement.&amp;nbsp; So i commented out all the Ad usercontrols i used in the &lt;i&gt;login&lt;/i&gt; page &lt;b&gt;AND&lt;/b&gt; the &lt;i&gt;master&lt;/i&gt; page that login.aspx uses, so that in the final rendered version, google&amp;#39;s scripts don&amp;#39;t come &lt;b&gt;with&lt;/b&gt; login control&amp;#39;s rendered code at all. Now the login control works fine. Then i included Googles AdSense Scripts , uncommenting google script usercontrols and tried , the problem was back.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;  People think master pages are the reason login fails in IE-not-Firefox, but, no, the google ads mostly invariably placed in master pages are the real reason. Also not only does the login control cause problems in IE and not in Firefox, but also the LoginStatus control and a few other controls also cause problems in IE and not in Firefox. Some blogs &amp;amp; comments say authorization cookie is not picked up by the browser , i think that may be true , becoz google adsense scripts do some authentication cookie work themselves . The script downloaded from google by the stubs we put in our Aspx pages are probably the reason. I tried going through it , but could&amp;#39;nt make head or tail of it... way too complex for me.
&lt;/p&gt;
&lt;p&gt;
Both the login &amp;amp; loginstatus controls work fine in firefox alonside google ads &amp;amp; scripts , though sometimes i see wierd behaviour ... if I clear all cookies &amp;amp; temp. internet files in firefox, the first time i click on the login button, nothing happens but a refresh. The second time i click it , it login fine.(All of this alongside google adscripts) . Justification : 
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Google must have different scripts for IE and Firefox - which could be the reason IE can&amp;#39;t perform correct while using ASP.NET 2.0 Login Controls , while firefox can.&lt;/li&gt;
	&lt;li&gt;Or Login Control Library renders differently based on the browser (i don&amp;#39;t know) the login page is often the first page requested by the client , in which case the asp runtime can see the user agent string and render accordingly.... &lt;br /&gt;
	&lt;/li&gt;
	&lt;li&gt;Google and ASP.NET may produce the same code for both browsers in which case , the browser architecture is responsible for this unique behaviour. (means Firefox is good!)&lt;/li&gt;
	&lt;li&gt;Some folks think remember me check box - may be the cause, it defenitely could becoz it (leaves) involves a cookie, which i think is what(the cookies) google script wrecks !&lt;/li&gt;
	&lt;li&gt;Most blogs and forums(especially in &lt;a href="http://weblogs.asp.net/pwilson/archive/2006/04/04/441885.aspx" target="_blank" title="weblog.asp.net"&gt;aspblog&lt;/a&gt;&amp;nbsp; &lt;a href="http://forums.asp.net/t/1121401.aspx" title="forums.asp.net"&gt;aspforum&lt;/a&gt; &lt;a href="http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_23359193.html" target="_blank"&gt;expertsexchange&lt;/a&gt; &lt;a href="http://www.webdeveloper.com/forum/showthread.php?t=180660"&gt;webdeveloper&lt;/a&gt;) say : Login control is suddenly broken - means it was working fine previously... they just don&amp;#39;t connect the point of time the problem was discovered was always after a short or long time &lt;b&gt;AFTER &lt;/b&gt;hooking up google ads ... for me i took i long time discovering the error after setting up google adsense , so it didnt occur to me adsense could be the change that causes the problem.&lt;/li&gt;
	&lt;li&gt;We all use&amp;nbsp; different kinds of AdSense units&amp;nbsp; : so the problem also differs slightly : to some the pressing of login button does nothing but refresh the page, to me there was no reaction at all after i pressed the login button after entering correct &amp;amp; wrong pair of username and password , to some it seems there is redirect &amp;amp; error code 404 is returned once they click on the login button. &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;font size="2"&gt;&lt;b&gt;Best Workaround :&lt;/b&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Create another similar master page without the ads , and use this as master for login.aspx - you preserve the same look and feel, but forgo ads till Microsoft or Google comes up with a solution.&lt;/li&gt;
	&lt;li&gt;Enclose all ads between &amp;lt;% if(!Page.title.equals(&amp;quot;Login&amp;quot;)){ %&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and&amp;nbsp; &amp;nbsp; &amp;lt;%} %&amp;gt;, which means u&amp;#39;ve solved the Login Control , but still the LoginStatus and other login controls could still give you a problem.(make sure you title the login page to &amp;quot;Login&amp;quot;) &lt;/li&gt;
	&lt;li&gt;In case you are&amp;#39;nt using a master page at all for login.aspx , new login page without the ads , must be built.&lt;/li&gt;
&lt;/ol&gt;Go Here for more Info : &lt;a href="http://www.thiagarajan.net/ZaszBlog/post/2008/05/Login-control-ASPNET-works-in-Firefox-but-not-in-IE.aspx"&gt;http://www.thiagarajan.net/ZaszBlog/post/2008/05/Login-control-ASPNET-works-in-Firefox-but-not-in-IE.aspx&lt;/a&gt;&lt;br /&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;</description></item><item><title>Help me out with Microsoft AdSense, a 6 Billion dollar Project. </title><link>http://forums.asp.net/thread/1724854.aspx</link><pubDate>Fri, 25 May 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1724854</guid><dc:creator>SoftMind</dc:creator><description>&lt;p&gt;Hi there.&lt;br /&gt;&lt;br /&gt;Its good to know that Microsoft has acquired AQuantitive, an advertising portal for 6 Billion Dollars.&lt;br /&gt;&lt;br /&gt;They are now straight in competition with Google Adsense.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://adcenter.microsoft.com/%20"&gt;https://adcenter.microsoft.com/&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I would like to start Microsoft AdSense and start showing the advertisement on my aspx pages. Unfortunately i could not find any solutions how to start. The above link shows the plans only for advertisers, there is no guidance or link for the site owners, who actually shows the advertisments.&lt;br /&gt;&lt;br /&gt;Can some one give me a start in this direction. I would rather go with MicrosoftAdsense in a perfect way rather than GoogleAdsense.&lt;br /&gt;&lt;br /&gt;Cheers!&lt;br /&gt;&lt;br /&gt;SoftMind&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How to display Google Adsense Ads in community Starter Kit</title><link>http://forums.asp.net/thread/1713511.aspx</link><pubDate>Thu, 17 May 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1713511</guid><dc:creator>CamaASP</dc:creator><description>&lt;p&gt;I have a&amp;nbsp;free Google adsense webcontrol that can be easilly added into your .net project to provide adsense capabilities.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.grassrootnetworks.com/Downloads/tabid/153/Default.aspx"&gt;http://www.grassrootnetworks.com/Downloads/tabid/153/Default.aspx&lt;/a&gt;&amp;nbsp;for code and instructions.&lt;/p&gt;
&lt;p&gt;Cameron&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.grassrootnetworks.com/"&gt;www.grassrootnetworks.com&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: http://AdSenseASP.NET/ - ASP.NET web controls for Google AdSense</title><link>http://forums.asp.net/thread/1617974.aspx</link><pubDate>Tue, 13 Mar 2007 04:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1617974</guid><dc:creator>Sharp-Developer.NET</dc:creator><description>I'll blog on this control at &lt;a href="http://adsense-asp-dot-net.blogspot.com/"&gt;http://adsense-asp-dot-net.blogspot.com/&lt;/a&gt;</description></item><item><title>Re: Sharing controls between sites - ASP.NET web control for Google AdSense</title><link>http://forums.asp.net/thread/1589870.aspx</link><pubDate>Thu, 22 Feb 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1589870</guid><dc:creator>Sharp-Developer.NET</dc:creator><description>&lt;p&gt;Take a look to my free ASP.NET web controls for Google AdSense - &lt;a href="http://adsenseasp.net/"&gt;http://AdSenseASP.NET/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I've posted it to ASP.NET webcontrols gallery at &lt;a href="http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=3692"&gt;http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=3692&lt;/a&gt;&amp;nbsp;but it has not been processed yet so not visible on gallery listing.&lt;/p&gt;
&lt;p&gt;The usefull feature of the library would be possibility to configure it from web.config so you don't need to setup AdSense publisher ID, AdSense channels, colors, etc. for every page and each&amp;nbsp;AdSense block.&lt;/p&gt;
&lt;p&gt;There is a live demo on web site - &lt;a href="http://adsenseasp.net/Sandbox/"&gt;http://AdSenseASP.NET/Sandbox/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Still having problems uploading controls.</title><link>http://forums.asp.net/thread/1589861.aspx</link><pubDate>Thu, 22 Feb 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1589861</guid><dc:creator>Sharp-Developer.NET</dc:creator><description>&lt;p&gt;I have the same issue I logged at &lt;a href="http://forums.asp.net/thread/1585020.aspx"&gt;http://forums.asp.net/thread/1585020.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;My ASP.NET web control for Google AdSense &lt;a href="http://adsenseasp.net/"&gt;http://AdSenseASP.NET/&lt;/a&gt; does not appear on ASP.NET web controls gallery for more then a week.&lt;/p&gt;
&lt;p&gt;Hope it's just a temporary issue and it's queued properly and will be processed soon.&lt;/p&gt;
&lt;p&gt;Plese let me know by replying to this thread if your control approved or rejected. I'll do the same.&lt;/p&gt;
&lt;p&gt;Best of luck!&lt;/p&gt;</description></item><item><title>Re: Submiting resource to web controls gallery</title><link>http://forums.asp.net/thread/1586335.aspx</link><pubDate>Tue, 20 Feb 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1586335</guid><dc:creator>Sharp-Developer.NET</dc:creator><description>&lt;p&gt;Ok,&lt;/p&gt;
&lt;p&gt;As there is no any answer I've resubmited my web controls library.&lt;/p&gt;
&lt;p&gt;Now I've noticed there is a link on confirmation page &lt;a href="http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=3692"&gt;http://www.asp.net/ControlGallery/ControlDetail.aspx?Control=3692&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I think it would be nice to mail this message on users mail so he/she see it realy was recieved to queue and has a reference link stored in mail archive for further investigation references if any required.&lt;/p&gt;</description></item><item><title>http://AdSenseASP.NET/ - ASP.NET web controls for Google AdSense</title><link>http://forums.asp.net/thread/1585071.aspx</link><pubDate>Mon, 19 Feb 2007 05:00:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1585071</guid><dc:creator>Sharp-Developer.NET</dc:creator><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;Do you think&amp;nbsp;people will&amp;nbsp;be interesting in using my web controls library to manage &amp;amp; display Google AdSense units?&lt;/p&gt;
&lt;p&gt;&lt;a href="http://adsenseasp.net/2.0-WebControls/"&gt;http://AdSenseASP.NET/2.0-WebControls/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Any feedback/suggections will be very welcome.&lt;/p&gt;
&lt;p&gt;Live demo available at &lt;a href="http://adsenseasp.net/Sandbox/"&gt;http://AdSenseASP.NET/Sandbox/&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>