Go Back   Scifi-Meshes.com > General Discussions > General Discussion

General Discussion Post, chat, or discuss topics related to science fiction, 3D graphics, or something close to this.

Reply
 
Thread Tools Display Modes
Old 06-24-2008, 09:18 PM   #1 (permalink)
SFM Guru
 
Novak's Avatar

 
Join Date: May 2006
Location: Belgium
Age: 27
Posts: 435
Downloads: 0
Uploads: 0
Send a message via ICQ to Novak
Website Help..

Hey all,

I know this is not the correct forum to ask, but I hope here to find a answer.

I going to renew my site and I want to make several tables in my site.
I want to have one page with all the info "home , News, Portfolio, etc,..."
But when I click on Portfolio for example I will be loaded in the same window
or page where previously home or news was standing... without reloading
the menu's, header, etc,...

Hope you understand me asking....

A image below shows more (I hope) of what I mean...

Thanks,

Greetz,
Novak
Attached Images
File Type: jpg Example.JPG (26.1 KB, 13 views)

Live From Day To Day, If You Life Tommorow You Will Die Today. Novak

www.novak-scifi.com
Novak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2008, 09:22 PM   #2 (permalink)
Resident Ph.D Flaunter
 
aszazeroth's Avatar
SFM Donor!
 
Realname: Stefan
Join Date: May 2006
Location: Höör (Scania), Sweden
Age: 33
Posts: 1,204
Downloads: 7
Uploads: 0
Send a message via ICQ to aszazeroth Send a message via AIM to aszazeroth Send a message via MSN to aszazeroth Send a message via Yahoo to aszazeroth Send a message via Skype™ to aszazeroth
the oldschool way of doing this is with framesets (pretty standard HTML)... newschool, ajax .js scripting. At what level do you wanna code ?

________________________________
"The impossible only takes longer time"
[DrD] [WBD]
aszazeroth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2008, 09:26 PM   #3 (permalink)
SFM Guru
 
Novak's Avatar

 
Join Date: May 2006
Location: Belgium
Age: 27
Posts: 435
Downloads: 0
Uploads: 0
Send a message via ICQ to Novak
Well, I don't wanna use Frames Or Iframes... Ajax?? What the hell is that again..
Is that PhP??? Or Javascript.... ???
Oh boy the times are going to fast for me... Work, Work, And not have the time to learn
something new..

Well Tell me more about Ajax .js please I have 3 days vacation ... So I think I have some time...
(girlfriend yelling on background )

Greetz,
Novak

Live From Day To Day, If You Life Tommorow You Will Die Today. Novak

www.novak-scifi.com

Last edited by Novak; 06-24-2008 at 09:29 PM.
Novak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-24-2008, 10:00 PM   #4 (permalink)
SFM Obsessed
 
lennier1's Avatar

Sensei Challenge Honorable Mention Sensei Challenge Winner! 
Total Awards: 2 (more» ...)
 
Realname: Michael
Join Date: May 2006
Location: Regensburg, Germany
Age: 24
Posts: 1,427
Downloads: 1
Uploads: 0
Send a message via ICQ to lennier1 Send a message via AIM to lennier1 Send a message via MSN to lennier1 Send a message via Yahoo to lennier1 Send a message via Skype™ to lennier1
Either use old-school PHP/Coldfusion/JSP/whatever and create the navigation with re-usable header() and footer() methods or use Javascript/AJAX and replace the innerHTML of a <div> tag (downside: no navigation for people who have deactivated JS).

PS: You´ve used it lots of times without even realizing ( Ajax (programming - Wikipedia, the free encyclopedia) ).

----------------------------------------------------------------------
Somebody blow something up, I'm in a really bad mood. Thanks in advance.
Current project: Star Trek - Odyssey
lennier1 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2008, 09:12 AM   #5 (permalink)
SFM Obsessed
 
spudmonkey's Avatar

Winner! - Sensei Challenge 6 Sensei Challenge Winner! Sensei Challenge Honorable Member Award 
Total Awards: 3 (more» ...)
 
Realname: Nick
Join Date: Jun 2006
Location: UK
Posts: 1,971
Downloads: 0
Uploads: 0
You could dig out a function that does a document.whatever reference using onmouseup(), though you will need to look into how to avoid precaching if you want lots of images to appear in the changing area. Something like but with <A> or <img> instead of a button. You could change it to an image or use include files to make updates easier

<html>
<head>
<script type="text/javascript">
function ChangeText()
{
document.getElementById("p1").innerHTML="New text!";
}
</script>
</head>

<body>
<p id="p1">Hello world!</p>
<input type="button" onclick="ChangeText()"
value="Click me to change text above">
</body>
</html>

(code from HTML DOM Using the DOM)

unofficial speed modelling challenge #1 - Communication devices

My random WIP thread which includes some hints and tips on modelling which _may_ be useful for the link above...!
spudmonkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2008, 12:52 PM   #6 (permalink)
Polygon Knight
 
novusvir's Avatar
SFM Donor!
 
Realname: Matt
Join Date: May 2006
Location: Minnesota
Age: 21
Posts: 61
Downloads: 0
Uploads: 0
Send a message via AIM to novusvir Send a message via MSN to novusvir Send a message via Yahoo to novusvir
Or the easy way to do it, flash!


GamerTag: novusvir
novusvir is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2008, 02:14 PM   #7 (permalink)
SFM Guru
 
Novak's Avatar

 
Join Date: May 2006
Location: Belgium
Age: 27
Posts: 435
Downloads: 0
Uploads: 0
Send a message via ICQ to Novak
Thanks for the answers... Great tips..

I will see what I do..

Thanks,

Greetz,
Novak

Live From Day To Day, If You Life Tommorow You Will Die Today. Novak

www.novak-scifi.com
Novak is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2008, 03:25 PM   #8 (permalink)
SFM Obsessed
 
spudmonkey's Avatar

Winner! - Sensei Challenge 6 Sensei Challenge Winner! Sensei Challenge Honorable Member Award 
Total Awards: 3 (more» ...)
 
Realname: Nick
Join Date: Jun 2006
Location: UK
Posts: 1,971
Downloads: 0
Uploads: 0
Quote:
Originally Posted by novusvir View Post
Or the easy way to do it, flash!
Flash would require some scripting to be written in addition to creating the visual look, so it wouldn't be easier and would probably take a lot more time. Also, not everyone uses Flash or a Flash capable browser, so you would be limiting your audience unless you created a non-Flash version of the site, effectively doubling the work

unofficial speed modelling challenge #1 - Communication devices

My random WIP thread which includes some hints and tips on modelling which _may_ be useful for the link above...!
spudmonkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-25-2008, 04:21 PM   #9 (permalink)
SFM Guru
 
traq's Avatar

 
Realname: Adrian
Join Date: May 2006
Location: So Cal
Age: 29
Posts: 920
Downloads: 1
Uploads: 0
I hate flash sites. (Just my personal feelings, no offense intended!) Novak, look around dynamic drive. (The script that links to is probably a good place to start, it could be used as a nav system easy enough.)

I design your custom anything * Sea Scout Ship Changing Tides
How much wood would a woodchuck chuck if a woodchuck was Chuck Norris? All of it.
Wings3D +Kerkythea ~ WIPs! cellphone updated 4/18/08 1701-D/01 Calypso -updated 1/6/08
traq is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

« - | - »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


New To Site? Need Help?

All times are GMT. The time now is 08:43 PM.


Powered by vBulletin® Version 3.7.0 Release Candidate 1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Template-Modifikationen durch TMS