Monthly Archives: Հոկտեմբեր 2009

Ի գովասանքի է jQuery ընդլայնված որոնում ունեցող-Type (Ըստ Jan Tielens)

Ես աշխատում է BPOS ցուցադրություն (շուտով կլինի հասանելի ին Microsoft-ի կայքում) and I wanted to add a little pizzazz. I’ve known about Jan Tielen ի ջանքերի համար բավական ժամանակ, եւ ես մտածեցի, որ դա կլինի մի մեծ տեխնիկայի ավելացնելու համար ցուցադրություն, so I did. You can read about it here: http://weblogs.asp.net/jan/archive/2009/07/02/sharepoint-search-as-you-type-with-jquery.aspx. It’s so simple to use it should probably be a crime (եւ գուցե կա ինչ որ տեղ).

Եմ ավելացնել միայն երկու միավոր, ինչ նա արդեն ստեղծել / գրել:

  1. Սա չի, փաստորեն, աշխատել մի BPOS (Sharepoint առցանց) միջավայր.
  2. Այն դարձնել աշխատել առանց annoying թռուցիկ հաղորդագրությունից բնորոշիչ է հղում դեպի jquery գրադարանի կապնվել https փոխարեն հաղորդագրությունները http, ինչպես:
<script տեսակ ="Text / JavaScript" Բացել ="Https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></ձեռագիր>

Jan points out that you should probably move the library itself to your site. Feeling a little lazy today, I decided to blog about it instead 🙂

</վերջ>

Սա եւս մեկ գրառումը իմ - ին մտադիր է մի շարք թե ինչպես օգտագործել jQuery ինչպես Sharepoint.
Եթե ​​ցանկանում եք ավելին իմանալ այն մասին jQuery, Ես բարձր խորհուրդ: jQuery - ին գործողության - ի կողմից կրած Bibeault եւ Yehuda Katz.

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags:

Sharepoint Shop Talk Հինգշաբթի 10/29 ում 12:30 PM EDT

Հաջորդ Sharepoint Shop Զրույցներ տեղի է ունենում սույն Հինգշաբթի ժամը 12:30PM EDT.

Մենք ձեռնարկել երկու շաբաթ առաջ (շնորհիվ Sharepoint Համաժողովի նախորդ շաբաթ) եւ արդյունքում, մենք ունենք մի շարք հարցեր է հերթում, not to mention all kinds of cool stuff to talk about regarding SharePoint 2010. All of the panel members attended SPC, որ բերել ձեր SP 2010 հարցեր են զանգի կամ էլ նրանց questions@sharepointshoptalk.com.

Բացի լավ մասի զանգի մի կողմ դրված է խոսել ինչ - որ փնտրել էք 2010 բարություն, մենք էլ կքննարկենք:

  • Ինչու Sharepoint ցույց է տալիս տարբեր նավարկություն ընտրանքներ տակ կայքի կարգավորումներում (Այս տատանվում հիմնված առանձնահատկությունների եւ տեղում կազմաձեւման)
  • Փոփոխող versions.aspx - ի խնդիր, դժվարությունները անում (I”m not surprised 🙂 ).
  • Ներկառուցման Բոլոր RSS թարմացվող էջերը մի վայր է, երբ աղբյուրը իսկությունը.
  • Օգտագործելով stsadm կառավարելու անտառահատումները.

Գրանցում այստեղ: https://www.livemeeting.com/lrs/8000043750/Registration.aspx?pageName=p663256djrrflfdw

Ըստ սովորության, ուղարկեն որեւէ հարցեր կամ բանավեճի թեման questions@sharepointshoptalk.com, էլ, ինձ ուղղակի կամ փակցնելու համար հաղորդագրությունը pagalvin.

Հուսով ենք տեսնել Ձեզ այստեղ!

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags:

Quick Hit: Ընթերցանություն InfoPath թեմա անմիջապես որպես SPListItem է Sharepoint

I’m been working on a project where I need to extract attachments from an InfoPath form. There are some good resources for parsing InfoPath forms (որոնք ընդամենը թեմա ֆայլեր, այնպես որ դա իրականում բավականին հեշտ է).

Մինչ ես կառուցապատման նախագիծը, I started by downloading an InfoPath form and saving it to my local hard drive. My c# code was reading directly from that instance. Սակայն, the InfoPath forms are really living inside a SharePoint forms library. I did a little half hearted searching to find out how to read it directly from the library and almost gave up, in which case I would have saved the form to a local temp directory and read it from there. Սակայն, there’s no need to go through those hoops as you can read it directly from the library. This little snippet shows how:

/// Դուք սահմանումը իրեր այստեղ, ներառյալ:
անձնական SPFile mySharePointFile; /* Մասը, որը SPList */
// More կոդը գնում ու մեջը մի մեթոդով, որը դասի մենք:
XmlTextReader textReader;
textReader = նոր XmlTextReader(mySharePointFile.OpenBinaryStream());

textReader.WhitespaceHandling = WhitespaceHandling.Ոչ մեկը;

textReader.Read();

// Եթե ​​ուռուցք ունի արժեք

ժամանակ (textReader.Read())
{

… and so on and so forth …

Նրանք կարեւոր քիչ վերեւում է, որ մենք կարող ենք կարդալ InfoPath ուղղակի միջոցով OpenBinaryStream() method call on the SPFile as a parameter to the constructor on XmlTextReader. It works great.

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags:

Արագ եւ հեշտ: Ուղարկել էլ օգտվում Gmail SMTP Սերվերը թ. NET C #

Սա ոչ թե նոր թեմա, բայց երբ ես պետք է դա անել, I found a lot of “why won’t this work for me” and not too many direct answers. I hope someone finds this useful.

Հետեւյալ քիչ կոդը կուղարկի նամակ, օգտագործելով իմ սեփական Gmail հաշիվ դա անել, այդ թվում `համագործակցության:

օգտագործելով System.Net.Mail;
օգտագործելով System.Net;

NetworkCredential loginInfo = նոր NetworkCredential("[Իմ Gmail ID]", "[Իմ Gmail Գաղտնաբառ]");
MailMessage փակցնելու = նոր MailMessage();
msg.From = նոր MailAddress("[M Gmail Id]@ Gmail.com");
msg.To.Add(նոր MailAddress(«Paul.galvin @ arcovis.com"));
msg.Subject = Msgstr "Ստուգել infopath զարգ առարկա";
msg.Body = "<html><մարմին><ուժեղ>Ուժեղ հաղորդագրությունը:</ուժեղ></մարմին></html>";
msg.IsBodyHtml = ճիշտ;

ԲՀԿ (լարային սրել մեջ NIPFD.GetAttachmentNamesAndLocations())
{
    msg.Attachments.Add(նոր Ամրացում(սրել));
} // Ավելացնելով կցորդներ տեղադրել.

SmtpClient հաճախորդը = նոր SmtpClient(«Smtp.gmail.com");
client.EnableSsl = ճիշտ;
client.UseDefaultCredentials = սուտ;
client.Credentials = loginInfo;
client.Port = 587;
client.EnableSsl = ճիշտ;
client.Send(փակցնելու);

Մի քանի բառ bits, որ ինձ դանդաղել է եւ այլ դիտարկումների / նշումներ:

  • Առաջին գիծը, որը ստեղծում է loginInfo օբյեկտը պետք է օգտագործել gmail-տկլոր - ից "@ Gmail.com". Այնքան, եթե իմ միանալ էլփոստի հասցեն «Sharepoint@gmail.com«Եւ իմ գաղտնաբառը է" xyzzy ", ապա այն գիծը, որ նման:

NetworkCredential loginInfo = նոր NetworkCredential(«Sharepoint", "Xyzzy");

  • Իմ Gmail հաշիվը ստեղծված է օգտագործել SSL եւ որ wasn'ta խնդիրը.
  • There is some conflicting information out there on what port to use. I used port 587 եւ դա լավ է ինձ համար:.
  • Իմ դեպքում,, I also needed to send attachments. That NIPFD object has a method that knows where my attachments are. It’s returning a fully path (e.g. «Գ:\temp\attachment1.jpg”. In my test, Ես երկու կցորդներ տեղադրել, եւ նրանք երկուսն էլ աշխատում տուգանք.

Ես օգտագործում Visual Studio 2008 գրել այս կոդը.

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags: ,,,

Sharepoint գիտաժողով 2009 - Ձեռք բերեք ձեր իրական ժամանակի հումքի տվյալները անում

Ես ակնկալում եմ, որ գրեթե բոլորը գիտեն, միեւնույն է, այս, but I thought I’d toss out a quick note that there’s a tremendous amount of very interesting information available via twitter. The hash tag #SPC09 seems to be the most popular. Like always, կա շատ silliness եւ »է Անեկդոտներ, բայց եթե դուք կարող եք ստանալ անցյալում է, ստուգել այն. I do my best to respond to comments or questions directed to me and I know that a lot of others do as well, այնպես որ դա ոչ միայն միակողմանի ինֆորմացիայի հոսքը.

New sessions start in just under two hours and continue up until about 3pm EDT this Thursday. It will start to pick up then.

Ստուգել Թվիթեռ թարմացվող բովանդակություն այստեղ: http://twitter.com/#search?q=%23spc09

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags:

Programmatically բացել կցորդներ տեղադրել From InfoPath ձեւերի (Այդ թվում `իրենց անուններով!)

I have an expense entry solution for a client that leverages InfoPath and workflow. At one point during the approval process, Ես պետք է առաջացնում, որ նամակ է բոլորիս, որ լավ InfoPath տվյալները, ինչպես նաեւ այն կցորդներ տեղադրել հենց այնպես, որ (հոգոց) որեւէ մեկը կարող է այդ տվյալներն ու ձեռքով հավաքեք այդ բանալին այն է Oracle տվյալների բազայի հայտի.

It’s not very difficult to get at or parse the InfoPath form. I didn’t know how to handle the attachments, սակայն. After an hour or two of poking around the Internets (մի հավերժություն!) Ես գտա այս հոդվածը: http://support.microsoft.com/kb/892730

It provide some handy code to extract the attachment from a node in the form. (Դուք դեռ պետք է գտնել հանգույց, եւ այդ ամենը, բայց պարզապես XML քերականական վերլուծություն).

Ես գիտեմ, որ հավելված է base64 encoded, եւ ես ի սկզբանե իջան ճանապարհով պարզապես բերելով այն է base64 տվյալները, decoding it and saving it. Սակայն, Ես շատ արագ հասկացա, որ ես չգիտեի, թե ինչպես ստանալ ֆայլի անուն իրեն, մինչեւ գտա վերոհիշյալ հոդվածը.

Ես իսկապես, որ շատ վաղ, բայց ես առաջին անգամ հետաձգել է իր անհատականությունը պառակտումը. Մի կողմից, the article *says* it’s good for InfoPath 2007. Դեռ, կոդը եւ հրահանգները բոլորս մասին Visual Studio 2003 եւ հղումները InfoPath 2003.

Ստորին գիծ, այն կոդը, որը հոդվածը նախատեսված է, աշխատում է նաեւ ինձ համար, (մինչ օրս). I can get my InfoPath form, Ես կարող եմ վերլուծել այն, I can find and decode the attachment and I know its name. What more can one ask of one’s life?

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags: ,,

Եթե ​​դուք մտահոգված, որ ձեր Sharepoint միջավայրը կարող է լինել անառողջ tad, թույլ տվեք օգնել ձեզ ամրագրել է, որ ինչպես առողջապահության անդորրագրի.

Sharepoint Shop Talk Հիշեցնենք համար 10-08-2009

Այսօրվա Sharepoint Shop Զրույցներ ծածկված է իր բնականոն լայն թեմաներ:

  • We discussed the issues around opening up parts of a SharePoint site collection to your trading partners. It’s not the most complicated thing in the world, բայց երբ սկսում են խոսել բարձրաձայն, you realize there are a lot of small individual things that need to be done to do this correctly. You have to consider the firewall, լիցենզավորման (Ձեր Intranet Sharepoint Լիցենզիան չի կարող լինել, եւ հավանաբար չեն լինի, բավարար), Sharepoint կոնֆիգուրացիա (ՀՀՇ, երկարաձգելու վեբ ծրագրեր են գոտիներ, որոնք, հավանաբար, արդեն HTTPS ակտիվացնելու), եւ այլն:. If anyone has a checklist of what to do and the sequence, I’d love to see it in comments. This question wins the “Most Discussed Question” aware of the year (մինչ օրս).
  • I got to ask a question about the image library functionality that generates those thumb nail images. I speculated that an event receiver on the image library is generating the thumb nail. I’m probably way off base, but it does seem like there’s an entirely separate image on the web server for the thumb nail itself. Vamshi, ա Sharepoint Shop Զրույցներ հերթական, մատնանշում այս բլոգ - գրառմանը: http://pathtosharepoint.wordpress.com/2009/08/23/picture-libraries-take-advantage-of-web-friendly-formats/. That’s a pretty interesting post about images in SharePoint if you’re interested in it.
  • Մենք քննարկեցինք յուրահատուկ ձեւեր խմբագրել (որ դուք ստեղծել միջոցով SPD) and the fact that you lose the attachment functionality when you do that. Laura Rogers has blogged on that subject here: http://sharepoint911.com/blogs/laura/archive/2009/09/10/fix-for-the-custom-form-attachments-issue.aspx

Այս շաբաթ, մենք ներդրել է նոր խաղարկային, որտեղ մենք վճարվել մասին 10 minutes demonstrating an interesting tip/trick in a SharePoint environment. Այս շաբաթ, մենք ցույց տվեց, թե ինչպես է մի բովանդակության խմբագիր վեբ մասին (եւ, փաստորեն ցանկացած վեբ մաս) to a newitem.aspx page. Այս դեպքում, the objective was to show some extensive online help for that newitem.aspx page. This is also one of the usual starting points for integrating jQuery into your environment. Հաջորդ շաբաթ, we do plan to show a jQuery tip/trick. Հուսով ենք տեսնել Ձեզ այստեղ.

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags:

Sharepoint Shop Talk 10/08/08 ում 12:30 PM EDT

Մենք հյուրընկալելու ենք մեր հերթական ամենշաբաթյա SharePoint Խանութ Զրույցներ նստաշրջանը վաղը ժամը 12:30 PM EDT.

Սա բաց Q&A and general kibitzing session on all topics SharePoint related.

Դուք կարող եք կարդալ տարբեր recaps նախնական նիստեր այստեղ մի զգացում, թե ինչ ենք անում այս զանգերի այստեղ: http://paulgalvin.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&_c=BlogPart&partqs=cat%3dPublic%2520Speaking

Գրանցվել է եւ պատրաստ է հենց այստեղ: https://www.livemeeting.com/lrs/8000043750/Registration.aspx?pageName=0z40kg9nb0t0842f

Twitter ձեր հարցերը ինձ, @ Բարձ.

Ուղարկել են questions@sharepointshoptalk.com or just show up on the line and ask them out loud.

Հուսով ենք տեսնել Ձեզ, ապա!

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags:

Բլոգի թե Բլոգ - Դա է հարցը (Ուղարկել Բլոգ մասին)

Նշում: Սա էր փակցված է www.endusersharepoint.com.

A few weeks ago I had the chance to speak at SharePoint Saturday in New York. Վերստին, a tremendous event. Այս անգամ, I spoke about “learning SharePoint” – a very broad topic. During the presentation (որը դուք կարող եք ստանալ այստեղ:), Ես խոսել տարբեր տեխնիկաներ "սովորել" SharePoint, այդ թվում իրեր նման գրքերի ուսուցման, Դուք սենյակ ուսուցում, ստեղծել ձեր սեփական VM եւ ամենակարեւորը (ինձ), community participation. One way to participate in the SharePoint community is via blogging. Someone asked me about blogging in particular and asked my opinion on a few concerns he had that I’ve heard others mention before. It’s been itching at the back of my head for a few weeks so in my usual fashion, Ես scratching, որ քոր է blogging մասին.

Ոմանք կարծես մտածում են, որ կան շատ բարձրակարգ բլոգերների դուրս այնտեղ է դեպքի վայր, եւ այսօր, որ շատ բարձրակարգ բլոգային են գրված, որ այն առումով,, there’s nothing new to write about. Կամ, the “new” thing is so narrowly focused that it’s not going to be interesting to anyone. I don’t agree with those sentiments or the underlying assumption about them.

For նախուտեստներ, եթե դուք բլոգերներ, քանի որ մասն է ձեր անհատական ​​փորձ ուսուցման SharePoint նաեւ, it’s really irrelevant if someone has written on your topic or not. One of the drivers behind community participation, արդյոք դա անհատական ​​ուսուցման, թե ոչ, է, որ դուք պետք է ստանալ այն ճիշտ. No one wants to put up some weak blog entry and look silly in front of the world. In the course of getting it right, դուք պատրաստվում եմ թեման միջոցով ավելի ուշադիր, եւ այլն:. Thus, դուք մտածում, ուսումնասիրելով եւ հաշվի առնելով այս թեման բոլոր տեսակի անկյունները, Ձախից աջ, մինչեւ ներքեւ, ներս ու դուրս (կամ առնվազն պետք է լինի). That’s a very valuable exercise. Ի դեպ, it’s almost beside the point of pushing the “post” button by the time you finish writing it since you’ve already derived much of the benefit by now. Իհարկե, դուք ցանկանում մղել գրառում կոճակը, այնուամենայնիվ մի շարք պատճառներով, but I digress. The bottom line is that blogging is a valuable learning exercise in and of itself, ժամանակաշրջան.

I also reject the “it’s already been done” argument. So what if it was? The terrible consequence is that people who are looking up your topic via bing will now find two or five or a dozen articles. Who cares? I always prefer to find several articles on the same topic when I go searching the tubes for stuff. Different points of view, տարբեր գրավոր ոճերը, different approaches to the same problem – they all help me understand what I need. In my opinion, համայնքը չունի, որտեղ մոտ հասնելով հագեցվածությունը կետ որակով Օրագիր հոդվածների ցանկացած թեմայի հետ SharePoint աշխարհում.

Այնքան, blog հեռու! You won’t hear me complaining about it. I guarantee it 🙂

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags: ,

Մի չի կարող լինել Bull է Չինաստանի Shop

Համառոտ պատմություն SharePoint (From հարաբերական նորեկ տեսանկյունից)

Նշում: Այս հոդվածը սկզբանե տեղադրվել է www.endusersharepoint.com. I forgot to post it to my own blog 🙂

SharePoint դարձել մեծ, քանի որ, իր վաղ օրերին, որպես տեսակ, որը ինկուբացիոն տեխնոլոգիայի ժամը Microsoft –այն դարձել գրեթե նման է սարսափ ֆիլմ, ուր խելագար գիտնականի ստեղծման տեւում է մի կյանքի իր, breaking free of its creator’s expectations and rules. The technical evolution is obvious – the WSS 3.0 օբյեկտ մոդելը հարուստ եւ ավելի բարդ է, քան WSS 2.0, which was itself an improvement over earlier versions. The next version will no doubt show tremendous improvement over 3.0. From an End User’s perspective, սակայն, SharePoint-ի էվոլյուցիան շատ ավելի կարեւոր է.

Վաղ օրերին, SharePoint didn’t offer much to End Users. They would have their usual functionality requirements, work with IT to define them well and implement a solution. IT would use SharePoint to solve the problem. The product wasn’t very accessible to End Users. I’ve thought threw a few analogies, but I decided to stick Venn Diagrams to show what I mean. When Microsoft first released SharePoint to the world as a commercial offering, Դա հետեւում է համեմատաբար ավանդական օրինակը End User <-> IT relationship. A lot of End Users, շփվել եւ աշխատել է մի շատ փոքր շարք է մարդկանց հասցնել լուծումներ, որոնք լուծման գործարար խնդիրներ:

image

Ընդհանուր Խնդիրը տիրույթը, որի համար SharePoint է հարմար առաքման պլատֆորմը փոքր (especially compared to today’s SharePoint. End Users and IT worked in a more classic arrangement with IT: սահմանել պահանջներ ՏՏ, սպասել, որ այն պետք է իրենց աշխատանքը ետեւում վարագույրի եւ առաքում է վերջնական արտադրանքի.

Ինչ SharePoint զարգացել է 2.0 աշխարհ (WSS 2.0 եւ SharePoint Portal Server), several things happened. Առաջին, the “problem domain” increased in size. By problem domain, I mean the kinds of business problems for which SharePoint could be a viable solution. Օրինակ, չէիք մտածում շատ դժվար է այդ մասին կատարում է լուրջ որոնման լուծում է SharePoint միջավայրում մինչեւ SPS (եւ նույնիսկ դրանից հետո, դա ոչ թե որպես լավ, քանի որ այն պետք է լինի). Միեւնույն ժամանակ,, Վերջ օգտվողները աննախադեպ հնարավորություն է ոչ միայն սահմանել, but also implement their own solutions with little or no IT support.

The 3.0 հարթակ (WSS եւ MOSS) maintained and increased that momentum. The problem domain is enormous as compared to the 2.0 հարթակ. Virtually every department in a company, սկսած արտադրական առողջության եւ անվտանգության գերատեսչությունների մարքեթինգի, - ից վաճառքի է որակի վերահսկողության, նրանք կարող են գտնել լավ օգտագործման համար SharePoint (եւ դա ոչ մի դեպքում սիրեկան կլոր կախարան մի քառակուսի փոս). Միեւնույն ժամանակ,, the platform empowers even more End Users to implement their own business solutions. I try to capture that with this diagram:

image

This has proven to be both a potent and frustrating mixture. The 3.0 platform turns previously stable roles on their heads. Suddenly, Վերջ Users են արդյունավետ դատավոր, ժյուրիի եւ դահիճ Business Analyst, application architect and developer for their own business solutions. This gets to the heart of the problem I’m writing about. But before I dive into that, եկեք համարում փիղ է սենյակում.

Peering մեջ Crystal Ball

Ինչպես է SharePoint 2010 ազդում այս օրինակը? Will it be incremental or revolutionary? Will more, ավելի քիչ կամ գրեթե նույն քանակի վերջնական օգտագործողների հայտնվում իրավասու կառուցել լուծումներ SharePoint 2010? Will SharePoint 2010’s problem domain expand even further or will it just refine and streamline what it already offers in WSS 3.0 / MOSS?

Կա բավարար տեղեկատվություն »են այնտեղ» անվտանգ է ասել, որ ընդհանուր պատասխանը:

  • The problem domain is going to dramatically expand.
  • Վերջ օգտվողները հայտնվում ավելի իրավասու է առաջ.

The Venn Diagram would be larger than this page and cause some IT Pros and CxO’s to reach for their Pepto.

I believe it’s going to be a tremendous opportunity for companies to do some truly transformational things.

Ոչ Bulls իմ Չինաստանի Shop!

Սա մեծ հնչում, բայց իմ տեսակետից որպես խորհրդատու եւ SharePoint դնում եմ մեջ կոշիկի որպես ՏՏ մենեջեր, I see this vision. I own a China shop with beautiful plates, բյուրեղապակի, եւ այլն: (Իմ SharePoint միջավայր). I’ve rented a space, I’ve purchased my inventory and laid it all out the way I like it. I’m not quite ready to open, բայց ակնկալիքով, I look at the door to see if my customers are lining up and I notice an actual bull out there. I look more closely and I actually see երկու bulls and even a wolf. Then I notice that there are some sheep. Sheep are այնքան վատ, բայց նրանք գուցե ծպտված գայլերը? I don’t want bulls in my china shop!

Այն ստանում է ավելի վատ! When I rented the space, I couldn’t believe how nice it was. Wide and open, զարհուրելի հարմարություններով, very reasonable price. Սակայն, հիմա ես եմ հասկանում, որ բաց տարածքները եւ հսկայական դուռ պարզապես հիանալի միջին մի ցուլ գալիս թափառող եւ դնելու վատնում իմ Չինաստան.

Ես հրում այս նմանակը շատ հեռու, Իհարկե. End Users are not bulls (նրանց մեծ մասը, ամեն դեպքում,) եւ ՏՏ գերատեսչությունների չեն (թե, անշուշտ, չպետք է) view their user community with that kind of suspicion. Սակայն, կա այս տեսակ կատարյալ բախման ունենում արդեն իսկ 3.0 platform that I expect will only get worse in SP 2010. SharePoint already empowers and encourages End Users to define and implement their own solutions.

Դա մեծ եւ, Սակայն փաստն այն է, որ դա դեռ շատ տեխնիկական արդյունք եւ դեռ կոչ է անում տեսակի եռանդուն գործունեության պահանջներին վերլուծություն, design and general planning and management that technical projects require to be successful. These are not the kind of skills that a lot of End Users have in their bag of tricks, especially when the focus is on a technical product like SharePoint.

I’ve given this a lot of thought over the last year or so and I don’t see any easy answer. It really boils down to education and training. I think that SP 2010 մտադիր է փոխել խաղի մի քիչ, եւ այն պատրաստվում է խաղալ, որ տարբեր եւ դանդաղ շարժման, ինչպես նաեւ ընկերությունները գլորում են SP 2010 լուծումներ են 2010 and beyond. In order to succeed, End Users will need to transform themselves and get a little IT religion. They’ll need to learn a little bit about proper requirements
analysis. They will need some design documentation that clearly identifies business process workflow, օրինակ. They need to understand fundamental concepts like CRUD (ստեղծել, թարմացնել եւ ջնջել), dev / թեստ / QA / պրոդ միջավայր եւ ինչպես օգտագործել այդ ենթակառուցվածքը պատշաճ տեղակայել լուծումներ, որոնք ապրում են գեղեցիկ երկար ժամանակ եւ BEND (խախտում) ի պատասխան փոփոխություններին կազմակերպության.

Առաջիկա շաբաթների ընթացքում, Ես պլանավորում եմ փորձել, եւ ապահովել որոշ իմ նոր գաղափարների, ինչպես նաեւ հղում դեպի մեծ աշխատանք կատարվում է շատ այլ հեղինակների (մասին www.endusersharepoint.com եւ այլուր) so that interested End Users can learn that old time IT religion. Keep tuned.

</վերջ>

Անդամագրվել իմ բլոգում.

Գտեք Twitter-ում http://www.twitter.com/pagalvin

Արորդիների Tags: ,