Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  yordan : (25 May 2013 - 09:50 PM) Hi, Agyat What's New?
@  yordan : (25 May 2013 - 07:59 PM) Yay, Shoutbox Is Back! Yahooo!
@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.

Replying to Forms Or Frames?


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

beatgammit

Posted 13 December 2006 - 09:29 PM

I think frames are a sexy way to make your website work "correctly". I think it makes it better organized, but you do risk your page ranking. Search Engines don't look at frames, so your "index" files would have to have a bunch of meta-tags. This is not a sexy way to appeal to search engines, but if you really don't care about search engines, you are good to use frames. If you care about search engine page rankings, I would go with tables and iFrames, and have the iFrames dynamically updated each time a page is changed (navigation in the iFrame running php code). This way you can have pieces of your site that effect this iFrame differently depending on where you are in your site heirarchy. This helps the user know where he/she is on your site without you having to hardcode as much. This is easier to adapt than making your entire site run php.

twitch

Posted 10 December 2006 - 11:07 AM

If you're learning PHP, I would go to http://devzone.zend....ode/view/id/627 it's where I started off, and now I'm making my own software (not telling anyone what it is until I have done enough of it).

I think you're best of learning more about XHTML and CSS and the standards before setting foot into PHP.

Aequitas619

Posted 09 December 2006 - 05:07 PM

The style sheets were perfect, its exactly what I was looking for and it works perfect on my webpage!

Thanks again!

And i'm busy checking out the devarticles.com tutorials on PHP! Every bit helps! Thanks!

Mark420

Posted 08 December 2006 - 10:27 PM

Good Link there From TamEr..I have used these articles also, I find them some of the best tuturials on many different languages..
Aequitas if your learning about PHP I would suggest using the devarticles.com tutorials for help on PHP also.


Good Luck!

Markyl;)

Aequitas619

Posted 08 December 2006 - 09:47 PM

Thanks for all the feedback! Im going through the tutorial on css. Im also learning PHP. I will do more reading and see how its gonna work out!

Thanks again for your help!

Posted 08 December 2006 - 09:06 PM

I'd reccomend using div's for all of the above reasons.
I would also consider that the 'list' of links should be an 'unordered list' using the <ul> tags or the <dl> tags. I mean, after all, they are 'lists'.
Php includes could be used to define the 'div' to 'include' on every page.
Check out the Tutorial section for a Topic on the use of Includes in php.

sparkx

Posted 08 December 2006 - 09:03 PM

It depends... What do you want in your webpage?
Frames- Recomended when you are using the same content over and over again (example: user links and copyright). Also usefull if you would like to navigate to anouther page or if you want some content to stay on the "top" of the page. To do this simply add
scrolling="faulse"
to your <frameset> tag. Many more advanced pages use frames
Forms- aka tables are good if you change your likes for every page, if you want a hit counter on each page and if you want to make it easy for someone to add a bookmark directly to a page on your site. If you use tables hoever you may have to edit multiple things for each page (example: Table row or col) This can be hard if your pages have lots of content.
I strongly suggest Frames for longer pages but for small personal websites Forms (table) will work fine :P I hope this helps. Also if you want to switch from frames to no frames fast there is a code for that. Personal Message me if you want it.
Thanks For Reading,
Sparkx
Sorry for typing errors:(

Quatrux

Posted 08 December 2006 - 03:04 PM

Yeah, try to avoid frames whenever possible and in addition, make sure that using the div as you were recommended would work the same on all the browsers, at least major browsers, because sometimes you can get unexpected results by using divs for your layout scheme.

I still usually prefer to use tables, call me old, but at least it is supported on more browsers and works the way I want, but of course, less and less people still is using older browsers and thats good!

But the idea to use forms, I think he/she/it doesn't know what is a form tag and all the input stuff, but I also think that, it was a misunderstanding with tables.

Posted 08 December 2006 - 02:30 PM

Actually, Aequitas, I don't even think you can use forms in this situation. Well, it might be possible, though it'd be way too complicated. Perhaps you meant tables?


Anyway, what you're trying to accomplish here is commonly called a layout scheme, i.e. you're tackling the presentation of your Web-page. Lately, the recommended action is to use Cascading Style Sheets (CSS) whenever you're dealing with the presentation of your Website. It's almost standardized, straight-forward, and actually easier all-around.


Using frames has long been frowned upon, since it causes too many problems, both with visibility and Search Engine indexing. And using tables is complicated and its rendering may very well vary on different browsers. Your safest bid is to use CSS and the <div> tag.


If you hadn't heard of this method before, there's no need to worry. It doesn't take a lot to learn, and once you understand it, you'll find that it makes things so much easier. Here's a good introduction that would explain it all, step-by-step:

http://www.devarticl...ayout-with-CSS/


Give this short tutorial a shot. And if, after reading it, you still have questions, feel welcome to post again. This simple method has been a life-saver for me for so long, and I'd love for others to benefit from it :P.



Cheers.

Aequitas619

Posted 08 December 2006 - 09:14 AM

Ho do I decide if I should use a form to space out my page or a frame? Ive looked up both but Im not quite sure which way to go about it!

My website is HTML based but the newer pages also contain php. Basically, I want to put a block of links on the left side but keep them seperate from the rest of the page!

I think im meant to use forms, but do i start by defining the form? How do I specify which form Im working with?

Thanks

Review the complete topic (launches new window)