Search the web
Sign In
New User? Sign Up
sitecore
? 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 150 - 179 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
150
Is there any kind of a bulk upload utility for the Media Library? Moving from the old site, there are about 250 ppts and such that need to be on the live site....
Jon Sharp
myitforumdev
Online Now Send Email
Mar 2, 2005
8:10 pm
151
I don't know of anything supported, but I wrote something that may do parts of this. Check out media.zip at: http://groups.yahoo.com/group/sitecore/files/...
John West
johnpwest3
Offline Send Email
Mar 2, 2005
8:12 pm
152
We are experiencing a severe slowdown of our site intermittently, this is very worrisome since we haven't even launched it publicly! Has anybody else seen...
Kolton, Val
valkolton
Offline Send Email
Mar 2, 2005
10:09 pm
153
Are you sure this is an issue with Sitecore and not something in the custom code? ... __________________________________ Celebrate Yahoo!'s 10th Birthday! ...
John West
johnpwest3
Offline Send Email
Mar 2, 2005
10:12 pm
154
We cannot rule anything out, and it is very possible it is our code. However, there is not too much code outside of the XSL! The only custom code written is: ...
Kolton, Val
valkolton
Offline Send Email
Mar 2, 2005
10:50 pm
155
Since I have never heard of this before and Sitecore runs some pretty big sites, my first guess is that this may be network conditions or some other process on...
John West
johnpwest3
Offline Send Email
Mar 2, 2005
10:59 pm
156
FYI - I verified the Close method of a Streamwriter object is functionally equivalent to the Dispose(true) method, it is a matter of preference. Val ... From:...
Kolton, Val
valkolton
Offline Send Email
Mar 2, 2005
11:03 pm
157
Exactly, this is why it worries us. It does not seem to be the network, since killing the W3WP.exe solves the problem in a few seconds. We also verified it...
Kolton, Val
valkolton
Offline Send Email
Mar 2, 2005
11:15 pm
158
I'm new to SiteCore and I was told during training that it was possible to maintain extranet users outside of SiteCore by using a custom data provider to...
Wesleyan Hsu
weshsu1
Online Now Send Email
Mar 10, 2005
8:24 pm
159
I have not actually done this, but here is detail from support on the process. The attached sample code is based on the Northwind provider; please also see: ...
John West
johnpwest3
Offline Send Email
Mar 10, 2005
9:12 pm
160
John, Thanks for the response. This did not work for me. It exhibits the same behavior as my data provider: no child entries created by the data provider are...
Wesleyan Hsu
weshsu1
Online Now Send Email
Mar 11, 2005
3:10 pm
161
I don't see why that node would need a dataprovider - only a child data provider. I am not sure removing the data provider will resolve your issue though -...
John West
johnpwest3
Offline Send Email
Mar 11, 2005
3:13 pm
162
Maybe I didn't explain myself well. In both test cases, I am only setting the child data provider. When the node is in the content tree, I see the children....
Wesleyan Hsu
weshsu1
Online Now Send Email
Mar 11, 2005
3:48 pm
163
I tested with the attached code and it seems to work. What version of Sitecore are you using? I will try to test with that version; otherwise I think it must...
John West
johnpwest3
Offline Send Email
Mar 11, 2005
4:08 pm
164
Here is a very simple example of using an XSL rendering to dynamically transform an RSS feed to HTML. I did this in .NET first but I think XSL is better for...
John West
johnpwest3
Offline Send Email
Mar 14, 2005
8:18 pm
165
Has anyone used Sitecore for multiple sites? If one Sitecore installation is used, isn't security, at the server level, sketchy?...
erin_oppy
Offline Send Email
Mar 22, 2005
5:39 pm
166
Sitecore uses Sitecore to host multiple sites, as do dozens of Sitecore customers. I don't understand why multiple sites would be a security problem, other...
John West
johnpwest3
Offline Send Email
Mar 22, 2005
6:31 pm
167
A Sitecore developer recently asked me how to select records with dates matching specific criteria, since in XPath it is not possible to compare strings other...
John West
johnpwest3
Offline Send Email
Mar 24, 2005
5:59 pm
168
John, when is v5 going to be available. On www.sitecore.net, I see it listed first under the products category. Any information would be great. Regards, Jon...
Jon Sharp
myitforumdev
Online Now Send Email
Mar 28, 2005
10:00 pm
169
Hello, Per someone else in the office, Sitecore 5 will be released "either Thursday March 31st or on Monday April 4th". Regards, -John...
John West
johnpwest3
Offline Send Email
Mar 28, 2005
10:17 pm
170
Wow, that soon, eh? What is the upgrade going to be like? After reading through some things on the site, it really seems like there are many reasons to...
Jon Sharp
myitforumdev
Online Now Send Email
Mar 28, 2005
11:05 pm
171
There are a number of compelling reasons to upgrade, my favourite being XAML. I will ask engineering and marketing to respond to your question with specifics....
John West
johnpwest3
Offline Send Email
Mar 29, 2005
8:34 pm
172
Sitecore 5 currently supports only SQL Server and no modules; the remaining features will be added over the next few months. Sitecore is taking every effort...
John West
johnpwest3
Offline Send Email
Mar 30, 2005
7:38 pm
173
For anyone using Sitecore for multiple sites, do you use one CSS file for all the sites? Is there a way to use a different CSS file for each site?...
erin_oppy
Offline Send Email
Mar 30, 2005
8:44 pm
174
Kolton Technology and Aviatech cooperatively launched the new TBA Global Events site into production: New site URL: http://www.tbaglobal.com...
Kolton, Val
valkolton
Offline Send Email
Mar 31, 2005
11:21 am
175
I don't know the best way to do it, but I edited the individual layout file (.aspx file) and changed the CSS link in it (<link href='/default.css'...
Jon Sharp
myitforumdev
Online Now Send Email
Mar 31, 2005
11:21 am
176
For a single site the CSS is normally just hard-coded into the layout(s). If you want to use different CSS files for different sites, I think you can either ...
John West
johnpwest3
Offline Send Email
Mar 31, 2005
11:39 am
177
Alternatively the sites could use different layouts. ... file...
John West
johnpwest3
Offline Send Email
Mar 31, 2005
1:05 pm
178
Okay, I set up another site in Sitecore, this one is only a single page, but I set it up the standard way by creating a master and what-not. I configured the...
Jon Sharp
myitforumdev
Online Now Send Email
Apr 5, 2005
3:54 pm
179
Jon, I am pretty new to Sitecore, but fresh out of Developer training, but it seems like there could be a number of things wrong. In the Web.config, did you ...
Keith J. Leslie
keithleslie
Offline Send Email
Apr 5, 2005
6:20 pm
Messages 150 - 179 of 3315   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