domain

how to block my site from one known IP address?

I want to block access of my site from one particular IP address, how can i do that.? using htaccess or ? ...

How to get short "domain name" from dns domain name?

Forgive me if my understanding of this topic has some shortcomings, I only know what I know about domains and active directory because of what I've picked up from working with them. There are two different "versions" of a domain name. The first is what I call the DNS domain name which would be like company.int (for the user max@company....

How do you modify a Domain Class in Grails?

I can't figure how what the "standard practice" is for modifying a Domain Class after it has automatically created the corresponding database table. There's no "migration" in Grails, and there's no way that I can find to tell it to output the new SQL it would generate so you can compare it to the previous table definition and manually i...

Multiple Domain name

I have a customer that been on the web for some time. They have bought a domain name that describe it product, and a second one more up to date. Now that company has evolved to something more general and has bought a 3rd domain - something like: vegetables.com (2005) ecolo-vegetables.com (2006) good-health-eating.com (2009) Here are ...

I cant get Domain.count() static method to work

The Grails documentation defines a "count" static method, defined in the documentation like this: Description Counts the number of instances in the database and returns the result Parameters None Example def noOfBooks = Book.count() However, whenever I call it, I get this error! I simple added a call to the name of m...

Annoying Trend - Stylesheets on Alternate Domain - Firefox Problems

Is it just me or does a site like: http://www.infoq.com/news/2009/04/fubu-mvc often load without a style, because the author put the stylesheet over on: http://cdn1.infoq.com/styles/style.css I know this is all trendy way to do css, image and javascript files now. But I seem to bump into this issue all the time. Is it only a Firefox is...

Search domains by registrant email address

Is there a free tool to search domains by registrant email address? ...

Accept All Dns Requests in cPanel (or any)

Assuming i have the subdomain(ex. park1.server.com) and i want to point another domains to the park1.server.com without having to manually adding to my WHM. Think of it as domain parking service. Can it be done with WHM, cPanel? Will it affect another domains hosting on the same server in some ways? ...

How can I fix Grails error: "No domain class found for name PrivacyOptions. Please try again and enter a valid domain class name"

I'm just getting started with Groovy/Grails. I added a new domain controller to my project, and generate-controller doesn't like it. There are other indications something's wrong: If I run the app no table is actually created in the database for this. I've reduced the DomainController to one String field and no constraints, just to m...

Dependencies in the MVVM

I'm just starting to dig into the MVVM pattern for WPF but because I'm not a professional developer, I sometimes feel a little lost. The main problem I have is deciding who should create whom: Let's say I have a database storing dogs and cats. I would then have a DatabaseManager which communicates with the database (Unit of Work!?), a D...

Converting Domain name to Company Name?

Hello All, Is there are way / online service / database available to convert a domain name such as maxmind.com to the company name "Max Mind Inc." ? If not, can someone suggest a logical programmatic way to approach the problem? I was thinking on the following lines: Take Domain name Visit the website - try to find company name (n...

Using FCKEditor across domains

I have a site where I'm moving all its components over to a cookieless domain. i.e. my site is example.org.uk and the cookieless domain is examplestatic.me.uk. I am using FCKEditor as a part of this site, but it doesn't load properly when I set the source to examplestatic.me.uk/fckeditor/fckeditor.js. How can I get FCKEditor to work on...

How to disable UI control based on domain object's state?

Here's my problem. I have a somewhat complex domain object, which, depending on its state, responds to certain actions. I think the state pattern is pretty much the solution for that. However, I need to display which actions are possible at any moment in the UI. Ex: The domain object is an audio player. Some songs can't be skipped (like...

How can I tell if a computer is a part of a specific Windows domain in C#

I've got an internal C# application that I want to start deploying externally. I've got features that I only want available to internal users, but I don't want to bother with multiple releases. I also don't want to change the way that internal users are currently using the program. So, what I'm thinking is: 1) Check the domain of the...

Passing remote object from one App Domain across to another process

Hi, Basically I have 2 app domains in my first process (a service) this talks to another process (exe) that runs on the desktop using IPC remoting. In the second app domain of my service I load my plug ins and then interact with them them using an interface from the default app domain. This allows me to unload the plugins whenever I wan...

Programmatically extract keywords from domain names

Let's say I have a list of domain names that I would like to analyze. Unless the domain name is hyphenated, I don't see a particularly easy way to "extract" the keywords used in the domain. Yet I see it done on sites such as DomainTools.com, Estibot.com, etc. For example: ilikecheese.com becomes "i like cheese" sanfranciscohotels.com be...

Extensible domain model with NHibernate

I'm currently designing solution where the domain model & the repository can be extended by application plugins. Now, i have come across a few issues that i am listing below. My first issue is making domain model extensible. I was thinking about using inheritance here, but honestly, i have no idea how i can leverage multiple plugin ass...

WCF use original domain object instead of proxy generated

I have a Client website, a WCF service and a library of domain objects (.cproj). I want the client to use my library of domain objects directly, not the proxy generated version of the domain objects. Is there a simple way of doing this? ...

PHP parsing textarea for domain names entered (separated by spaces, commas, newlines)

Hi there! For my users I need to present a screen where they can input multiple domain names in a textarea. The users can put the domain names on different lines, or separate them by spaces or commas (maybe even semicolons - I dont know!) I need to parse and identify the individual domain names with extension (which will be .com, anyth...

Cloudfront dist on top level domain

Is it possible to point a top level domain like http://example.com to a amazon cloudfront distribution? I know it's possible with CNAME's but as far as i know i need to set a A-name record for the top level domain in the DNS settings. ...