Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 21st, 2005, 8:08 AM   #1
Alex C D1DJ
Newbie
 
Join Date: Jun 2005
Posts: 2
Rep Power: 0 Alex C D1DJ is on a distinguished road
What Code do i use

Hi

What code would i use to create a domain name search

Im new to programming and any help would be much appreciated

Thanks
Alex
Alex C D1DJ is offline   Reply With Quote
Old Jun 21st, 2005, 10:23 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
I would suggest that it's to your benefit to become "unnew" to programming by choosing a language other than assembler. On the other hand, if you want to become "unnew" to the microprocessor system, which encompasses hardware AND software, then assembler will get you into that ballpark. Gird your loins generically first, without regard to a specific platform.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jul 7th, 2005, 8:52 AM   #3
mackenga
Professional Programmer
 
Join Date: Mar 2005
Location: Glasgow, Scotland
Posts: 314
Rep Power: 4 mackenga is on a distinguished road
As for domain name search - I'm not sure if I have you right, here, but I take this to mean you enter a domain name and the program checks for availability? Or perhaps you mean a program that uses a word list to try to find interesting available names? Either of these, or any similar program I suppose, would probably best be written in a much higher level, probably interpreted language.

Personally, I favour Tcl ( http://www.tcl.tk ) - though people around here are probably sick of me saying that by now! All DNS transactions are slick and easy with the dns package, which is bundled with recent Tcl distributions. Tcl is very quick and easy to learn and program in, and I personally think it would make an excellent first language. It integrates well with C, so it leads into a good future direction for your learning as far as programming is concerned, when you want to take things a bit further.

Alternatively, Perl is great for this sort of program, too; I'd use Perl to do this if I was going to do it as a CGI script (for example, if you wanted people visiting your website to be able to check availability of domains). Perl is arguably not the easiest language to learn, but it's very useful, and much better aligned to the sort of thing you're hoping to do than assembly language would be.
mackenga is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:27 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC