Jump to content

JaredFish

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by JaredFish

  1. I have had a website up on freewebtown's servers for awhile now where they host it at:http://www.freewebtown.com/myusernameI have finally got round to registering my own domain name. It's paid for and currently (as they callit) "parked" on the registrar.How on earth do I set it up to link to my host?
  2. Im looking for a way, through javascript, to check if my page is loaded into my iframe or not, and if not to load it into the required iframe.At the moment I have a script that checks the link for anything after the file name eg.www.mysite.com/index.html?music.html...and it then loads the music.html into the iframe on the index page. My problem is when the user tries to access the page directly eg:www.mysite.com/music.html...I want it to load the music.html page into the iframe on the index page.Which is the best way to do this?
  3. i managed to get a javscript that loads it efficiently.. jst out of interests sake, i cant get the w3schools XML tutorials to work using firefox... not sure if thats just a browser problem or if the code isn't supporting it.. neway thanx 4 replyin but i figured out a work around...JF
  4. Oh, okay... so data islands are the problem... okay thanx for letting me know...Either way i have managed to get a javascriptt o import what i need... i'l just remember to do XML tutorials in IE coz they dnt work for me in MozillaThanx agen
  5. i have exactly the same problem, when trying the tutorial in Mozilla Firefox (v1.5.0.1) none of the XML comes through... i wrote my own html document and xml file, tested it in IE6 - perfect, soon as i use MFFox no data is read... i then uploaded the same files to my server and tried it and same result (IE=works! MFFox=nothing!)is there something wrong with this XML file?<?xml version="1.0" encoding="ISO-8859-1"?><whatsnew> <entry> <entry_date>23 March 2006</entry_date> <entry_title>Firefox problem</entry_title> <entry_body>still cant get firefox working</entry_body> </entry> <entry> <entry_date>22 March 2006</entry_date> <entry_title>Fixing the site</entry_title> <entry_body>the entry text goes here...</entry_body> </entry></whatsnew> this is the code for importing... <xml id="whatsnew" src="xmls/whatsnew.xml"></xml><table datasrc="#whatsnew"> <tr> <td><span datafld="entry_date"></span></td> <td><span datafld="entry_title"></span></td> </tr> <tr> <td colspan="2"><span datafld="entry_body"></span></td> </tr></table>
  6. JaredFish

    Mozilla Firefox

    Okay im fairly new to the whole XML thing, but i feel its a good way to go...So i've written my XML file, validated it perfectly, and designed the page to display it... so far so good... tested in IE and works beautifully.... then came mozilla firefox....In the tutorial it says that Firefox has supported XML since v 1.0.2 - i did da "about" thing and my verion is 1.5.0.1 and yes every time i try use XML it doesn't work... even when i use the tryit editor onlin XML examples (from the tutorial) it doesn't display... it doesn't seem to load the XML files...Any ideas??? Coz even as a newbie to XML i can tell how much easier it will make my life when it comes to mini-databases...
  7. So does this code work with IE & Mozilla and if so do u mind if i use the javascript coz i tried writing my own and its jst not working...
  8. JaredFish

    external font

    I have a really cool font i want to use on my site, problem is 49 outta 50 people wont have it! Is there any way to use this font without asking the user to download and install it first - maybe an automatic link to the font on my server???
  9. Okay i thought this wud hav bin discussed, so i searched and found nothing... (maybe i dnt no how 2 use the search option!) neway... 2 the point...Does javascript support 2D Arrays and if so how wud i define, assign values to and call them? i know how to do a normal array, wud just make life easier if i cud use 2D Arrays instead..
  10. okay thanx... i think i'l try te search option first....chow4now
  11. I did java a long time ago and we were reading/writing frm a file... i cant remember those commands either... anyway just wanna find out if its possible to read/write a textfile in JAVASCRIPT....If so can sum1 pls giv me the commands like writeln(mystring); or wateva...
  12. JaredFish

    Fixed Header

    Okay the server is still working on php integration... Any other ideas??? I'l just have2 leave the frames in until i can find another means..
  13. JaredFish

    Fixed Header

    i can't get the thing to work off my HDD neva mind on the server... but if i can get it working it'l save alot of hassle... i really want to turn my page into strict html...I use freewebtown as my server.. looking on their site atm and can't find if they support php or not... can't find it anywhere... can u maybe send me a basic example of it working and i can upload and check if it works?? it wud be a gr8 help... fishonaskateboard@yahoo.com...
  14. I use freewebtown... its got 2Gig bandwidth & Webspace and u can use an ftp prog to upload your site with ease... and its free.
  15. JaredFish

    Fixed Header

    um... okay..tryin to get just this header to import as a test, i have 3 files:index.htm, index.php and header.htm... i used the index.htm to do da refresh and load the index.php but all it does is display the contents as text...Very confused now...
  16. JaredFish

    Fade-In

    Im not askin anyone to make me a script... just wanna know if its possible to have the new page fade-in when a link is clicked... and if so how wud i go bout doing it?
  17. JaredFish

    Fixed Header

    okay, my site is www.fishonaskateboard.co.nr/index2.htmlits basically 2 frames.. one at the top for the header.html and the other for the content... so if xml will make it easy 2 have the header.html as a header and import it into the main page then pls tel me how...
  18. JaredFish

    Fixed Header

    Im not sure bout the server side thing ocz i do most of my editing offline...So... how would i "import" the code from one file to be executed in my page? I haven't done the xml tutorial so if its explained easily there just let me know and i'l do that instead of messin about with html....Shot agen
  19. shot man - division works perfect... got a new prob... posted it in a new topic.
  20. JaredFish

    Fixed Header

    Okay in my effort to convert my site to strict html i hav come accross a problem...I use a header.html in a frame at the top for all my links etc and now i want to get rid of that... is there any way i can use a file fort my header and just import that into my pages all the tym??? If not then how do i turn the frames borders off in my style-sheet?? and are frames even allowed in strict-html??Shot
  21. I was using a huge centered table 2 put my page right in the middle but i want to convert my html to strict xhtml! Problem is i don't know how to center a division....probably missing something simple.. please help!!
×
×
  • Create New...