UruIT Blog
A nearshore dev team passionate about agile, web and mobile
-
Changes to SharePoint web.config with SharePoint API
When installing SharePoint solutions in production environments, configuration often leads to assorted complications. Making installation manuals for non-technical customers, adding configuration parameters to the web.config file, or adding any necessary configuration of third-party components by hand, are things that can be avoided by managing the configuration matters within the solution to be delivered without requiring any manual configuration, all through SharePoint API.
-
Accessing oData from Android using Restlet
1. To consume oData from an Android application we will use a library called “Restlet”. It can be downloaded from here: http://www.restlet.org.
Note: We will use the JRE Restlet libraries and the Android Restlet libraries so you will have to download both. -
Visual Studio 2010 Addin: Setting a class breakpoint
There comes a time in the life of every .NET developer when you need Visual Studio to do something that
can only be described as a "class breakpoint": a quick command to set a breakpoint on every access to a class.
Unfortunately, after googling this concept, you'll find out that there's no easy way to accomplish this in Visual Studio.
In this article I present an addin that I created, which adds this and another similar command to the debug menu of the
development environment: -
Cross-protocol login control with JSONP in SharePoint
This article describes the specific problem of creating a control in SharePoint, which will be located on an HTTP page and securely signs in a user through an SSL connection using HTTPS. Although the solution uses SharePoint exclusively, it can be easily modified for ASP.NET environments.
-
Introducing PhoneSocial+ for Windows Phone by UruIT
PhoneSocial+ is a new application for Windows Phone that lets you read your tweets from your phone. With PhoneSocial+ you will be able to:
-
Grouping items in a Silverlight ListBox
ListBox grouping is one of the features that Silverlight did not inherit from WPF, even though is a common requirement. Here we present a very simple yet powerful way to implement grouping in the ListBox control that also allows subgrouping and sorting.
-
Consuming OData from IPHONE
Hi,
-
Consuming OData from Windows Phone7
Hi,
-
HOW To hide items from “Settings” menu
In some cases it is necessary to hide some items from the side menu according to the CRM user’s assigned role. To do this we need to modify the SiteMap from the CRM.
-
How to create a Multiple Selection Picklist in CRM 4.0
In CRM 4.0 by default we do not have a Picklist where to select multiple items. In the post below I am giving the details to get this functionality.