Post Reply 
Issue with MSDN
Jan. 19, 2009, 06:43 AM
Post: #1
Issue with MSDN
Sidki, just wanted to point this out to you Wink

http://www.dslreports.com/forum/r2175134...-GOOD-news
Visit this user's website
Add Thank You Quote this message in a reply
Jan. 19, 2009, 01:39 PM
Post: #2
RE: Issue with MSDN
Thanks for the heads-up. Smile!

WebTrends tracking is located within a required IE7 script: gDomain -> $SET(1=adkey_j:0.)
Also, they do a delayed Silverlight test: -> $SET(0=i_timer:2.)
Also, they seem to have cancelled the msdn2 subdomain: -> remove one entry


Does it work if you open IncludeExclude (not the "-U" user version), and replace...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.)
msdn2.microsoft.com/            $SET(0=a_float.i_timer:2.)

with...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)

?
Add Thank You Quote this message in a reply
Jan. 19, 2009, 02:03 PM
Post: #3
RE: Issue with MSDN
P.S.: Right now (but not half an hour ago) that example page is entirely broken for me in Fx 3, Prox bypassed or not (b/c the main stylesheet from i3.msdn.microsoft.com doesn't load).
Add Thank You Quote this message in a reply
Jan. 19, 2009, 02:38 PM
Post: #4
RE: Issue with MSDN
Same, it's broken for me, even in IE7. I'll ask OZO to revert his changes to the filter and test out this approach. Thanks!
Visit this user's website
Add Thank You Quote this message in a reply
Jan. 19, 2009, 09:42 PM
Post: #5
RE: Issue with MSDN
Confirmed to be working:

http://www.dslreports.com/forum/r2175134...-GOOD-news

Wink
Visit this user's website
Add Thank You Quote this message in a reply
Feb. 03, 2009, 07:39 AM
Post: #6
RE: Issue with MSDN
(Jan. 19, 2009 01:39 PM)sidki3003 Wrote:  Thanks for the heads-up. Smile!

WebTrends tracking is located within a required IE7 script: gDomain -> $SET(1=adkey_j:0.)
Also, they do a delayed Silverlight test: -> $SET(0=i_timer:2.)
Also, they seem to have cancelled the msdn2 subdomain: -> remove one entry


Does it work if you open IncludeExclude (not the "-U" user version), and replace...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.)
msdn2.microsoft.com/            $SET(0=a_float.i_timer:2.)

with...
Code:
## Microsoft, MSN & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)

?

sidki3003 - thank you for fix. It's working well. Applause

The same thing should be done to technet.microsoft.com as well. Please add this code too:
Code:
([^.]+.|)technet.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)
Add Thank You Quote this message in a reply
Feb. 03, 2009, 03:13 PM
Post: #7
RE: Issue with MSDN
(Feb. 03, 2009 07:39 AM)OZO Wrote:  The same thing should be done to technet.microsoft.com as well. Please add this code too:

Hey OZO,
Before adding anything to the general list, i'd need example pages where respective entry is needed.
Can you post at least one such link? Same layout issue as with MSDN, still IE7, i assume?
TIA
Add Thank You Quote this message in a reply
Feb. 04, 2009, 08:42 AM
Post: #8
RE: Issue with MSDN
Here is just one link to such page:
Example of web page from Technet.microsoft.com site
Most of pages in TechNet Library require JS to run.

Yes, you're correct. It's the same layout issue as with MSDN and IE7.
Add Thank You Quote this message in a reply
Feb. 04, 2009, 06:07 PM
Post: #9
RE: Issue with MSDN
Thanks, confirmed and added as posted, minus the subdomain wildcard.
Add Thank You Quote this message in a reply
Jun. 28, 2009, 05:59 AM
Post: #10
RE: Issue with MSDN
With the latest code in "IncludeExclude.ptxt" file:
Code:
## Microsoft, MSN, Bing, & Windows Live
## ----------------------------------------------------------------------------
([^.]+.|)msdn.microsoft.com/    $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)
technet.microsoft.com/        $SET(0=a_float.i_timer:2.)$SET(1=adkey_j:0.)
www.microsoft.com/downloads/    $SET(0=a_posthtml.)
in IE7 I see that the same old problem has resurrected - no scroll bars for MSDN site.

Could someone check it please? Here is a link:
MSDN test page
Add Thank You Quote this message in a reply
Jun. 29, 2009, 06:10 AM
Post: #11
RE: Issue with MSDN
Does this help? http://prxbx.com/forums/showthread.php?t...3#pid12793
Add Thank You Quote this message in a reply
Jun. 29, 2009, 08:45 PM
Post: #12
RE: Issue with MSDN
Yes it does. Thanks a lot!
I hope fix will be included in new release.
Add Thank You Quote this message in a reply
Post Reply 


Forum Jump: