I found a tool at xmethods.net that is great for looking at WSDL.Â
Archive for March, 2007
Soap WSDL Analyzer
Friday, March 30th, 2007Security issues
Friday, March 30th, 2007I’ve added a new category for security related issues today.
A few days ago I talked about EXE files and briefly expressed how dangerous they can be. Another security issue that just caught my attention is USB devices. Don’t ever accept a “Free” USB device and connect it to your computer. Why? because USB devices can be configured to store EXE files.
Here is one link about how a USB device can be used to protect yourself at internet cafe’s.
anonymous.livelyblog.com – tor usb keystick
Notice in the first paragraph: It includes a non-open-source .exe file, which is my eyes makes it not worth trusting
Take my word for it. EXE files can be bad. They can execute anything from wiping your hard drive, to watching your keystrokes on your computer, to causing your computer to act as spam email server, to causing unforeseen cpu usage or other annoying or legally damaging things.
NuSOAP for PHP
Thursday, March 29th, 2007Unfortunately, the web server does not have SOAP turned on and it won’t for some time so one alternative is to use NuSOAP. I have found some good working examples at scottnichol.com Introduction to NuSOAP.
I have a working sample here with the source code.
EXE Files
Tuesday, March 27th, 2007ok. I’m going to get on my soap box for a minute and talk abot how bad EXE files are.Â
EXE files are sometimes used for Self Decrypting Archives or Self Extracting Archives.
If you have ever used open source software you may have noticed that the developers offer a MD5 hash of the executable file. They have a very good reason for doing this. The reason is that they want to be sure that you only run a executable that they know is safe and is intended to do what is supposed to do and hasn’t been replaced by someone who has less than honerable intentions.
Never trust a EXE file unless you can prove that it hasn’t been modified.
I’ll talk more about this later.
CSS table test
Sunday, March 25th, 2007If you were looking for the post about the CSS table test. It has been removed due to the fact that it is too difficult to display within wordpress.Â
You can find the code over at snipplr.com at this location: CSS Table
knowledgebase
Tuesday, March 20th, 2007Here is a link to my knowledgebase where I post articles about technical topics that interest me.
External Trackback Test
Sunday, March 18th, 2007This is a test trackback. Thank you for allowing the use of this tool.
Internal Trackback Test
Sunday, March 18th, 2007This post is a test of an internal trackback.
The Hotlinking issue
Sunday, March 18th, 2007I have recently become interested in hotlinking. I know why it is important and I need to do something about it.
My searches on the topic have produced the following.
alistapart.com – Smarter Image Hotlinking Prevention
A more detailed solution and explains why a “Quick Fix” isn’t enough.
altlab.com – So You Have Decided to Hotlink and Steal Bandwidth
This page has a form on a page to test your hotlink solution.
robinsblog.com – Preventing Hotlinking
This is the site where I learned how to remove my content from the Google index.

