Browse by Tags
All Tags »
ASP.NET (
RSS)
Sometimes I’m amazed and today is such a rare moment. This should be embedded in Visual Studio 2010 by default! Have a look over here and get amazed. Trust me it works!
Sometimes I'm really happy with SharePoint and sometimes I'm not. Today I'm happy again. In creating a connected webpart I noticed a very long and irritating page flicker. Normaly I don't really bother and to all those implementing a complete ajax solution just because of a little page flicker: Get a life! I'll show you how to eliminate this page flicker in SharePoint (or any other website btw) without adding an updatepanel....
In two previous posts I demonstrated how you could use wrappers for list items in order to enable strongly typed access to list item properties. Very nice but I can imagine you guys and girls would like to see a real life example of it's usage. And I guess it would be very nice if I could come up with something that we can actually use in our project today. So I decided to create a slideshow web part. With the help of: jQuery, the jQuery Cycle plugin and a PictureWrapper I created a very basic slideshow. It's not completely finished, but I'll leave the addition of some extra options as practice for you guys. If you're not interested in my writing you can download the complete source and the Windows SharePoint Solution Package at the end of this article. It has been created with the help of WSP Builder. The must have tool for all SharePoint developers....
SQL Server 2005 next to SQL Server 2008 Visual Studio doesn't know which kind of database it should create when you ask it to create a new database file. Should it be SQL 2005 or 2008? By selecting Tools -> Options -> Database Tools -> Database...
I didn't know that Outlook does not support the RFC 2822 standard by default. So a standard compliant mailto link that has the addresses separated by comma's simply doesn't work with Outlook. If however the addresses are separated by semicolons it does...
[note: This is a repost from my previous blogspace. My previous blogspace has been out of air for a while because of technical issues and a lot of developers were never able to read the articles.] Extension Methods If you don't know extension methods...
More Posts