Search the web
Sign In
New User? Sign Up
rainbowportal · Rainbow Portal Support Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2530 - 2559 of 2857   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2530
relying on robots isnt so great anyway in my opionoin, long ago, google opened an api, and you can make google site maps, it was already in rhe rainbow plans,...
Jonathan Minond
paputus
Offline Send Email
Jul 1, 2006
11:43 pm
2531
The portal should still be spiderable. Google sitemaps is a bonus as they make it easy, but there are search engines other than google that are still...
Chris Farrell
farleythegeek
Offline Send Email
Jul 2, 2006
12:34 am
2532
... On 6/30/06, Edward Daniel < yahoo@... > wrote: Thanks Bill (& Eric), any other suggestions as Eric rightly points out robots.txt is already there...
Jonathan Minond
paputus
Offline Send Email
Jul 2, 2006
4:35 am
2533
what happes to rainbow if in default.aspx if we use server.transfer instead of redirect? has anyone ever tried that? would that fix the w3c validator problem? ...
Jonathan Minond
paputus
Offline Send Email
Jul 2, 2006
4:44 am
2534
does the issue occur with all spriders, or only google...since they modifed their spider early last eyar, and it seems a lot of people ( not only asp.net )...
Jonathan Minond
paputus
Offline Send Email
Jul 2, 2006
4:46 am
2535
the only url that works "http://www.jonavi.com/desktopdefaul.aspx?pageid=218" in this case there is no redirect, and is the only "way" to accomplish this. ...
Jonathan Minond
paputus
Offline Send Email
Jul 2, 2006
4:53 am
2536
actually strange, even though on check header, http://www.jonavi.com/desktopdefault.aspx?pageid=218 worked before, now it returns 302. ... actually strange,...
Jonathan Minond
paputus
Offline Send Email
Jul 2, 2006
4:59 am
2537
It's a pain isn't it!?...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 2, 2006
1:23 pm
2538
Unfortunately this appears to be a common thing now amongst search engines to avoid mis-use such as page spamming - so if you put up a 302 it leaves. ... ...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 2, 2006
1:27 pm
2539
Just been browsing this link: http://www.codeproject.com/useritems/ASPNET_Best_Practices.asp and read this: 6. Use Server.Transfer: Use the Server.Transfer...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 3, 2006
2:12 am
2540
Did a quick check - setting endResponse to false still gave a 302 redirect code. Server.Transfer seems the way to go - any thoughts on impact this will have...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 3, 2006
2:49 am
2541
The problem as I understood it was that the spiders were not following Response.Redirect redirections. Because server.transfer does not change the URL, this is...
Chris Farrell
farleythegeek
Offline Send Email
Jul 4, 2006
1:35 am
2542
default uses server.transfer last i checked... doesnt matter anyway, the problem happens even on desktopdefault when there is no redirect. its possible global...
Jonathan Minond
paputus
Offline Send Email
Jul 4, 2006
3:32 am
2543
The redirects seem to take place in Security\Security.cs I've been experimenting with Server.Transfer there and it's been going ok according to the logs - the...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 4, 2006
3:44 pm
2544
i am not sure what you are looking for in security.cs, i just looked at it, and it only does stuff if you login or out... in the case of login ( it does a...
Jonathan Minond
paputus
Offline Send Email
Jul 4, 2006
5:20 pm
2545
I think the crux of the matter is that response.redirect is issued when the request is new/unknown and the site attempts to craft the homepage url and transfer...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 4, 2006
9:51 pm
2546
1) The problem happens even on pages that don't need url's "crafted" so i am not sure what you mean. 2) if the problem is with an unknown first request, i...
Jonathan Minond
paputus
Offline Send Email
Jul 4, 2006
10:11 pm
2547
Thanks Jon - you're right I'm complicating by not dealing with each atomic issue - lets go for the cookies being disabled and cracking the issue before...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 4, 2006
11:38 pm
2548
one for rainbow ! all for rainbow ! wish i had more time to help you actually debubg the code. ... one for rainbow ! all for rainbow ! wish i had more time to...
Jonathan Minond
paputus
Offline Send Email
Jul 5, 2006
12:33 am
2549
This seems to have done the job: Global.asax.cs // 2006-07-05 Ed Daniel // Added hack for Http 302 by extending condition below to check for more than 3...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 7, 2006
6:25 pm
2550
Filip has posted a demo of his version of yaf inside of rainbow 2.0. You can check it out here : http://forum.top-solutions.ro . You can read his blog on it...
Eric Ramseur
Eramseur
Offline Send Email
Jul 8, 2006
1:16 am
2551
probably the xslt in app_support/zennavigation. or the engine itself, but i suspect the xslt. ... probably the xslt in app_support/zennavigation. or the engine...
Jonathan Minond
paputus
Offline Send Email
Jul 8, 2006
5:20 pm
2552
... The code that causes the problem is on line 113 of: http://www.internet-rs.com:8080/repos/Extensions/MarinaTeq.Rainbow.Zen/ZenNa vigation.cs from: ...
Yannick Smits
yannicksmits
Offline Send Email
Jul 8, 2006
5:47 pm
2553
Hi Yannick, thanks for this tip - I'm feeling a bit dumb though as having commented out line 113 and re-compiled ZEN the following error was thrown implying...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 9, 2006
1:23 pm
2554
I would rather we get used to using the word.... "solution" as opposed to "hack". A couple years ago, i had a discussion with manu, about that "word" and the ...
Jonathan Minond
paputus
Offline Send Email
Jul 9, 2006
1:48 pm
2555
Fair enough. Either way I hope someone knows how to 'fix' this. ... and the ... hacks. ... <rainbowportal%40yahoogroups.com>, ... added to ... ...
Edward Daniel
ed_daniel2000
Offline Send Email
Jul 9, 2006
2:12 pm
2556
Ok I must admin I didn't test my "solution". This will work instead and was tested!: 1. don't comment line 113 2. add this attribute to the <xsl:stylesheet...
Yannick Smits
yannicksmits
Offline Send Email
Jul 9, 2006
3:43 pm
2557
so it was the xslt you say? im sure someone will update the 1.1, and we will get all the 2.0 sandboxes updated, no worries....
Jonathan Minond
paputus
Offline Send Email
Jul 9, 2006
4:47 pm
2558
Hehe Jon...thanks for agreeing :) ... -- Eric Ramseur Microsoft.NET Consultant Rainbow Portal 2.0 Admin ... http://eramseur.blogspot.com | ASP.NET 2.0...
Eric Ramseur
Eramseur
Offline Send Email
Jul 17, 2006
10:42 am
2559
For my contract, I need to be able to make pages on rainbow without being linked. I know I can just call the add page and give no parent but this puts it on...
Eric Ramseur
Eramseur
Offline Send Email
Jul 17, 2006
10:47 am
Messages 2530 - 2559 of 2857   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help