Closed Thread Icon

Topic awaiting preservation: A question about dynamic Frames Pages that link to <a href="https://ozoneasylum.com/backlink?for=8741" title="Pages that link to Topic awaiting preservation: A question about dynamic Frames" rel="nofollow" >Topic awaiting preservation: A question about dynamic Frames\

 
Author Thread
NarkTwo
Obsessive-Compulsive (I) Inmate

From: Reeferside
Insane since: Jul 2003

posted posted 07-03-2003 10:49

http://www.youngpup.net/, has a really cool effect with its lower main frame. It seems to me that he/she is using a script, to make other contented frames (resizable) slide in from the side and the bottom and etc. I was curious if anyone has seen or has an idea on how he/she did that, I would appreciate a lead so I can figure it out. I like the effect that it gives and any help to try to figure out how it was done will be greatly appreciated.

NnStpTkrs@aol.com
NarkTwo

Thanks again all

The Non Stop Toker

[This message has been edited by Petskull (edited 07-03-2003).]

NarkTwo
Obsessive-Compulsive (I) Inmate

From: Reeferside
Insane since: Jul 2003

posted posted 07-03-2003 10:53

Just click on one of the nav links such as Experiments or something and follow one of the links that proceed.

NarkTwo

The Non Stop Toker

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 07-03-2003 17:37

Look at the bottom of his page and I think he has a "how does this work" link.

These aren't actually frames, I believe he is writing out DIV's with the overflow property set to "scroll"

Something like this

<div style="height: 100; width: 100; overflow: scroll">
This is a lot of different text
This is a lot of different text
This is a lot of different text
This is a lot of different text
This is a lot of different text
This is a lot of different text
This is a lot of different text
This is a lot of different text
This is a lot of different text
</div>


Throw that in an HTML page and you should see what I mean. Then the rest is just moving around and sizing some divs which is pretty easy.



.:[ Never resist a perfect moment ]:.

NarkTwo
Obsessive-Compulsive (I) Inmate

From: Reeferside
Insane since: Jul 2003

posted posted 07-03-2003 19:03

Hey, thanks for the help. I see the link for the file to be downloaded "How does this work?"
but the file are just the .asp's and the .xml's, which are vital but the most vital file is the .xml file that is requested from those pages. They are called from their origin on the web, not from a relative path from the file. It is a direct path ex. http://www.youngpup.net/?request=/news/2003-6.xml , not something like ex. news/2003-6.xml where its called from a local dir. But I am not sure myself. Cause those frames slide in and I dont think regular div tags are gonna do it.

But thanks anyway.

NarkTwo

The Non Stop Toker

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 07-04-2003 15:27
quote:
I dont think regular div tags are gonna do it



No, he used super special slidy scrolly div tags.

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 07-04-2003 19:58

Actually that link to how to do it is the whole site including the JS needed and the ASP used to parse the pages. It's a very complicated (yet elegant) system.

The XML is just the data not the presentation code (as it should be) you can see it here

It will take a lot of reverse engineering but the code is all in that zip file.



.:[ Never resist a perfect moment ]:.

smonkey
Paranoid (IV) Inmate

From: Northumberland, England
Insane since: Apr 2003

posted posted 07-05-2003 11:28

may I suggest that you just email youngpup (he is a guy), i'm sure you'll find him helpful enough to answer your questions, he can tell you best of all how his site works.

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 07-05-2003 17:36

Actually, the reason he released the source to his site was because he constantly got flooded with emails about how he made his website, so any reply you get will likely point you to the source he released anyhow.

Besides, if you can't figure it out on your own or from the suggestions here or form the source code provided, maybe you should focus on something smaller untill you learn enough about DHTML and Javascript to tackle something like this.

NarkTwo
Obsessive-Compulsive (I) Inmate

From: Reeferside
Insane since: Jul 2003

posted posted 07-08-2003 07:59

Hey, Maybe I should try something a little less complicated. But it does not hurt to try to advance by asking. We all learn in different ways and and I did not know that being curious about something was a crime. Well thanks to everyone for the info. But ill keep trying.

NarkTwo

The Non Stop Toker

« BackwardsOnwards »

Show Forum Drop Down Menu