I have just started a very small poll that is part of a small experiment i am conducting. If you’re interested please check it out and vote here. Please do not lookup the answer online. It will only take a minute to complete. The results of the experiment will be revealed once i close the survey, in about a week or so. I would like to thank anyone that participates in advance.
I’ve seen this trend taking off the last year or so. Every spammer out there has included Facebook in their plans. Here is how it works:
Now one would ask “Why is that spam? It’s fun!”. Ok count with me:
In most cases those groups promote or will try to promote something at some point or the other. The thing is why should you join? You like a quote? Freakin post it on your wall as a quote. Don’t join the stupid group so i can be bugged as well. You need to consider two things:
And since i’m in the topic, as a side note, i want to say this. Stop freakin posting your farmville, mafia wars or any other stupid game’s achievements on your wall. Lord! Do i really need to know that you found a stupid virtual cow in your so called farm?
That’s it. I vented. Thanks for listening and God bless
In this small tutorial i shall demonstrate how to hook up C# to use the Windows Sharepoint Services API (WSS). It’s fairly simple and straightforward. You need the following:
For the purposes of this example, we will create a small console application that will list all the sites of a Sharepoint site. First of open Visual Studio and create a new Visual C# console application. Next step is adding the reference to the WSS API on our project. To do so, you can go on the explorer window, right click on the “References” and click “Add Reference…”. On the window that will show up choose “Windows Sharepoint Services” dll from the .NET packages.
Once this step is done, off to the code:
From here on, sky is the limit! You can view a documentation of the WSS API here.
This is a follow up to the original post about acquiring a bindings object in backing beans in ADF. Some have had the question, how to use the bindings for standard operations in the backing beans. Hence this post!
The answer is – easy. As soon as you’ve got the bindings (oracle.binding.BindingContainer object) instance, you can do a lot of interesting stuff with it.
Always keep in mind, that it represents the page definition, meaning that it “contains” whatever the pageDef does.
Create a class like the following one:
So now all you have to do is instantiate the ADFUtil class and invoke its methods!