Jump to content

JaredFish

Members
  • Posts

    21
  • Joined

  • Last visited

About JaredFish

  • Birthday 05/16/1986

Contact Methods

  • MSN
    fishonaskateboard@gmail.com
  • Website URL
    http://www.fishonaskateboard.co.nr
  • ICQ
    0

JaredFish's Achievements

Newbie

Newbie (1/7)

0

Reputation

  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...
×
×
  • Create New...