 |
BOOK: CSS Instant Results  | This is the forum to discuss the Wrox book CSS Instant Results by Richard York; ISBN: 9780471751267 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: CSS Instant Results section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

October 28th, 2006, 07:45 AM
|
Registered User
|
|
Join Date: Oct 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
IE7 script not working on linux server
Dear Mr. York,
First of all, thanks for the wonderfull work delivered and the clear syntax.
Question :
I develop on a Windows platform , but host my sites on a Linux server. I used the ie7-standard-p. js for the multi-column layout and it works like a charm under Windows. When posting my site on the Linux server it comes back with a 404-Page not found. Do you have any idea how to resolve this ?
Thanks in advance for your cooperation.
With best wishes,
Wim Paulussen
|

October 28th, 2006, 09:36 AM
|
Wrox Technical Editor
|
|
Join Date: May 2005
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Wim,
404 Not found generally means just that - Not found. Linux is case sensitive. Are you sure you've written URLs referencing your resources correctly i.e. case of the letters is matched exactly?
|

October 28th, 2006, 10:02 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
|

October 29th, 2006, 07:40 AM
|
Registered User
|
|
Join Date: Oct 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi,
Thanks for the replies.
Forgot to mention that it works well with Firefox. Url is as follows :
http://www.asgc.be/sion/index.html (this works fine). Click on the leftmost language flag and you will see that the website comes up and then generates a 404 error.
To AGS,
I picked up that the ie7 script creates its own urls and that this effect causes my problem. It should not work in Firefox either, or am I missing something ?
Thanks for any help in advance.
With best wishes,
Wim
|

October 29th, 2006, 12:37 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 1,706
Thanks: 0
Thanked 6 Times in 6 Posts
|
|
The IE7 script doesn't work in Firefox, but you should still include it using conditional comments so that other browsers don't even see the script. It doesn't offer any functionality for other browsers anyway, since it is a CSS compliance patch for IE6 that is intended to bring IE6 up to the same level of CSS compatibility as is found in other browsers.
I've tried to load up IE7's test page to no avail. Can you please send me a link to the test.html file, which should be present in the IE7 install directory.
A listing of that directory should look something like this:
Code:
blank.gif ie7-css3-selectors.js ie7.gif ie7-load.htc ie7-server.css test.html
ie7-base64.php ie7-css-strict.js ie7-graphics.js ie7-object.htc ie7-squish.js test-trans.png
ie7-content.htc ie7-dhtml.js ie7-html4.js ie7-overflow.js ie7-standard-p.js
ie7-core.js ie7-dynamic-attributes.js ie7-ie5.js ie7-quirks.js ie7-xml-extras.js
ie7-css2-selectors.js ie7-fixed.js ie7-layout.js ie7-recalc.js README.txt
Regards,
Rich
--
Author,
Beginning CSS: Cascading Style Sheets For Web Design
CSS Instant Results
http://www.catb.org/~esr/faqs/smart-questions.html
|

October 29th, 2006, 02:00 PM
|
Wrox Technical Editor
|
|
Join Date: May 2005
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
As far as I understand the problem is caused by ie7-load.htc file. It is the file which raises 404 error. The reason is probably that Apache Web server doesn't have correct MIME type mapped to .htc files.
There is a link to Microsoft article regarding this subject and configuration needed for Apache server:
http://support.microsoft.com/kb/306231
|

October 30th, 2006, 02:51 AM
|
Registered User
|
|
Join Date: Oct 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks guys,
It works now. I included all the files (initially only installed te ie7-standard-p. js script). The result can be viewed on the abovementioned link.
I will do the necessary to upload the english text so you can start booking your holidays in Saint Tropez  ...
With best wishes,
Wim
|

January 25th, 2007, 10:28 PM
|
Registered User
|
|
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Looks like I am having the same problem with the IE script on the Linux server. I have double and triple checked my coding putting the contents under the root of the domain as well as a copy under the directory where the project resides. The bottom status bar of IE shows the files are loading but the iframe does not display.
One note: my hosting provider is shared so I have no ability to restart APACHE. I have added the meta type for the htc file but with no restart am I "dead in the water"? Other than move to Windows hosting are there any other suggestions?
Files at http://www.go2technologies.net/WroxC...ect1/Wrox.html
Thanks!
|

January 25th, 2007, 11:49 PM
|
Registered User
|
|
Join Date: Jan 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
quote:Originally posted by Collwood13
Looks like I am having the same problem with the IE script on the Linux server. I have double and triple checked my coding putting the contents under the root of the domain as well as a copy under the directory where the project resides. The bottom status bar of IE shows the files are loading but the iframe does not display.
One note: my hosting provider is shared so I have no ability to restart APACHE. I have added the meta type for the htc file but with no restart am I "dead in the water"? Other than move to Windows hosting are there any other suggestions?
Files at http://www.go2technologies.net/WroxC...ect1/Wrox.html
Thanks!
|
This was a coding issue with a misplaced space. Always best to use the code from the CD to verify! This helped locate the error.  All is fine now.
|

February 1st, 2016, 07:35 AM
|
|
Weird on Linux has 90% of all servers, should work either way, check the paths
|
|
 |