Search the web
Sign In
New User? Sign Up
sitecore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 54 - 84 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
54
Hi, sorry if this has been posted already, but can someone please point me in the right direction. I am trying to implenent iframes for the scroller using...
simplentwrk
Offline Send Email
Jan 4, 2005
7:58 pm
56
... Hi, It's a bit hard when you do not specify exactly what you want to achive, but usually I myself uses the dynamicdrive to get inspiration. ...
ln_pentia
Offline Send Email
Jan 6, 2005
7:53 am
57
Is there a place to go to where the SQL installation is detailed? I recognized the need to use a the different web.config(.sql), but what other additional ...
Jon Sharp
myitforumdev
Online Now Send Email
Jan 13, 2005
4:20 am
58
Hi Jon, The process is documented here: ...
John West
johnpwest3
Offline Send Email
Jan 13, 2005
7:58 am
59
Hi Jon This document on the Sitecore developer network in the developers network decribes how to migrate to MS SQL server. ...
ln_pentia
Offline Send Email
Jan 13, 2005
8:00 am
60
Is this process the same for an initial installation? (that is, instead of migrating to sql, just starting out with sql) - Jon ... ...
Jon Sharp
myitforumdev
Online Now Send Email
Jan 13, 2005
6:47 pm
61
Yes the process would be the same. All the best, -John...
John West
johnpwest3
Offline Send Email
Jan 13, 2005
6:49 pm
62
In this article, it explains how to work with sitecore in VS.net: ...
Jon Sharp
myitforumdev
Online Now Send Email
Jan 22, 2005
5:53 pm
63
Hi Jon, I believe you can set up the document root as a file share and create a project using that. Please let me know if that does not help, and/or post your...
John West
johnpwest3
Offline Send Email
Jan 26, 2005
1:05 pm
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
Online Now 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
Messages 54 - 84 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