13
votes
7answers
2k views
How to use Google app engine with my own domain (not subdomain)?
Hi all,
After hours of reading about and experimenting with DNS records I can access my Google app engine app via these URLs:
myappid.appspot.com
www.myappid.myowndomain.com
What does not work:
…
12
votes
3answers
187 views
Measure the pronounceability of a word?
I'm tinkering with a domain name finder and want to favour those words which are easy to pronounce.
Example: nameoic.com (bad) versus namelet.com (good).
Was thinking something to do with soundex …
10
votes
16answers
664 views
Ethics of keeping a domain name hostage
I do some work as a freelance web developer, for which I do my own hosting. I have one client who is very behind on paying me. His domain is registered in my name not his. Is it ethical for me to …
10
votes
15answers
888 views
Programming against interfaces: Do you write interfaces for all your domain classes?
Hi,
I agree, that programming against interfaces is a good practice. In most cases in Java "interface" in this sense means the language construct interface, so that you write an interface and an …
8
votes
8answers
198 views
Non-english domain naming issues in programming
Most programming code, I imagine is written in english. But I'm curious how people handling the issue of naming herein. Alot of programming is done within some bussiness domain, usually with well …
6
votes
3answers
166 views
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 …
6
votes
0answers
395 views
Windows Domain Authentication with Firefox [closed]
We have many internal web sites on our domain:
a.blah.com
b.bhah.com
c.blah.com
IE authenticates automatically using the currently signed in domain user but fire fox pops up a login box, sometimes …
6
votes
5answers
223 views
Is using one-to-one interfaces with domain entities a good or bad practice? Why?
One thing I see in some DDD enterprise apps that I work on, is the use of interfaces that are identical to the domain entities, with a one-to-one mapping of properties and functions. Indeed a domain …
5
votes
0answers
104 views
What is a cookie-free domain? [closed]
What is a cookie-free domain? I've seen these words many times but I never understood what it is.
5
votes
6answers
547 views
What methods should go in my DDD factory class?
I am struggling to understand what my factory class should do in my DDD project. Yes a factory should be used for creating objects, but what exactly should it be doing. Consider the following …
5
votes
4answers
443 views
Possible to prevent our website from running inside another domain’s frameset or IFrame?
We've been having an problem recently where other sites are running our e-commerce site inside a frameset where our site (with the offenders affiliate id tacked on) is the only content in a single …
5
votes
2answers
3k views
Free DNS server for Windows XP/Vista/Win7?
I'm currently developing a security solution that should work across domains and as such I need a small private dns server to add various entries to. I could alter the hosts file to achieve the same …
5
votes
7answers
901 views
LINQ To SQL entity objects as domain objects
Hi everyone.
Clearly separation of concerns is a desirable trait in our code and the first obvious step most people take is to separate data access from presentation. In my situation, LINQ To SQL is …
4
votes
6answers
247 views
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 …
4
votes
4answers
521 views
How can I set up my domain name on Google App Engine?
I've made a website to go on App Engine, and have deployed it.
I've redirected my domain name to ghs.google.com, and it successfully goes to my site.
The problem is that in the address bar, …
