I found this very useful tool for deploying an Infooath Manage Form Templates for SharePoint…
Check out this link
January 26, 2009
I found this very useful tool for deploying an Infooath Manage Form Templates for SharePoint…
Check out this link
January 16, 2009
| Show the date and time, weather and location for each of your offices…for free. | |||
|
Wish it would snow without all the cold and icy mess? Your wish is granted! The Bamboo Solutions World Clock & Weather Web Part allows users to display local time and weather for selected major cities around the globe. This free Web Part allows you to:
|
|||

January 14, 2009
I found this site where it tackles SharePoint Customization Best Practices. There is a free white paper that you can download for your reading references.
Have fun SharePointing!!!
January 14, 2009
Just thought of sharing the development tools and utilities that I’m using for SharePoint development.
Host: Windows 2003 R2 (64-Bit) - This will allow me to maximize my RAM usage
Or
Windows 7 Beta 1 (64-Bit) - on-going experiment…. So far… So good
VM App:
MS VPC or VMWare - I use both…
VM:
Windows 2003 R2 (32-bit) – My VM development box
IDE:
Visual Studio 2008 Team Suite – Installed on my dev box
Branding Tools:
Office SharePoint Designer 2007 - I love using this tool for branding our SharePoint Portal.
Pain.Net – Free Image Editing Tools
InstantEye Dropper – Cool free apps for getting HTML, HEX, etc… colors
Extras:
VSeWSS 1.3 - Works on 64-bit flat form
NewSID – A free tool from Microsoft that change the SID info of a computer specially when restoring or creating a different VM from a base image.
TreeSize – A free tool, yet powerful enough to tell where you precious hard disk space went. This is very useful if your having a hard disk space error (usually happens when creating a web application).
January 13, 2009
The Visual Studio extensions for SharePoint (VSeWSS) provide project templates for developers using Visual Studio 2008 to create, debug, package and deploy SharePoint projects including Web Parts, Data Lists, Content Types, Event Receivers, Templates, Modules and other SharePoint artifacts. The v1.3 release is an incremental release of the VSeWSS including top feature requests. It is an interim release for SharePoint Developers on the roadmap until Visual Studio 2010 is released with significantly improved SharePoint development tools as outlined here.
The Community Technology Preview (CTP) release is available here on Microsoft Connect where customers can also report any feedback they have. It is anticipated that all existing VSeWSS 1.2 projects will work with the CTP. The CTP is not supported by Microsoft Customer Support Services. You are encouraged to provide feedback through the Microsoft Connect site and to discuss the extensions on the SharePoint Development MSDN Forum.
January 12, 2009
Since Windows 7 Beta 1 was released, I’ve decided to install it on my laptop (Dell Precision M2400) and see how it will benefit me to use it as a SharePoint development environment. I’ve used the 64bit version to squeeze the juice out of my laptop’s RAM. I’ll post a follow-up result of this experiment.
You can go to http://www.microsoft.com/windows/windows-7/beta-download.aspx to download your copy.

Have Fun and happy SharePointing!!!
January 8, 2009
You can follow the steps for deserializing an infopath form into C# or VB.NET object at this link:
also you can use this approach for deserialization code:
Private Function GetExpenseData() As Expense
Dim expenseFrm As Expense
Dim serializer As New XmlSerializer(GetType(Expense))
Using stream As IO.Stream = workflowProperties.Item.File.OpenBinaryStream()
expenseFrm = TryCast(serializer.Deserialize(stream), Expense)
End Using
Return expenseFrm
End Function
January 5, 2009

December 23, 2008

Materials and sources that brought me to this level:
Also, reading weblogs and blogs from MVP’s, have a try-it-out attitude and the most important of all is PASSION.
December 22, 2008
Today, we are excited to announce the release of the Web Services for Remote Portlets (WSRP) Toolkit for Office SharePoint Server 2007. The WSRP Toolkit for SharePoint provides sample code for producing WSRP conformant data from SharePoint lists and libraries. External portal platforms (e.g. BEA AquaLogic Portal, IBM WebSphere Portal, SAP NetWeaver Enterprise Portal etc.) can then render SharePoint data natively through their WSRP consumer portlets. The Toolkit is available now for download from the MSDN Code Gallery.