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...
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 ...
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, Which search module/tool are they using for the two sites of FMC and Missouri? Thanks! Val Kolton ... From: John West [mailto:johnpwest3@...] Sent:...
I believe they are both using dtSearch. I think FMC must have some filtering logic on the results. ... __________________________________ Do you Yahoo!? The...
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...
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...
i am very interested in this. thank you. - Jon ... (remove special ... duplicate record names ... as needed, moving ... the record ... post this code, ... will...
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:...
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....
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 ...
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...
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...
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....
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....
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...
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...
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...
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...
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...
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" ...