Questions tagged [tld]

TLD is an abbreviation for top-level domain.

The top-level domains (TLDs) are managed by registrars under agreement from ICANN (www.icann.org). There are several different types of TLDs:

  • gTLD - Generic top-level domains (.com, .net, .org ...)- Anybody can register these domains
  • ccTLD - Country code top-level domains (.uk, .us, .ly, .cc) - These domains normally have restrictions on their use, for example, only companies that operate in these countries may register them (.uk does not have this restriction, but .ie, Ireland, does)
  • sTLD - Sponsored top-level domains (.coop, .museum, .jobs) - These domains are for certain uses only. There are strict rules which must be met in order to register one of these domains.

See also http://icannwiki.com/GTLD for more details, including history and instructions for the proposal and registration process.

272 questions
0
votes
2 answers

Top level domain ignorance at using RIPE

I'm developing a simple app in c#, that can check if a domain name is available to puchase for a specific tld. The method: I downloaded a whois-server list, I send the domain name to its whois server with a TCP client on the protocol 43, and check…
user1300630
0
votes
0 answers

Resource for fmt tag library not getting loaded in footer JSP

I have 3 JSP with me. header.jsp, center.jsp and footer.jsp. Together they form a landing page.Each of them gets executed in sequence as provided above. Now am trying to use fmt tld to show some static content on my site. My code in header.jsp has…
KD.
  • 2,015
  • 3
  • 28
  • 59
0
votes
1 answer

Multiple domains for the same website

Short question: What is the optimal method for routing multiple Domains for the same website? Specifically, how to route a uri with an international tld (.рф or .срб) and an ascii tld (.ru or .rs respectively)? Long question: I have two domain names…
Томица Кораћ
  • 2,542
  • 7
  • 35
  • 57
0
votes
1 answer

Using Type Parameter in TLD function

I want to use a tld function which is simply implemented, MyAccessManager being an abstract class and having 2 children overriding a function differently: public static boolean isAllowed(T accessMan, MyTypeEnum…
px5x2
  • 1,495
  • 2
  • 14
  • 29
0
votes
4 answers

How to locally test Django project accessing it using example.com domain?

I'm willing to test Django project, but I want to access it using “example.com“. Before I used “127.0.0.1:8000“ (manage.py runserver), but now I have need to test how my project acts on different TLDs. All I want to do is somehow tell my computer…
daGrevis
  • 21,014
  • 37
  • 100
  • 139
0
votes
1 answer

JSPG0005E: tld file could not be found for uri[http://myfaces.apache.org/tomahawk] prefix [x]

i m using jsf 1.2 and rich faces 3.3.2. While tying to deploy my application on websphere 7 server , i recieved following error JSPG0227E: Exception caught while translating /pages/summary/summary.jsp: /pages/summary/summary.jsp(0,1) -->…
learner
  • 757
  • 2
  • 14
  • 35
0
votes
1 answer

TLD validation for email address in javascript

I am validating an email address. But this is not validating whether I am using proper tld or not. I want to validate only for .com,.in,.org,.gov and .jo .How to do that? My code is like: function validateConsumerEmail(){ email =…
Bappa
  • 799
  • 1
  • 9
  • 17
0
votes
1 answer

Attribute align invalid for tag panelGrid according to TLD

i have developed application with following facets Dynamic Web Module 2.5 JavaServer Faces 1.2 Java 5 and i m using Rich Faces 3.2, Sever is Tomcat 6 i get an error Attribute align invalid for tag panelGrid according to TLD. i did followed the…
learner
  • 757
  • 2
  • 14
  • 35
0
votes
2 answers

Convert subdomain to domain name (sub TLD vs TLD)

I have written a function that "extract" the domain from hostname. e.g. www.domain.com -> domain.com domain.net -> domain.net www.domain.co.uk -> domain.co.uk www.subdomain.domain.tx.us -> domain.tx.us and so on. However I was unable to find list…
Nick
  • 9,962
  • 4
  • 42
  • 80
0
votes
2 answers

Storing domain names in sql

Should I normalize the domain name to split the domain names, subdomains, tld? I will be adding about around 100 domains/subdomains per second and querying about 500 domains/subdomains per second. I have a plan where I can have table for tlds…
Vish
  • 4,508
  • 10
  • 42
  • 74
0
votes
3 answers

How do I imitate twitters url-shortener?

the main question is a bit short so I'll collaborate. I'm building an app for twitter with which you can do the basic actions (get posts, do a post, reply etc.) Now I figured it would be a good idea if I'd check the max 140 char limit in my app. So…
Sjaak van der Heide
  • 566
  • 2
  • 6
  • 21
-1
votes
1 answer

API for registering a free domain

I'm working on a project the requires me to register a domain for a user based on input. I want an API that I can call that will let me register a free domain for the user. The TLD does not matter, i'm open to things like .co.cc, .co.nr, etc. I…
V9801
  • 375
  • 2
  • 11
-1
votes
1 answer

How to distiguish between domain and TLD through DNS records

I need to determine whether a domain entered by a user is a standard domain e.g example.co.uk or just the TLD e.g co.uk. Is there a way I can do this e.g. by querying nameservers using nslookup or dig commands? Just for background, I'm building a…
Loftx
  • 1,760
  • 4
  • 29
  • 50
-1
votes
1 answer

How to display webpage's domain creation year in PHP

I'm trying to display the year a website's domain was created using PHP. Just the year of the webpage it's being displayed on, nothing else. So far I found this code by Greg Randall that is very close to what I'm looking for.
-1
votes
2 answers

Universal list of domain endings?

Does anyone know where I could find a list of all publicly available domain endings? By "domain endings", I'm not necessarily referring to TLDs as I'm not interested in the .uk part of .co.uk since (AFAIK) individuals cannot register sites without…
dmg8
  • 1