domain

Mapping Linq-to-Sql entities to custom domain entities

How could I map my Linq-to-Sql generated entities (DTO’s) to my domain entities? The problem is that I can’t map the associations because they are not of the same type. The DTO’s uses EntitySet and EntityRef and my domain entities uses IList and T. I’ve looked at some blog post: Ian Cooper's architecting-linq-to-sql-applications-part-5 ...

What's the important part of search technology?

What's the important part of search technology? Distributed file system Cloud computing Storage system Ranking algorithms Search algorithms Or something else? ...

cross domain "cookie-ing" the master site is not my own

I currently have an apartment database website I pay for "http://www.apartmentdata.com/?SITEID=38207" This is the beginning of the search process. I am making my own custom site and I want it to have links that go directly to apartments, or any page past the initial search page. None of these will open unless the initial search page is o...

Have we reached the point that a mysite.net is as good as mysite.com?

Although not strictly programming related, this is something I believe us web developers think about a lot more than most people, so I wanted to ask this community. When trying to find domains to launch my projects on I'm still convinced that I must find an available .COM and that perfectname.net is not as good as almostperfectname.com....

Domain Registration service with REST API

Does anybody know of a domain registrar with good REST API? ...

How to access domain properties from a controller in Grails?

I have the following Grails domain class: class Product { String name Float basePrice Category category String image = "default.jpg" static constraints = { name(size:3..25, blank:false) basePrice(scale:2, nullable:false) category(inList:Category.list(), nullable:false) image...

Domain Layer access to Persistence stuff

I am trying to keep my domain layer as "pure" as possible without weaving in persistence or other infrastructure concerns. However, there are times when my domain layer needs to use the services of either an RDBMS or other external dependency and I'm not sure how to deal with it. For example, each domain object in my app implements an ...

How to create a list of recently expired domains?

I see many websites offering services to list recently expired domains. I also see many blogs on how to use these websites. However, none of them explain what is necessary to generate the list in a computerized manner. Is it possible to do this without saving all the domain names and querying the whois to see if the registration is gone...

domain forwarding and seo

I want http://mynewdomain.com to forward with masking to http://mysecretdomain.com/mynewsite. When a user types in http://mynewdomain.com/aboutus.html, he should see the contents of http://mysecretdomain.com/mynewsite/aboutus.html. I do not want the public to be aware of http://mysecretdomain.com. Will the way I use forwarding and mask...

Proper way to forward domain from Server A to Server B

Here's my situation. I register myweb.ca (country specific) domain with Webhost Provider A because they allow ccTLD, while Webhost Provider B does not. I host my PHP files on Webhost Provider B at http://mysecretweb.com/myweb/ because I like them better (reliable, cheaper, proven etc...). I want to achieve the following: When user t...

Do we have to buy a domain to serve Bugzilla?

I tried putting my IP from whatismyip.com in the urlbase of Bugzilla but it did not work. I wasn't able to create a new account for my team mate, and he wasnt able to access the server by typing the my ip address in his browse. And surely, when I connect again, my IP address will change. Do we have to buy a www address to host Bugzilla? ...

Licensing software on per site/domain basis.

I'm about to release a piece of web based software and I'm looking for a license that will make sure that the software will be used in only one site/domain per license. Do you know of any available licenses that would meet this requirement? ...

Retrieve a cookie from a different path

My current document URL is http: //127.0.0.1/foo and I need to change the value of a cookie for http: //127.0.0.1/bar. document.cookie is empty because document's URL is foo. For the moment, I just want to read the cookie value. Any clue? ...

Multi-domain Subversion Deployment on Media Temple DV

This is a question pretty specific to Media Temple DV servers, but I'm hoping someone out there can help. Our deployment process on a DV server involves ssh'ing in and doing a Subversion checkout into a folder called "svn" and then creating a symlink in "httpdocs" to point to a release folder in that "svn" folder. I'm wondering if it's p...

Can I find out what domain made a request that triggered an HttpModule?

How do I find out from within an HttpModule what domain made a particular request? Say I only want to allow site1.com and site2.com to use images from my server, how do I check that it is them making the request? ...

PHP function to check domain availability not working

I am unable to get this script to function correctly. When i try to pass a domain to it, it always returns AVAILABLE, even for cnn.com! $message is the name of the domain that i am checking the availability of. This is the function call; include("domain.class.php"); // Initializing class $domain=new domain("$message"); // Checking if...

Use gmail domain account with IMAP authentication with SAML authentication not working...

I have a python script that interfaces gmail accounts and allows searches, etc. This works on normal emails (ending on @gmail.com) but not on domain accounts. In this case authentication is done via SAML, and IMAP is enabled on the gmail domain account... The instructions from google on how to configure IMAP only seem to work for @gmail...

Knowing when to model domain relationships and how to handle contextual relationships.

Hi - I am new to Domain Modelling so forgive me for asking a couple of elementary questions. My first question is about knowing when to model domain relationships. I find sometimes I feel like all classes appear to be related in some way to most others and I am unclear about when I should model these relationships directly (by holding a ...

Re direct to a sub domain

Hi I hope you can help me. I need to direct traffic to certian subdomains. EG I live in RSA and we have 4 major cities. Cape Town Johannesburg Eastern Cape Durban I have the following sub domainds capetown.mydomain.co.za johannesburg.mydomain.co.za durban.mydomain.co.za easterncape.mydomain.co.za Now when some one opens my website...

How to give cname forward support to saas software

I have a webapp where users can create their account and use the service. Now I want to give them a custom domain facility where app.customer1web.com points_to myservice.com with userid customer1 once he sets up the custom domain, for the world it looks like my service is running on his machine. Many services like blogger, wp.c...