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....
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/...
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...
Are you sure this is an issue with Sitecore and not something in the custom code? ... __________________________________ Celebrate Yahoo!'s 10th Birthday! ...
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: ...
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...
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:...
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...
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...
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, 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...
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 -...
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....
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...
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...
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...
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, 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...
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...
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....
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...
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 ...
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, 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 ...