DCSIMG
Johnny's RIA Corner

Recent Posts

1
Comments

SharePoint Repository for NuGet is alive! by johnnyt

I'm happy to announce that my new open source project, created together with Eyal Vardi , SharePoint Repository for NuGet , is now live on Codeplex! SPRNuGet is a powerful integration between NuGet , the renowned .net package management system and Microsoft SharePoint 2010. SPRNuGet combines SharePoint 2010 powerful features such as security, publishing and UI to help you organize your code packages using build-in features of SharePoint such as folders, item level forms, ratings and enterprise...
3
Comments

Fast Tips for FAST for SharePoint #2 by johnnyt

When trying to query for a document that has a question mark (?) in its name or address as part of a FQL query, you may notice weird behavior from FAST. For example, let's send a query that look for a document with the URL address of http://localhost/blogs.aspx?blogid=5: string fqlQuery= @"and(path:(string(""http://localhost/blogs.aspx?blogid=5"", Mode=""PHRASE"")), filter(sitename:equals(""Local SharePoint"")))" ; Sending...
3
Comments

Working with FAST Search For SharePoint 2010 Document Promotions Programmatically by johnnyt

As much as I love working with the FAST for SharePoint 2010 search engine, finding documentation for it online is quite a challenging task. This is why I'm going to try and document as much as possible about the little 'gems' I find while working with FAST. Using FAST for SharePoint you can define documents to be promoted within the search results list, indicating that they are highly relevant results for a particular keyword or its synonyms. The promoted documents will appear at the...
1
Comments

Fast Tips for FAST for SharePoint #1 by johnnyt

It sure been a while, but nothing spells busy like work and university ;) In the next couple of short articles I’m going to give some fast tips (pun intended) for developing with the FAST search engine for SharePoint 2010. My first tip deals with setting Managed Metadata Properties for FAST without the use of PowerShell. 1) Start by going to your central admin->Manage service applications. 2) Click on your FAST Query SSA service: 3) Click on FAST search administration. 4) Click on Managed Properties...
1
Comments

Social SharePoint project on Codeplex updated! by johnnyt

My Codeplex project, Social SharePoint, just got updated with the Silverlight Twitter Trends web part. Go check it out at http://socialsharepoint.codeplex.com/ .
8
Comments

Working with SharePoint 2010 User Activity NewsFeed by johnnyt

I was recently tasked with creating an application that once used will add an entree to the user's activity feed. The activity feed is a fun and social feature (one of many) of SharePoint 2010, and its purpose is to present a feed of actions that the user or his colleagues performed on the site. You can see how the activity feed looks on the following screen shot, taken from my local SharePoint development environment : Now hopefully that got you excited enough to read on ;) We are going to build...
2
Comments

Fun with Silverlight and SharePoint 2010 Ribbon Control - Part 2 - An In Depth Look At The Ribbon Control by johnnyt

Welcome to part 2 of the "Fun with Silverlight and SharePoint 2010 Ribbon Control" series. If you haven't read part 1 go ahead and click here . So how do we deal with this ribbon? Well, by using the powers of XML! Let's take a closer look on how the OOTB ribbon is constructed: If we open the ribbon definitions file - cmdui.xml (which can be found at C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\GLOBAL\XML) we will see the following structure: <...
1
Comments

SharePoint Social Networking project on CodePlex by johnnyt

Last week i presented a session on the Israeli SharePoint user group about the ribbon control in SharePoint 2010. One of the things i showed in that session was a ribbon tab built for sharing and bookmarking links from the organizational intranet with other users using many providers such as Twitter, Facebook, Google, Reddit and others. The tab generated a lot of excitement in the audience so i decided to make it an open source project on CodePlex and in time add other social networking projects...
5
Comments

Fun with Silverlight and SharePoint 2010 Ribbon Control - Part 1 by johnnyt

So, my first REAL post of 2011... Let's make it count! A few days ago i started looking into the possibility of integrating Silverlight into the SharePoint 2010 Ribbon control. Naturally i checked my favorite blogs to see if someone has experimented with this already but i couldn't find a single mention of Silverlight and the ribbon working together, so i decided to create a small, fun (and to be honest quite useless) POC of using Silverlight as a control inside the SharePoint 2010 ribbon...
0
Comments

Updates Updates by johnnyt

Wow it's been a while! (156 days to be exact). Sometimes in life (and I’m sure everyone knows this feeling) you get overloaded with work/studies/family/real life stuff and that’s exactly what made me leave blogging for a while. When 2011 came i made 2 promises to myself: 1) Redesign my blog to make it stand out from other blogs.microsoft.co.il blogs. 2) Make it active and useful again. I'm happy to say i think i fulfilled my part for resolution 1 ;) The blog has a new design now and I think...
16
Comments

Getting SharePoint's user properties in your Silverlight 4 application by johnnyt

Recently i was tasked with creating a Silverlight LOB application that query SharePoint for it's data. One function of this application has to do with showing the details of a user based on the information found in SharePoint's user profile service, and in this tutorial i will focus on getting this information from SharePoint to Silverlight. In this tutorial we will build a simple application that shows the details of the user from SharePoint's user profile service using SharePoint's...
3
Comments

Twitter Trends jQuery web part gets redone in Silverlight by johnnyt

I've recently stumbled upon this awesome post by Shoban Kumar detailing the creation of a Twitter Trends web part for SharePoint 2010. I really liked the simplicity of the web part, its style and its purpose, so i contacted Shoban asking his approval to post a tutorial on how to create his web part in Silverlight. Shoban, all the credits for the idea and design goes to you my friend! Here is what the Silverlight counterpart of Shoban's web part looks like: To see how the application will...
1
Comments

What to do when facing the "NotFound" error from your Silverlight application. by johnnyt

So you developed a Silverlight application that gets data from a WCF/asmx web service. All is going great until that point where you test your application and get the one error you didnt want to face: "NotFound"... no information is available , nothing in the innerexception field can give you hints on what just went on and you are practically left alone in the battle... Fear not! Here are a few steps you can take to find out whats wrong: Step 1: it's 11 o’clock . Do you know where your...
Powered by Community Server (Commercial Edition), by Telligent Systems