Danjal, The Sitecore forums have moved to sdn.sitecore.net. For future postings, please refer to our new forum. Have you reviewed the documentation here:...
hi my friends ... I've just reviewed a piece of content management software that does so many different things for you as a website owner that I jokingly asked...
Hello, This forum has basically been abandoned in favor of the SDN forums: http://sdn5.sitecore.net/Forum.aspx This specific question is probably best...
Oops. if ( itm.Database.Name.ToLower() == "master" && itm.Fields["myfield"] != null ) That should include checking that the field doesn't already have a value:...
One more thing I forgot. Sitecore automatically stores the version's creation date in a field named __created (Sitecore.FieldIDs.Created). This may or may not...
OK, now I'm even annoying myself. I think you could use item:created instead of item:saved, which should not raise item:created, which should mean you don't...
... Appreciate the quick response John. I created the item:created event handler and it works almost perfectly. When I create an item, it successfully...
Hi All, Are there any documents on how to optimize sitecore speed or load time? I know its a combination of IIS settings and sitecore. Please point me to a...
Hello, This forum has basically been abandoned in preference of the SDN forums (http://sdn5.sitecore.net/Forum.aspx); please use those instead. Sitecore...
Does it open the same item in all content editors, or different items (maybe this is a result of default children in your master?). You may want to use...
Hey John, The item is in all of the newly opened Content Editors, with no data tree (the site tree), just the lone item. This is just weird, I do have a...
Sorry for the delayed response. Can you explain what you mean by an OnSave event handler? Do you mean an item:saving or item:saved event handler, a processor...
Hello, I hope all is well. Here is a new Sitecore need! Location: Massachusetts Duration: 6 months + Rate: Open - 1099/w-2/C2C or salary with full benefits. We...
One of our page on the sitecore where we make the changes to the page and publish it is missing. But the page is on the website. Website pulls the page fine....
Hi All: I am with Epsolon Inc. and we are in need for a SITECORE developer. I will appreciate a call if you are one and are in need of a job. I can be reached...
We are a financial services firm in the Philadelphia area seeking to hire an experienced Intranet developer, someone with expertise in .NET and Sitecore....
For those having issues with the link in the original posting, please use the following link: <http://sig.com/sig/search_openings.html> Intranet Developer...
Hi there We are currently on the lookout for a Sitecore Developer to work on one of our client's sites. It would probably be about a month's work with the...
Hello, What is the location of this position? You may also want to contact your regional Sitecore office and/or post on the General Discussion forum on the...
Hello, Our client is working on the redesign of a major website. They are looking a strong .Net developer who is certified in Site Core web management. Also...
Hello Friends, I am trying to render flash added in media library in sitecore 6.0 I am getting the item by parametes from one my rendering control as showen...
Hi I have had a similar problem in the past. Maybe the problem is that the App_Data i protected by default. You could unprotected the folder, or you could...
Hi JD yes, flash and sitecore not palying nice is the source of great frustration the one workaroud which is ugly, but gets the job done is using this in your...
Hi, I have created one control which is inherited from System.Web.UI.Control It works fine in Content Editor..but if you go to Developer Center and add the...