Hi,
I have been tasked with coming up with a routine that will suggest alternative domain names to register if the customers original requested domain name is already registered.
The first step I think would be to split the requested domain back in to bits so that I could work out alternatives to try.
eg. mybigredtruck.com would be broken up in to "my", "big", "red" & "truck"
Then I would need some way of working out alternatives for these.
Does anybody know of any methods, components / web services that could do any of this functions. Any ideas will be greatfully accepted.