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 64 - 93 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
64
Another North America customer in production with Sitecore: http://www.ded.mo.gov/default.aspx...
John West
johnpwest3
Offline Send Email
Feb 1, 2005
5:48 pm
65
FMC Technologies (another North American customer) recently moved their Sitecore solution into production. http://www.fmctechnologies.com ...
John West
johnpwest3
Offline Send Email
Feb 1, 2005
6:21 pm
66
John, Which search module/tool are they using for the two sites of FMC and Missouri? Thanks! Val Kolton ... From: John West [mailto:johnpwest3@...] Sent:...
Kolton, Val
valkolton
Offline Send Email
Feb 2, 2005
12:46 am
67
I believe they are both using dtSearch. I think FMC must have some filtering logic on the results. ... __________________________________ Do you Yahoo!? The...
John West
johnpwest3
Offline Send Email
Feb 2, 2005
5:58 am
68
I wrote some code that validates record names (remove special characters, trim to a maximum length, ensure no duplicate record names within a parent) and...
John West
johnpwest3
Offline Send Email
Feb 2, 2005
6:38 pm
69
We are using the GetItemTree webservice method to get a list of the items and their path's into a dynamic Flash navigation. However, we wanted to also get...
Kolton, Val
valkolton
Offline Send Email
Feb 3, 2005
3:21 pm
70
i am very interested in this. thank you. - Jon ... (remove special ... duplicate record names ... as needed, moving ... the record ... post this code, ... will...
Jon Sharp
myitforumdev
Offline Send Email
Feb 3, 2005
3:21 pm
71
This sounds great. We could implement this with the event handler for an event such as on publish. Val ... From: John West [mailto:johnpwest3@...] Sent:...
Kolton, Val
valkolton
Offline Send Email
Feb 3, 2005
3:22 pm
72
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sitecore group. File :...
sitecore@yahoogroups....
Send Email
Feb 3, 2005
4:01 pm
73
This is my first attempt at a client script to control the characters allowed in a record name and the maximum record name length. The script must be ...
John West
johnpwest3
Offline Send Email
Feb 3, 2005
4:07 pm
74
Hi Val, Is this logic going to be in CMS pages or on the published site, and is it in .NET, ActionScript (or whatever flash uses), JavaScript or something...
John West
johnpwest3
Offline Send Email
Feb 3, 2005
5:08 pm
75
That was my first idea too, but it turns out there is no pre-publish event (only post-publish), and moving at the point of publication could cause the approved...
John West
johnpwest3
Offline Send Email
Feb 3, 2005
5:26 pm
76
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sitecore group. File : /events.zip ...
sitecore@yahoogroups....
Send Email
Feb 3, 2005
7:40 pm
77
I merged this code with the code that handles renaming and it seems to work - just add the NewsArticle master to the news node and create news items there....
John West
johnpwest3
Offline Send Email
Feb 3, 2005
7:42 pm
78
Here are the available web service methods: http://[servername]/sitecore/client/api/api.asmx If you want to try them out from the browser, you may have to do...
Kolton, Val
valkolton
Offline Send Email
Feb 5, 2005
12:34 am
79
Flash uses Webservices to communicate with Sitecore. So the logic will be inside of the client-side Flash to process the XML that is returned from the...
Kolton, Val
valkolton
Offline Send Email
Feb 5, 2005
12:34 am
80
I thought I'd post in case anybody has had the same problem, or can suggest a better solution. I needed a definitive check to see if a node had a given...
auzick
Offline Send Email
Feb 6, 2005
4:03 pm
81
Well done, Andy. Thanks for sharing. ... It's because the first method uses the current context item and the Sitecore API (which navigates around using the...
ln_pentia
Offline Send Email
Feb 7, 2005
4:11 pm
82
I've been putting initialization handler calls at the beginning of my layout files. Near the top of each, I have a script block like... void Page_Load(object...
auzick
Offline Send Email
Feb 7, 2005
10:27 pm
83
I just tried to use a page handler to solve this problem. I added the following to Web.Config... <handler mode="on" name="PageHandler" assembly="MyAssembly" ...
auzick
Offline Send Email
Feb 7, 2005
11:28 pm
84
I thought you could put this in the Page_Load of global.aspx?...
John West
johnpwest3
Offline Send Email
Feb 7, 2005
11:29 pm
85
I have created a template to hold a Color (subnavColor). This has one text item (Color) which houses a hex value for a color. This is because the background...
Jon Sharp
myitforumdev
Offline Send Email
Feb 8, 2005
1:18 am
86
It sounds like you are using the field type lookup instead of valuelookup, which I think is the correct approach. What gets stored for this field type is the...
John West
johnpwest3
Offline Send Email
Feb 8, 2005
1:24 am
87
It is clear I'm still not thinking in xpath/xml/xsl terms yet. Thank you for your help. That did the trick. (except I needed to add a ",." to the sc:item().)...
Jon Sharp
myitforumdev
Offline Send Email
Feb 8, 2005
9:37 am
88
That's correct. Adding code to onload of the global.aspx will cause execution on every page execution. You can either add it to the source part in the file...
ln_pentia
Offline Send Email
Feb 8, 2005
9:43 am
89
Enter your vote today! A new poll has been created for the sitecore group: Do you find the documentation on the Sitecore Developer Network to be worse, the...
sitecore@yahoogroups....
Send Email
Feb 8, 2005
3:35 pm
90
I won't vote, since I'm not familiar enough with "documentation on equivalent vendors". However, I'd like to say (as charitably as possible), that Sitecore's ...
auzick
Offline Send Email
Feb 8, 2005
5:34 pm
91
Thanks Andy. Please keep in mind that it's not really fair to compare Sitecore against resources like MSDN and the leading CMS vendor support sites as they...
John West
johnpwest3
Offline Send Email
Feb 8, 2005
5:43 pm
92
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the sitecore group. File : /NewsYear.xslt...
sitecore@yahoogroups....
Send Email
Feb 8, 2005
6:03 pm
93
This is just a sample news year/archives rendering which assumes the /home/news/{year}/{month} structure as created by ItemManager posted previously. It...
John West
johnpwest3
Offline Send Email
Feb 8, 2005
6:07 pm
Messages 64 - 93 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