Browse by Tags
I´m proud to annunciate that create|it| (the company where i work) is the winner of the European SharePoint Community Awards 2012 in the “Best Puplic Website” category. So many months of hard team work to make the better for the Pestana Websites using
Read More...
If you have a Silverlight application (framework 3.0 or superior) which the XAP file is sizable and the application has performance problems, you should put the project references in separate files using application library caching. You can follow this
Read More...
If you're doing a Silverlight-based project that are involving a web design team, don’t forget to tell to designer to ensure the following tips: Only use images with 92 dpi (the designers are habituated to use images with 72 dpi, and they should
Read More...
In the last week, I needed to customize a native page on SharePoint 2010 for a specified project. After I’ve done some searches on my feeds, I found a great article which it explains how to customize some parts of the SharePoint page. This article
Read More...
If you’re trying to create a managed metadata site column type on SharePoint Server 2010 Beta and it’s returning the following error: The Taxonomy feature (Feature ID "73EF14B1-13A9-416b-A9B5-ECECA2B0604C") has not been activated. Check this
Read More...
When i studied for the Microsoft exam (70-562, Microsoft .NET Framework 3.5, ASP.NET Application Development) i found an interesting setting that i didn’t known, the Deployment. This configuration setting ensures that your application will override
Read More...
Today I've tested the Silverlight Validation Framework in the Visual Studio 2010 beta 2. I downloaded the assemblies, then i added the assembly references on the project, and then i tried to compile the project. But the compiler found the following
Read More...
If you need to create a Tex Box control in Multiline mode as you can do in the ASP.NET, check this tip . You just need to add the AcceptReturn property on your Text Box control as the following sample: <TextBox x:Name="textBox1" AcceptsReturn="True"
Read More...
Today, i needed to reset the Identity value for one column in the SQL Server database. I used the following commando to view the current identity value: DBCC CHECKIDENT ('TableName1', NORESEED) and then, it returned the following message: Checking
Read More...
Now with SharePoint 2010 we are be able to use REST to getting excel file data using Excel Services. The syntax is very simple and quickly to understand. I will leave here some samples of how you can use REST to get data. To access to your Excel file,
Read More...
Yesterday, i finally had time to watch some PDC09 session videos and i found some interesting Silverlight videos on my point of view. Here are the links to the videos that I recommend you to see: How to get data to Silverlight control (What should i use?)
Read More...
When i try to run SharePoint configuration wizard after install SharePoint 2010 beta, the wizard application throw a timeout exception and the SharePoint configuration steps aren’t done. To resolve this problem you need to go to the Registry Editor
Read More...
It was announced the release of Silverlight 4 at PDC , two weeks ago. The beta version is now available here . This framework version will include the following new interesting features: Print support Webcam and microphone support Audio and video local
Read More...
I found some Silverlight controls on CodePlex that i think that are important to share: Silverlight Timeline control: http://timeline.codeplex.com/ Silverlight DataFilter control: http://riadatafilter.codeplex.com Silverlight Cover Flow: http://silverlightcoverflow.codeplex.com
Read More...
One of the problems using Silverlight on SharePoint 2007 is how can we add a Silverlight control in the SharePoint site? A quickly and simple solution that i found to do it is the SPSilverlight web part, a web part that allows you to add a Silverlight
Read More...