I put this to my host, and someone from their support team replied saying:
You are accessing the site using the temporary url and you cannot expect same results from a temporary url of a an actual...
Hi Dave,
They are referenced as /css/something.css without the http://1.2.3.4. But if the page is at http://1.2.3.4/~mysite/page.html then /css/something.css is pointing to...
I am currently configuring my website on a shared LAMP server.
I have not yet transferred the domain name, so the site is accessed by ip address and a folder e.g. http://1.2.3.4/~mysite/
...
That works when the entire browser window is not active, but not the tab itself. So if the user switches to another tab in the same browser window, it keeps running...
I'm working on a page which uses a javascript to fade images in and out cyclically.
The fade times are only brief, but I was wondering if it is possible to only run the script when the page...
Was wondering if anyone could shed any light on a strange problem I'm having with mod_rewrite:
I'm trying to rewrite urls so that www.domain.com/mycategory
displays the page...
I currently do not have access to a widescreen monitor, and am developing at 1024 x 768 on a 17" monitor.
Is there any way I can see how my pages would look at higher widescreen resolutions?...
That's where I thought it would be - however I said in my question
on the server, which makes me think they have been compiled, with the source not on the server.
Is this likely?
I'm completely new to ASP.Net and am trying to change a database connection in someone else's site.
The pages which connect to the database all start with something like
Hi, I have a site hosted on a Windows server with ASP and MS SQL Server.
I want to transfer to another host.
Apart from copying all the files and the database across, what else do I need to...
Hi, I have an ASP site with an Access database.
Would it be possible to connect to this database remotely in, say, a Java program (running on a desktop, not a server). Or do you have to be...
The file I'm trying to create is for a Froogle data upload, which are required to be UTF-8. All was OK until now, but they have recently made some changes, and it started saying my uploads contained...
I need to convert a string to UTF-8, but I don't have the iconv functions available on my server.
My string contains accented characters e.g. the letter 'e' with an acute accent as in French....
What's the best way to multiply 2 arrays value by value in php?
E.g $a1 = array(1, 2, 3); $a2 = array(2, 4, 6);
Need $a3 to be (2, 8, 18).
I was hoping for a shortcut without using a for(each)...
OK I see, but as it stands you are not using W3C DOM methods, you are using IE only methods.
If you want it to work cross browser you must use document.getElementById or...