Tags
#sp #SP2010NL 3D AJAX ASP.Net CAML Cloud CodePlex CSS Document Sets Dynamics CRM FAST 2010 Forms Based Authentication InfoPath JavaScript jQuery Managed Metadata MOSS Object Model Search SharePoint Designer 2010 SharePoint Profile System Silverlight soccerino SP2010 Visual Studio 2010 Word Automation Workflow XSLTArchives
-
RSS Links
Monthly Archives: February 2009
Creating a 3D tagcloud in Silverlight (part 2)
In part 1 I showed you how to create the basics for a 3D tagcloud in Silverlight. In this part I’ll show how to get the tags from your html for inserting it into a blog template, we’ll change the color of the tag based on the weight of the tag and let the hyperlink button actually function as [...]
Tagged 3D, JavaScript, Silverlight 5 Comments
Adding AJAX.Net to your MOSS WebParts
I know there are loads of posts on this subject already, but in this one I’ll try to give some useful tips on this subject. First, you need to add AJAX.Net entries to your web.config of the MOSS site. A very easy way to do this is by using the Ajaxify stsadm extensions. Simply add the included [...]
Tagged AJAX, ASP.Net, MOSS Leave a comment
Creating a 3D tagcloud in Silverlight (part 1)
When I saw the wp-cumulus plugin by Roy Tanck, I thought it would be a great idea to implement the same sort of functionality in Silverlight. It’s hardly original but allows me to learn some parts of the Silverlight framework. The components behind it are quite simple: Get (or send) the tags from your HTML page to the [...]
Tagged 3D, Silverlight 19 Comments
Hosting your Silverlight application and media in the cloud
Update: The Silverlight Streaming beta has ended. If you want to host your Silverlight apps on Microsoft’s infrastructure and video’s check out Windows Azure Microsoft now offers a service called Silverlight Streaming for hosting your Silverlight content in the cloud. At the moment the service is in beta and you get a whopping 10 GB of storagespace [...]
Tagged Cloud, Silverlight Leave a comment
Fix ASP.Net form submit behavior with jQuery
In standard ASP.Net web form pages there’s only one form tag for the entire page. This unfortunately has some side effects on form submit behavior. In a standard HTML all forms are contained in their own form tag. When the browser receives a enter key press for the form the form is submitted. Because of the single form [...]
Tagged ASP.Net, jQuery Leave a comment
Retrieving Tasks assigned to users or one of their groups
Sometimes you want to retrieve all tasks that are assigned to a user or to one of the SharePoint groups the user is a member of. This quite easy to accomplish through generation of a CAML query. Just create an Or statement for tasks assigned to the user and loop through all of the groups in the SPUser [...]
Tagged CAML, MOSS Leave a comment
MOSS Search and browser languages