Pages Menu
TwitterRssFacebook
Categories Menu

Posted by on 20th November, 2008

SharePoint and InfoPath Data Extraction…

SharePoint and InfoPath Data Extraction…

I have worked over the last few years much with business process automation and especially with SharePoint. Here is a somewhat straightforward solution/approach to automate a much used, but manual process in SharePoint. Let’s say you have a document library that users upload documents to. Unless you subscribe to the library and want to be notified, not much really happens when the document lands in the library. So, what if you could have SharePoint take action immediately and initiate, let’s say a Workflow, or simply store the values somewhere else, or email a user with the details…or anything else that you want? And not just with the fact that a document was uploaded (that is already built-in), but, even better, with data from the actual document… Let me walk you through the scenario: we start out with one of the sample InfoPath forms: Asset Tracking and we publish a Form Library based off this InfoPath form to SharePoint. We end up with an empty Form Library as shown below....

Read More

Posted by on 19th November, 2008

Microsoft Silverlight 2.0 Progress…

Microsoft Silverlight 2.0 Progress…

Although it is undeniable that Silverlight has made quite an impact and, apparently been embraced without much resistance, it still has a long road ahead to catch up to its rival: Flash. As Scott Gu points out in his blog, more and more Rich Internet (and non-Internet as well) Applications are being written in Silverlight and the technology is becoming mainstream with the big names. On the other hand, Flash has clearly the upper hand. More than 10 years in the business and a platform that can be embraced by non developers, gave them a long early start. Just looking at the demand for developers in either realm on Monster.com gives you the picture:  Flash (2241) vs. Silverlight (178). A few good articles comparing these two platforms can be found here, here, here and here. So, as a developer familiar with both technologies, on which one would you...

Read More

Posted by on 14th November, 2008

Looking again…

Looking again…

Well… While on my vacation, OpenText finalized the acquisition of Captaris, for which I have been working for four years and… let's just say my badge stopped working when I returned. I am on the lookout again, dusting off my resume and working on some more experiments to learn new technologies and proof my skills. I have gained a tremendous amount of experience in .NET solutions engineering, enterprise software development, workflow, integrations and business process automation and am not quite sure in which area I will focus my...

Read More

Posted by on 11th November, 2008

6 tips from Europe….

6 tips from Europe….

For our 10 year wedding anniversary, I decided to take my wife to the places I grew up in and maybe try to explain some of my behaviors she has never quite understood. We visited Holland, France, Italy and Spain seeing friends and family and covered quite a bit in two weeks. We just got back today and here are a few thing I learned from this trip that you might find useful: Don’t rent a car unless you are very familiar with the driving style and the roads. Unlike in the US, the lanes are narrower, drivers are more aggressive, the streets are not organized by cardinal points (N,E,S,W) and are mostly named and not numbered. Prepare to use all your reflexes avoiding cars, scooters, bicccles and pedestrians in poorly marked and/or respected lanes. Also, gas is incredibly expensive and the likelihood that you’ll spend much time of your vacation stressed, either finding your way around or simply finding a parking spot is high. Instead travel by public...

Read More

Posted by on 1st November, 2008

SharePoint Feature Deployment Tip.

SharePoint Feature Deployment Tip.

In a previous article, I have shown how to build a SharePoint Feature and here is just a trick that could save you quite some time… The issues is that when developing a SharePoint features (or any other component), you end up writing, compiling and testing your code many times over. The code you are writing is a separate component that, essentially, has to be taken from Visual Studio, registered in the GAC, plugged into SharePoint and then manually activated. Then you realize something isn’t working, you make a change to your code, compile and you end up with a new component, but you can’t try it, before turning off and “unplugging” the component that is currently plugged into SharePoint. And that is just the class…if you make changes to anything inside the Features folder, you have to remember to upload that as well… In other words, it requires several manual steps outside of the development environment that could consume a lot of time. To make it easier for myself, I...

Read More