I made a website for my work and im editing it a bit today and all of a sudden it starts messing up!
instead of saying:
//www.geocities.com/oldetownebakery11/index.htm
now it says:
//www.geocities.com/oldetownebakery11/index.htm?200719
it shows just the logo, background color, but nothing else! Help.. I need this done by monday and i have no idea whats happening..
All i did was add some pictures and links, but didn't even alter this page, i changed a different one, I changed .../cakes.htm and its saying .../Cakes.html?200719 as well. Help I can provide the codeing if need be, but its kinda confusing lol :P
Some kind of redirection added by one of those JavaScript scripts? There are a few includes, near the bottom of your source. Have a look. Find out what the script does, or better yet, remove it and see what happens.
Some kind of redirection added by one of those JavaScript scripts? There are a few includes, near the bottom of your source. Have a look. Find out what the script does, or better yet, remove it and see what happens.
ya i added that awhile back, its used to cancel out the geocities popup ads, and has worked just fine for awhile now.
Some kind of redirection added by one of those JavaScript scripts? There are a few includes, near the bottom of your source. Have a look. Find out what the script does, or better yet, remove it and see what happens.
ya i added that awhile back, its used to cancel out the geocities popup ads, and has worked just fine for awhile now.
BTW they do catch on and they do cancel your account lol. Takes awhile most of the time.
Some kind of redirection added by one of those JavaScript scripts? There are a few includes, near the bottom of your source. Have a look. Find out what the script does, or better yet, remove it and see what happens.
ya i added that awhile back, its used to cancel out the geocities popup ads, and has worked just fine for awhile now.
BTW they do catch on and they do cancel your account lol. Takes awhile most of the time.
oh really? that sucks :S oh well this is just a temp site while my boss sets up a .com
//www.geocities.com/oldetownebakery11/index.htm?200719 gives me a logo and background img.
//www.geocities.com/oldetownebakery11/index.htm gives me a logo, background img, and the sponsored links panel on the right.
Neither one of these links show any text. It appears by looking at the source code there should be various paragraphs of text about the company, address, etc...
In the source code for both urls there are several html commented sections that state "server generated code, please remove", yet the code still seems to be there.
Also, some inconsistency in coding with some html having closing tags (i.e. ) and many that have no closing tags at all.
The ?200719 suffix is just a query string. Both links still go to your index.htm page.
The query string passes the page extra data. Something may be using the extra data (like your JavaScripts or the webserver), but your base index.htm link should still work fine.
The ?200719 suffix is just a query string. Both links still go to your index.htm page.
The query string passes the page extra data. Something may be using the extra data (like your JavaScripts or the webserver), but your base index.htm link should still work fine.
-Jeff
it doesn't though, atleast not on internet explorer, firefox seems fine
//www.geocities.com/oldetownebakery11/index.htm?200719 gives me a logo and background img.
//www.geocities.com/oldetownebakery11/index.htm gives me a logo, background img, and the sponsored links panel on the right.
Neither one of these links show any text. It appears by looking at the source code there should be various paragraphs of text about the company, address, etc...
In the source code for both urls there are several html commented sections that state "server generated code, please remove", yet the code still seems to be there.
Also, some inconsistency in coding with some html having closing tags (i.e. ) and many that have no closing tags at all.
How was this code generated?!
edit typo.
I did the code myself, i know its kind of a hackjob but until yesterday it worked perfectly. Im confused cuz i didn't change a darn thing on the main website and it started giving me that ?200719 thing
There's a lot of little things to clean up on that page. IE is stopping because of the malformed comments. HTML comments start with not --!>. Not seeing the ?200719 at all. Usual advice about using CSS instead of font tags, blank images, messy styling in tags, etc and adding a DTD would apply here.
I am not an expert so I don't know if I am helping much but here it goes anyway.
Works fine in Mozilla Firefox. IE7 only shows the Background. I looked at the source in both firefox and IE7 and this was near the top which says to remove it?
Also near the bottom is the same "Please Remove" line.
What is up with that?
Is Firefox smarter than IE7? Able to ignore things and display what it assumes should happen?
I am not an expert so I don't know if I am helping much but here it goes anyway.
Works fine in Mozilla Firefox. IE7 only shows the Background. I looked at the source in both firefox and IE7 and this was near the top which says to remove it?
What is up with that?
Is Firefox smarter than IE7? Able to ignore things and display what it assumes should happen?
Thats not actually on the page. It is generated and inserted into every geocities page for the past 7 years. But its not in the original file. Its the code to make their popup work.
There's a lot of little things to clean up on that page. IE is stopping because of the malformed comments. HTML comments start with not --!>. Not seeing the ?200719 at all. Usual advice about using CSS instead of font tags, blank images, messy styling in tags, etc and adding a DTD would apply here.
Do you know another way to add indenting? I dont know another way, thats why i did the blank images and such. Whats a DTD?
Hes basicly telling you to step up to XHTML 1.0 Strict lmao... or HTML 4.01 Strict coding standards. They both ask to have a document type in the top. Otherwise the browser goes into quirks mode.
Coding standards have changed. What they teach in high school(graduated in 03) is basically a a free handed mixture of html 2 and 3.2.
Font tags got replaced with Cascading Style Sheets and then you just add a reference to each section of text you want to use a particular style. Cuts down on the code the browser has to process.
I deleted the server generated sections of the source code as I stated before, saved it to my documents as html. Then opened it with Internet Explorer and it works fine. I can even click on the links and it takes me to the breads and the cakes.
I was also reading about quirks mode and standard mode. If there is text at the beginning of the page the browser will trigger into quarks mode or something. Maybe this stuff at the beginning triggers the browser to the wrong mode and then won't work right with the code.
I deleted the server generated sections of the source code as I stated before, saved it to my documents as html. Then opened it with Internet Explorer and it works fine. I can even click on the links and it takes me to the breads and the cakes.
I was also reading about quirks mode and standard mode. If there is text at the beginning of the page the browser will trigger into quarks mode or something. Maybe this stuff at the beginning triggers the browser to the wrong mode and then won't work right with the code.
Could be your popup remover is causing geocities popup code to cause problems with IE. Which maybe even on purpose they figure they can make it cause problems and stop you from using the stopper code.
Do you know another way to add indenting? I dont know another way, thats why i did the blank images and such. Whats a DTD?
Hi. Having fun yet? :)
I'm about 2 years out from doing web development now (currently working in Unix, C++, some Java). A couple of books that were a great reference/learning tool for me are the following:
Cascading Style Sheets - The Definitive Guide, by Eric Meyer, O'Reilly publishing, ISBN 0-596-00525-3
JavaScript & DHTML Cookbook, by Danny Goodman, O'Reilly publishing, ISBN 0-596-00467-2