R25 Event Creation Form, Now with Web Services
On March 12, 2010 I will (be giving)/(have given) a presentation on some work I did with R25 using web services.
The presentations title is ‘Using Web Services to Create Events.’
vb.NET Email Code Example
If there is one thing that burns me, it’s code examples that don’t work. I recently stumbled across
some broken code for vb.NET to sends emails. Look, I know this example is from 2003, but if people are going to comment suggestions on how to make your example code work, the least you can do is update it. Also, it irks me that this page was #1 on Google when I searched for it.
Read the rest of this post »
Set Up Linux Based FTP with Active Directory Integration
We have a new
LAMP server, and we needed FTP set up for the machine. We do not need user folders. We do need developers and designers to have access to it via ftp, using their windows domain accounts.
This was a big one. All the code is there and nothing needs compiling. Yet for some reason there is not a great guide on this. For the most part I have dabbled with Windows Servers, so this is a bit of a departure for me.