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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 3285 - 3315 of 3315   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#3315 From: "ahsan_khurshid" <ahsan_khurshid@...>
Date: Wed Sep 2, 2009 6:46 pm
Subject: XML based Sitemap Implementation in Sitecore Page
ahsan_khurshid
Offline Offline
Send Email Send Email
 
Hi There,

Working with Sitecode 6. Totally new to this.

I have to implement xml based sitemap into this site. Can someone please shed
some light how to do this? My XML file might keep changing time to time. So I
want some generic way to implement.

Few thoughts:
    1. Should I develop .net web control and bring it in sitecore?
    2. Use external XML file link and implement in sitecore? How no idea just
thoughts

Any kind of tip help me to nail this down.

Thank you,
-Ahsan

#3314 From: "Samee" <samee_rec@...>
Date: Thu Jul 2, 2009 9:27 pm
Subject: Position: Sitecore Architect @ Cleveland, OH
samee_rec
Offline Offline
Send Email Send Email
 
Hi

Please do respond with your latest resume, contact details and availability for
the following position. Thank you.

Job Title: Sitecore Architect
Location: Cleveland, OH
Start Date: 7/13/09
Length of Assignment: 3 months with possible extension
Rate: Open depending on candidate

Job Duties:

Client needs assistance with integration and deployment of Sitecore which is a
Content Management System similar to Sharepoint. They need someone who has
experience at an architect level. They will be deploying the website on 9/30/09.
Client needs 1 and possibly 2 resources. Client will pay travel and expenses.


Please contact me if you have any questions.
Thanks and Regards,
Samee -/- AMBC
Phone: 630-369-6441 Ext 106
LinkedIn: http://www.linkedin.com/in/samees
Fax: 630-566-2370
Email: sam@...

"Pursuant to Federal Law, if you do not wish to receive future email messages
from us, please send an email to remove@.... If you wish to receive
future email messages from us, please reply to this message with "ADD" in the
subject line. Any inconvenience caused is unintentional and is sincerely
regretted. Thank you".

#3313 From: "cutetua_blr" <cutetua_blr@...>
Date: Tue May 19, 2009 12:30 pm
Subject: sitecore overview
cutetua_blr
Offline Offline
Send Email Send Email
 
Sitecore – Web 2.0 Content Management Systems
Sitecore's Web Content Management System (CMS) and focused software solutions
enable companies to deliver compelling web
experiences. Sitecore's award-winning CMS software makes it easy for businesses
to create and keep up-to-date dynamic, full
featured Web sites of all types. Sitecore's industry leading flexibility and
scalability allows companies to better leverage their
content to improve customer experience and drive business growth. Thousands of
public and private organizations, including
national governments and Fortune 500 companies utilize Sitecore solutions for
their Web sites. These organizations have created
and now manage over 5000 dynamic Web sites with Sitecore including Microsoft,
Sara Lee, Siemens, Toshiba, Omni Hotels,
Computer Associates, WebTrends and Atlanta Falcons.
Sitecore, a leader in .NET Web Content Management Software, provides a platform
to build and manage websites and portal
applications within Microsoft environments, offering integration with
SharePoint, InfoPath, Office and other Microsoft products.The
Sitecore Software can provide a good-looking Website in a short period of time.
The Sitecore Development Platform can bring
online quickly with a comprehensive set of tools for content management and
extensive functionality that immediately satisfies the
corporation's needs. This system incorporates a sophisticated development
environment that enables complete customization and
integration of external systems, so that the long term needs of the business can
also be realized, unconstrained by the CMS
provider.
• Fast, Intuitive Editing
• Integration Anywhere and Everywhere
• Easy Multi-Site Deployment Made Easy
• Building to Scale
Sitecore CMS enables:
eDynamicTM
Visit us at: www.edynamic.net
New York | Phoenix | Toronto | London | Dubai | New Delhi
Contact address: 153 West, 27th Street, Suite 503, New York, NY 10001, USA
Phone: +1-646-291-6435, Fax: +1-888-828-0747, Toll Free: 1-877-EDYNAMIC
Email: contact@...
• Google-Friendly URLs that improve Site Rankings Instantly
• Easier, More Effective Communication
• `Create Once, Present Any Way You Want `functionality
eDynamic's Content Management Systems expertise for Sitecore include:
• End to end, cost-effective implementation for Sitecore using our Global
Delivery Model
• .NET development
• Migration from existing content management system to Sitecore
• Modular and `pluggable' Sitecore architecture
• Collaborative and structured workflow methods
• Structured content and metadata standards
• Information Architecture and Design
• Version upgrades
• Application Outsourcing on Sitecore
• Maintenance, Support
With extensive experience of executing multiple Sitecore projects since 2003,
content management solution training from Sitecore
consultants, global reach through our offices in New York, Phoenix, Toronto,
London, Dubai coupled with our offshore delivery
centers in New Delhi, eDynamic can be your ideal CMS partner.
We offer end-to-end Sitecore content management solutions for:
• Corporate Websites • Intranets
• ePublishing • Knowledge Management
• Social Networking • Document Management

#3312 From: "King's Cat (Cassandra King)" <puddincat@...>
Date: Fri May 15, 2009 2:31 pm
Subject: view by - re-sorting media assets possible?
puddinbreath
Offline Offline
Send Email Send Email
 
Hello
oftentimes, we want to replace the last asset uploaded to the media directory

i have not found a way to do this, but i would like to view by : size,
date, type, etc

can this be done in sitecore?

cass

#3311 From: "manga0" <manga0@...>
Date: Mon Apr 20, 2009 5:59 am
Subject: Sitecore 6 - How to integrate DataProvider
manga0
Offline Offline
Send Email Send Email
 
I have built the CMS using Sitecore. I now need to access a webservice and
populate Sitecore with that.

To do this I am planning on implementing the DataProvider class which will
interact with the Webservice and provide content for Sitecore such that it can
be reviewed and published.

The documentation discusses being able to 'chain' together multiple
DataProviders - however if I do this as per the documentation, only the last
DataProvider is used. I am expecting an amalgamation of the two to occur.

Under the Master database section in the web.config file I have 2 data providers
as follows:

<dataProviders hint="list:AddDataProvider">
           <dataProvider ref="dataProviders/main" param1="$(id)">
             <prefetch hint="raw:AddPrefetch">
               <sc.include file="/App_Config/Prefetch/Common.config" />
               <sc.include file="/App_Config/Prefetch/Master.config" />
             </prefetch>
           </dataProvider>
           <dataProvider ref="dataProviders/webserviceprovider"/>
         </dataProviders>

Is this the correct way to chain data providers ?

#3310 From: WP Moore-Taylor <paul.moore@...>
Date: Tue Mar 17, 2009 1:07 pm
Subject: sitecore hosting service
wp712
Offline Offline
Send Email Send Email
 
We are reviewing our current sitecore hosting service and I was looking for recommendations for a uk base hosting service.

thanks.

paul
--
W. Paul Moore-Taylor
Cognotive Limited | www.cognotive.com
Mobile:07713 793983 | Office:01494 776117 | Post:PO Box 6902, Belper, DE56 9AA
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Cognotive Limited is a company registered in England and Wales with company number 04514479. Registered address is Kings House, 40 Billing Road, Northampton, NN1 5BA, UK. VAT registered number is GB 797 5046 81.
Outgoing mail scanned by McAfee virusscan

#3309 From: "Mr." <software132@...>
Date: Tue Jan 13, 2009 11:04 am
Subject: Website Design Services | Halwasiya Infosys Lucknow, INDIA
alifazm
Offline Offline
Send Email Send Email
 
Dear Sir/Madam

Halwasiya Infosys is one of the India's leading IT & Offshore
Development Company, having more than 5 years of experience in IT
industry. We have great experience in the field of Web Designing &
Software Development and have achieved the levels of Excellency. The
company has won a number of international awards for Web Designing and
Software Development.

More details please visit below here –

http://www.halwasiyainfosys.com

Thanks & Regards
Admin

#3308 From: "woods.randy@..." <woods.randy@...>
Date: Fri Jan 9, 2009 4:44 pm
Subject: Sitecore Best Practices Whitepaper - Looking for feedback
woods.randy...
Offline Offline
Send Email Send Email
 
#3307 From: "sndz9" <sndz9@...>
Date: Fri Dec 19, 2008 10:18 pm
Subject: Sitecore Developer 1-3yrs NYC or Offsite
sndz9
Offline Offline
Send Email Send Email
 
for more information, please contact me at
lsandoval@...

#3306 From: "sndz9" <sndz9@...>
Date: Tue Dec 16, 2008 6:48 pm
Subject: sitecore team lead nyc or offsite
sndz9
Offline Offline
Send Email Send Email
 
Looking for a very heavy hitter with sitecore, team lead level. offiste
ok for right resource. email me, lsandoval@...

#3305 From: "peter52145" <peter52145@...>
Date: Thu Nov 27, 2008 11:10 am
Subject: Rss form database
peter52145
Offline Offline
Send Email Send Email
 
is it possible that the rss feed will get populated from a table in
the database anf if yes then how is it possible.

#3304 From: John West <johnpwest3@...>
Date: Thu Nov 13, 2008 4:21 pm
Subject: Re: Get Parameter Collection for WebControl
johnpwest3
Offline Offline
Send Email Send Email
 
Most Web controls used with Sitecore inherit from Sitecore.Web.UI.WebControl and
override the DoRender() method rather than inheriting from
System.Web.UI.WebControl and overriding the Render() method. This allows the
developer to bind the Web control to a Sitecore placeholder, drag it onto a
layout or sublayout in the Developer Center, and cache its output using Sitecore
output caching.

I believe it would be best to define public properties for each of the
parameters that you need to pass to the Web control. If for some reason this is
not possible, I believe you could pass the parameters using the
Sitecore.Web.UI.WebControl.Parameters property, using the same encoding syntax
used for query-string parameters. I think you could access those parameters
using something like:

NameValueCollection parameters =
Sitecore.Web.WebUtil.ParseUrlParameters(Parameters);

The System.Web.UI.WebControl class does not expose a Parameters property.

The Sitecore Presentation Components Reference and Cookbook provide more
information about implementing Web controls, including passing parameters:

http://sdn.sitecore.net/Reference/Sitecore%206.aspx

--- On Wed, 11/12/08, urvesh.sitecore <urvesh.sitecore@...> wrote:

> From: urvesh.sitecore <urvesh.sitecore@...>
> Subject: [sitecore] Get Parameter Collection for WebControl
> To: sitecore@yahoogroups.com
> Date: Wednesday, November 12, 2008, 10:13 PM
> Hi Everyone,
>
> I have created a WebControl by inheriting from
> System.Web.UI.Control
> class. For a WebControl we can get parameters by declaring
> it as
> public property but in my case, there will be any number of
>
> parameters will be passed. So, if I want to get the list of
> all the
> parameters for the Control, how can I get it?
>
> Here is the definition of class.
> /*****/
> public class MyControl : System.Web.UI.Control
>
> {
>
> }
> /*****/
>
> Thanks and Regards,
>
> Urvesh
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>

#3303 From: "urvesh.sitecore" <urvesh.sitecore@...>
Date: Thu Nov 13, 2008 6:13 am
Subject: Get Parameter Collection for WebControl
urvesh.sitecore
Offline Offline
Send Email Send Email
 
Hi Everyone,

I have created a WebControl by inheriting from System.Web.UI.Control
class. For a WebControl we can get parameters by declaring it as
public property but in my case, there will be any number of
parameters will be passed. So, if I want to get the list of all the
parameters for the Control, how can I get it?

Here is the definition of class.
/*****/
public class MyControl : System.Web.UI.Control

{

}
/*****/

Thanks and Regards,

Urvesh

#3302 From: John West <johnpwest3@...>
Date: Thu Oct 23, 2008 12:45 pm
Subject: Re: Type does not have a public property named 'renderingid'
johnpwest3
Offline Offline
Send Email Send Email
 
Inherit from Sitecore.Web.UI.WebControl instead of System.Web.UI.WebControl, and
override DoRender() instead of Render().

If you inherit from System.Web.UI.WebControl, you can't use the control in
Developer Center, you can't bind it to a placeholder, and you can't use Sitecore
output caching for that control.

http://sdn.sitecore.net/Reference/Sitecore%206/Presentation%20Component%20Refere\
nce.aspx

http://sdn.sitecore.net/Reference/Sitecore%206/Presentation%20Component%20Cookbo\
ok.aspx


--- On Thu, 10/23/08, azamat_kd <azamat_kd@...> wrote:

> From: azamat_kd <azamat_kd@...>
> Subject: [sitecore] Type does not have a public property named 'renderingid'
> To: sitecore@yahoogroups.com
> Date: Thursday, October 23, 2008, 3:27 AM
> 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 control to any layout it generates runtime error.
>
> The error message is : Type 'mynamespace.mycontrol'
> doen not have a
> publich property named  'renderingid'
>
> Can anybody have any idea what i am doing wrong here?
>
> Thanks in advance...

#3301 From: "azamat_kd" <azamat_kd@...>
Date: Thu Oct 23, 2008 10:27 am
Subject: Type does not have a public property named 'renderingid'
azamat_kd
Offline Offline
Send Email Send Email
 
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 control to any layout it generates runtime error.

The error message is : Type 'mynamespace.mycontrol' doen not have a
publich property named  'renderingid'

Can anybody have any idea what i am doing wrong here?

Thanks in advance...

#3300 From: "King's Cat (Cassandra King)" <puddincat@...>
Date: Wed Oct 22, 2008 8:09 pm
Subject: Re: Flash rendering fails
puddinbreath
Offline Offline
Send Email Send Email
 
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 html view
////////

inline[src="url://www.yourdomain.com/App_Media/yourSWFdirectory/slideshow.swf"
style="width: 550px; height: 420px; float: right;"]inline
///////
src - is uri to your swf file
style - up to you, you can add as many attributes as you want
make sure no spaces between beginning and ending //inline// and
brackets // [ ] //

make sure that both your .swf file and your xml file are in the same
directory/folder under /yourSWFdirectory, publish them both from media
and then publish your page.

it bugs me that  it's a non-508 compliant iframe, in essence, but....
we had no choice

grrr

let me know if that helps out

cass




On Wed, Oct 22, 2008 at 2:08 AM, hifromjd <hifromjd@...> wrote:
> 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 below.
>
> Item flashFileItem = Sitecore.Context.Database.Items[parameters
> ["src"]];
> MediaItem flashFile = (MediaItem)flashFileItem;
> Controls.Add(new LiteralControl("src=\"" +
> Sitecore.Resources.Media.MediaManager.GetMediaUrl((MediaItem)
> flashFileItem) + "\""));

#3299 From: "Andy M." <mchargue@...>
Date: Wed Oct 22, 2008 3:32 pm
Subject: Re: Flash rendering fails
amchargue44
Offline Offline
Send Email Send Email
 
Might have better luck on http://sdn5.sitecore.net/Forum.aspx

--- In sitecore@yahoogroups.com, "hifromjd" <hifromjd@...> wrote:
>
> 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 below.
>
>
> Item flashFileItem = Sitecore.Context.Database.Items[parameters
> ["src"]];
> MediaItem flashFile = (MediaItem)flashFileItem;
> Controls.Add(new LiteralControl("src=\"" +
> Sitecore.Resources.Media.MediaManager.GetMediaUrl((MediaItem)
> flashFileItem) + "\""));
>
>
> inn above code i get value of
> Sitecore.Resources.Media.MediaManager.GetMediaUrl((MediaItem)
> flashFileItem) as something like
> http://localhost/~/media/Flash/logo.ashx
>
> which renders flash file in mozilla but it does not render Flash file
> in IE, does any one have idea why it does not work in IE?
>
> and the strange thing is when i use same code for JPG file in media
> library it works supereb in both browser !!!! :(
>
> your prompt reply will be highly appriciable.
>
> Regards,
> JD
>

#3298 From: "thomastherkildsen" <tt@...>
Date: Wed Oct 22, 2008 12:08 pm
Subject: Re: Flash rendering fails
thomastherki...
Offline Offline
Send Email Send Email
 
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 define the media folder path
in the web.config to a not protected one.

Regards
Thomas Therkildsen
C-Tilsted

#3297 From: "hifromjd" <hifromjd@...>
Date: Wed Oct 22, 2008 6:08 am
Subject: Flash rendering fails
hifromjd
Offline Offline
Send Email Send Email
 
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 below.


Item flashFileItem = Sitecore.Context.Database.Items[parameters
["src"]];
MediaItem flashFile = (MediaItem)flashFileItem;
Controls.Add(new LiteralControl("src=\"" +
Sitecore.Resources.Media.MediaManager.GetMediaUrl((MediaItem)
flashFileItem) + "\""));


inn above code i get value of
Sitecore.Resources.Media.MediaManager.GetMediaUrl((MediaItem)
flashFileItem) as something like
http://localhost/~/media/Flash/logo.ashx

which renders flash file in mozilla but it does not render Flash file
in IE, does any one have idea why it does not work in IE?

and the strange thing is when i use same code for JPG file in media
library it works supereb in both browser !!!! :(

your prompt reply will be highly appriciable.

Regards,
JD

#3296 From: "kim_ladka" <kim_ladka@...>
Date: Tue Oct 7, 2008 5:31 pm
Subject: Sr. .NET Developer w/SiteCore web management - Northern NJ
kim_ladka
Offline Offline
Send Email Send Email
 
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 requested is SQL, C#, and advanced HTML.

If you are interested please call or email me at 732-362-2600 x303
or email me at kladka@...

Thank you.

Regards,
Kim Ladka
Technical Recruiter
MISI Company.

#3295 From: John West <johnpwest3@...>
Date: Wed Aug 20, 2008 3:29 pm
Subject: Re: Sitecore developer wanted
johnpwest3
Offline Offline
Send Email Send Email
 
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 Sitecore Developer Network:

http://sdn5.sitecore.net/forum//ShowForum.aspx?ForumID=10

There is currently no forum specific to employment opportunities.

Best regards,

    -John

--- On Wed, 8/20/08, jmparki <jmparki@...> wrote:

> From: jmparki <jmparki@...>
> Subject: [sitecore] Sitecore developer wanted
> To: sitecore@yahoogroups.com
> Date: Wednesday, August 20, 2008, 3:05 AM
> 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 possibility to be extended.
>
> At the moment we are just looking at current availability
> and rates -
> also any examples of previous work would be great.
>
> Many thanks
> Jon

#3294 From: "jmparki" <jmparki@...>
Date: Wed Aug 20, 2008 10:05 am
Subject: Sitecore developer wanted
jmparki
Offline Offline
Send Email Send Email
 
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 possibility to be extended.

At the moment we are just looking at current availability and rates -
also any examples of previous work would be great.

Many thanks
Jon

#3293 From: "Greg Selvin" <greg.selvin@...>
Date: Tue Jul 29, 2008 8:04 pm
Subject: Re: Job Opportunity
gaselvin
Offline Offline
Send Email Send Email
 
For those having issues with the link in the original posting, please use the following link: Intranet Developer  and paste 1220BR into the Auto Req ID to see the posting.

--- In sitecore@yahoogroups.com, "Greg Selvin" <greg.selvin@...> wrote:
>
> We are a financial services firm in the Philadelphia area seeking to
> hire an experienced Intranet developer, someone with expertise in .NET
> and Sitecore. Please use the following link to see the full posting:
>
> Intranet Developer
> <http://jobs.brassring.com/1033/ASP/TG/cim_jobdetail.asp?SID=%5EwmhMHwBb\
> j0ho1UWoWivY75HRtcbQNqmmKc8SL8tk6SdRa5YQ1gLJ0HCFTChurMtzdGDFRA1PC1IN_C_R\
> __L_F__slp_rhc_5eX/dcWr9WMgYgSrBjkt25jcK4hCMw=&jobId=700382&type=search&\
> JobReqLang=1&recordstart=1&JobSiteId=5056&JobSiteInfo=700382_5056&GQId=0\
> %20>
>

#3292 From: "Greg Selvin" <greg.selvin@...>
Date: Mon Jul 28, 2008 3:05 pm
Subject: Job Opportunity
gaselvin
Offline Offline
Send Email Send Email
 
We are a financial services firm in the Philadelphia area seeking to hire an experienced Intranet developer, someone with expertise in .NET and Sitecore.  Please use the following link to see the full posting:

Intranet Developer 



#3290 From: "yasir2k" <yasir2k@...>
Date: Thu Jun 12, 2008 12:50 pm
Subject: SITECORE Developer Needed
yasir2k
Online Now Online Now
Send Email Send Email
 
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 at 832-615-3200 or email me your resume and contact details
at yasir@...

#3289 From: "Rajeev Soorma" <rajeevsoorma@...>
Date: Wed Jun 4, 2008 9:57 pm
Subject: page missing in sitecore but the page is on the web site
rajeevsoorma
Offline Offline
Send Email Send Email
 
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. Just cannot see in sitecore in order to make some
changes.
I have looked in the recycle bin and did a search in sitecore and
still i am not able to find it.
any help

#3288 From: Steve Merriman <smerriman@...>
Date: Wed Mar 5, 2008 2:27 pm
Subject: Sitecore Developers/Architechts/Admin Needed! Massachusetts!!!
smerriman83
Offline Offline
Send Email Send Email
 

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 are seeking 3 people: Two sitecore developers and one install/administrator for sitecore.

The goal of this project is to Help with the install, configuration, and template development for a CMS-based Site using Sitecore

 

PLEASE INCLUDE VALID CONTACT #, WORD RESUME (must show sitecore experience), and Rate.

IF H-1 AGENCY: INCLUDE BOTH EMPLOYER AND CANDIDATE #'s and email ID's and rate.

 

Respectfully,

Steve Merriman

603 627 5020 ext 221

603 703 6696

www.dpcit.com

smerriman@...


#3287 From: John West <johnpwest3@...>
Date: Mon Jan 21, 2008 5:48 pm
Subject: Re: Re: Sitecore 5.3 - Default Field value to Today's Date
johnpwest3
Offline Offline
Send Email Send Email
 
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 in the saveUI pipeline or something else?





I actually would be worried about the popup issue - there
seem to be some custom components interacting badly, leading to a somewhat
unpredictable system. If Sitecore has been upgraded (and even if it hasn't - IE
seems to periodically corrupt cached resources), I would try clearing the
browser cache. If that doesn't resolve the issue I would file a support case.





Regarding the layout issue, you shouldn't have to do
anything to copy those settings from the master - if the master has layout
settings, they are automatically copied to all items
created from that master. But really it's best to leave layout settings blank in
the master and the items, and assign them to the standard values in the
templates instead.





I would open support cases about both issues. If it's
urgent, I would request a web meeting so support can look at the system.





Best regards,





    -John



----- Original Message ----
From: dice55m <dice55m@...>
To: sitecore@yahoogroups.com
Sent: Thursday, January 17, 2008 9:27:36 AM
Subject: [sitecore] Re: Sitecore 5.3 - Default Field value to Today's Date


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 OnSave() eventhandler for the same item.  It really could be a
phenomena that happens between the two calls.  The client really
isn't concerned; in other areas of the application the client
receives error messages from Sitecore and that is when they now that
the function actually worked. lol :)  So, this isn't a big deal,
especially with our deadline.

What is concerning me is that the layout from the Master is not being
pulled into the newly created Item.  Do I need to call the
base.OnItemCreated()? Or, is there anywhere in the eventHandler that
I need to do something special to insure that the layout is being
created along with the item?  I did verify through Sitecore's UI that
the item is inherited from the corect master.

John, thank you for all of your time and intelligence on these
matters!



--- In sitecore@yahoogroups.com, "John West" <johnpwest3@...> wrote:
>
> 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 item:added instead of item:created
> (http://sdn5.sitecore.net/FAQ/API/added%20or%20created%20event.aspx)
> or you may have to fall back to item:saved.
>
> Sitecore.DateUtil.IsoNow seems to provide a convenience for getting
> the system date in the required format.
>
> I just tested with a master which had a child, both based on the
same
> template which had a field named ItemCreationDate. I used the
> following configuration and code. I did not experience any issues
> using 5.3.2 071220 - the field was populated for both items and no
new
> content editor windows opened.
>
> <event name="item:created">
>   <handler type="Global.Events.ItemEventHandler, Global"
> method="OnItemCreated">
>     <FieldName>ItemCreationDate</FieldName>
>   </handler>
> </event>
>
> using System;
>
> namespace Global.Events
> {
>     public class ItemEventHandler
>     {
>         private string _fieldName = null;
>
>         public string FieldName
>         {
>             get { return (_fieldName); }
>             set { _fieldName = value; }
>         }
>
>         public void OnItemCreated( object Sender, EventArgs args )
>         {
>             Sitecore.Diagnostics.Assert.IsNotNull(_fieldName, "Field
> name not provided" );
>             Sitecore.Data.Events.ItemCreatedEventArgs cArgs =
> Sitecore.Events.Event.ExtractParameter(args, 0) as
> Sitecore.Data.Events.ItemCreatedEventArgs;
>
>             if (cArgs != null && cArgs.Item != null &&
> cArgs.Item.Fields[FieldName] != null &&
> String.IsNullOrEmpty(cArgs.Item.Fields[FieldName].Value))
>             {
>                 cArgs.Item.Editing.BeginEdit();
>                 cArgs.Item.Fields[FieldName].Value =
> Sitecore.DateUtil.IsoNow;
>                 cArgs.Item.Editing.EndEdit();
>             }
>         }
>     }
> }
>





Yahoo! Groups Links








      
________________________________________________________________________________\
____
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile.  Try it now. 
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

#3286 From: "dice55m" <dice55m@...>
Date: Thu Jan 17, 2008 5:27 pm
Subject: Re: Sitecore 5.3 - Default Field value to Today's Date
dice55m
Offline Offline
Send Email Send Email
 
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 OnSave() eventhandler for the same item.  It really could be a
phenomena that happens between the two calls.  The client really
isn't concerned; in other areas of the application the client
receives error messages from Sitecore and that is when they now that
the function actually worked. lol :)  So, this isn't a big deal,
especially with our deadline.

What is concerning me is that the layout from the Master is not being
pulled into the newly created Item.  Do I need to call the
base.OnItemCreated()? Or, is there anywhere in the eventHandler that
I need to do something special to insure that the layout is being
created along with the item?  I did verify through Sitecore's UI that
the item is inherited from the corect master.

John, thank you for all of your time and intelligence on these
matters!



--- In sitecore@yahoogroups.com, "John West" <johnpwest3@...> wrote:
>
> 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 item:added instead of item:created
> (http://sdn5.sitecore.net/FAQ/API/added%20or%20created%20event.aspx)
> or you may have to fall back to item:saved.
>
> Sitecore.DateUtil.IsoNow seems to provide a convenience for getting
> the system date in the required format.
>
> I just tested with a master which had a child, both based on the
same
> template which had a field named ItemCreationDate. I used the
> following configuration and code. I did not experience any issues
> using 5.3.2 071220 - the field was populated for both items and no
new
> content editor windows opened.
>
> <event name="item:created">
>   <handler type="Global.Events.ItemEventHandler, Global"
> method="OnItemCreated">
>     <FieldName>ItemCreationDate</FieldName>
>   </handler>
> </event>
>
> using System;
>
> namespace Global.Events
> {
>     public class ItemEventHandler
>     {
>         private string _fieldName = null;
>
>         public string FieldName
>         {
>             get { return (_fieldName); }
>             set { _fieldName = value; }
>         }
>
>         public void OnItemCreated( object Sender, EventArgs args )
>         {
>             Sitecore.Diagnostics.Assert.IsNotNull(_fieldName, "Field
> name not provided" );
>             Sitecore.Data.Events.ItemCreatedEventArgs cArgs =
> Sitecore.Events.Event.ExtractParameter(args, 0) as
> Sitecore.Data.Events.ItemCreatedEventArgs;
>
>             if (cArgs != null && cArgs.Item != null &&
> cArgs.Item.Fields[FieldName] != null &&
> String.IsNullOrEmpty(cArgs.Item.Fields[FieldName].Value))
>             {
>                 cArgs.Item.Editing.BeginEdit();
>                 cArgs.Item.Fields[FieldName].Value =
> Sitecore.DateUtil.IsoNow;
>                 cArgs.Item.Editing.EndEdit();
>             }
>         }
>     }
> }
>

#3285 From: "John West" <johnpwest3@...>
Date: Wed Jan 16, 2008 10:57 pm
Subject: Re: Sitecore 5.3 - Default Field value to Today's Date
johnpwest3
Offline Offline
Send Email Send Email
 
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 item:added instead of item:created
(http://sdn5.sitecore.net/FAQ/API/added%20or%20created%20event.aspx)
or you may have to fall back to item:saved.

Sitecore.DateUtil.IsoNow seems to provide a convenience for getting
the system date in the required format.

I just tested with a master which had a child, both based on the same
template which had a field named ItemCreationDate. I used the
following configuration and code. I did not experience any issues
using 5.3.2 071220 - the field was populated for both items and no new
content editor windows opened.

<event name="item:created">
   <handler type="Global.Events.ItemEventHandler, Global"
method="OnItemCreated">
     <FieldName>ItemCreationDate</FieldName>
   </handler>
</event>

using System;

namespace Global.Events
{
     public class ItemEventHandler
     {
         private string _fieldName = null;

         public string FieldName
         {
             get { return (_fieldName); }
             set { _fieldName = value; }
         }

         public void OnItemCreated( object Sender, EventArgs args )
         {
             Sitecore.Diagnostics.Assert.IsNotNull(_fieldName, "Field
name not provided" );
             Sitecore.Data.Events.ItemCreatedEventArgs cArgs =
Sitecore.Events.Event.ExtractParameter(args, 0) as
Sitecore.Data.Events.ItemCreatedEventArgs;

             if (cArgs != null && cArgs.Item != null &&
cArgs.Item.Fields[FieldName] != null &&
String.IsNullOrEmpty(cArgs.Item.Fields[FieldName].Value))
             {
                 cArgs.Item.Editing.BeginEdit();
                 cArgs.Item.Fields[FieldName].Value =
Sitecore.DateUtil.IsoNow;
                 cArgs.Item.Editing.EndEdit();
             }
         }
     }
}

Messages 3285 - 3315 of 3315   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help