http://demo.dzinerstudio.com/
how can you make a template like that where the forum can just pop down like that without redirecting?
http://demo.dzinerstudio.com/
how can you make a template like that where the forum can just pop down like that without redirecting?
"When one door closes, another opens; but we often look so long and so regretfully upon the closed door that we do not see the one that has opened for us."- Alexander Graham Bell
They did it with Frameset.
Have you read the page source???
<frameset rows="90,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="http://demo.dzinerstudio.com/demosite.php" name="topFrame" scrolling="no" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="http://demo.dzinerstudio.com/smf/index.php" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
Last edited by tittat; 12-06-2008 at 10:37 PM. Reason: spelling
hmm... thanks, i didnt see that
"When one door closes, another opens; but we often look so long and so regretfully upon the closed door that we do not see the one that has opened for us."- Alexander Graham Bell
thanks
better to use AJAX then frames
If you find my post useful please add to my reputation by clicking the +Rep button
You may also use the Donate link to donate credits - this is appreciated tooThanks to those whom have donated so far!
Why you should use AJAX.. frames are faster.. just use Javascript to change content of your lower frame and it's working![]()
Need help ? Feel free to send a PM to me.
Ya I know programming. PHP - 4 years, HTML - 5 years, CSS - 5 years, SQL - 3 years, JavaScript - 1 years, AJAX - few months.
Also I'm a web designer, need anything.. Just PM me
My DeviantArt Gallery
Ajax Looks good. and it is faster.![]()
If you feel my post is useful then clickto give Reputation (bottom left corner of this post)
X10 Hosting | News and Announcements | Premium Hosting | VPS Hosting | Prime Membership
Tech Community | Gouri
Bad information.
First, frames are deprecated. They were replaced by the <object> element or the <iframe> element. Second, frames are not any faster by any means. Not only that, they make it harder to shift variables between the frame panels. Third, you should not use frames for search engine optimization (SEO) reasons. Unless you don't mind your sites not getting indexed, then that's fine, but I personally want more visitors to my pages.
If you find my post useful please add to my reputation by clicking the +Rep button
You may also use the Donate link to donate credits - this is appreciated tooThanks to those whom have donated so far!
but can you really substitute frames for objects? objects work in DTD-Strict right?
Hm.. okay my mistake but I have tested my opinion and somehow frames are always faster than AJAX. Anyway, I still suggest frames.
Need help ? Feel free to send a PM to me.
Ya I know programming. PHP - 4 years, HTML - 5 years, CSS - 5 years, SQL - 3 years, JavaScript - 1 years, AJAX - few months.
Also I'm a web designer, need anything.. Just PM me
My DeviantArt Gallery