פיתוח אתרים רב-לשוניים ב-SharePoint באמצעות וריאציות
יכולת הווריאציות (Variations) ב-SharePoint מאפשרת ליצור עותקים מדויקים של אתר פרסום אחד או יותר בכדי להציג אתר הזמין במספר שפות. לדוגמה, יכולת זו תהיה שימושית עבור ארגון הנדרש להקים אתר הזמין בעברית ובאנגלית, כאשר עורכי התוכן שלו כותבים את התכנים ... המשך לקרוא>
Eran Sharvit , 05-26-2013 10:16
Google Charts Pie 2 with AngularJS in SharePoint 2013 using REST
After attending a great intro lecture on AngularJS, I started looking for a introductory assignment. I found a nice demo and decided to implement it in SharePoint 2013 using REST API . The demo utilizes Google Charts and AngularJS to display ... המשך לקרוא>
justguy , 05-22-2013 7:30
Fast Search Pipeline Extensibility for Specific Content Source
Since the Pipeline Extensibility is not restricted to any content source and the fact that you do not have a proper API, makes it really hard to work with a specific Content Source. Luckily for us we have a Crawled Property which is mapped to ... המשך לקרוא>
choroshin , 05-17-2013 4:01
How to Get Login Name and Display Name using SharePoint 2013 REST API
Working with REST API is quite simple and straight forward, for example when you need to fetch data from a list you can use the following JQuery Ajax code snippet: jQuery.ajax({ url: "http://YourSite/_api/web/lists/getbytitle('ListName' ... המשך לקרוא>
choroshin , 05-01-2013 1:33
SharePoint: Getting “This collection already contains an address with scheme http” Error When Creating...
Problem: The problem is caused by the fact that IIS supports specifying multiple IIS bindings per site (which results in multiple base addresses per scheme, in our case HTTP), but a WCF service hosted under a site allows binding to only one ... המשך לקרוא>
choroshin , 04-23-2013 4:03
SharePoint: How to get The “Welcome” Text Before The Name?
Here’s a quick tip for adding the “Welcome” text before name in an easy and fast way. Using JQuery code you insert the "Welcome" text in the SearchTopLine class. Example: $( ".SearchTopLine span a" ).prepend( "Welcome ... המשך לקרוא>
choroshin , 04-21-2013 17:42
Getting “Your query is malformed.Please rephrase your query” Error When Using FQL Query Keyword With...
When trying to use FQL (Fast Query Language) query keyword with double quotes, for example: body: string( “” hello world ”” , mode=”and”) You’ll get “Your query is malformed.Please rephrase your query” Error.  Since FQL has a problem with ... המשך לקרוא>
choroshin , 04-11-2013 5:31
Cool SharePoint profile search using AngularJS
In this code example I managed to create an autocomplete profile search text box using AngularJS – while the data source is the SharePoint profiles. Since I was unable to find a way to query the SharePoint profiles directly from JavaScript ... המשך לקרוא>
dorong , 04-11-2013 4:50
SharePoint 2013: "Upload files using Windows Explorer instead" is very slow
נתקלתי באיטיות גבוהה בתהליך העלאת קבצים לספריית מסמכים של SharePoint 2013 ב סביבה ללא תקשורת אינטרנט : הפתרון אי סימון ההגדרה Automatically detect settings בדפדפן: לפי הכתוב במאמר משנת 2011 כאן .
dudin , 04-02-2013 0:55
SharePoint: Can’t Activate Site Collection Feature When Creating New Site From a Custom Web Template...
The onet.xml file is basically divided into two parts, first is the "SiteFeatures" element and the second element called "WebFeatures". The "SiteFeatures" Section that holds the site features starts activating all ... המשך לקרוא>
choroshin , 03-30-2013 15:24
Page 1 of 73 (730 items) 1 2 3 4 5 Next > ... Last »