| Details View |
| SharePoint JavaScript Unit Testing with Jasmine | 5/17/2012 1:11:00 PM | | So recently while working on some code, I realized that I have not yet ventured into the field of Unit Tests and TDD. I had read about it plenty but never had got an opportunity to work on it. Test Driven Development (TDD) consists of writing the test cases before you write your code. It mainly consist of 3 factors: Red, Green and Refactor. Red ... | | Comments: 0 | Author: Zshosted\Vardhaman | Categories: JavaScript, TDD, Unit Testing, SharePoint 2010 | | |
| Creating Custom Activity Type - Part 1 | 5/6/2012 7:39:00 AM | | SharePoint 2010 provides us with an excellent feature in the Mysites where we can see our most recent activities using the Recent Activities webpart and the activities of our colleagues by using the NewsFeed webpart.
Now the point of interest here is that OOB we can only see feeds for the activity types that SharePoint provides us.
The activity ... | | Comments: 0 | Author: Geetanjali Arora | Categories: User Profiles | | |
| SharePoint 2010 Image library with size options | 5/4/2012 12:40:00 PM | | Hello Kind readers…
Recently I came
across an interesting finding that helped me realize how Publishing image
libraries can help in taking care of performance when lots of LARGE size images
are been used in a portal (which could be a very common scenario )
May be this is
something commonly known already but I stumbled upon this ... | | Comments: 4 | Author: Tanmay Shahane | Categories: SharePoint 2010 | | |
| Loading JS files in a SharePoint Online Environment | 4/12/2012 12:40:54 PM | | For any of you that don't follow Wouter van Vugt, he had a great session at the Dutch SPC a while ago about loading JavaScript files in an On Premise SharePoint 2010 Environment. Very cool solutions were discussed however none of them are applicable when having a SharePoint Online environment. It's true the possibilities are very limited but still ... | | Comments: 7 | Author: Cas Van Iersel | Categories: JavaScript, Office 365, jQuery, SharePoint 2010 | | |
| Get User Information from Client OM (JS) | 3/28/2012 7:34:49 AM | | When I was exploring the possibilities to read from a User Profile in a SharePoint Online environment I realized there are lots of properties that are being synced back to the UserInfoList, but only when they are filled in the User Profile. User Info List We know by now it's impossible from a Sandboxed Solution (or Client Side OM Solution) to ... | | Comments: 1 | Author: Cas Van Iersel | Categories: Office 365, SharePoint 2010 | | |