domain

How to restrict visibility of domain properties in grails?

Is there any recommended way to restrict the visibility of a domain in grails? Normally you you do something like to get some interface for external use: def productList = Product.list() withFormat { html {[productList:productList]} json { render productList as JSON } xml { render productList as XML } rss { render(feedType:"rss...

Calling a webservice through jquery cross domain

hi there, i am new to jquery so please bare with me, I am trying to connect to a .asmx webservice (cross domain) by means of client-side script now actually i am having problems to use POST since it is being blocked and in firebug is giving me: OPTIONS Add(method name) 500 internal server error. I bypassed this problem by using GET i...

Access to SQL Server 2005 from a non-domain machine using Windows authentication

Hi, I have a Windows domain within which a machine is running SQL Server 2005 and which is configured to support only Windows authentication. I would like to run a C# client application on a machine on the same network, but which is NOT on the domain, and access a database on the SQL Server 2005 instance. I thought that it would be a si...

What is difference between segment, Volume and Partition ?(In Storage Domain)

I have a basic question related to storage domain. Can any one answer what is difference between segment, Volume and Partition ? Thanks. ...

Facebook Like button data for a domain?

We make a widget for media sites and have included the Facebook Like button, so anyone who installs our widget gets the Like button on every page without having to do additional integration work. We'd like to show the site owner some basic data / analytics about Like activity... which URLs are liked, and how many times. I can't figure ...

Change IP where domain is pointing

This is probably a very strange request. I need to programmaticaly (via code) change the IP where a domain name is pointing to. IE: xyz.com points to 100.100.100.100 setIP('xyz.com','100.100.100.100'); I know this [code] is practically impossible, however, what I need is to do this via domain host API etc or other possible ways you ...

Whats up with cross site Scripting (getJSON) and flickr example

In past i had read the documentation about getJSON and there is an example with a flickr photo api. (the example with the [pussy]cats :-)). No I ask myself why is it possible, to access flickr directly with this example. Ive tried this by store this code on my local machine - it works but if I use a local copy of jquery i just get an er...

RewriteRule - how to redirect from a folder within a folder to a new domain?

Hi, I've been struggling with the following rule: RewriteRule ^subdomains/example.com/(.*)$ http://www.example.com/$1 [R=301,L] I'm trying to redirect anything that occurs after the folder /subdomains/example.com/ to http://www.example.com/ whilst including any filename or extra folder path information. E.g: www.olddomain.com/subdoma...

Three Layer Architecture: Should the data layer depend on the domain layer, or vice-versa?

Are both options correct? Is one of them better than the other? Under what situations? Is one harder to achieve than the other? ...

C# connect to domain SQL Server 2005 from non-domain machine

Hi, I asked a question a few days ago (http://stackoverflow.com/questions/2795723/access-to-sql-server-2005-from-a-non-domain-machine-using-windows-authentication) which got some interesting, but not usable suggestions. I'd like to ask the question again, but make clear what my constraints are: I have a Windows domain within which a mac...

How to "ping" a domain name?

Hi, In Code i want to validate a domain name. For example : " DomainName.com". How can i do that in C#. I worked on MSDN Solution. (Second Solution). But "PingCompletedCallback" is not getting executed. Thanx ...

How to find out homestead.com nameservers?

Hi Everyone, I have an old site created in homestead.com I redirected the domain to a new site last week but now want it redirected back. However I dont know what the nameservers are. Does anyone know? Kind Regards Nick ...

blog.domain.com vs domain.com/blog

Other than style, is there any significant difference between the 2, perhaps in something such as SEO? And style-wise, is there a "standard"/good practice about it, or its just up to your personal preference? ...

$this->url() to another subdomain

Hello, I created subdomain for my application. host_www.type = "Zend_Controller_Router_Route_Hostname" host_www.route = "www.mywebsite.com" host_www.defaults.module = "default" host_www.defaults.controller = "index" host_www.defaults.action = "index" store_infos.route = "storeinfos/:store" store_infos.defaults.controller = "store" sto...

redirect external subdomain traffic

Hi, I have apache installed on one of my server on two different ports, all http requests are handled by the apache on the default (80). Now I have a subdomain for a domain and I want the request for the sub domain to be handled by the apache on the other port (10024). I've tried using RewriteEngine On RewriteCond %{HTTP_REFERER} ^sub...

Tumblr - Custom Domain Help.

I own the domain name, iamgabeaudick.com. It was my personal website, but I now want to use it as my tumblr domain. I've changed the DNS, and tumblr confirms that the domain is set up correctly. But when I access iamgabeaudick.com, a blank "Index of /" page appears. Any ideas why this is? Do I need to configure the ftp files in some wa...

How to understand existing projects

Hi. I am a trainee developer and have been writing .NET applications for about a year now. Most of the work I have done has involved building new applications (mainly web apps) from scratch and I have been given more or less full control over the software design. This has been a great experience however, as a trainee developer my confi...

What is the difference between Domain Pointing and Domain Forwarding?

I currently have a website hosted with one hosting provider along with a good hosting plan that allows multiple subdomains. I have another domain name registered with another company that is currently parked and would like to host it as an independent site on my existing hosting plan. I've created a directory with the site content and no...

CrossDomain error

Hi, I have hosted my Silverlight application in IIS, now when I try to access the application I get the following error System.ServiceModel.CommunicationException: an error occured while trying to make request to URI This could be due to attempting to access a service in a cross-domain way without proper cross-domain policy in place, ...

using domian alias for multilanguage

Hi, I am using domain alias for different languages; webname.es webname.co.uk; It is working perfectly as the language is managed depending on the host. Working on joomla, joomfish and artio are working perfectly. You have perfectly pages and friendly URL's translated for example webname.es/hola.html and webname.co.uk/hello.html Using a...