Become a Site Supporter and Never see Ads again!

Author Topic: web page / firefox help  (Read 2665 times)

0 Members and 1 Guest are viewing this topic.

Offline momule

  • Trade Count: (4)
  • Needs to get out more...
  • *****
  • Posts: 2178
  • Gender: Male
web page / firefox help
« on: February 06, 2006, 03:37:12 PM »
edit to say I figured it out.  I think it should now be viewable to any browser
www.kctaper.com

TIA
Nick
« Last Edit: February 06, 2006, 03:39:55 PM by Momule »
AKG 463's (uno ck62) > Mackie Onyx Satellite > Microtrack II

Offline kfrinkle

  • Trade Count: (0)
  • Needs to get out more...
  • *****
  • Posts: 2082
  • Gender: Male
    • Karl Frinkle Dot Net
Re: web page / firefox help
« Reply #1 on: February 06, 2006, 03:37:59 PM »
Link?  Usually firefox will display anything (and more) that IE will display.
-Karl
MBHO KA200n's > Naiant Tinybox (v2.1) > Sony PCM-M10
http://tooldriveproject.net

Offline fozzy

  • Trade Count: (2)
  • Needs to get out more...
  • *****
  • Posts: 3810
  • Gender: Male
  • move along, nothing much to see here
Re: web page / firefox help
« Reply #2 on: February 06, 2006, 03:39:29 PM »
doesn't seem to be using standard javascript linkage.  Try maybe using just html links, I'm not familiar w/ DW so I dunno if that is possible. 
MK 4V > KCY 250/5 Ig (KS 10I)  > VST62IUg > 722

Offline kfrinkle

  • Trade Count: (0)
  • Needs to get out more...
  • *****
  • Posts: 2082
  • Gender: Male
    • Karl Frinkle Dot Net
Re: web page / firefox help
« Reply #3 on: February 06, 2006, 03:42:37 PM »
Agreed... W3C is your friend. :)
-Karl
MBHO KA200n's > Naiant Tinybox (v2.1) > Sony PCM-M10
http://tooldriveproject.net

Offline momule

  • Trade Count: (4)
  • Needs to get out more...
  • *****
  • Posts: 2178
  • Gender: Male
Re: web page / firefox help
« Reply #4 on: February 06, 2006, 03:45:04 PM »
Not even sure what Javascript linkage is   :-\

Is there any standard to naming the pages (for the links) as I assume they will simply be another HTML page correct?

thanks guys for the quick responses. +T to both of ya.
It still amazes me the wide verity of Knowledge on this board.


AKG 463's (uno ck62) > Mackie Onyx Satellite > Microtrack II

Offline momule

  • Trade Count: (4)
  • Needs to get out more...
  • *****
  • Posts: 2178
  • Gender: Male
Re: web page / firefox help
« Reply #5 on: February 06, 2006, 03:46:45 PM »
AKG 463's (uno ck62) > Mackie Onyx Satellite > Microtrack II

Offline fozzy

  • Trade Count: (2)
  • Needs to get out more...
  • *****
  • Posts: 3810
  • Gender: Male
  • move along, nothing much to see here
Re: web page / firefox help
« Reply #6 on: February 06, 2006, 03:47:48 PM »
Not even sure what Javascript linkage is   :-\

Is there any standard to naming the pages (for the links) as I assume they will simply be another HTML page correct?

thanks guys for the quick responses. +T to both of ya.
It still amazes me the wide verity of Knowledge on this board.




what firefox sees on my end is
Code: [Select]
javascript:;
it should see something like

Code: [Select]
javascript:(page.target);
FYI the links don't work for me in IE either

MK 4V > KCY 250/5 Ig (KS 10I)  > VST62IUg > 722

Offline kfrinkle

  • Trade Count: (0)
  • Needs to get out more...
  • *****
  • Posts: 2082
  • Gender: Male
    • Karl Frinkle Dot Net
Re: web page / firefox help
« Reply #7 on: February 06, 2006, 03:48:50 PM »
When you look in your code at the link that appear on the left hand side, you have the following types of code:

<td width="181" height="40"><a href="javascript:;">upcoming shows</a></td>

well... when you really do a href, you should make sure it isnt javascript, make sure it looks like a real addy:

<td width="181" height="40"><a href="forum/forummain.php">upcoming shows</a></td>


Using javascript is fine of course, however I am not sure why you would want to use it to call another page, unless it does so in a fancy manner... I could be wrong though.

As for W3C, see those little check taggy image thingies at the bottom of this forum page?  Good stuff there...
« Last Edit: February 06, 2006, 03:51:15 PM by kfrinkle »
-Karl
MBHO KA200n's > Naiant Tinybox (v2.1) > Sony PCM-M10
http://tooldriveproject.net

Offline momule

  • Trade Count: (4)
  • Needs to get out more...
  • *****
  • Posts: 2178
  • Gender: Male
Re: web page / firefox help
« Reply #8 on: February 06, 2006, 03:51:46 PM »
Not even sure what Javascript linkage is   :-\

Is there any standard to naming the pages (for the links) as I assume they will simply be another HTML page correct?

thanks guys for the quick responses. +T to both of ya.
It still amazes me the wide verity of Knowledge on this board.




what firefox sees on my end is
Code: [Select]
javascript:;
it should see something like

Code: [Select]
javascript:(page.target);
FYI the links don't work for me in IE either



I see . I was confused.   
the links dont work because there is nothing linked to them . I just got started last night after the superbowl.  And ya have to remember Im a virgin at this.
Im just happy after about 8 Wheat beers and a couple of "attitude adjustments"  that any of it works

AKG 463's (uno ck62) > Mackie Onyx Satellite > Microtrack II

Offline momule

  • Trade Count: (4)
  • Needs to get out more...
  • *****
  • Posts: 2178
  • Gender: Male
Re: web page / firefox help
« Reply #9 on: February 06, 2006, 03:58:17 PM »
I made a quick link to some of the shows I have taped. 

can you all view this ? http://www.kctaper.com/Tapes.txt
AKG 463's (uno ck62) > Mackie Onyx Satellite > Microtrack II

Offline MattD

  • Taper Emeritus
  • Trade Count: (1)
  • Needs to get out more...
  • *****
  • Posts: 4634
  • Gender: Male
Re: web page / firefox help
« Reply #10 on: February 06, 2006, 04:04:46 PM »
Yup, I can see it. Perhaps consider trying something like this:
http://www.vphill.com/matt/

(Apologies for the ugly-but-functional page. My CSS used to be on a Comcast page, along with the rest of this site. I just dumped it to a friend's server to preserve it.)
Out of the game … for now?

Offline momule

  • Trade Count: (4)
  • Needs to get out more...
  • *****
  • Posts: 2178
  • Gender: Male
Re: web page / firefox help
« Reply #11 on: February 06, 2006, 04:08:47 PM »
Yup, I can see it. Perhaps consider trying something like this:
http://www.vphill.com/matt/

(Apologies for the ugly-but-functional page. My CSS used to be on a Comcast page, along with the rest of this site. I just dumped it to a friend's server to preserve it.)

Eventually Thats exactly what I have in Mind. 
baby steps.  ;)

Thanks for all the help and pointers Guys.
Nick





AKG 463's (uno ck62) > Mackie Onyx Satellite > Microtrack II

Offline MattD

  • Taper Emeritus
  • Trade Count: (1)
  • Needs to get out more...
  • *****
  • Posts: 4634
  • Gender: Male
Re: web page / firefox help
« Reply #12 on: February 06, 2006, 04:41:02 PM »
I'm still working on a Python script to scan my archive drives for shows and generate this page automatically, complete with info files. I haven't had much time to do this for a few months.
Out of the game … for now?

 

RSS | Mobile
Page created in 0.217 seconds with 42 queries.
© 2002-2024 Taperssection.com
Powered by SMF