Jump to content

arielmedel

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

arielmedel's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I made this site using AJAX, but it´s not working in explorer, can anyone help me? www.ruffcreek.com that´s the site
  2. tomfmason: Thanks a million you've been very helpful!!!
  3. I'm using php includes in a page to update content dynamically, but I just want to update a part of it, it works, but a flash object I also have in the page reloads when the content is updated and the flash object isn't even inside the same php tags, it's in another cell. Anyone knows how to have only the content I want updated while the flash object plays without interruption? I'm on a deadline so help will be greatly appreciated, tomorrow someone might help you as you help me. Thanks.
  4. By the way, I heard AJAX is not seacrh engine frienadly so is that fixable too?
  5. I have this page, it's still unfinished but almost done. I have a mp3 player that is working fine, the problem is whenever I click on a navigation button to load content into another layer using includes the mp3 player reloads as well, why is this if the mp3 player is in another cell? I want to player to play on as the user navigates through the site. Well, I did it with php. Is there any way I can fix this with AJAX? Links to tutorials appreciated thanks!!!! Here the URL:  http://www.ruffcreek.com/phpTEST/main.php  (only the first three buttons have links)
  6. I have this page, it's still unfinished but almost done. I have a mp3 that is working fine, the problem is whenever I click on a navigation button to load content into another layer using includes the mp3 player reloads as well, why is this if the mp3 player is in another cell? Anyone can let me know how to fix this? Links to tutorials appreciated thanks!!!! Here the URL:  http://www.ruffcreek.com/phpTEST/main.php
  7. Huggie Bear: Since I'm doing thsi site with php includes, and it's the first thing in php I do alone, I thought you'd have to use php too. But thanks for your answer!!! I'll look into it  ;D
  8. How handle images in a way like CSS? For example with CSS you just specify on top the URL where the CSS file is, and now you only have to assign a class to the divs, tables, etc. without having to write the all the path. How can I put some kind of code that specifies the URL where the images are, so I just have to change that if I move the image sto another folder instead of having to change the link of each image?
  9. I have this code: <body> <div class="menu"><?php @ include ("menu.php"); ?> </div> <div class="body">your content goes here<?php @ include ("page.php"); ?> </div> </body> I want the buttons in the menu to load different content in "body" without changing the top part which is "menu" I was told I had to specify the target <a href="#" target"framename">your image here</a> What I don't know now is how to name the div? Should I do it like this?: <div class="body" name="body"><?php @ include ("page.php"); ?> </div> Or how do I name that div so it become sthe target?
  10. ok, this is the div wher ethe content should appear <div class="body">your content goes here<?php @ include ("page.php"); ?> </div> how can I give it a name? just name=body? like this?: <div class="body" name="body">your content goes here<?php @ include ("page.php"); ?> </div>
  11. I saw a simple tutorial to use includes, I made this page http://wetmagazine.org/ruff/template.php but I want it that when a button is clicked only the body part, named page.php, changes, instead all the page loads another content page. Any help please?
  12. Tomfmason: Do you know a good tutorial to do that? Thanks.
  13. Well, what I want to do is this: I have a page for a band, on top there's a mp3 player, below it it's a header and the menu. If I leave it as common html, when the user clicks on a menu button, and the page for that link starts to load, the song in the mp3 player will stop playing, I want the user to be able to navigate through the site without the music stoping. So I think if the top part of the pages does not reload, then the music will continue to play no matter where on the site the user goes....
  14. I need to be able to change the content of a page without changing the header and the menu. I read that iframes or AJAX are NOT search engine friendly(plus AJAX is pretty difficult). Can someone give me advise? Any links to tutorials? Please help. Thanks.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.