by stratosg | Dec 9, 2010 | Quickies, Thoughts, Tutorials
This is a feature of email clients that all of you out there must have stumbled on. Emails sent with images embedded in them (not as attachments but in the body of the message) often appear as blocked from your email client (outlook, thunderbird, yahoo mail, hotmail,...
by stratosg | Jul 22, 2010 | Thoughts, Tutorials
There has been a fuss on websites that don’t go through validation simply because they have a wrong way of opening a link on a new window. The old conventional way of opening a link on a new window was simply by adding an attribute like: My new window link This...
by stratosg | Jan 5, 2010 | Sharepoint, Tutorials
To cut to the chase, the process of creating a new subsite using WSS is as follows: Connect to the main site using SPSite. Add the new site using the Add() method on AllWebs collection. Do all kinds of magic using the newly created site. Here is a small C# code...
by stratosg | Dec 22, 2009 | C#, Sharepoint, Tutorials
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: A machine running Windows server 2003/08 with Sharepoint installed. Microsoft Visual...
by stratosg | Dec 21, 2009 | Tutorials
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...
by stratosg | Aug 4, 2009 | My Coding, Tutorials
There has been a lot of hype lately concerning WordPress security and vulnerabilities that are out in the open. This is an open source project so the big advantage is that (and i will quote): Luckily, the entire WordPress community has our backs. Several folks in the...