Great work Alexey, thanks ! :¬) ________________________________ From: sitecore@yahoogroups.com [mailto:sitecore@yahoogroups.com] On Behalf Of Alexey Rusakov ...
I installed sitecore in a computer named UAT-SITECORE. To enable multiple hostname I added an additional hostname in IIS named "INTRANET- SITECORE" However I...
Just downloaded the 5.1.1.8 today, have anyone played with it? I am happy that it fixed the check-in problem of 5.1.0.x. After played for a while, I found that...
Hello, The other day, I noticed that the help dialog for the sitecore 5 html editor includes several buttons that are not enabled by default, including "insert...
I have been using 5.1.1.4 and 5.1.1.8 for some time and haven't had problems. It is nice that it is configured for the open source Firebird database by ...
Unless I am missing something, I think you want to cast the current item in the enumarator as an IWebItem and then access it's ID property: IWebItem iWebItem =...
I just tested with this code in a sublayout and it seems to function as expected: protected override void Render( HtmlTextWriter writer ) { SortedList children...
Here it is: IWebItem prod = WebFactory.GetItem("/*/content/altiris/products"); SortedList products = prod.GetChildrenSorted(); IEnumerator gridEnumerator =...
Thanks John, You got me right, I thought I had lost my head and forgot the basic. Anyways, how do you think the performance of Firebird compare with MSSQL?...
Sorry that I have so many question... May I know does Staging Module upload layput, sublayout and xsl to the slave work by default? Since I cant make it work,...
We've just installed our first installation of Sitecore 5 onto our development server. We wanted to use the Firebird version from a cost point of view. With...
Benj Bayfield
Benj@...
Jan 5, 2006 2:59 pm
1463
... Microsoft has put a lot of money into SQL Server performance, security, scalability, .NET optimization, etc. I don't think the open source community has...
I agree, it is a very helpful group and I am glad to see it growing (350 members and almost 1500 messages since inception in September 2004). I can't take...
Enter your vote today! A new poll has been created for the sitecore group: When does your organization expect to start development on Sitecore using .NET 2.0?...
sitecore@yahoogroups....
Jan 5, 2006 3:30 pm
1466
... This is highly unusual. Do you see a CPU spike on the client or server when this happens? ... __________________________________________ Yahoo! DSL –...
Have you installed other Firebird tools on this machine, such as the server and client tools? ... __________________________________________ Yahoo! DSL –...
One of my colleagues suggested that it may be related to anti-virus software? Since Firebird is file based, anti-virus software may have a huge effect, if set...
I downloaded the Meta-tags control and created a item based on the MetatagsDocument template. However I got Access Denied error when browsing it. Not change...
Just a very simple question: how to name sitecore placeholder so it displays proper html naming (XHTML – Strict rule) The html that sitecore generated always...
Thanks for responding, guys. I've looked into this further. The first thing to note is that our development server is a recycled file server which is a few...
Benj Bayfield
Benj@...
Jan 6, 2006 4:18 pm
1472
I do development on a laptop with 1GB of RAM which is also running SQL Server (very memory intensive) and don't have any problems, but I imagine that for very ...
I agree with John that this is probably not a Sitecore issue. Even though you can get Sitecore to run on smaller configurations then the recommended one, it...
Kim makes a good point about memory. My understanding is that ASP.NET will only consume a maximum of 60% of physical RAM (it may be possible to configure this...