Jump to content

Domain Name Suggestion Tool


Joweb

Recommended Posts

http://www.sitescripts.com/ASP/Networking_Tools/AJAX_Domain_name_whois.html

 

JAXed Whois. A great AJAX/ASP script that checks domain name availability whilst you type and also grabs suggestions from google. All without refreshing the page on the fly. Super fast. It can check any domain name via appropriate whois server using port 43 so its server friendly and fast. Simply upload to your website and it will work.

 

Super fast on the fly Domain name checker.

Developed in ASP (NOT PHP) and can be run from any type of page. .html, .asp, .aspx, or .php. No need for any third party components.

 

Visit: http://www.upload.co.uk/domains for full demo

Link to comment
Share on other sites

http://www.sitescripts.com/ASP/Networking_Tools/AJAX_Domain_name_whois.html

 

JAXed Whois. A great AJAX/ASP script that checks domain name availability whilst you type and also grabs suggestions from google. All without refreshing the page on the fly. Super fast. It can check any domain name via appropriate whois server using port 43 so its server friendly and fast. Simply upload to your website and it will work.

 

Super fast on the fly Domain name checker.

Developed in ASP (NOT PHP) and can be run from any type of page. .html, .asp, .aspx, or .php. No need for any third party components.

 

Visit: http://www.upload.co.uk/domains for full demo

 

Kind of weird to use ASP with a php script.

Link to comment
Share on other sites

you can do a few ways:

 

1. Easiest way.... have a list of names (ie: super, value, great, number1) that you append or pre-pend to the term searched for: ie searching for "host" may give you superhost, hostsuper, valuehost, hostvalue, greathost, hostgreat number1host ... etc.

 

2. More advanced... use a dictionary or thesaurus or related word API to do the same thing. You can install aspell, wordnet or dict moby thesaurus installed locally and use that as your thesaurus basis, for instance.

 

3. Use a api search feed to find related phrases or such .. This can be done with yahoo's or google's api, but you do need permission to use for commercial purposes. I think the script someone linked to above uses something like that ??

 

For any of these, it's not recommended to actually check availability, unless you are using a super fast whois. You should loop through each of your words, or phrases, and then present the results, that's what most of these do anyway.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated